summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-226-18/+14Star
* APCI: revert another duplicated patchThomas Gleixner2008-07-211-3/+0Star
* APCI: revert duplicated patchThomas Gleixner2008-07-212-6/+0Star
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-179-190/+706
|\
| * PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki2008-07-084-4/+45
| * ACPI: Introduce new device wakeup flag 'prepared'Rafael J. Wysocki2008-07-081-2/+22
| * ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki2008-07-083-73/+89
| * ACPI: Introduce acpi_bus_power_manageable functionRafael J. Wysocki2008-07-081-0/+11
| * Suspend-related patches for 2.6.27Rafael J. Wysocki2008-06-121-113/+163
| * Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Jesse Barnes2008-06-121-35/+4Star
| |\
| | * ACPI PM: Remove obsolete Toshiba workaroundRafael J. Wysocki2008-06-121-31/+0Star
| | * ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell2008-06-121-4/+4
| * | PCI: ACPI PCI slot detection driverAlex Chiang2008-06-103-0/+378
| |/
* | Fix FADT parsingJan Beulich2008-07-161-6/+11
* | Add the ability to reset the machine using the RESET_REG in ACPI's FADT table.Aaron Durbin2008-07-162-1/+51
* | ACPI: use dev_printk when possibleBjorn Helgaas2008-07-161-21/+17Star
* | ACPI: video: fix brightness allocationJulia Jomantaite2008-07-161-50/+73
* | ACPI: Disable MWAIT via DMI on broken Compal boardZhao Yakui2008-07-161-0/+28
* | ACPI : Create "idle=nomwait" bootparamZhao Yakui2008-07-162-1/+18
* | ACPI: Create "idle=halt" bootparamZhao Yakui2008-07-161-0/+22
* | ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...Zhang Rui2008-07-163-18/+171
* | ACPICA: Fix mutex debug code for wrong loop termination valueBob Moore2008-07-161-2/+2
* | ACPICA: Cleanup of _PRT parsing codeBob Moore2008-07-161-12/+12
* | ACPICA: Cleanup debug operand dump mechanismBob Moore2008-07-166-76/+34Star
* | ACPICA: Fix for invalid large array index on 64-bit systemsBob Moore2008-07-161-1/+1
* | ACPICA: Update DMAR and SRAT table definitionsBob Moore2008-07-161-2/+2
* | ACPICA: Workaround for reversed _PRT entries from BIOSBob Moore2008-07-161-0/+17
* | ACPICA: Add const qualifier for appropriate string constantsBob Moore2008-07-166-32/+44
* | ACPICA: Several lint changes, no functional changesBob Moore2008-07-161-4/+4
* | ACPICA: Removed unused include files from source filesBob Moore2008-07-161-2/+0Star
* | ACPICA: Eliminate acpi_native_uint type v2Bob Moore2008-07-1638-168/+162Star
* | ACPICA: Fix possible negative array index in acpi_ut_validate_exceptionBob Moore2008-07-161-9/+5Star
* | ACPICA: Fix for hang on GPE method invocationBob Moore2008-07-169-19/+3Star
* | ACPICA: Add argument count checking to control method invocation via acpi_eva...Bob Moore2008-07-161-0/+35
* | ACPI PM: Remove obsolete Toshiba workaroundRafael J. Wysocki2008-07-161-31/+0Star
* | ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell2008-07-161-4/+4
* | dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.Len Brown2008-07-162-0/+6
* | ACPI: don't walk tables if ACPI was disabledVegard Nossum2008-07-161-0/+3
* | Make GPE disable more robustBob Moore2008-07-162-5/+63
* | acpi: fix printk format warningRandy Dunlap2008-07-161-1/+1
* | ACPI: fix processor throttling set errorYi Yang2008-07-161-4/+20
* | ACPI: fix acpi fan state set errorYi Yang2008-07-161-1/+7
* | ACPI: fix checkpatch.pl complaints in scan.cAlok N Kataria2008-07-161-4/+8
* | ACPI: change processors from array to per_cpu variableMike Travis2008-07-164-31/+29Star
* | create sysfs link from acpi device to sysdev for cpuZhang Rui2008-07-161-1/+7
* | force offline the processor during hot-removalZhang Rui2008-07-161-3/+3
* | fix a deadlock issue when poking "eject" fileZhang Rui2008-07-161-24/+32
* | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-1/+1
|\ \
| * | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
* | | x86, VisWS: turn into generic arch, eliminate Kconfig specialsIngo Molnar2008-07-101-1/+0Star