summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugzilla-9761' into releaseLen Brown2008-06-201-1/+2
|\
| * ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach deviceZhang Rui2008-06-141-1/+2
* | ACPI: no AC status notificationLen Brown2008-06-141-5/+3Star
|/
* ACPICA: fix stray va_end() caused by mis-mergeLen Brown2008-06-121-1/+1
* ACPI: Reject below-freezing temperatures as invalid critical temperaturesArjan van de Ven2008-06-121-2/+9
* ACPICA: Fix for access to deleted object <regression>Bob Moore2008-06-121-2/+2
* ACPICA: Fix to make _SST method optionalBob Moore2008-06-121-3/+5
* ACPICA: Fix for Load operator, load table at the namespace rootBob Moore2008-06-121-2/+8
* ACPICA: Ignore ACPI table signature for Load() operatorBob Moore2008-06-121-18/+7Star
* ACPICA: Fix to allow zero-length ASL field declarationsBob Moore2008-06-121-4/+1Star
* ACPI: use memory_read_from_buffer()Akinobu Mita2008-06-121-13/+2Star
* bay: exit if notify handler cannot be installedHolger Macht2008-06-121-6/+10
* dock.c remove trailing printk whitespaceTim Pepper2008-06-121-1/+1
* proper prototype for acpi_processor_tstate_has_changed()Adrian Bunk2008-06-121-1/+0Star
* ACPI: handle invalid ACPI SLIT tableFenghua Yu2008-06-121-4/+27
* ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning messageAlistair John Strachan2008-06-121-1/+1
* ACPI: EC: Use msleep instead of udelay while waiting for event.Alexey Starikovskiy2008-06-121-1/+1
* cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi2008-06-121-6/+7
* ACPI: Disable Fixed_RTC event when installing RTC handlerZhao Yakui2008-06-122-0/+12
* acpi: fix integer as NULL pointer warningHarvey Harrison2008-05-232-3/+3
* Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan2008-05-011-9/+11
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-30121-1626/+2580
|\
| *-------------------. Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown2008-04-3018-469/+512
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * ACPI: Cleanup: Remove unneeded, multiple local dummy variablesThomas Renninger2008-04-291-10/+7Star
| | | | | | | | | | | | * ACPI: video - fix permissions on some proc entriesDmitry Torokhov2008-04-291-2/+2
| | | | | | | | | | | | * ACPI: video - properly handle errors when registering proc elementsDmitry Torokhov2008-04-291-115/+115
| | | | | | | | | | | | * ACPI: video - do not store invalid entries in attached_array listDmitry Torokhov2008-04-291-31/+27Star
| | | | | | | |_|_|_|_|/ | | | | | | |/| | | | |
| | | | | | | | | | | * ACPI: update thermal temperatureZhang, Rui2008-04-291-0/+5
| | | | | | | | | | | * ACPI: elide a non-zero test on a result that is never 0Julia Lawall2008-04-293-49/+45Star
| | | | | | | | | | | * thermal: update the documentationZhang Rui2008-04-291-1/+1
| | | | | | | | | | | * thermal: add new get_crit_temp callbackZhang, Rui2008-04-291-0/+13
| | | | | | | | | | | * thermal: add the support for building the generic thermal as a moduleZhang Rui2008-04-291-0/+3
| | | | | | | |_|_|_|/ | | | | | | |/| | | |
| | | | | | | | | | * ACPI: crosslink ACPI and "real" device nodesDavid Brownell2008-02-231-0/+20
| | | | | | | | * | | ACPI: re-name acpi_pm_ops to acpi_suspend_opsLen Brown2008-04-291-21/+21
| | | | | | | | * | | ACPI: check a return value correctly in acpi_power_get_context()Li Zefan2008-04-291-1/+1
| | | | | | | | * | | #if 0 acpi/bay.c:eject_removable_drive()Adrian Bunk2008-04-291-0/+2
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | | | * | | ACPI: Fix acpi_processor_idle and idle= boot parameters interactionVenkatesh Pallipadi2008-04-301-2/+12
| | | | | | | * | | 2.6.25 regression: powertop says 120K wakeups/secVenkatesh Pallipadi2008-04-251-0/+4
| | | | | * | | | | ACPI: EC: Don't delete boot ECAlexey Starikovskiy2008-03-251-24/+19Star
| | | | | * | | | | ACPI: EC: Use default setup handlerAlexey Starikovskiy2008-03-251-15/+1Star
| | | | | * | | | | ACPI: EC: Detect irq stormAlexey Starikovskiy2008-03-251-0/+11
| | | | | * | | | | ACPI: EC: Switch off GPE mode during suspend/resumeAlexey Starikovskiy2008-03-251-22/+38
| | | | | * | | | | ACPI: EC: Replace broken controller workarounds with poll mode.Alexey Starikovskiy2008-03-251-49/+12Star
| | | | | * | | | | ACPI: EC: Improve debug outputAlexey Starikovskiy2008-03-251-4/+4
| | | | | * | | | | ACPI: EC: Add poll timerAlexey Starikovskiy2008-03-251-4/+39
| | | | | * | | | | ACPI: EC: Restore udelay in poll modeAlexey Starikovskiy2008-03-251-0/+2
| | | | * | | | | | ACPICA: always disable GPE when requestedDamián Viano2008-04-291-4/+0Star
| | | | * | | | | | ACPI: GPE enabling should happen after EC installationAlexey Starikovskiy2008-04-251-18/+17Star
| | | * | | | | | | flush kacpi_notify_wq before removing notify handlerZhang Rui2008-04-291-0/+1
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | ACPI : Disable the device's ability to wake the sleeping system in the boot p...Zhao Yakui2008-04-101-1/+42