Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | ACPI / LPSS: mask the UART TX completion interrupt | Heikki Krogerus | 2013-06-19 | 1 | -2/+28 | |
| | * | | | | | | | | ACPI / LPSS: add support for Intel BayTrail | Mika Westerberg | 2013-06-19 | 1 | -7/+81 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'acpi-pm' | Rafael J. Wysocki | 2013-06-28 | 3 | -72/+99 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| | * | | | | | | | ACPI / PM: Rework and clean up acpi_dev_pm_get_state() | Rafael J. Wysocki | 2013-06-19 | 1 | -66/+92 | |
| | * | | | | | | | ACPI / PM: Replace ACPI_STATE_D3 with ACPI_STATE_D3_COLD in device_pm.c | Rafael J. Wysocki | 2013-06-19 | 1 | -4/+4 | |
| | * | | | | | | | ACPI / PM: Rename function acpi_device_power_state() and make it static | Rafael J. Wysocki | 2013-06-19 | 1 | -8/+7 | |
| | * | | | | | | | ACPI / PM: acpi_processor_suspend() can be static | Fengguang Wu | 2013-06-19 | 1 | -2/+2 | |
| | * | | | | | | | x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel. | Konrad Rzeszutek Wilk | 2013-06-19 | 1 | -0/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'acpi-scan' | Rafael J. Wysocki | 2013-06-28 | 2 | -57/+30 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ACPI / scan: Do not bind ACPI drivers to objects with scan handlers | Rafael J. Wysocki | 2013-06-20 | 2 | -3/+3 | |
| | * | | | | | | | ACPI / scan: Simplify ACPI driver probing | Rafael J. Wysocki | 2013-06-16 | 1 | -54/+27 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'acpica' | Rafael J. Wysocki | 2013-06-28 | 95 | -1252/+2144 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ACPICA: _CST repair: Handle null package entries | Lv Zheng | 2013-06-20 | 1 | -12/+12 | |
| | * | | | | | | | ACPICA: Add several repairs for _CST predefined name | Lv Zheng | 2013-06-20 | 2 | -12/+163 | |
| | * | | | | | | | ACPICA: Move _PRT repair into the standard complex repair module | Lv Zheng | 2013-06-20 | 4 | -54/+99 | |
| | * | | | | | | | ACPICA: Clear events initialized flag upon event component termination | Tomasz Nowicki | 2013-06-16 | 1 | -0/+2 | |
| | * | | | | | | | ACPICA: Fix possible memory leak in GPE init error path | Tomasz Nowicki | 2013-06-16 | 1 | -0/+2 | |
| | * | | | | | | | ACPICA: ACPICA Termination: Delete global lock pending lock | Tomasz Nowicki | 2013-06-16 | 1 | -0/+1 | |
| | * | | | | | | | ACPICA: Update interface to acpi_ut_valid_acpi_name() | Bob Moore | 2013-06-16 | 3 | -7/+6 | |
| | * | | | | | | | ACPICA: Do not use extended sleep registers unless HW-reduced bit is set | Lv Zheng | 2013-06-16 | 1 | -3/+5 | |
| | * | | | | | | | ACPICA: Split table print utilities to a new a separate file | Bob Moore | 2013-06-16 | 3 | -190/+239 | |
| | * | | | | | | | ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDT | Lv Zheng | 2013-06-16 | 3 | -15/+27 | |
| | * | | | | | | | ACPICA: Standardize all switch() blocks | Chao Guan | 2013-06-16 | 71 | -77/+242 | |
| | * | | | | | | | ACPICA: Split internal error msg routines to a separate file | Bob Moore | 2013-06-16 | 5 | -278/+333 | |
| | * | | | | | | | ACPICA: Split buffer dump routines into separate file | Bob Moore | 2013-06-16 | 3 | -147/+203 | |
| | * | | | | | | | ACPICA: Update for "orphan" embedded controller _REG method support | Zhang Rui | 2013-06-01 | 1 | -40/+21 | |
| | * | | | | | | | ACPICA: Predefined name support: Remove unused local variable | Bob Moore | 2013-06-01 | 1 | -4/+1 | |
| | * | | | | | | | ACPICA: Add argument typechecking for all predefined ACPI names | Bob Moore | 2013-06-01 | 20 | -474/+798 | |
| | * | | | | | | | ACPICA: Add BIOS error interface for predefined name validation support | Bob Moore | 2013-06-01 | 3 | -8/+59 | |
| | * | | | | | | | ACPICA: Change an exception code for the ASL UnLoad() operator | Bob Moore | 2013-06-01 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 2013-06-28 | 8 | -749/+782 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | * | | | | | | ACPI / processor: Fix potential NULL pointer dereference in acpi_processor_add() | Hanjun Guo | 2013-06-01 | 1 | -0/+5 | |
| | * | | | | | | Memory hotplug / ACPI: Simplify memory removal | Rafael J. Wysocki | 2013-06-01 | 1 | -10/+3 | |
| | * | | | | | | ACPI / scan: Add second pass of companion offlining to hot-remove code | Rafael J. Wysocki | 2013-06-01 | 1 | -19/+52 | |
| | * | | | | | | ACPI / processor: Pass processor object handle to acpi_bind_one() | Rafael J. Wysocki | 2013-06-01 | 1 | -2/+1 | |
| | * | | | | | | ACPI: Drop removal_type field from struct acpi_device | Rafael J. Wysocki | 2013-06-01 | 1 | -2/+0 | |
| | * | | | | | | ACPI / processor: Initialize per_cpu(processors, pr->id) properly | Rafael J. Wysocki | 2013-05-30 | 2 | -5/+6 | |
| | * | | | | | | ACPI / memhotplug: Bind removable memory blocks to ACPI device nodes | Rafael J. Wysocki | 2013-05-12 | 1 | -3/+50 | |
| | * | | | | | | ACPI / processor: Use common hotplug infrastructure | Rafael J. Wysocki | 2013-05-12 | 6 | -731/+571 | |
| | * | | | | | | ACPI / hotplug: Use device offline/online for graceful hot-removal | Rafael J. Wysocki | 2013-05-12 | 3 | -0/+117 | |
* | | | | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-07-03 | 1 | -6/+14 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | acpi: Eliminate console msg if pstore.backend excludes ERST | Lenny Szubowicz | 2013-06-29 | 1 | -6/+14 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-03 | 1 | -3/+36 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/li... | Ingo Molnar | 2013-06-26 | 5 | -11/+49 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge tag 'please-pull-einj' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2013-06-19 | 1 | -3/+36 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | * | | | | | | ACPI/APEI: Add parameter check before error injection | Chen Gong | 2013-06-07 | 1 | -3/+35 | |
| | * | | | | | | ACPI, APEI, EINJ: Fix error return code in einj_init() | Wei Yongjun | 2013-06-06 | 1 | -0/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
* | | | | | | | ACPI / dock / PCI: Synchronous handling of dock events for PCI devices | Rafael J. Wysocki | 2013-06-24 | 1 | -42/+95 | |
* | | | | | | | ACPI / dock: Initialize ACPI dock subsystem upfront | Jiang Liu | 2013-06-23 | 3 | -41/+7 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | ACPI / LPSS: Power up LPSS devices during enumeration | Rafael J. Wysocki | 2013-06-20 | 2 | -6/+35 |