1. d3e1dca print si_addr_lsb in sigaction by winterddd · 3 weeks ago master
  2. 97e9935 riscv: support riscv build include cross compile by winterddd · 5 weeks ago
  3. 5e21ac3 proc_interrupt: Fix number of observed interrupts by Kyle Meyer · 10 weeks ago
  4. 1b0e883 tlp_hdr_decoder: add support to decode AER header log by Shuai Xue · 1 year, 2 months ago
  5. bf2d17c mca-recover: Flush cache line before trying to consume target address by Tony Luck · 1 year, 4 months ago
  6. 24ce9ff einj_mem_uc: Fix aarch64 build error by cheliequan · 1 year, 5 months ago
  7. cd331bc einj_mem_uc: Add clear_cache operation on aarch64 platform by cheliequan · 1 year, 7 months ago
  8. 8dc95f4 proc_cpuinfo: Fix bit shift for socket bitmask by Tony Luck · 1 year, 11 months ago
  9. f230628 proc_cpuinfo: Add sanity check for number of sockets by Tony Luck · 2 years ago
  10. 17b57df einj_mem_uc: Check if kernel has CMCI disabled by Tony Luck · 2 years, 4 months ago
  11. 7f52fe3 einj_mem_uc: Delete the checks for "advanced RAS" CPU models by Tony Luck · 2 years, 5 months ago
  12. 36a2fc8 einj_mem_uc: support error injection on AMD EPYC platform by Shuai Xue · 2 years, 6 months ago
  13. 13e098c einj_pcie_err: support PCIe error injection through EINJ by Shuai Xue · 2 years, 6 months ago
  14. 95b089c einj.h: add a header file to declare common EINJ related operations by Shuai Xue · 2 years, 7 months ago
  15. 56c34a7 einj_mem_uc: add extra arguments to support guest error injection by Shuai Xue · 2 years, 9 months ago
  16. 5079608 einj_mem_uc: Support before 3.14 kernel by Bixuan Cui · 2 years, 8 months ago
  17. bfacfa2 proc_cpuinfo: fix the bug that modelnum is always zero by Bixuan Cui · 2 years, 9 months ago
  18. 60c3182 einj_mem_uc: Add new test case for overflow by Bixuan Cui · 2 years, 9 months ago
  19. 3f414a1 einj_mem_uc: fix compilation error about trigger_share by Shuai Xue · 2 years, 10 months ago
  20. f276ebb einj_mem_uc: add new test case for share memory by Bixuan Cui · 2 years, 10 months ago
  21. 93f96e3 vtop: unfity all cases with the same vtop() function by Shuai Xue · 3 years ago
  22. 132428d victim: add a victim to provide target injection memory under user context by Shuai Xue · 3 years ago
  23. 58d3e23 memattr: move the test case out of driver directory by Shuai Xue · 3 years ago
  24. 2624df1 einj_mem_uc: relax vendor id check by Shuai Xue · 3 years ago
  25. 26393ed einj_mem_uc: Implement trigger_prefetch() for x86 by Tony Luck · 3 years ago
  26. 09a53f1 einj_mem_uc: add a case to trigger prefetch by Shuai Xue · 3 years ago
  27. 80b0edd mca-recover: Fix compilation warning about fgets() return value by Tony Luck · 3 years ago
  28. 724899c einj_mem_uc: Better handling of "-c" and copy-on-write test by Tony Luck · 3 years ago
  29. 0353291 hornet: extend ptrace with PTRACE_GETREGSET on arm64 platform by Shuai Xue · 3 years, 1 month ago
  30. c8aef39 einj_mem-uc: Add new test case for kernel copy-on-write by Tony Luck · 3 years, 1 month ago
  31. 9262f4f einj_mem_uc: Error return from mmap(2) is not NULL by Tony Luck · 3 years, 1 month ago
  32. 0fbd1d8 einj_mem_uc: Add missing argument to error message by Tony Luck · 3 years, 1 month ago
  33. 2740eba Add LICENSE. by Shuai Xue · 3 years, 1 month ago
  34. ae75108 README: add a brief introduction of ras-tools by Shuai Xue · 3 years, 1 month ago
  35. 7424ca7 Merge from https://gitee.com/anolis/ras-tools.git by Tony Luck · 3 years, 1 month ago
  36. eada934 ras-tolerance: overwrite error severity to a lower level at runtime by Shuai Xue · 3 years, 1 month ago
  37. 18bade6 memattr: add a test suit to poison specific memory attribute by Shuai Xue · 3 years, 1 month ago
  38. bd845af ras-tools: Add SPDX license tags by Tony Luck · 3 years, 1 month ago
  39. fe4a436 add thread cases by Bixuan Cui · 3 years, 2 months ago
  40. 31afc0d einj_mem_uc: enhance sig action to explicitly print si_code by Shuai Xue · 3 years, 2 months ago
  41. a98884b einj_mem_uc: trigger single with an offset by Shuai Xue · 3 years, 2 months ago
  42. cb00077 einj_mem_uc: Wait for injection to take effect before triggering by Shuai Xue · 3 years, 2 months ago
  43. 00fac32 einj_mem_uc: add cases for platform specific by Shuai Xue · 3 years, 2 months ago
  44. af0669f einj_mem_uc: add a case for hugetlb page by Shuai Xue · 3 years, 3 months ago
  45. 49bded4 einj_mem_uc: add cases to inject processor error by Shuai Xue · 3 years, 2 months ago
  46. 051c9b4 einj_mem_uc: add a case to trigger LLC UCE on arm64 by Shuai Xue · 3 years, 2 months ago
  47. adbf8b3 einj_mem_uc: add explicitly str, strb and strh case for Arm64 by Shuai Xue · 3 years, 3 months ago
  48. 449c713 einj_mem_uc: add a z flag to trigger write with an offset by Shuai Xue · 3 years, 3 months ago
  49. 9f1eada einj_mem_uc: explicitly print step when inject and trigger error by Shuai Xue · 3 years, 3 months ago
  50. b7b70cc einj_mem_uc: implement memcpy in assembly on Arm64 by Shuai Xue · 3 years, 3 months ago
  51. cb5e1bc einj_mem_uc: check advanced RAS support by vendor id by Shuai Xue · 3 years, 3 months ago
  52. fa48527 einj_mem_uc: add Sflag as condition when check configuration by Shuai Xue · 3 years, 3 months ago
  53. 5813875 einj_mem_uc: surround arch dependent code with target arch macros by Shuai Xue · 3 years, 3 months ago
  54. 0ba123c einj_mem_uc: Add "-i" flag to skip reporting of CMCI interrupts by Adam Vaughn · 3 years, 3 months ago
  55. b936d41 ras-tools: Add count argument to rep_ce_page by Tony Luck · 3 years, 4 months ago
  56. 3ce2baf ras-tools: New test "rep_ce_page" by Tony Luck · 3 years, 5 months ago
  57. 4fd699e einj_mem_uc: Wait longer for patrol scrub CMCI by Tony Luck · 3 years, 6 months ago
  58. 596cddc hornet: fix the missed page offine when ptrace detached by 启瑞 · 3 years, 6 months ago
  59. 6b9ba16 einj_mem_uc: Fix parsing of available_error_types by Tony Luck · 3 years, 8 months ago
  60. e8b0461 Add #include <string.h> to proc_interrupt.c by Tony Luck · 3 years, 8 months ago
  61. 38f4715 Check the injected error type available before write error type by Liu Xinpeng · 3 years, 8 months ago
  62. ba225f3 vtop: Fix check on number of arguments by Yizhan Xu · 3 years, 10 months ago
  63. 493bfdf einj_mem_uc: Fix vtop failed in "instr" test case by Zhongyu Gao · 4 years ago
  64. e9fe0cd einj_mem_uc: Patrol scrub might be SRAO or UCNA by Tony Luck · 4 years ago
  65. 65d692c einj_mem_uc: Count Ice Lake Xeon as "advanced RAS" by Tony Luck · 4 years, 4 months ago
  66. 06670d7 einj_mem_uc: Add a case for kernel accessing a poisoned futex(2) operand by Tony Luck · 4 years, 7 months ago
  67. 9696a1f einj_mem_uc: Fix typos in trigger_copyin by Aili Yao · 4 years, 8 months ago
  68. b3436b4 einj_mem_uc: Add "-S" flag for MADV_HWPOISON page offline by Tony Luck · 4 years, 9 months ago
  69. 0dc0477 Add .gitignore file by Tony Luck · 4 years, 9 months ago
  70. 44d5b35 mca-recover: Make sure we consume poison at right point in code by Tony Luck · 5 years ago
  71. c7ad657 vtop: Multiply by "pagesize" instead of hardcode shift by 12 by Tony Luck · 5 years ago
  72. a4e0b6b einj_mem_uc: Fix file descriptor leak for copyin test by Tony Luck · 5 years ago
  73. 6b0a86d einj_mem_uc: Apply runup/size parameters from "-m" argument to copyin test by Tony Luck · 5 years ago
  74. d1f9fd9 einj_mem_uc: Copyout test gets SIGSEGV by Tony Luck · 5 years ago
  75. 5602577 einj_mem_uc: Print errno or byte count for unsuccessful write by Tony Luck · 5 years ago
  76. b17c27b einj_mem_uc: new test case for copyout by Tony Luck · 5 years ago
  77. a850a9d einj_mem_uc: Add explicit "Test passed/failed" messages and exit status by Tony Luck · 5 years ago
  78. 8be7d2c Add new test program to validate LMCE feature by Jin Wen · 7 years ago
  79. 6af85d1 hornet: Fix some issues with addition of ptrace support by Jin Wen · 8 years ago
  80. 2c2218b hornet: Add "-P pid" flag to stop process using ptrace by Jin Wen · 8 years ago
  81. 6830149 Add "Gold" to list of strings to check to see if platform supports error recovery by Tony Luck · 8 years ago
  82. d9c4582 einj_mem_uc: Update check for cpu models that can recover by Tony Luck · 8 years ago
  83. 7e0703b einj_mem_uc: Add test case to mlock(2) the target page. by Tony Luck · 8 years ago
  84. 35ddfe7 Fixup mca-recover by Tony Luck · 9 years ago
  85. 7dfb3f5 Add extra "-m" argument to provide options for memcpy test by Tony Luck · 9 years ago
  86. 0be8f43 Add "llc" option to inject processor uncorrected non-fatal and trigger LLC writeback by Tony Luck · 10 years ago
  87. 767456f Don't wait for a fixed interval for CMCIs to be counted by Tony Luck · 10 years ago
  88. 14ce72b Increase delay before re-reading /proc/interrupts. 1ms wasn't enough by Tony Luck · 10 years ago
  89. eaaee88 Add some new error testing toys: by Tony Luck · 10 years ago
  90. 73ad388 Add vtop.c - for finding physical address in arbitrary process. by Tony Luck · 12 years ago
  91. de00752 Add example recovery application by Tony Luck · 12 years ago