index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
edac
/
edac_mc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EDAC/mc: Drop duplicated dimm->nr_pages debug printout
Serge Semin
2022-09-01
1
-1
/
+0
*
EDAC: Use kcalloc()
Borislav Petkov
2022-05-02
1
-1
/
+1
*
EDAC/mc: Get rid of edac_align_ptr()
Borislav Petkov
2022-04-11
1
-55
/
+0
*
EDAC/mc: Get rid of silly one-shot struct allocation in edac_mc_alloc()
Borislav Petkov
2022-04-11
1
-28
/
+13
*
Merge branch 'edac-amd64' into edac-updates-for-v5.18
Borislav Petkov
2022-03-21
1
-1
/
+1
|
\
|
*
EDAC: Fix calculation of returned address and next offset in edac_align_ptr()
Eliav Farber
2022-02-15
1
-1
/
+1
*
|
EDAC/mc: Remove unnecessary cast to char * in edac_align_ptr()
Eliav Farber
2022-01-26
1
-2
/
+2
|
/
*
EDAC: Add RDDR5 and LRDDR5 memory types
Yazen Ghannam
2021-12-10
1
-0
/
+2
*
EDAC/mc: Replace strcpy(), sprintf() and snprintf() with strscpy() or scnprin...
Len Baker
2021-09-15
1
-24
/
+18
*
EDAC/mc: Add new HBM2 memory type
Naveen Krishna Chatradhi
2021-07-20
1
-0
/
+1
*
EDAC: Add DDR5 new memory type
Qiuxu Zhuo
2020-11-19
1
-0
/
+1
*
EDAC: Add three new memory types
Qiuxu Zhuo
2020-11-05
1
-0
/
+3
*
EDAC/mc: Call edac_inc_ue_error() before panic
Zhenzhong Duan
2020-06-15
1
-2
/
+2
*
EDAC: Drop the EDAC report status checks
Tony Luck
2020-04-14
1
-61
/
+0
*
EDAC/mc: Remove per layer counters
Robert Richter
2020-02-17
1
-51
/
+16
*
EDAC/mc: Remove detail[] string and cleanup error string generation
Robert Richter
2020-02-17
1
-58
/
+32
*
EDAC/mc: Pass the error descriptor to error reporting functions
Robert Richter
2020-02-17
1
-58
/
+42
*
EDAC/mc: Remove enable_per_layer_report function argument
Robert Richter
2020-02-17
1
-22
/
+18
*
EDAC/mc: Report "unknown memory" on too many DIMM labels found
Robert Richter
2020-02-17
1
-10
/
+11
*
EDAC/mc: Carve out error increment into a separate function
Robert Richter
2020-02-17
1
-15
/
+25
*
EDAC/mc: Determine mci pointer from the error descriptor
Robert Richter
2020-02-17
1
-3
/
+8
*
EDAC: Store error type in struct edac_raw_error_desc
Robert Richter
2020-02-17
1
-5
/
+5
*
EDAC/mc: Reorder functions edac_mc_alloc*()
Robert Richter
2020-02-17
1
-106
/
+103
*
EDAC/mc: Split edac_mc_alloc() into smaller functions
Robert Richter
2020-02-17
1
-35
/
+70
*
EDAC/mc: Change mci device removal to use put_device()
Robert Richter
2020-02-17
1
-3
/
+9
*
EDAC/mc: Fix use-after-free and memleaks during device removal
Robert Richter
2020-02-13
1
-9
/
+3
*
EDAC: Unify the mc_event tracepoint call
Robert Richter
2019-11-10
1
-15
/
+15
*
EDAC/mc: Reduce indentation level in edac_mc_handle_error()
Robert Richter
2019-11-10
1
-28
/
+29
*
EDAC/mc: Remove needless zero string termination
Robert Richter
2019-11-10
1
-1
/
+0
*
EDAC/mc: Do not BUG_ON() in edac_mc_alloc()
Robert Richter
2019-11-10
1
-1
/
+2
*
EDAC: Introduce an mci_for_each_dimm() iterator
Robert Richter
2019-11-10
1
-8
/
+11
*
EDAC: Remove EDAC_DIMM_OFF() macro
Robert Richter
2019-11-09
1
-15
/
+13
*
EDAC: Prefer 'unsigned int' to bare use of 'unsigned'
Robert Richter
2019-09-03
1
-10
/
+10
*
EDAC/mc: Cleanup _edac_mc_free() code
Robert Richter
2019-08-14
1
-13
/
+12
*
EDAC/mc: Fix grain_bits calculation
Robert Richter
2019-08-03
1
-2
/
+6
*
EDAC/mc: Fix edac_mc_find() in case no device is found
Robert Richter
2019-05-14
1
-8
/
+4
*
EDAC: Drop per-memory controller buses
Borislav Petkov
2018-11-13
1
-8
/
+1
*
EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
Takashi Iwai
2018-08-17
1
-0
/
+1
*
EDAC: Add new memory type for non-volatile DIMMs
Tony Luck
2018-03-14
1
-1
/
+2
*
EDAC: Drop duplicated array of strings for memory type names
Tony Luck
2018-03-14
1
-20
/
+20
*
EDAC: Add helper which returns the loaded platform driver
Toshi Kani
2017-09-25
1
-1
/
+6
*
EDAC: Rename report status accessors
Borislav Petkov
2017-04-10
1
-4
/
+4
*
EDAC: Delete edac_stub.c
Borislav Petkov
2017-04-10
1
-0
/
+61
*
EDAC: Issue tracepoint only when it is defined
Borislav Petkov
2017-04-10
1
-4
/
+7
*
EDAC: Move edac_op_state to edac_mc.c
Borislav Petkov
2017-04-10
1
-0
/
+3
*
EDAC: Remove edac_err_assert
Borislav Petkov
2017-04-10
1
-17
/
+1
*
EDAC: Get rid of edac_handlers
Borislav Petkov
2017-04-10
1
-4
/
+2
*
EDAC: Add routine to check if MC devices list is empty
Yazen Ghannam
2017-01-28
1
-0
/
+14
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
edac: move documentation from edac_mc.c to edac_core.h
Mauro Carvalho Chehab
2016-12-15
1
-82
/
+0
[next]