summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Merge branch 'tboot' into releaseLen Brown2-3/+31
2012-03-30Merge branch 'd3' into releaseLen Brown4-39/+209
2012-03-30Merge branch 'apei' into releaseLen Brown4-26/+56
2012-03-30Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown27-148/+753
2012-03-30ACPI throttling: fix endian bug in acpi_read_throttling_status()Dan Carpenter1-3/+2
2012-03-30Disable MCP limit exceeded messages from Intel IPS driverAndi Kleen1-11/+2
2012-03-30ACPI video: Don't start video device until its associated input device has be...Igor Murzov1-7/+8
2012-03-30ACPI video: Harden video bus adding.Igor Murzov1-15/+26
2012-03-30ACPI: Add support for exposing BGRT dataMatthew Garrett3-0/+185
2012-03-30ACPI: export acpi_kobjMatthew Garrett1-0/+1
2012-03-30ACPI: Fix logic for removing mappings in 'acpi_unmap'Myron Stowe1-1/+1
2012-03-30CPER failed to handle generic error records with multiple sectionsJiang Liu1-0/+2
2012-03-30ACPI: Clean redundant codes in scan.cAlex He1-4/+1
2012-03-30ACPI: Fix unprotected smp_processor_id() in acpi_processor_cst_has_changed()Paul E. McKenney1-2/+1
2012-03-30ACPI: consistently use should_use_kmap()Jan Beulich1-1/+1
2012-03-30PNPACPI: Fix device ref leaking in acpi_pnp_matchYinghai Lu1-1/+6
2012-03-30ACPI: processor_driver: add missing kfreeJulia Lawall1-4/+10
2012-03-30ACPI, APEI: Fix incorrect APEI register bit width check and usageGary Hade1-21/+40
2012-03-30ACPI, APEI, EINJ, new parameter to control trigger actionChen Gong1-3/+12
2012-03-30ACPI, APEI, EINJ, limit the range of einj_paramChen Gong1-1/+1
2012-03-30ACPI, APEI, Fix ERST header length checkJiang Liu1-1/+1
2012-03-30cpuidle: power_usage should be declared signed integerBoris Ostrovsky1-1/+1
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky2-0/+59
2012-03-30ACPI: Add CPU hotplug support for processor device objectsToshi Kani1-10/+38
2012-03-30ACPI / PM: print physical addresses consistently with other parts of kernelBjorn Helgaas1-2/+2
2012-03-30ACPI: Evaluate thermal trip points before reading temperatureMatthew Garrett1-4/+4
2012-03-30ACPI, PCI: Move acpi_dev_run_wake() to ACPI coreLin Ming2-37/+38
2012-03-30cpuidle: use the driver's state_count as defaultDaniel Lezcano2-2/+2
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu3-1/+45
2012-03-30ACPI: Add interface to register/unregister device to/from power resourcesLin Ming1-0/+162
2012-03-30ACPI: Introduce ACPI D3_COLD state supportZhang Rui2-2/+9
2012-03-30ACPICA: Object repair code: Support to add Package wrappersBob Moore4-105/+64
2012-03-30ACPI: Make ACPI interrupt threadedAndi Kleen1-1/+2
2012-03-30ACPI: ec: Do request_region outside WARN()Andi Kleen1-4/+4
2012-03-26ACPI: Move module parameter gts and bfs to sleep.cLin Ming2-20/+31
2012-03-26ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFSLin Ming5-39/+63
2012-03-22ACPI: Do cpufreq clamping for throttling per package v2Andi Kleen1-8/+37
2012-03-22ACPICA: Debugger: Add missing object info to namespace dumpBob Moore1-1/+14
2012-03-22ACPICA: Change exception code for invalid pathname in acpi_evaluate_objectBob Moore1-1/+1
2012-03-22ACPICA: Clarify METHOD_NAME* defines for full-pathname casesBob Moore5-21/+22
2012-03-22ACPICA: Add table-driven dispatch for sleep/wake functionsBob Moore2-54/+88
2012-03-22ACPICA: Split sleep/wake functions into two filesBob Moore4-211/+265
2012-03-22ACPICA: Distill multiple sleep method functions to a single functionBob Moore3-128/+29
2012-03-22ACPICA: Add acpi_os_physical_table_override interfaceBob Moore4-63/+161
2012-03-22ACPICA: ACPI 5: Update debug output for new notify valuesBob Moore2-26/+31
2012-03-22ACPICA: Expand OSL memory read/write interfaces to 64 bitsBob Moore4-121/+21
2012-03-22ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardwareBob Moore27-479/+361
2012-03-22ACPICA: Move ACPI timer prototypes to public acpixf fileBob Moore1-12/+0
2012-03-22ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registersBob Moore4-269/+694
2012-03-22ACPICA: Update _REV return value to 5Bob Moore1-1/+1