| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPICA: Lindent | Len Brown | 2007-05-09 | 42 | -429/+395 |
* | ACPI: created a dedicated workqueue for notify() execution | Alexey Starikovskiy | 2007-05-09 | 1 | -10/+35 |
* | Revert "ACPICA: fix AML mutex re-entrancy" | Len Brown | 2007-05-09 | 4 | -22/+29 |
* | Revert "Execute AML Notify() requests on stack." | Len Brown | 2007-05-09 | 1 | -5/+6 |
* | Revert "ACPICA: revert "acpi_serialize" changes" | Len Brown | 2007-05-09 | 9 | -89/+108 |
* | PM: Separate hibernation code from suspend code | Rafael J. Wysocki | 2007-05-09 | 2 | -15/+54 |
* | Fix unnecesary meminit | Yasunori Goto | 2007-05-08 | 1 | -2/+2 |
* | workaround rtc-related acpi table bugs | David Brownell | 2007-05-08 | 1 | -2/+9 |
* | ACPI wakeup hooks for rtc-cmos | David Brownell | 2007-05-08 | 2 | -3/+53 |
* | PNPACPI sets pnpdev->dev.archdata | David Brownell | 2007-05-08 | 1 | -1/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | Fix section mismatch of memory hotplug related code. | Yasunori Goto | 2007-05-08 | 1 | -2/+2 |
* | remove software_suspend() | Johannes Berg | 2007-05-07 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2007-05-05 | 1 | -2/+2 |
|\ |
|
| * | [PATCH] x86: Log reason why TSC was marked unstable | john stultz | 2007-05-02 | 1 | -2/+2 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2007-05-04 | 1 | -45/+1 |
|\ \
| |/
|/| |
|
| * | [CPUFREQ] Remove deprecated /proc/acpi/processor/performance write support | Thomas Renninger | 2007-04-26 | 1 | -45/+1 |
* | | power management: implement pm_ops.valid for everybody | Johannes Berg | 2007-04-30 | 1 | -2/+11 |
* | | Pull bugzilla-8346 into release branch | Len Brown | 2007-04-28 | 1 | -0/+12 |
|\ \ |
|
| * | | ACPICA: clear fields reserved before FADT r3 | Bob Moore | 2007-04-28 | 1 | -0/+12 |
| |/ |
|
* | | Pull sbs into release branch | Len Brown | 2007-04-28 | 5 | -1040/+682 |
|\ \ |
|
| * | | ACPI: sbs: remove i2c_ec.[ch] | Len Brown | 2007-03-22 | 2 | -426/+0 |
| * | | ACPI: sbs: Common interface with CM battery | Vladimir Lebedev | 2007-03-22 | 1 | -258/+319 |
| * | | ACPI: sbs: Debug messages correction/improvement | Vladimir Lebedev | 2007-03-22 | 1 | -150/+149 |
| * | | ACPI: sbs: remove I2C Makefile hooks | Vladimir Lebedev | 2007-03-22 | 1 | -1/+1 |
| * | | ACPI: sbs: remove I2C Kconfig dependency | Vladimir Lebedev | 2007-03-22 | 1 | -2/+1 |
| * | | ACPI: sbs: use EC rather than I2C | Vladimir Lebedev | 2007-03-22 | 1 | -278/+287 |
* | | | Pull dock into release branch | Len Brown | 2007-04-28 | 1 | -0/+25 |
|\ \ \ |
|
| * | | | ACPI: dock: use NULL for pointer | Randy Dunlap | 2007-03-28 | 1 | -1/+2 |
| * | | | ACPI: dock: add access to ACPI docking station UID | Ilya A. Volynets-Evenbakh | 2007-03-09 | 1 | -0/+24 |
* | | | | Pull ec into release branch | Len Brown | 2007-04-28 | 2 | -321/+181 |
|\ \ \ \ |
|
| * | | | | ACPI: EC: Block queries until EC is fully initialized | Alexey Starikovskiy | 2007-03-09 | 1 | -1/+4 |
| * | | | | ACPI: EC: Cleanup of EC initialization | Alexey Starikovskiy | 2007-03-09 | 1 | -19/+13 |
| * | | | | ACPI: EC: first_ec is better to be acpi_ec than acpi_device. | Alexey Starikovskiy | 2007-03-09 | 1 | -28/+13 |
| * | | | | ACPI: EC: Rename ec_ecdt to more informative boot_ec | Alexey Starikovskiy | 2007-03-09 | 1 | -23/+20 |
| * | | | | ACPI: EC: Clean ECDT and namespace parsing. | Alexey Starikovskiy | 2007-03-09 | 1 | -96/+109 |
| * | | | | ACPI: EC: Put install handlers into separate function. | Alexey Starikovskiy | 2007-03-09 | 1 | -60/+27 |
| * | | | | ACPI: EC: Remove casts to/from void* from ec.c | Alexey Starikovskiy | 2007-03-09 | 1 | -7/+6 |
| * | | | | ACPI: EC: enable burst functionality in EC. | Alexey Starikovskiy | 2007-03-09 | 1 | -52/+37 |
| * | | | | ACPI: EC: "Fake ECDT" workaround is not needed any longer. | Alexey Starikovskiy | 2007-03-09 | 1 | -81/+0 |
| * | | | | ACPI: EC: Make EC to initialize first in ACPI | Alexey Starikovskiy | 2007-03-09 | 1 | -3/+4 |
| * | | | | ACPI: EC: Don't use Global Lock if not asked to do so | Alexey Starikovskiy | 2007-03-09 | 1 | -3/+0 |
* | | | | | Pull misc-for-upstream into release branch | Len Brown | 2007-04-28 | 8 | -31/+28 |
|\ \ \ \ \ |
|
| * | | | | | ACPI: make /proc/acpi/wakeup more useful | David Brownell | 2007-04-25 | 1 | -3/+13 |
| * | | | | | ACPI: word-smith kconfig help | Borislav Petkov | 2007-04-25 | 1 | -2/+2 |
| * | | | | | ACPI: use _STA bit names rather than 0x0F | Bjorn Helgaas | 2007-04-25 | 2 | -2/+6 |
| * | | | | | ACPI: Remove duplicate definitions for _STA bits | Bjorn Helgaas | 2007-04-25 | 3 | -16/+7 |
| * | | | | | ACPI: remove duplicate include | Ray Lee | 2007-04-25 | 1 | -8/+0 |
| | |_|_|/
| |/| | | |
|
* | | | | | Pull thinkpad into release branch | Len Brown | 2007-04-28 | 3 | -2836/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | ACPI: ibm-acpi: move driver to drivers/misc hierarchy | Henrique de Moraes Holschuh | 2007-03-25 | 4 | -3258/+0 |