summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* remove software_suspend()Johannes Berg2007-05-071-1/+1
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-051-2/+2
|\
| * [PATCH] x86: Log reason why TSC was marked unstablejohn stultz2007-05-021-2/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-05-051-45/+1Star
|\ \ | |/ |/|
| * [CPUFREQ] Remove deprecated /proc/acpi/processor/performance write supportThomas Renninger2007-04-261-45/+1Star
* | power management: implement pm_ops.valid for everybodyJohannes Berg2007-05-011-2/+11
* | Pull bugzilla-8346 into release branchLen Brown2007-04-291-0/+12
|\ \
| * | ACPICA: clear fields reserved before FADT r3Bob Moore2007-04-291-0/+12
| |/
* | Pull sbs into release branchLen Brown2007-04-295-1040/+682Star
|\ \
| * | ACPI: sbs: remove i2c_ec.[ch]Len Brown2007-03-222-426/+0Star
| * | ACPI: sbs: Common interface with CM batteryVladimir Lebedev2007-03-221-258/+319
| * | ACPI: sbs: Debug messages correction/improvementVladimir Lebedev2007-03-221-150/+149Star
| * | ACPI: sbs: remove I2C Makefile hooksVladimir Lebedev2007-03-221-1/+1
| * | ACPI: sbs: remove I2C Kconfig dependencyVladimir Lebedev2007-03-221-2/+1Star
| * | ACPI: sbs: use EC rather than I2CVladimir Lebedev2007-03-221-278/+287
* | | Pull dock into release branchLen Brown2007-04-291-0/+25
|\ \ \
| * | | ACPI: dock: use NULL for pointerRandy Dunlap2007-03-291-1/+2
| * | | ACPI: dock: add access to ACPI docking station UIDIlya A. Volynets-Evenbakh2007-03-101-0/+24
* | | | Pull ec into release branchLen Brown2007-04-292-321/+181Star
|\ \ \ \
| * | | | ACPI: EC: Block queries until EC is fully initializedAlexey Starikovskiy2007-03-101-1/+4
| * | | | ACPI: EC: Cleanup of EC initializationAlexey Starikovskiy2007-03-101-19/+13Star
| * | | | ACPI: EC: first_ec is better to be acpi_ec than acpi_device.Alexey Starikovskiy2007-03-101-28/+13Star
| * | | | ACPI: EC: Rename ec_ecdt to more informative boot_ecAlexey Starikovskiy2007-03-101-23/+20Star
| * | | | ACPI: EC: Clean ECDT and namespace parsing.Alexey Starikovskiy2007-03-101-96/+109
| * | | | ACPI: EC: Put install handlers into separate function.Alexey Starikovskiy2007-03-101-60/+27Star
| * | | | ACPI: EC: Remove casts to/from void* from ec.cAlexey Starikovskiy2007-03-101-7/+6Star
| * | | | ACPI: EC: enable burst functionality in EC.Alexey Starikovskiy2007-03-101-52/+37Star
| * | | | ACPI: EC: "Fake ECDT" workaround is not needed any longer.Alexey Starikovskiy2007-03-101-81/+0Star
| * | | | ACPI: EC: Make EC to initialize first in ACPIAlexey Starikovskiy2007-03-101-3/+4
| * | | | ACPI: EC: Don't use Global Lock if not asked to do soAlexey Starikovskiy2007-03-101-3/+0Star
* | | | | Pull misc-for-upstream into release branchLen Brown2007-04-298-31/+28Star
|\ \ \ \ \
| * | | | | ACPI: make /proc/acpi/wakeup more usefulDavid Brownell2007-04-251-3/+13
| * | | | | ACPI: word-smith kconfig helpBorislav Petkov2007-04-251-2/+2
| * | | | | ACPI: use _STA bit names rather than 0x0FBjorn Helgaas2007-04-252-2/+6
| * | | | | ACPI: Remove duplicate definitions for _STA bitsBjorn Helgaas2007-04-253-16/+7Star
| * | | | | ACPI: remove duplicate includeRay Lee2007-04-251-8/+0Star
| | |_|_|/ | |/| | |
* | | | | Pull thinkpad into release branchLen Brown2007-04-293-2836/+0Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ACPI: ibm-acpi: move driver to drivers/misc hierarchyHenrique de Moraes Holschuh2007-03-264-3258/+0Star
| * | | | ACPI: ibm-acpi: update copyright noticeHenrique de Moraes Holschuh2007-03-261-2/+3
| * | | | ACPI: ibm-acpi: organize codeHenrique de Moraes Holschuh2007-03-261-641/+757
| * | | | ACPI: ibm-acpi: add header fileHenrique de Moraes Holschuh2007-03-262-138/+438
| * | | | ACPI: ibm-acpi: rename some identifiersHenrique de Moraes Holschuh2007-03-261-19/+24
| * | | | ACPI: ibm-acpi: kill trailing whitespaceHenrique de Moraes Holschuh2007-03-261-3/+3
* | | | | acpi-thermal: fix mod_timer() intervalAndrew Morton2007-04-241-1/+2
* | | | | Revert "ACPI: parse 2nd MADT by default"Len Brown2007-03-301-1/+1
|/ / / /
* | | | [PATCH] i386: add command line option "local_apic_timer_c2_ok"Thomas Gleixner2007-03-231-1/+2
* | | | Revert "ACPI: Only use IPI on known broken machines (AMD, Dothan/BaniasPentiu...Linus Torvalds2007-03-231-29/+9Star
* | | | Pull c2 into release branchLen Brown2007-03-201-9/+29
|\ \ \ \
| * | | | ACPI: Only use IPI on known broken machines (AMD, Dothan/BaniasPentium M)Thomas Renninger2007-03-171-9/+29
| | |_|/ | |/| |
* | | | Pull bugzilla-7465 into release branchLen Brown2007-03-201-5/+52
|\ \ \ \