summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPI: ACPICA 20060608Bob Moore2006-06-1413-87/+96
* ACPI: ACPICA 20060526Bob Moore2006-06-1431-987/+905
* ACPI: execute Notify() handlers on new threadAlexey Starikovskiy2006-06-143-32/+56
* ACPI: ACPICA 20060512Bob Moore2006-06-1416-63/+107
* ACPI: ACPICA 20060421Bob Moore2006-06-14104-923/+1144
* ACPI: ACPICA 20060331Bob Moore2006-06-1426-133/+329
* [ACPI] ACPICA 20060317Bob Moore2006-06-1425-864/+245
* ACPI: inline trivial acpi_os_get_thread_id()Len Brown2006-04-011-8/+0
* ACPI: ACPICA 20060310Bob Moore2006-04-0155-305/+268
* ACPI: ACPICA 20060217Bob Moore2006-04-018-75/+88
* [ACPI] ACPICA 20060210Bob Moore2006-03-3190-141/+464
* Revert "[PATCH] ACPI: fix vendor resource length computation"Len Brown2006-03-311-2/+4
* [PATCH] more s/fucn/func/ typo fixesAkinobu Mita2006-03-261-1/+1
* [PATCH] ACPI: clean up memory attribute checking for map/read/writeBjorn Helgaas2006-03-261-43/+11
* [PATCH] EFI fixesTolentino, Matthew E2006-03-261-1/+2
* [PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas2006-03-261-6/+4
* [PATCH] Fix compilation of processor_idle.c on IA64Andi Kleen2006-03-251-2/+4
* [PATCH] x86_64: Force broadcast timer on AMD systems with C3 too.Andi Kleen2006-03-251-10/+15
* [PATCH] x86_64: Clean up and tweak ACPI blacklist year codeAndi Kleen2006-03-251-21/+6
* fix typos "wich" -> "which"Uwe Zeisberger2006-03-241-1/+2
* [PATCH] acpi: remove dock event handling from ibm_acpiKristen Accardi2006-03-232-3/+22
* [PATCH] acpi: export acpi_bus_trimKristen Accardi2006-03-231-2/+3
* [PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64Andi Kleen2006-02-261-1/+1
* [PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDEDAndi Kleen2006-02-261-5/+3
* [PATCH] ACPI: fix vendor resource length computationBjorn Helgaas2006-02-171-4/+2
* [PATCH] x86_64: data/functions wrongly marked as __init with cpu hotplug.Ashok Raj2006-02-041-1/+3
* [PATCH] x86_64: Only switch to IPI broadcast timer on Intel when C3 is supportedVenkatesh Pallipadi2006-02-041-1/+1
* [ACPI] ACPICA 20060127Bob Moore2006-01-3185-736/+1238
* Pull release into acpica branchLen Brown2006-01-2716-267/+329
|\
| *-------------------. [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown2006-01-24131-6868/+6025
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | [ACPI] make two processor functions staticAdrian Bunk2006-01-082-6/+6
| | | | | | | | | | | * | [ACPI] move some run-time structure inits to compile timeArjan van de Ven2006-01-075-7/+7
| | | | | | | | | | | |/
| | | | | | | | | | * | [ACPI_ASUS] fix asus module param descriptionKarol Kozimor2006-01-041-2/+4
| | | | | | | | | | * | [ACPI_ASUS] M6R display readingKarol Kozimor2006-01-041-1/+1
| | | | | | | | | | * | [ASUS_ACPI] work around Samsung P30s oopsKarol Kozimor2005-12-291-9/+18
| | | | | | | * | | | | [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only onceVenkatesh Pallipadi2005-12-013-21/+11
| | | | | | | |/ / / /
| | | | | | * | | | | [ACPI] build EC driver on IA64Kenji Kaneshige2005-12-211-1/+0
| | | | | | * | | | | [ACPI] Embedded Controller (EC) driver printk syntax updateLen Brown2005-12-051-10/+10
| | | | | | * | | | | [ACPI] Enable Embedded Controller (EC) interrupt mode by defaultLen Brown2005-12-051-3/+3
| | | | | | * | | | | [ACPI] Embedded Controller (EC) driver syntax updateLen Brown2005-12-051-116/+117
| | | | | | * | | | | [ACPI] Disable EC burst mode w/o disabling EC interruptsLuming Yu2005-12-011-16/+20
| | | | | | |/ / / /
| | | | | * | | | | [ACPI] fix acpi_os_wait_sempahore() finite timeout case (AE_TIME warning)Yu Luming2006-01-031-1/+1
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | [ACPI] handle BIOS with implicit C1 in _CSTJanosch Machowinski2005-12-011-33/+31
| | | * | | | | | [ACPI] fix reboot upon suspend-to-diskAlexey Starikovskiy2005-12-153-10/+13
| | * | | | | | | [ACPI] Disable C2/C3 for _all_ IBM R40e LaptopsThomas Rosner2006-01-071-16/+51
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
| * | | | | | | [PATCH] i386: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2006-01-111-0/+15
| * | | | | | | [PATCH] apci: use pin stored in pci_devKristen Accardi2006-01-091-4/+3
| * | | | | | | [PATCH] tpm: add bios measurement logKylene Jo Hall2006-01-081-0/+2
| * | | | | | | [ACPI] remove Kconfig "default y" for laptop driversBorislav Petkov2006-01-071-2/+0
OpenPOWER on IntegriCloud