aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
* ACPI: EC: Make the GPE storm threshold a module parameterFeng Tang2012-10-301-4/+10
* ACPI: run _OSC after ACPI_FULL_INITIALIZATIONLin Ming2012-10-171-2/+6
* ACPI: export symbol acpi_get_table_with_sizeAlex Deucher2012-09-121-0/+1
* ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_registe...Lan Tianyu2012-08-021-1/+3
* ACPI / PM: Make acpi_pm_device_sleep_state() follow the specificationRafael J. Wysocki2012-07-251-2/+2
* ACPI sysfs.c strlen fixPavel Vasilyev2012-07-251-2/+2
* cpufreq / ACPI: Fix not loading acpi-cpufreq driver regressionThomas Renninger2012-07-251-2/+4
* acpi_pad: fix power_saving thread deadlockStuart Hayes2012-07-041-3/+4
* ACPI battery: only refresh the sysfs files when pertinent information changesAndy Whitcroft2012-06-101-1/+9
* ACPI / PM: Add Sony Vaio VPCCW29FX to nonvs blacklist.Lan Tianyu2012-05-311-0/+8
* ACPICA: Fix to allow region arguments to reference other scopesLin Ming2012-04-223-1/+8
* ACPICA: Fix regression in FADT revision checksJulian Anastasov2012-04-131-4/+4
* ACPI: Do cpufreq clamping for throttling per package v2Andi Kleen2012-04-131-8/+37
* ACPI / PM: Do not save/restore NVS on Asus K54C/K54HRKeng-Yu Lin2012-03-121-0/+16
* PCI: Rework ASPM disable codeMatthew Garrett2012-02-061-0/+7
* ACPI: processor: fix acpi_get_cpuid for UP processorLin Ming2012-01-251-2/+24
* ACPICA: Put back the call to acpi_os_validate_addressLin Ming2012-01-251-0/+24
* ACPI: Store SRAT table revisionKurt Garloff2012-01-251-0/+6
* pstore: pass allocated memory region back to callerKees Cook2011-11-171-9/+22
* ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression)Rafael J. Wysocki2011-11-121-29/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-077-76/+233
|\
| *---. Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown2011-11-062-61/+210
| |\ \ \
| | * | | cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-062-42/+169
| | * | | cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-061-13/+12
| | * | | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-061-26/+49
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'atomic-io', 'lockdep', 'misc', 'pm-profile' and 'pnp-cleanup'...Len Brown2011-11-064-14/+22
| |\ \ \ \ \ \ | | | | | |/ /
| | | | * | | ACPI: Export FADT pm_profile integer value to userspaceThomas Renninger2011-11-061-1/+13
| | | | |/ /
| | | * | | ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki2011-11-061-6/+2
| | | * | | ACPI: use kstrdup()Thomas Meyer2011-11-061-2/+1
| | | |/ /
| | * | | ACPI: Fix possible recursive locking in hwregs.cRakib Mullick2011-11-061-5/+6
| | |/ /
| * | | ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast()Luck, Tony2011-11-061-1/+1
| |/ /
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0627-2/+26
|\ \ \
| * | | acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker2011-10-3122-0/+22
| * | | acpi: downgrade files from module.h to export.h where possible.Paul Gortmaker2011-10-311-1/+1
| * | | acpi: delete module.h include from files explicitly not needing itPaul Gortmaker2011-10-311-1/+0
| * | | acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker2011-10-313-0/+3
* | | | ACPI / PM: Add Sony VPCEB17FX to nonvs blacklistDave Jones2011-11-041-0/+8
* | | | Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds2011-11-011-5/+7
|\ \ \ \ | |/ / / |/| | |
| * | | pstore: make pstore write function return normal success/fail valueChen Gong2011-10-121-4/+6
| * | | pstore: change mutex locking to spin_locksDon Zickus2011-08-161-1/+1
* | | | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-281-1/+2
|\ \ \ \
| * | | | PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removePrarit Bhargava2011-10-141-1/+2
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-261-1/+0
|\ \ \ \
| * | | | llist: Make some llist functions inlineHuang Ying2011-10-041-1/+0
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-261-14/+8
|\ \ \ \
| * | | | x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-14/+8
| |/ / /
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-261-5/+5
|\ \ \ \
| * | | | locking, ACPI: Annotate c3_lock as rawThomas Gleixner2011-09-131-5/+5
| | |/ / | |/| |
* | | | ACPI / PM: Add Sony VGN-FW21E to nonvs blacklist.Dave Jones2011-10-221-0/+8
* | | | PM / ACPI: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvsBogdan Radulescu2011-10-161-0/+8