summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2012-01-17ACPI 5.0: New interface, acpi_buffer_to_resourceBob Moore1-0/+64
2012-01-17ACPI 5.0: New interface, acpi_get_event_resourcesBob Moore3-0/+94
2012-01-17ACPI 5.0: Support for all new resource descriptorsLin Ming15-115/+1573
2012-01-17ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation regionBob Moore5-17/+38
2012-01-17ACPI 5.0: Implement Connection() and AccessAs() changesBob Moore14-45/+300
2012-01-17ACPI 5.0: New interfaces to allow driver access to AML mutex objectsLin Ming2-1/+188
2012-01-17ACPI 5.0: Implement hardware-reduced optionBob Moore5-3/+57
2012-01-17ACPI 5.0: Basic support for FADT version 5Bob Moore1-2/+2
2012-01-17ACPICA: Do not abort table load on invalid space IDBob Moore4-12/+54
2012-01-17ACPICA: Add error msg for Index/Bank field registers out-of-rangeBob Moore1-0/+6
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
2011-11-18pstore: pass allocated memory region back to callerKees Cook1-9/+22
2011-11-13ACPI / 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/...Linus Torvalds7-76/+233
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds27-2/+26
2011-11-07Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown2-61/+210
2011-11-07Merge branches 'atomic-io', 'lockdep', 'misc', 'pm-profile' and 'pnp-cleanup'...Len Brown4-14/+22
2011-11-07cpuidle: Single/Global registration of idle statesDeepthi Dharwar2-42/+169
2011-11-07cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar1-13/+12
2011-11-07cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar1-26/+49
2011-11-07ACPI: Export FADT pm_profile integer value to userspaceThomas Renninger1-1/+13
2011-11-07ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki1-6/+2
2011-11-07ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast()Luck, Tony1-1/+1
2011-11-07ACPI: Fix possible recursive locking in hwregs.cRakib Mullick1-5/+6
2011-11-07ACPI: use kstrdup()Thomas Meyer1-2/+1
2011-11-05ACPI / 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/l...Linus Torvalds1-5/+7
2011-11-01acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker22-0/+22
2011-11-01acpi: downgrade files from module.h to export.h where possible.Paul Gortmaker1-1/+1
2011-11-01acpi: delete module.h include from files explicitly not needing itPaul Gortmaker1-1/+0
2011-11-01acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker3-0/+3
2011-10-29Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-1/+2
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-14/+8
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+5
2011-10-22ACPI / PM: Add Sony VGN-FW21E to nonvs blacklist.Dave Jones1-0/+8
2011-10-17PM / ACPI: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvsBogdan Radulescu1-0/+8
2011-10-17PM / ACPI: Blacklist Sony Vaio known to require acpi_sleep=nonvsRafael J. Wysocki1-0/+8
2011-10-14PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removePrarit Bhargava1-1/+2
2011-10-12pstore: make pstore write function return normal success/fail valueChen Gong1-4/+6
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-14/+8
2011-10-08Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki1-1/+1
2011-10-04llist: Make some llist functions inlineHuang Ying1-1/+0
2011-09-13locking, ACPI: Annotate c3_lock as rawThomas Gleixner1-5/+5
2011-09-13Merge branches 'apei', 'bz-13195' and 'doc' into acpiLen Brown3-2/+3
2011-08-30acpica: ACPI_MAX_SLEEP should be 2 sec, not 20Len Brown1-1/+1