| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI suspend: build fix for ACPI_SLEEP=n && XEN_SAVE_RESTORE=y. | Rafael J. Wysocki | 2008-10-25 | 1 | -0/+2 |
* | toshiba_acpi: always call input_sync() after input_report_switch() | Len Brown | 2008-10-25 | 1 | -0/+2 |
* | ACPI: Always report a sync event after a lid state change | Guillem Jover | 2008-10-25 | 1 | -1/+2 |
* | ACPI: cpufreq, processor: fix compile error in drivers/acpi/processor_perflib.c | Miao Xie | 2008-10-25 | 1 | -0/+5 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-10-23 | 74 | -1458/+2745 |
|\ |
|
| * | dock: make dock driver not a module | Shaohua Li | 2008-10-23 | 1 | -1/+1 |
| * | ACPI: hack around sysfs warning with link order | Zhao Yakui | 2008-10-23 | 1 | -1/+1 |
| * | ACPI suspend: fix build warning when CONFIG_ACPI_SLEEP=n | Len Brown | 2008-10-23 | 1 | -1/+1 |
| * | Merge branch 'linus' into test | Len Brown | 2008-10-23 | 7 | -133/+267 |
| |\ |
|
| * \ | Merge branch 'ull' into test | Len Brown | 2008-10-22 | 21 | -71/+83 |
| |\ \ |
|
| | * | | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 | 22 | -72/+84 |
| * | | | Merge branch 'suspend' into test | Len Brown | 2008-10-22 | 2 | -27/+76 |
| |\ \ \ |
|
| | * | | | ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering | Rafael J. Wysocki | 2008-10-16 | 1 | -0/+8 |
| | * | | | ACPI Suspend: Enable ACPI during resume if SCI_EN is not set | Rafael J. Wysocki | 2008-10-16 | 1 | -0/+2 |
| | * | | | ACPI suspend: Always use the 32-bit waking vector | Rafael J. Wysocki | 2008-10-16 | 1 | -26/+11 |
| | * | | | ACPI: Add the support for _TTS object | Zhao Yakui | 2008-10-16 | 1 | -1/+48 |
| | * | | | ACPI: Clear WAK_STS on resume | Matthew Garrett | 2008-10-16 | 1 | -0/+7 |
| | |/ / |
|
| * | | | Merge branch 'misc' into test | Len Brown | 2008-10-22 | 20 | -33/+36 |
| |\ \ \ |
|
| | * | | | ACPI suspend: Fix CONFIG_ACPI_SLEEP dependence and some compilation warnings | Rafael J. Wysocki | 2008-10-22 | 2 | -5/+4 |
| | * | | | ACPI: Allow overriding to higher critical trip point. | Zhang Rui | 2008-10-17 | 1 | -3/+5 |
| | * | | | don't load asus-acpi if model is not supported | Zhang Rui | 2008-10-17 | 1 | -0/+2 |
| | * | | | toshiba_acpi: depends on INPUT | Randy Dunlap | 2008-10-10 | 1 | -1/+1 |
| | * | | | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 2008-10-10 | 17 | -23/+23 |
| | * | | | ACPI: toshiba_acpi.c fix sparse signedness mismatch warnings | Harvey Harrison | 2008-10-10 | 1 | -1/+1 |
| | * | | | ACPI: acpi_driver_data could only be applied to acpi_device | Alexey Starikovskiy | 2008-10-10 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Merge branch 'fadt-test' into test | Len Brown | 2008-10-22 | 1 | -7/+25 |
| |\ \ \ |
|
| | * | | | ACPI: fix FADT parsing | Jan Beulich | 2008-10-10 | 1 | -7/+25 |
| | |/ / |
|
| * | | | Merge branch 'ec' into test | Len Brown | 2008-10-22 | 3 | -187/+197 |
| |\ \ \ |
|
| | * | | | ACPI: EC: Check for IBF=0 periodically if not in GPE mode | Alexey Starikovskiy | 2008-10-16 | 1 | -2/+13 |
| | * | | | ACPI: Enable EC device immediately after ACPI full initialization | Zhao Yakui | 2008-10-11 | 2 | -4/+6 |
| | * | | | ACPI: EC: Rename some variables | Alexey Starikovskiy | 2008-09-29 | 1 | -55/+63 |
| | * | | | ACPI: EC: do transaction from interrupt context | Alexey Starikovskiy | 2008-09-25 | 1 | -160/+149 |
| * | | | | Merge branch 'dock' into test | Len Brown | 2008-10-22 | 6 | -511/+355 |
| |\ \ \ \ |
|
| | * | | | | Subject: ACPI dock: Use ACPI_EXCEPTION instead of printk(KERN_ERR | Thomas Renninger | 2008-10-11 | 1 | -2/+3 |
| | * | | | | dock: add 'type' sysfs file | Shaohua Li | 2008-09-23 | 1 | -0/+25 |
| | * | | | | dock: fix for ATA bay in a dock station | Shaohua Li | 2008-09-23 | 1 | -4/+10 |
| | * | | | | bay: remove driver, all functions now handled by dock driver | Shaohua Li | 2008-09-23 | 3 | -421/+2 |
| | * | | | | dock: introduce .uevent for devices in dock, eg libata | Shaohua Li | 2008-09-23 | 1 | -7/+15 |
| | * | | | | libata: remove functions now handed by ACPI dock driver | Shaohua Li | 2008-09-23 | 1 | -1/+2 |
| | * | | | | ACPI: fix hotplug race | Zhang Rui | 2008-09-23 | 2 | -6/+65 |
| | * | | | | ACPI: introduce notifier change to avoid duplicates | Shaohua Li | 2008-09-23 | 2 | -22/+39 |
| | * | | | | dock: add bay and battery hotplug support | Shaohua Li | 2008-09-23 | 1 | -48/+175 |
| | * | | | | dock: add _LCK support | Shaohua Li | 2008-09-23 | 1 | -0/+21 |
| | * | | | | dock: fix eject request process (2.6.27-rc1 regression) | Shaohua Li | 2008-09-23 | 1 | -5/+0 |
| | * | | | | ACPI: dock: avoid check _STA method | Shaohua Li | 2008-09-23 | 1 | -1/+4 |
| | |/ / / |
|
| * | | | | Merge branch 'cpuidle' into test | Len Brown | 2008-10-22 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | * | | | | cpuidle: update the last_state acpi cpuidle reflecting actual state entered | Venkatesh Pallipadi | 2008-10-16 | 1 | -0/+1 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'bugzilla-11481' into test | Len Brown | 2008-10-22 | 1 | -3/+22 |
| |\ \ \ \ |
|
| | * | | | | ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanism | Zhao Yakui | 2008-10-18 | 1 | -3/+22 |
| | |/ / / |
|
| * | | | | Merge branch 'bugzilla-10503' into test | Len Brown | 2008-10-22 | 1 | -0/+10 |
| |\ \ \ \ |
|