1. 54a87fd ACPI / APEI: Switch estatus pool to use vmalloc memory by James Morse · 5 years ago
  2. 3bc8e4f ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal by James Morse · 7 years ago
  3. f53cfb0 ACPI / APEI: Fix NMI notification handling by Prarit Bhargava · 7 years ago
  4. 806487a ACPI / APEI: Fix incorrect return value of ghes_proc() by Punit Agrawal · 8 years ago
  5. 2458d66 ACPI / APEI: Send correct severity to calculate AER severity by Tyler Baicar · 8 years ago
  6. 020bf06 drivers/acpi: make apei/ghes.c more explicitly non-modular by Paul Gortmaker · 8 years ago
  7. c7d77a7 Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix by Ingo Molnar · 9 years ago
  8. 8ece249 acpi/apei: Use appropriate pgprot_t to map GHES memory by Jonathan (Zhixiong) Zhang · 9 years ago
  9. 4c62dbb ACPI: Remove FSF mailing addresses by Jarkko Nikula · 9 years ago
  10. 6fe9e7c GHES: Make NMI handler have a single reader by Jiri Kosina · 9 years ago
  11. 2383844 GHES: Elliminate double-loop in the NMI handler by Borislav Petkov · 9 years ago
  12. 6169ddf GHES: Panic right after detection by Borislav Petkov · 9 years ago
  13. e10be03 GHES: Carve out the panic functionality by Borislav Petkov · 9 years ago
  14. 1156849 GHES: Carve out error queueing in a separate function by Borislav Petkov · 9 years ago
  15. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  16. 8f7c31f GHES: Make ghes_estatus_caches static by Borislav Petkov · 10 years ago
  17. 8d21d4c APEI, GHES: Cleanup unnecessary function for lockless list by Chen, Gong · 10 years ago
  18. e61bf8d acpi: apei: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  19. 7725131 Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  20. 594c725 acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context. by Tomasz Nowicki · 10 years ago
  21. 44a69f6 acpi, apei, ghes: Make NMI error notification to be GHES architecture extension. by Tomasz Nowicki · 10 years ago
  22. 9dae3d0 apei, mce: Factor out APEI architecture specific MCE calls. by Tomasz Nowicki · 10 years ago
  23. 0a00fd5 ACPICA: Restore error table definitions to reduce code differences between Linux and ACPICA upstream. by Lv Zheng · 10 years ago
  24. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  25. ca104ed ACPI, APEI, GHES: Cleanup ghes memory error handling by Chen, Gong · 11 years ago
  26. addccbb ACPI, APEI, GHES: Do not report only correctable errors with SCI by Chen, Gong · 11 years ago
  27. 27d50c8 ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h> by Lv Zheng · 10 years ago
  28. 147de14 ACPI, APEI, CPER: Add UEFI 2.4 support for memory error by Chen, Gong · 11 years ago
  29. 88f074f ACPI, CPER: Update cper info by Chen, Gong · 11 years ago
  30. 0237d7f Merge branch 'x86/mce' into x86/ras by Ingo Molnar · 11 years ago
  31. cf870c7 mce: acpi/apei: Soft-offline a page on firmware GHES notification by Naveen N. Rao · 11 years ago
  32. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  33. 2314b69 Merge branch 'acpi-fixes' by Rafael J. Wysocki · 11 years ago
  34. 0ba98ec ACPI / APEI: Force fatal AER severity when component has been reset by Betty Dall · 11 years ago
  35. a98d4f6 ACPI / APEI: fix error return code in ghes_probe() by Wei Yongjun · 11 years ago
  36. 37448ad aerdrv: Move cper_print_aer() call out of interrupt context by Lance Ortiz · 11 years ago
  37. 2148054 ghes: add the needed hooks for EDAC error report by Mauro Carvalho Chehab · 11 years ago
  38. 40e0641 ghes: move structures/enum to a header file by Mauro Carvalho Chehab · 11 years ago
  39. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  40. da095fd acpi: remove use of __devinit by Bill Pemberton · 12 years ago
  41. b59bc2f ACPI: remove use of __devexit by Bill Pemberton · 12 years ago
  42. 34ddeb0 ACPI, APEI, Avoid too much error reporting in runtime by Huang Ying · 12 years ago
  43. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  44. 700130b ACPI APEI: Convert atomicio routines by Myron Stowe · 13 years ago
  45. 46d12f0 ACPI, APEI, Printk queued error record before panic by Huang Ying · 12 years ago
  46. 5ba82ab ACPI, APEI, GHES, Distinguish interleaved error report in kernel log by Huang Ying · 12 years ago
  47. a654e5e ACPI, APEI, GHES: Add PCIe AER recovery support by Huang Ying · 12 years ago
  48. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  49. 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 13 years ago
  50. 70cb6e1 APEI GHES: 32-bit buildfix by Len Brown · 13 years ago
  51. ba61ca4 ACPI, APEI, GHES: Add hardware memory error recovery support by Huang Ying · 13 years ago
  52. 152cef4 ACPI, APEI, GHES, Error records content based throttle by Huang Ying · 13 years ago
  53. 67eb2e9 ACPI, APEI, GHES, printk support for recoverable error via NMI by Huang Ying · 13 years ago
  54. 9fb0bfe ACPI, APEI, Add WHEA _OSC support by Huang Ying · 13 years ago
  55. b6a9501 ACPI, APEI, GHES, Support disable GHES at boot time by Huang Ying · 13 years ago
  56. 5588340 ACPI, APEI, GHES, Do not ratelimit fatal error printk before panic by Huang Ying · 13 years ago
  57. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  58. 81e88fd ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support by Huang Ying · 13 years ago
  59. 32c361f ACPI, APEI, Report GHES error information via printk by Huang Ying · 13 years ago
  60. 1dd6b20 ACPI, APEI, HEST Fix the unsuitable usage of platform_data by Jin Dongming · 14 years ago
  61. 7ad6e94 ACPI, APEI, Manage GHES as platform devices by Huang Ying · 14 years ago
  62. ad4ecef ACPI, APEI, Rename CPER and GHES severity constants by Huang Ying · 14 years ago
  63. d334a49 ACPI, APEI, Generic Hardware Error Source memory error support by Huang Ying · 14 years ago