summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ACPI: Fix logic for removing mappings in 'acpi_unmap'Myron Stowe2012-03-301-1/+1
| | * | | | | CPER failed to handle generic error records with multiple sectionsJiang Liu2012-03-301-0/+2
| | * | | | | ACPI, APEI: Fix incorrect APEI register bit width check and usageGary Hade2012-03-301-21/+40
| | * | | | | ACPI, APEI, EINJ, new parameter to control trigger actionChen Gong2012-03-301-3/+12
| | * | | | | ACPI, APEI, EINJ, limit the range of einj_paramChen Gong2012-03-301-1/+1
| | * | | | | ACPI, APEI, Fix ERST header length checkJiang Liu2012-03-301-1/+1
| | |/ / / /
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------------------. \ \ \ \ Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown2012-03-3017-70/+356
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | |/ / / / | | | | | | | | | | | |/| | | / | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | |
| | | | | | | | | | | | * | | ACPI video: Don't start video device until its associated input device has be...Igor Murzov2012-03-301-7/+8
| | | | | | | | | | | | * | | ACPI video: Harden video bus adding.Igor Murzov2012-03-301-15/+26
| | | | | | | | | | | |/ / /
| | | | | | | | | | * / / / ACPI: Do cpufreq clamping for throttling per package v2Andi Kleen2012-03-221-8/+37
| | | | | | | | | | |/ / /
| | | | | | | | | * | | | ACPI throttling: fix endian bug in acpi_read_throttling_status()Dan Carpenter2012-03-301-3/+2Star
| | | | | | | | | * | | | ACPI: Evaluate thermal trip points before reading temperatureMatthew Garrett2012-03-301-4/+4
| | | | | | | | | |/ / /
| | | | | | | | * / / / ACPICA: Fix regression in FADT revision checksJulian Anastasov2012-03-211-4/+4
| | | | | | | | |/ / /
| | | | | | | * | | | ACPI: Clean redundant codes in scan.cAlex He2012-03-301-4/+1Star
| | | | | | | * | | | ACPI: Fix unprotected smp_processor_id() in acpi_processor_cst_has_changed()Paul E. McKenney2012-03-301-2/+1Star
| | | | | | | * | | | ACPI: consistently use should_use_kmap()Jan Beulich2012-03-301-1/+1
| | | | | | | * | | | ACPI: processor_driver: add missing kfreeJulia Lawall2012-03-301-4/+10
| | | | | | | * | | | ACPI / PM: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-03-301-2/+2
| | | | | | | |/ / /
| | | | | | * / / / ACPI: Add CPU hotplug support for processor device objectsToshi Kani2012-03-301-10/+38
| | | | | | |/ / /
| | | | | * | | | ACPI: Make ACPI interrupt threadedAndi Kleen2012-03-301-1/+2
| | | | | * | | | ACPI: ec: Do request_region outside WARN()Andi Kleen2012-03-301-4/+4
| | | | | |/ / /
| | | | * / / / idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky2012-03-301-0/+31
| | | | |/ / /
| | | * / / / ACPI: ignore FADT reset-reg-sup flagLen Brown2012-03-212-4/+2Star
| | | |/ / /
| | * | | | ACPI: Add support for exposing BGRT dataMatthew Garrett2012-03-303-0/+185
| | * | | | ACPI: export acpi_kobjMatthew Garrett2012-03-301-0/+1
| | |/ / /
| * | | | ACPICA: Object repair code: Support to add Package wrappersBob Moore2012-03-304-105/+64Star
| * | | | ACPI: Move module parameter gts and bfs to sleep.cLin Ming2012-03-272-20/+31
| * | | | ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFSLin Ming2012-03-275-39/+63
| * | | | ACPICA: Debugger: Add missing object info to namespace dumpBob Moore2012-03-221-1/+14
| * | | | ACPICA: Change exception code for invalid pathname in acpi_evaluate_objectBob Moore2012-03-221-1/+1
| * | | | ACPICA: Clarify METHOD_NAME* defines for full-pathname casesBob Moore2012-03-225-21/+22
| * | | | ACPICA: Add table-driven dispatch for sleep/wake functionsBob Moore2012-03-222-54/+88
| * | | | ACPICA: Split sleep/wake functions into two filesBob Moore2012-03-224-211/+265
| * | | | ACPICA: Distill multiple sleep method functions to a single functionBob Moore2012-03-223-128/+29Star
| * | | | ACPICA: Add acpi_os_physical_table_override interfaceBob Moore2012-03-224-63/+161
| * | | | ACPICA: ACPI 5: Update debug output for new notify valuesBob Moore2012-03-222-26/+31
| * | | | ACPICA: Expand OSL memory read/write interfaces to 64 bitsBob Moore2012-03-224-121/+21Star
| * | | | ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardwareBob Moore2012-03-2227-479/+361Star
| * | | | ACPICA: Move ACPI timer prototypes to public acpixf fileBob Moore2012-03-221-12/+0Star
| * | | | ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registersBob Moore2012-03-224-269/+694
| * | | | ACPICA: Update _REV return value to 5Bob Moore2012-03-221-1/+1
| |/ / /
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\ \ \ \
| * | | | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
| | |_|/ | |/| |
* | | | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2012-03-282-1/+11
|\ \ \ \ | |/ / / |/| | |
| * | | ACPI: EC: Add ec_get_handle()Seth Forshee2012-03-201-0/+10
| * | | platform/x86: drop deprecated asus_acpi driverCorentin Chary2012-03-201-1/+1
| |/ /
| * | ACPI: remove duplicated lines of merging problems with acpi_processor_addYinghai Lu2012-02-071-7/+0Star
* | | ACPI: remove duplicated lines of merging problems with acpi_processor_startYinghai Lu2012-02-091-17/+1Star
* | | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-027-530/+318Star
|\| |
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'atomicio-apei', 'hotplug', 'sony-nvs-nosave' and 'thermal-net...Len Brown2012-01-242-40/+122
| |\ \ \ \