aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2011-11-12ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression)Gravatar Rafael J. Wysocki 1-29/+0
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 7-76/+233
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 27-2/+26
2011-11-06Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextGravatar Len Brown 2-61/+210
2011-11-06Merge branches 'atomic-io', 'lockdep', 'misc', 'pm-profile' and 'pnp-cleanup'...Gravatar Len Brown 4-14/+22
2011-11-06cpuidle: Single/Global registration of idle statesGravatar Deepthi Dharwar 2-42/+169
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsGravatar Deepthi Dharwar 1-13/+12
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Gravatar Deepthi Dharwar 1-26/+49
2011-11-06ACPI: Export FADT pm_profile integer value to userspaceGravatar Thomas Renninger 1-1/+13
2011-11-06ACPI: Drop ACPI_NO_HARDWARE_INITGravatar Rafael J. Wysocki 1-6/+2
2011-11-06ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast()Gravatar Luck, Tony 1-1/+1
2011-11-06ACPI: Fix possible recursive locking in hwregs.cGravatar Rakib Mullick 1-5/+6
2011-11-06ACPI: use kstrdup()Gravatar Thomas Meyer 1-2/+1
2011-11-04ACPI / PM: Add Sony VPCEB17FX to nonvs blacklistGravatar Dave Jones 1-0/+8
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Gravatar Linus Torvalds 1-5/+7
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLGravatar Paul Gortmaker 22-0/+22
2011-10-31acpi: downgrade files from module.h to export.h where possible.Gravatar Paul Gortmaker 1-1/+1
2011-10-31acpi: delete module.h include from files explicitly not needing itGravatar Paul Gortmaker 1-1/+0
2011-10-31acpi: add module.h to files implicitly using/relying on it.Gravatar Paul Gortmaker 3-0/+3
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-1/+2
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-14/+8
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-5/+5
2011-10-22ACPI / PM: Add Sony VGN-FW21E to nonvs blacklist.Gravatar Dave Jones 1-0/+8
2011-10-16PM / ACPI: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvsGravatar Bogdan Radulescu 1-0/+8
2011-10-16PM / ACPI: Blacklist Sony Vaio known to require acpi_sleep=nonvsGravatar Rafael J. Wysocki 1-0/+8
2011-10-14PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removeGravatar Prarit Bhargava 1-1/+2
2011-10-12pstore: make pstore write function return normal success/fail valueGravatar Chen Gong 1-4/+6
2011-10-10x86, nmi: Wire up NMI handlers to new routinesGravatar Don Zickus 1-14/+8
2011-10-07Merge branch 'pm-qos' into pm-for-linusGravatar Rafael J. Wysocki 1-1/+1
2011-10-04llist: Make some llist functions inlineGravatar Huang Ying 1-1/+0
2011-09-13locking, ACPI: Annotate c3_lock as rawGravatar Thomas Gleixner 1-5/+5
2011-09-12Merge branches 'apei', 'bz-13195' and 'doc' into acpiGravatar Len Brown 3-2/+3
2011-08-29acpica: ACPI_MAX_SLEEP should be 2 sec, not 20Gravatar Len Brown 1-1/+1
2011-08-25PM QoS: Move and rename the implementation filesGravatar Jean Pihet 1-1/+1
2011-08-16pstore: change mutex locking to spin_locksGravatar Don Zickus 1-1/+1
2011-08-11ACPI APEI: Add Kconfig option IRQ_WORK for GHESGravatar Chen Gong 1-0/+1
2011-08-11APEI: Fix WHEA _OSC callGravatar Matthew Garrett 1-1/+1
2011-08-05Merge branch 'battery' into releaseGravatar Len Brown 1-3/+7
2011-08-05Battery: sysfs_remove_battery(): possible circular lockingGravatar Sergey Senozhatsky 1-3/+7
2011-08-03Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-68/+516
2011-08-03Merge branch 'apei' into apei-releaseGravatar Len Brown 9-68/+516
2011-08-03ACPI, APEI, EINJ Param support is disabled by defaultGravatar Huang Ying 1-15/+24
2011-08-03APEI GHES: 32-bit buildfixGravatar Len Brown 1-2/+3
2011-08-03ACPI: APEI build fixGravatar Len Brown 1-2/+0
2011-08-03ACPI, APEI, GHES: Add hardware memory error recovery supportGravatar Huang Ying 2-7/+24
2011-08-03ACPI, APEI, GHES, Error records content based throttleGravatar Huang Ying 1-7/+177
2011-08-03ACPI, APEI, GHES, printk support for recoverable error via NMIGravatar Huang Ying 2-18/+193
2011-08-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 19-57/+227
2011-08-02Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from...Gravatar Len Brown 14-64/+180