summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again)Rafael J. Wysocki2008-10-032-1/+14
*-. Merge branches 'smbus' and 'fujitsu-fix' into release-2.6.27Andi Kleen2008-09-041-0/+7
|\ \
| * | ACPI: Avoid bogus timeout about SMbus checkZhao Yakui2008-09-041-0/+7
| |/
* | Merge branch 'acpica-release-fixes' into release-2.6.27Andi Kleen2008-08-212-1/+3
|\ \
| * | acpi: add checking for NULL early paramCyrill Gorcunov2008-08-211-0/+2
| * | ACPI: Change package length error to warningMing Ling2008-08-181-1/+1
* | | Merge branch 'compal-fix' into release-2.6.27Andi Kleen2008-08-211-1/+1
|\ \ \
| * | | ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board"Dennis Jansen2008-08-211-1/+1
| | |/ | |/|
* | | ACPI: Fix now signed module parameter.Milan Broz2008-08-181-1/+1
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*---------. \ \ Merge branches 'acpica-release-fixes', 'ec-fix', 'dock', 'irq-bounds', 'therm...Andi Kleen2008-08-157-12/+54
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | * | acpi: trivial cleanupsPavel Machek2008-08-152-2/+1
| | | | | | |/
| | | | | * / ACPI: WMI: Set instance for query block callsCarlos Corbacho2008-08-151-1/+1
| | | | | |/
| | | | * / ACPI: Fix thermal shutdownsMilan Broz2008-08-151-1/+1
| | | | |/
| | | * / ACPI: bounds check IRQ to prevent memory corruptionBjorn Helgaas2008-08-151-5/+7
| | | |/
| | * / ACPI: Properly clear flags on false-positives and send uevent on sudden unplugHolger Macht2008-08-151-3/+8
| | |/
| * | ACPI: Avoid bogus EC timeout when EC is in Polling modeZhao Yakui2008-08-151-0/+2
| * | ACPI : Add the EC dmi table to fix the incorrect ECDT tableZhao Yakui2008-08-151-0/+34
| |/
* | ACPICA: Additional error checking for pathname utilitiesBob Moore2008-08-154-19/+39
* | ACPICA: Fix possible memory leak in Unload() operatorLin Ming2008-08-151-0/+3
* | ACPICA: Fix memory leak when deleting thermal/processor objectsBob Moore2008-08-151-2/+11
|/
* Remove newline from the description of module parametersNiels de Vos2008-08-011-2/+2
* acpi cpufreq cleanup: move bailing out of function before locking the mutexThomas Renninger2008-07-301-3/+3
* cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger2008-07-301-2/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-281-11/+7
|\
| * PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox2008-07-281-11/+7
* | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-281-4/+11
|\|
| * ACPI/CPUIDLE: prevent setting pm_idle to NULLThomas Gleixner2008-07-281-4/+11
* | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-281-0/+6
|\|
| * Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-07-261-0/+6
| |\
| | * ftrace: disable tracing on acpi idle callsSteven Rostedt2008-07-261-0/+6
* | | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-261-8/+3
|/ /
* | Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-246-24/+93
|\ \
| * | acpi: fix crash in core ACPI code, triggered by CONFIG_ACPI_PCI_SLOT=yIngo Molnar2008-07-222-0/+12
| * | Revert "ACPI: don't walk tables if ACPI was disabled"Andi Kleen2008-07-181-3/+0
| * | Merge branch 'merge' into release-2.6.27Andi Kleen2008-07-183-13/+75
| |\ \
| | * | ACPI : Set FAN device to correct state in boot phaseZhao Yakui2008-07-181-0/+43
| | * | ACPI: Ignore _BQC object when registering backlight deviceZhao Yakui2008-07-181-2/+12
| | * | ACPI: stop complaints about interrupt link End Tags and blank IRQ descriptorsBjorn Helgaas2008-07-181-11/+20
| * | | Revert "dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled."Andi Kleen2008-07-182-6/+0
| * | | Revert "Fix FADT parsing"Andi Kleen2008-07-181-11/+6
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-241-2/+3
|\ \ \
| * | | PCI hotplug: fix error path in pci_slot's register_slotAlex Chiang2008-07-221-2/+3
* | | | pm: acpi pm: add DMI quirk list for ACPI 1.0 suspend orderingCarlos Corbacho2008-07-241-0/+20
* | | | pm: acpi hibernation: utilize hardware signatureShaohua Li2008-07-241-0/+22
* | | | move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2008-07-241-0/+1
| |_|/ |/| |
* | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-6/+11
|\ \ \
| * | | Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-213-9/+0
| |\| |
| * | | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-181-3/+8
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1871-707/+1585
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-162-3/+1
| |\ \ \