summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-3012-0/+13
|\
| * ARM: clps711x: fix missing include fileOlof Johansson2012-03-301-0/+1
| * ARM: fix builds due to missing <asm/system_misc.h> includesOlof Johansson2012-03-3011-0/+12
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-30103-1555/+3192
|\ \
| * \ Merge branch 'tboot' into releaseLen Brown2012-03-306-7/+48
| |\ \
| | * \ Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k...Len Brown2012-03-226-7/+48
| | |\ \
| | | * | tboot: Add return values for tboot_sleepKonrad Rzeszutek Wilk2012-03-131-9/+4
| | | * | x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep.Tang Liang2012-03-136-4/+50
| * | | | Merge branch 'd3' into releaseLen Brown2012-03-305-39/+216
| |\ \ \ \
| | * | | | ACPI, PCI: Move acpi_dev_run_wake() to ACPI coreLin Ming2012-03-303-37/+43
| | * | | | ACPI: Add interface to register/unregister device to/from power resourcesLin Ming2012-03-302-0/+164
| | * | | | ACPI: Introduce ACPI D3_COLD state supportZhang Rui2012-03-302-2/+9
| | |/ / /
| * | | | Merge branch 'apei' into releaseLen Brown2012-03-305-26/+64
| |\ \ \ \
| | * | | | 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
| | * | | | Update documentation for parameter *notrigger* in einj.txtChen Gong2012-03-301-0/+8
| | * | | | 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-3045-491/+1212
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | 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
| | | | | | | | | | | | |/ / /
| | | | | | | | | | | * | | | tools turbostat: harden against cpu online/offlineLen Brown2012-03-291-54/+61
| | | | | | | | | | | * | | | tools turbostat: reduce measurement overhead due to IPIsLen Brown2012-03-291-0/+46
| | | | | | | | | | | * | | | tools turbostat: add summary optionLen Brown2012-03-292-69/+120
| | | | | | | | | | | |/ / /
| | | | | | | | | | * | | | 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/+2
| | | | | | | | | * | | | Disable MCP limit exceeded messages from Intel IPS driverAndi Kleen2012-03-301-11/+2
| | | | | | | | | * | | | ACPI: Evaluate thermal trip points before reading temperatureMatthew Garrett2012-03-301-4/+4
| | | | | | | | | * | | | thermal: Fix for setting the thermal zone mode to enable/disableAmit Daniel Kachhap2012-03-221-2/+2
| | | | | | | | | * | | | thermal: spear13xx: checking for NULL instead of IS_ERR()Dan Carpenter2012-03-221-2/+2
| | | | | | | | | * | | | thermal/spear_thermal: replace readl/writel with lighter _relaxed variantsViresh Kumar2012-03-221-8/+8
| | | | | | | | | * | | | thermal: add support for thermal sensor present on SPEAr13xx machinesVincenzo Frascino2012-03-224-0/+241
| | | | | | | | | * | | | thermal_sys: convert printks to pr_<level>Joe Perches2012-03-221-8/+6
| | | | | | | | | * | | | thermal_sys: kernel style cleanupsJoe Perches2012-03-221-17/+13
| | | | | | | | | * | | | thermal_sys: remove obfuscating used-once macrosJoe Perches2012-03-221-20/+12
| | | | | | | | | * | | | thermal_sys: remove unnecessary line continuationsJoe Perches2012-03-221-6/+5
| | | | | | | | | * | | | drivers/thermal/thermal_sys.c: fix build warningFabio Estevam2012-03-221-2/+1
| | | | | | | | | |/ / /
| | | | | | | | * | | | ACPICA: Fix regression in FADT revision checksJulian Anastasov2012-03-211-4/+4
| | | | | | | | |/ / /
| | | | | | | * | | | ACPI: Clean redundant codes in scan.cAlex He2012-03-301-4/+1
| | | | | | | * | | | ACPI: Fix unprotected smp_processor_id() in acpi_processor_cst_has_changed()Paul E. McKenney2012-03-301-2/+1
| | | | | | | * | | | ACPI: consistently use should_use_kmap()Jan Beulich2012-03-301-1/+1
| | | | | | | * | | | PNPACPI: Fix device ref leaking in acpi_pnp_matchYinghai Lu2012-03-301-1/+6
| | | | | | | * | | | ACPI: Fix use-after-free in acpi_map_lsapicPetr Vandrovec2012-03-301-1/+2
| | | | | | | * | | | 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
| | | | | |/ / /
OpenPOWER on IntegriCloud