aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-17ACPICA: Add error msg for unsupported I/O requests (not 8/16/32 bit length)Bob Moore1-0/+2
2012-01-17ACPICA: Fix to allow region arguments to reference other scopesLin Ming3-1/+8
2012-01-17ACPICA: Update for GCC 4Bob Moore1-6/+3
2012-01-17Merge branch 'acpica-validate-address-regression' into nextLen Brown1-0/+24
2012-01-17ACPICA: Put back the call to acpi_os_validate_addressLin Ming1-0/+24
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell6-8/+8
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-5/+5
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+7
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+16
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-4/+3
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin1-5/+5
2012-01-06PCI: Rework ASPM disable codeMatthew Garrett1-0/+7
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-4/+3
2012-01-04Kconfig: acpi: Fix typo in comment.Justin P. Mattock1-1/+1
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2012-01-03switch procfs to umode_t useAl Viro1-1/+1
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2-4/+3
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-9/+22
2011-12-06ACPI / PM: Do not save/restore NVS on Asus K54C/K54HRKeng-Yu Lin1-0/+16
2011-12-05PCI: Rework ASPM disable codeMatthew Garrett1-0/+7
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-17pstore: pass reason to backend write callbackKees Cook1-2/+4
2011-11-17pstore: pass allocated memory region back to callerKees Cook1-9/+22
2011-11-12ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression)Rafael J. Wysocki1-29/+0
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds7-76/+233
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds27-2/+26
2011-11-06Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown2-61/+210
2011-11-06Merge branches 'atomic-io', 'lockdep', 'misc', 'pm-profile' and 'pnp-cleanup' into acpiLen Brown4-14/+22
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar2-42/+169
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar1-13/+12
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_stateDeepthi Dharwar1-26/+49
2011-11-06ACPI: Export FADT pm_profile integer value to userspaceThomas Renninger1-1/+13
2011-11-06ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki1-6/+2
2011-11-06ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast()Luck, Tony1-1/+1
2011-11-06ACPI: Fix possible recursive locking in hwregs.cRakib Mullick1-5/+6
2011-11-06ACPI: use kstrdup()Thomas Meyer1-2/+1
2011-11-04ACPI / PM: Add Sony VPCEB17FX to nonvs blacklistDave Jones1-0/+8
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-5/+7
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker22-0/+22
2011-10-31acpi: downgrade files from module.h to export.h where possible.Paul Gortmaker1-1/+1
2011-10-31acpi: delete module.h include from files explicitly not needing itPaul Gortmaker1-1/+0
2011-10-31acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker3-0/+3
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-1/+2
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+8
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2011-10-22ACPI / PM: Add Sony VGN-FW21E to nonvs blacklist.Dave Jones1-0/+8
2011-10-16PM / ACPI: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvsBogdan Radulescu1-0/+8