1. af11be0 edac: ghes: use krealloc_array() by Bartosz Golaszewski · 4 years, 1 month ago
  2. e6412f9 Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  3. a9a4b7d Merge tag 'edac_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 4 years, 3 months ago
  4. 612b5d5 cper,edac,efi: Memory Error Record: bank group/address and chip id by Alex Kluver · 4 years, 5 months ago
  5. 9baf68c edac,ghes,cper: Add Row Extension to Memory Error Record by Alex Kluver · 4 years, 5 months ago
  6. 251c54e EDAC/ghes: Check whether the driver is on the safe list correctly by Borislav Petkov · 4 years, 4 months ago
  7. cd8100f EDAC/ghes: Clear scanned data on unload by Borislav Petkov · 4 years, 4 months ago
  8. b972fdb EDAC/ghes: Fix NULL pointer dereference in ghes_edac_register() by Shiju Jose · 4 years, 5 months ago
  9. 7d4c1ea EDAC: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  10. b9cae27 EDAC/ghes: Scan the system once on driver init by Borislav Petkov · 4 years, 8 months ago
  11. b001694 EDAC/ghes: Remove unused members of struct ghes_edac_pvt, rename it to ghes_pvt by Robert Richter · 4 years, 8 months ago
  12. cb51a37 EDAC/ghes: Setup DIMM label from DMI and use it in error reports by Robert Richter · 4 years, 8 months ago
  13. 67792cf EDAC/mc: Remove enable_per_layer_report function argument by Robert Richter · 5 years ago
  14. 91b327f EDAC/mc: Determine mci pointer from the error descriptor by Robert Richter · 5 years ago
  15. 672ef0e EDAC: Store error type in struct edac_raw_error_desc by Robert Richter · 5 years ago
  16. 16214bd EDAC/ghes: Do not warn when incrementing refcount on 0 by Robert Richter · 5 years ago
  17. 787d899 EDAC: Unify the mc_event tracepoint call by Robert Richter · 5 years ago
  18. 501eb40 EDAC/ghes: Remove intermediate buffer pvt->detail_location by Robert Richter · 5 years ago
  19. 7088e29 EDAC/ghes: Fix grain calculation by Robert Richter · 5 years ago
  20. 7c10493 EDAC/ghes: Use standard kernel macros for page calculations by Robert Richter · 5 years ago
  21. c498afa EDAC: Introduce an mci_for_each_dimm() iterator by Robert Richter · 5 years ago
  22. bc9ad9e EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() function by Robert Richter · 5 years ago
  23. 23f61b9 EDAC/ghes: Fix locking and memory barrier issues by Robert Richter · 5 years ago
  24. 1e72e67 EDAC/ghes: Fix Use after free in ghes_edac remove path by James Morse · 5 years ago
  25. d55c79a EDAC: Prefer 'unsigned int' to bare use of 'unsigned' by Robert Richter · 5 years ago
  26. 1223755 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172 by Thomas Gleixner · 6 years ago
  27. c798c88 EDAC, ghes: Use CPER module handles to locate DIMMs by Fan Wu · 6 years ago
  28. eaa3a1d EDAC, ghes: Make platform-based whitelisting x86-only by Borislav Petkov · 7 years ago
  29. a0671c3 EDAC, ghes: Use BIT() macro by Borislav Petkov · 7 years ago
  30. ad0d73b EDAC, ghes: Add DDR4 and NVDIMM memory types by Toshi Kani · 7 years ago
  31. 305d0e0 EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error() by Alexandru Gagniuc · 7 years ago
  32. a66bdf5 EDAC, ghes: Add a null pointer check in ghes_edac_unregister() by Sughosh Ganu · 7 years ago
  33. cc7f3f1 ghes, EDAC: Fix ghes_edac registration by Borislav Petkov · 7 years ago
  34. 5deed6b EDAC, ghes: Add platform check by Toshi Kani · 7 years ago
  35. 0fe5f28 EDAC, ghes: Model a single, logical memory controller by Borislav Petkov · 7 years ago
  36. c9c8b4d EDAC, ghes: Remove symbol exports by Borislav Petkov · 7 years ago
  37. c54182e EDAC: Get rid of mci->mod_ver by Borislav Petkov · 8 years ago
  38. 78d88e8 edac: rename edac_core.h to edac_mc.h by Mauro Carvalho Chehab · 8 years ago
  39. 990995b EDAC: Fix PAGES_TO_MiB macro misuse by Tan Xiaojun · 9 years ago
  40. 58a9c25 EDAC, ghes_edac: Remove redundant memory_type array by Aravind Gopalakrishnan · 9 years ago
  41. 665aa8c ghes_edac: Use snprintf() to silence a static checker warning by Dan Carpenter · 10 years ago
  42. 37e59f8 [media, edac] Change my email address by Mauro Carvalho Chehab · 11 years ago
  43. 5650769 EDAC, GHES: Update ghes error record info by Chen, Gong · 11 years ago
  44. 147de14 ACPI, APEI, CPER: Add UEFI 2.4 support for memory error by Chen, Gong · 11 years ago
  45. 5dae92a ghes_edac: fix to use list_for_each_entry_safe() when delete list items by Wei Yongjun · 12 years ago
  46. 8ae8f50 ghes_edac: Fix RAS tracing by Mauro Carvalho Chehab · 12 years ago
  47. 689c9cd ghes_edac: Make it compliant with UEFI spec 2.3.1 by Mauro Carvalho Chehab · 12 years ago
  48. d2a6856 ghes_edac: Improve driver's printk messages by Mauro Carvalho Chehab · 12 years ago
  49. 5ee726d ghes_edac: Don't credit the same memory dimm twice by Mauro Carvalho Chehab · 12 years ago
  50. 32fa1f5 ghes_edac: do a better job of filling EDAC DIMM info by Mauro Carvalho Chehab · 12 years ago
  51. f04c62a ghes_edac: add support for reporting errors via EDAC by Mauro Carvalho Chehab · 12 years ago
  52. 77c5f5d ghes_edac: Register at EDAC core the BIOS report by Mauro Carvalho Chehab · 12 years ago