aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] acpi_shutdown: Only prepare for power off on power_offEric W. Biederman2005-08-271-1/+5
* Merge ../to-linus-stable/Len Brown2005-08-151-3/+3
|\
| * [ACPI] re-enable platform-specific hotkey drivers by defaultLuming Yu2005-08-151-3/+3
* | Revert PCIBIOS_MIN_IO changes for 2.6.13Linus Torvalds2005-08-141-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/to-linusLinus Torvalds2005-08-043-7/+12
|\ \
| * \ Merge ../to-linus-stableLen Brown2005-08-031-6/+0
| |\ \
| | * \ /home/lenb/src/to-linus-stable branch 'acpi-2.6.12'Len Brown2005-08-031-6/+0
| | |\ \ | | | |/
| | | * [ACPI] delete Warning: Encountered executable code at module level, [AE_NOT_C...Len Brown2005-08-031-6/+0
| * | | [ACPI] S3 resume: avoid kmalloc() might_sleep oops symptomDavid Shaohua Li2005-08-032-1/+12
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/to-linusLinus Torvalds2005-08-036-309/+634
|\ \ \ | |/ /
| * | /home/lenb/src/to-linus branch 'acpi-2.6.12'Len Brown2005-08-036-309/+634
| |\ \ | | |/
| | * [ACPI] CONFIG_ACPI_HOTKEY is now "n" by defaultLuming Yu2005-08-032-299/+396
| | * [ACPI] restore /proc/acpi/button/ (ala 2.6.12)Alexey Starikovskiy2005-08-031-1/+205
| | * [ACPI] revert Embedded Controller to polling-mode by default (ala 2.6.12)Luming Yu2005-08-031-5/+19
| | * [ACPI] PCI interrupt link suspend/resume - revert to 2.6.12 behaviourDavid Shaohua Li2005-08-031-0/+11
| | * [ACPI] fix 64-bit build warning in processor_idle.cLen Brown2005-08-031-4/+3
* | | [PATCH] ACPI: increase PCIBIOS_MIN_IO on x86Ivan Kokshaysky2005-08-021-1/+1
|/ /
* | Revert ACPI interrupt resume changesLinus Torvalds2005-08-011-20/+18
* | /home/lenb/src/to-linus branch 'acpi-2.6.12'Len Brown2005-07-294-227/+885
|\ \ | |/
| * [ACPI] suspend/resume ACPI PCI Interrupt LinksDavid Shaohua Li2005-07-292-42/+146
| * [ACPI] delete boot-time printk()s from processor_idle.cVenkatesh Pallipadi2005-07-291-2/+0
| * [ACPI] Add "ec_polling" boot optionLuming Yu2005-07-291-171/+722
| * [ACPI] address boot-freeze with updated DMI blacklist for c-statesDavid Shaohua Li2005-07-291-9/+12
| * [ACPI] Fix memset arguments in acpi processor_idle.cVenkatesh Pallipadi2005-07-291-2/+4
| * [ACPI] Fix the regression with c1_default_handler on some systemsVenkatesh Pallipadi2005-07-291-1/+1
* | [PATCH] acpi: Don't call acpi_sleep_prepare from acpi_power_offEric W. Biederman2005-07-261-21/+12
* | [PATCH] acpi_power_off: Don't switch to the boot cpuEric W. Biederman2005-07-261-1/+0
* | /home/lenb/linux-2.6 branch 'acpi-2.6.12'Luming Yu2005-07-231-14/+3
|\ \ | |/
| * ACPI: delete unnecessary EC console messagesLuming Yu2005-07-231-14/+3
* | [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown2005-07-12121-4152/+6405
|\ \ | |/
| * [ACPI] enable C2 and C3 idle power states on SMPVenkatesh Pallipadi2005-07-123-66/+109
| * [ACPI] EC GPE-disabled issueLuming Yu2005-07-121-11/+9
| * [ACPI] fix merge error that broke CONFIG_ACPI_DEBUG=y buildLen Brown2005-07-121-1/+1
| * [ACPI] cleanup: delete !IA64_SGI_SN from acpi/KconfigJesse Barnes2005-07-121-11/+0
| * [ACPI] quiet dmesg related to ACPI PM of PCI devicesDavid Shaohua Li2005-07-121-6/+4
| * ACPICA 20050408 from Bob MooreRobert Moore2005-07-12101-3598/+4390
| * [ACPI] Deprecate /proc/acpi/sleep in favor of /sys/power/stateLen Brown2005-07-122-0/+17
| * [ACPI] PNPACPI vs sound IRQDavid Shaohua Li2005-07-121-2/+5
| * [ACPI] update /proc/acpi/processor/*/power even if only C1 supportVenkatesh Pallipadi2005-07-121-7/+26
| * [ACPI] hotplug Processor consideration in acpi_bus_add()Keiichiro Tokunaga2005-07-121-5/+7
| * [ACPI] fix debug-mode build warning in acpi/hotkey.cAndrew Morton2005-07-111-1/+2
| * [ACPI] fix kmalloc size bug in acpi/video.cPaulo Marques2005-07-111-7/+6
| * [ACPI] fix potential NULL dereference in acpi/video.cAdrian Bunk2005-07-111-1/+1
| * [ACPI] check for kmalloc failure in toshiba_acpi.cPanagiotis Issaris2005-07-111-0/+3
| * [ACPI] fix build warningAndrew Morton2005-07-111-1/+1
| * [ACPI] fix EC access widthLuming Yu2005-07-111-18/+14
| * [ACPI] Enable EC Burst ModeDmitry Torokhov2005-07-111-114/+276
| * [ACPI] pci_set_power_state() now callsDavid Shaohua Li2005-07-111-1/+7
| * [ACPI] Bind PCI devices with ACPI devicesDavid Shaohua Li2005-07-113-3/+365
| * [ACPI] generic Hot Key supportLuming Yu2005-07-117-1/+1054