| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 2010-08-07 | 48 | -876/+411 |
|\ |
|
| * | ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block() | Rafael J. Wysocki | 2010-07-12 | 1 | -13/+8 |
| * | ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unset | Rafael J. Wysocki | 2010-07-12 | 1 | -1/+1 |
| * | ACPI / ACPICA: Do not execute _PRW methods during initialization | Rafael J. Wysocki | 2010-07-12 | 9 | -298/+83 |
| * | ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags() | Rafael J. Wysocki | 2010-07-12 | 1 | -2/+3 |
| * | ACPICA: Fix for Alias references within Package objects | Bob Moore | 2010-07-06 | 1 | -1/+15 |
| * | ACPICA: Fix lint warning for 64-bit constant | Bob Moore | 2010-07-06 | 1 | -1/+1 |
| * | ACPICA: Remove obsolete GPE function | Bob Moore | 2010-07-06 | 3 | -30/+6 |
| * | ACPICA: Drop acpi_set_gpe | Rafael J. Wysocki | 2010-07-06 | 1 | -60/+0 |
| * | ACPICA: Use low-level GPE enable during GPE block initialization | Rafael J. Wysocki | 2010-07-06 | 4 | -44/+47 |
| * | ACPI / EC: Do not use acpi_set_gpe | Rafael J. Wysocki | 2010-07-06 | 1 | -11/+4 |
| * | ACPI / EC: Drop suspend and resume routines | Rafael J. Wysocki | 2010-07-06 | 1 | -18/+0 |
| * | ACPICA: Remove wakeup GPE reference counting which is not used | Rafael J. Wysocki | 2010-07-06 | 9 | -121/+46 |
| * | ACPICA: Introduce acpi_gpe_wakeup() | Rafael J. Wysocki | 2010-07-06 | 3 | -19/+81 |
| * | ACPICA: Rename acpi_hw_gpe_register_bit | Lin Ming | 2010-07-06 | 3 | -7/+7 |
| * | ACPICA: Optimization: Reduce the number of namespace walks | Alexey Starikovskiy | 2010-07-06 | 2 | -6/+32 |
| * | ACPICA: Update flags for operand object | Bob Moore | 2010-07-06 | 2 | -17/+8 |
| * | ACPICA: Performance enhancement for namespace search and access | Alexey Starikovskiy | 2010-07-06 | 15 | -218/+52 |
| * | ACPICA: Expand device initialization counters to 32 bits | Bob Moore | 2010-07-06 | 2 | -5/+5 |
| * | ACPICA: Core: Replace all %d format specifiers with %u (unsigned) | Bob Moore | 2010-07-06 | 11 | -28/+28 |
| * | ACPICA: Expand initialization counters to 32 bits | Alexey Starikovskiy | 2010-07-06 | 3 | -24/+24 |
| * | ACPICA: iASL/Core: Add support for _WDG/_WED MS methods | Bob Moore | 2010-07-06 | 1 | -6/+7 |
| * | ACPICA: Add comment: _BCL cannot be sorted on the fly | Bob Moore | 2010-07-06 | 1 | -0/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-08-07 | 1 | -29/+11 |
|\ \ |
|
| * | | acpi: use queue_work_on() instead of binding workqueue worker to cpu0 | Tejun Heo | 2010-06-29 | 1 | -29/+11 |
* | | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2010-08-06 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | time: Kill off CONFIG_GENERIC_TIME | John Stultz | 2010-07-27 | 2 | -2/+2 |
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2010-08-06 | 1 | -0/+9 |
|\ \ \ \ |
|
| * | | | | ACPI: Disable ASPM if the platform won't provide _OSC control for PCIe | Matthew Garrett | 2010-07-30 | 1 | -0/+9 |
| |/ / / |
|
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-06 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | x86: Fix keeping track of AMD C1E | Michal Schmidt | 2010-08-02 | 1 | -1/+1 |
| |/ / / |
|
* | | | | acpi ec_sys: Be more cautious about ec write access | Thomas Renninger | 2010-08-03 | 2 | -10/+32 |
* | | | | acpi ec: Fix possible double io port registration | Thomas Renninger | 2010-08-03 | 1 | -10/+10 |
* | | | | ACPI: Register EC io ports in /proc/ioports | Thomas Renninger | 2010-08-03 | 1 | -2/+10 |
* | | | | ACPI: Provide /sys/kernel/debug//ec/ec0/io for binary access to the EC | Thomas Renninger | 2010-08-03 | 1 | -0/+86 |
* | | | | ACPI: Provide /sys/kernel/debug/ec/... | Thomas Renninger | 2010-08-03 | 5 | -13/+100 |
* | | | | ACPI: Remove /proc/acpi/embedded_controller/.. | Thomas Renninger | 2010-08-03 | 1 | -80/+1 |
|/ / / |
|
* | | | Merge branch 'bugzilla-16396' into release | Len Brown | 2010-07-24 | 1 | -18/+17 |
|\ \ \ |
|
| * | | | ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM | Rafael J. Wysocki | 2010-07-24 | 1 | -18/+17 |
| | |/
| |/| |
|
* | | | Merge branch 'misc' into release | Len Brown | 2010-07-22 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | ACPI: fix unused function warning | KOSAKI Motohiro | 2010-07-21 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge branch 'bugzilla-15886' into release | Len Brown | 2010-07-22 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | ACPI: create "processor.bm_check_disable" boot param | Len Brown | 2010-07-22 | 1 | -0/+5 |
| * | | | ACPI: skip checking BM_STS if the BIOS doesn't ask for it | Len Brown | 2010-07-22 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'bugzilla-102904-workaround' into release | Len Brown | 2010-07-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | ACPI video: fix string mismatch for Sony SR290 laptop | Nik A. Melchior | 2010-07-06 | 1 | -1/+1 |
* | | | | Merge branch 'bugzilla-16244' into release | Len Brown | 2010-07-22 | 1 | -1/+7 |
|\ \ \ \ |
|
| * | | | | ACPI battery: don't invoke power_supply_changed twice when battery is hot-added | Zhang Rui | 2010-07-06 | 1 | -1/+7 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'bugzilla-16271' into release | Len Brown | 2010-07-22 | 1 | -8/+11 |
|\ \ \ \ |
|
| * | | | | ACPI: handle systems which asynchoronously enable ACPI mode | Len Brown | 2010-06-28 | 1 | -8/+11 |