Age | Commit message (Expand) | Author | Files | Lines |
2013-06-07 | Merge branch 'acpi-fixes' | Rafael J. Wysocki | 1 | -3/+4 |
2013-06-05 | ACPI / APEI: fix error return code in ghes_probe() | Wei Yongjun | 1 | -3/+4 |
2013-05-30 | aerdrv: Move cper_print_aer() call out of interrupt context | Lance Ortiz | 2 | -19/+3 |
2013-03-27 | ACPI / APEI: fix error status check condition for CPER | Chen Gong | 1 | -1/+1 |
2013-02-28 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -50/+21 |
2013-02-25 | ghes: add the needed hooks for EDAC error report | Mauro Carvalho Chehab | 1 | -5/+19 |
2013-02-23 | Merge branch 'acpi-cleanup' into fixes | Rafael J. Wysocki | 1 | -4/+1 |
2013-02-23 | ACPI / APEI: Fix crash in apei_hest_parse() for acpi=off | Rafael J. Wysocki | 1 | -4/+1 |
2013-02-21 | ghes: move structures/enum to a header file | Mauro Carvalho Chehab | 1 | -45/+2 |
2013-02-19 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+16 |
2013-01-24 | Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 1 | -3/+16 |
2013-01-19 | ACPI, APEI: Fixup incorrect 64-bit access width firmware bug | Lans Zhang | 1 | -0/+3 |
2013-01-03 | aerdrv: Enhanced AER logging | Lance Ortiz | 1 | -3/+16 |
2013-01-03 | ACPI / APEI: Fix the returned value in erst_dbg_read | Adrian Huang | 1 | -1/+10 |
2012-12-12 | Merge tag 'please-pull-einj-fix-for-acpi5' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -1/+1 |
2012-12-12 | Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -8/+8 |
2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2012-12-07 | ACPI, APEI, EINJ: Add missed ACPI5 support for error trigger table | Chen Gong | 1 | -1/+1 |
2012-11-28 | acpi: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-26 | efi_pstore: Add a sequence counter to a variable name | Seiji Aguchi | 1 | -6/+6 |
2012-11-26 | efi_pstore: Add ctime to argument of erase callback | Seiji Aguchi | 1 | -2/+2 |
2012-11-21 | ACPI: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-07-14 | ACPI, APEI: Fixup common access width firmware bug | Jean Delvare | 1 | -0/+5 |
2012-06-12 | ACPI, APEI, Avoid too much error reporting in runtime | Huang Ying | 3 | -5/+27 |
2012-03-30 | Merge branch 'apei' into release | Len Brown | 4 | -26/+56 |
2012-03-30 | CPER failed to handle generic error records with multiple sections | Jiang Liu | 1 | -0/+2 |
2012-03-30 | ACPI, APEI: Fix incorrect APEI register bit width check and usage | Gary Hade | 1 | -21/+40 |
2012-03-30 | ACPI, APEI, EINJ, new parameter to control trigger action | Chen Gong | 1 | -3/+12 |
2012-03-30 | ACPI, APEI, EINJ, limit the range of einj_param | Chen Gong | 1 | -1/+1 |
2012-03-30 | ACPI, APEI, Fix ERST header length check | Jiang Liu | 1 | -1/+1 |
2012-03-22 | ACPICA: Expand OSL memory read/write interfaces to 64 bits | Bob Moore | 1 | -2/+2 |
2012-01-23 | Use acpi_os_map_memory() instead of ioremap() in einj driver | Luck, Tony | 1 | -44/+38 |
2012-01-23 | ACPI, APEI, EINJ, cleanup 0 vs NULL confusion | Dan Carpenter | 1 | -3/+3 |
2012-01-23 | ACPI, APEI, EINJ Allow empty Trigger Error Action Table | Niklas Söderlund | 1 | -1/+6 |
2012-01-21 | ACPI, APEI: Add 64-bit read/write support for APEI on i386 | Myron Stowe | 1 | -31/+4 |
2012-01-18 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 6 | -82/+476 |
2012-01-18 | Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ... | Len Brown | 1 | -36/+188 |
2012-01-18 | acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi spec | Tony Luck | 1 | -36/+188 |
2012-01-17 | ACPI APEI: Convert atomicio routines | Myron Stowe | 3 | -11/+104 |
2012-01-17 | ACPI, APEI, Resolve false conflict between ACPI NVS and APEI | Huang Ying | 1 | -1/+28 |
2012-01-17 | ACPI, APEI, EINJ, Refine the fix of resource conflict | Xiao, Hui | 1 | -6/+32 |
2012-01-17 | ACPI, APEI, EINJ, Fix resource conflict on some machine | Huang Ying | 3 | -2/+36 |
2012-01-17 | ACPI, APEI, Printk queued error record before panic | Huang Ying | 1 | -9/+44 |
2012-01-17 | ACPI, APEI, GHES, Distinguish interleaved error report in kernel log | Huang Ying | 1 | -5/+11 |
2012-01-17 | ACPI, APEI, Remove table not found message | Huang Ying | 3 | -9/+6 |
2012-01-17 | ACPI, APEI, Print resource errors in conventional format | Bjorn Helgaas | 2 | -9/+10 |
2012-01-17 | ACPI, APEI, GHES: Add PCIe AER recovery support | Huang Ying | 1 | -0/+23 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2 | -2/+2 |
2011-11-17 | pstore: pass reason to backend write callback | Kees Cook | 1 | -2/+4 |
2011-11-17 | pstore: pass allocated memory region back to caller | Kees Cook | 1 | -9/+22 |