aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Merge branch 'apei' into releaseLen Brown4-26/+56
2012-03-30CPER failed to handle generic error records with multiple sectionsJiang Liu1-0/+2
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-22ACPICA: Expand OSL memory read/write interfaces to 64 bitsBob Moore1-2/+2
2012-01-23Use acpi_os_map_memory() instead of ioremap() in einj driverLuck, Tony1-44/+38
2012-01-23ACPI, APEI, EINJ, cleanup 0 vs NULL confusionDan Carpenter1-3/+3
2012-01-23ACPI, APEI, EINJ Allow empty Trigger Error Action TableNiklas Söderlund1-1/+6
2012-01-21ACPI, APEI: Add 64-bit read/write support for APEI on i386Myron Stowe1-31/+4
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds6-82/+476
2012-01-18Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into releaseLen Brown1-36/+188
2012-01-18acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi specTony Luck1-36/+188
2012-01-17ACPI APEI: Convert atomicio routinesMyron Stowe3-11/+104
2012-01-17ACPI, APEI, Resolve false conflict between ACPI NVS and APEIHuang Ying1-1/+28
2012-01-17ACPI, APEI, EINJ, Refine the fix of resource conflictXiao, Hui1-6/+32
2012-01-17ACPI, APEI, EINJ, Fix resource conflict on some machineHuang Ying3-2/+36
2012-01-17ACPI, APEI, Printk queued error record before panicHuang Ying1-9/+44
2012-01-17ACPI, APEI, GHES, Distinguish interleaved error report in kernel logHuang Ying1-5/+11
2012-01-17ACPI, APEI, Remove table not found messageHuang Ying3-9/+6
2012-01-17ACPI, APEI, Print resource errors in conventional formatBjorn Helgaas2-9/+10
2012-01-17ACPI, APEI, GHES: Add PCIe AER recovery supportHuang Ying1-0/+23
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
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-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-5/+7
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-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-04llist: Make some llist functions inlineHuang Ying1-1/+0
2011-08-16pstore: change mutex locking to spin_locksDon Zickus1-1/+1
2011-08-11ACPI APEI: Add Kconfig option IRQ_WORK for GHESChen Gong1-0/+1
2011-08-11APEI: Fix WHEA _OSC callMatthew Garrett1-1/+1
2011-08-03Merge branch 'apei' into apei-releaseLen Brown8-66/+504
2011-08-03ACPI, APEI, EINJ Param support is disabled by defaultHuang Ying1-15/+24
2011-08-03APEI GHES: 32-bit buildfixLen Brown1-2/+3
2011-08-03ACPI, APEI, GHES: Add hardware memory error recovery supportHuang Ying2-7/+24
2011-08-03ACPI, APEI, GHES, Error records content based throttleHuang Ying1-7/+177
2011-08-03ACPI, APEI, GHES, printk support for recoverable error via NMIHuang Ying2-18/+193
2011-07-22pstore: Make "part" unsignedMatthew Garrett1-4/+4
2011-07-22pstore: Add extra context for writes and erasesMatthew Garrett1-4/+6
2011-07-22pstore: Extend API for more flexibility in new backendsMatthew Garrett1-5/+13
2011-07-13ACPI, APEI, Add WHEA _OSC supportHuang Ying3-0/+38
2011-07-13ACPI, APEI, GHES, Support disable GHES at boot timeHuang Ying2-8/+17
2011-07-13ACPI, APEI, GHES, Prevent GHES to be built as moduleHuang Ying1-1/+1
2011-07-13ACPI, APEI, Use apei_exec_run_optional in APEI EINJ and ERSTHuang Ying2-8/+8
2011-07-13ACPI, APEI, Add apei_exec_run_optionalHuang Ying2-5/+17
2011-07-13ACPI, APEI, GHES, Do not ratelimit fatal error printk before panicHuang Ying1-11/+14
2011-07-13ACPI, APEI, ERST, Fix erst-dbg long record reading issueChen Gong1-1/+1