Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
936c383673b9e3007432f17140ac62de53d87db9
/
drivers
/
edac
/
edac_mc.c
e9ff663
EDAC/mc: Call edac_inc_ue_error() before panic
by Zhenzhong Duan
· 4 years, 7 months ago
7fc0b9b
EDAC: Drop the EDAC report status checks
by Tony Luck
· 5 years ago
4aa92c8
EDAC/mc: Remove per layer counters
by Robert Richter
· 5 years ago
1853ee7
EDAC/mc: Remove detail[] string and cleanup error string generation
by Robert Richter
· 5 years ago
6ab7617
EDAC/mc: Pass the error descriptor to error reporting functions
by Robert Richter
· 5 years ago
67792cf
EDAC/mc: Remove enable_per_layer_report function argument
by Robert Richter
· 5 years ago
65bb4d1
EDAC/mc: Report "unknown memory" on too many DIMM labels found
by Robert Richter
· 5 years ago
6334dc4
EDAC/mc: Carve out error increment into a separate function
by Robert Richter
· 5 years ago
91b327f
EDAC/mc: Determine mci pointer from the error descriptor
by Robert Richter
· 5 years ago
672ef0e
EDAC: Store error type in struct edac_raw_error_desc
by Robert Richter
· 5 years ago
1f27c79
EDAC/mc: Reorder functions edac_mc_alloc*()
by Robert Richter
· 5 years ago
aad28c6
EDAC/mc: Split edac_mc_alloc() into smaller functions
by Robert Richter
· 5 years ago
bea1bfd
EDAC/mc: Change mci device removal to use put_device()
by Robert Richter
· 5 years ago
216aa14
EDAC/mc: Fix use-after-free and memleaks during device removal
by Robert Richter
· 5 years ago
787d899
EDAC: Unify the mc_event tracepoint call
by Robert Richter
· 5 years ago
0d8292e
EDAC/mc: Reduce indentation level in edac_mc_handle_error()
by Robert Richter
· 5 years ago
47bec6b
EDAC/mc: Remove needless zero string termination
by Robert Richter
· 5 years ago
d260e8f
EDAC/mc: Do not BUG_ON() in edac_mc_alloc()
by Robert Richter
· 5 years ago
c498afa
EDAC: Introduce an mci_for_each_dimm() iterator
by Robert Richter
· 5 years ago
977b1ce
EDAC: Remove EDAC_DIMM_OFF() macro
by Robert Richter
· 5 years ago
d55c79a
EDAC: Prefer 'unsigned int' to bare use of 'unsigned'
by Robert Richter
· 5 years ago
718d585
EDAC/mc: Cleanup _edac_mc_free() code
by Robert Richter
· 6 years ago
3724ace
EDAC/mc: Fix grain_bits calculation
by Robert Richter
· 6 years ago
29a0c84
EDAC/mc: Fix edac_mc_find() in case no device is found
by Robert Richter
· 6 years ago
861e6ed
EDAC: Drop per-memory controller buses
by Borislav Petkov
· 6 years ago
b748f2d
EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
by Takashi Iwai
· 6 years ago
001f861
EDAC: Add new memory type for non-volatile DIMMs
by Tony Luck
· 7 years ago
d6dd77e
EDAC: Drop duplicated array of strings for memory type names
by Tony Luck
· 7 years ago
3877c7d
EDAC: Add helper which returns the loaded platform driver
by Toshi Kani
· 7 years ago
bffc7de
EDAC: Rename report status accessors
by Borislav Petkov
· 8 years ago
fee27d7
EDAC: Delete edac_stub.c
by Borislav Petkov
· 8 years ago
be1d162
EDAC: Issue tracepoint only when it is defined
by Borislav Petkov
· 8 years ago
8c22b4f
EDAC: Move edac_op_state to edac_mc.c
by Borislav Petkov
· 8 years ago
d3116a0
EDAC: Remove edac_err_assert
by Borislav Petkov
· 8 years ago
97bb6c1
EDAC: Get rid of edac_handlers
by Borislav Petkov
· 8 years ago
d7fc9d7
EDAC: Add routine to check if MC devices list is empty
by Yazen Ghannam
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
e01aa14
edac: move documentation from edac_mc.c to edac_core.h
by Mauro Carvalho Chehab
· 8 years ago
78d88e8
edac: rename edac_core.h to edac_mc.h
by Mauro Carvalho Chehab
· 8 years ago
c73e883
EDAC, mc: Fix locking around mc_devices list
by Borislav Petkov
· 8 years ago
fbedcaf
EDAC: Fix workqueues poll period resetting
by Nicholas Krause
· 9 years ago
993f88f
EDAC: Increment correct counter in edac_inc_ue_error()
by Emmanouil Maroudas
· 9 years ago
06e912d
EDAC: Cleanup/sync workqueue functions
by Borislav Petkov
· 9 years ago
626a7a4
EDAC: Kill workqueue setup/teardown functions
by Borislav Petkov
· 9 years ago
0966760
EDAC: Balance workqueue setup and teardown
by Borislav Petkov
· 9 years ago
c4cf3b4
EDAC: Rework workqueue handling
by Borislav Petkov
· 9 years ago
fcd5c4d
EDAC: Robustify workqueues destruction
by Borislav Petkov
· 9 years ago
990995b
EDAC: Fix PAGES_TO_MiB macro misuse
by Tan Xiaojun
· 9 years ago
b01aec9
EDAC: Cleanup atomic_scrub mess
by Borislav Petkov
· 10 years ago
4e8d230
EDAC: Allow to pass driver-specific attribute groups
by Takashi Iwai
· 10 years ago
4cfc3a4
EDAC: Sync memory types and names
by Borislav Petkov
· 10 years ago
348fec7
EDAC: Add DDR3 LRDIMM entries to edac_mem_types
by Aravind Gopalakrishnan
· 10 years ago
f4ce6ec
EDAC: Fix mem_types strings type
by Borislav Petkov
· 10 years ago
76ac827
trace, RAS: Add basic RAS trace event
by Chen, Gong
· 11 years ago
aa2064d
EDAC: Fix MC scrub mode comparsion bug for correctable errors
by Loc Ho
· 11 years ago
cb6ef42
EDAC: Correct workqueue setup path
by Borislav Petkov
· 11 years ago
9da21b1
EDAC: Poll timeout cannot be zero, p2
by Borislav Petkov
· 11 years ago
7270a60
edac: Unify reporting of device info for device, mc and pci
by Robert Richter
· 11 years ago
88d84ac
EDAC: Fix lockdep splat
by Borislav Petkov
· 11 years ago
9713fae
EDAC: Merge mci.mem_is_per_rank with mci.csbased
by Mauro Carvalho Chehab
· 12 years ago
e7e2483
edac: add support for raw error reports
by Mauro Carvalho Chehab
· 12 years ago
c7ef764
edac: reduce stack pressure by using a pre-allocated buffer
by Mauro Carvalho Chehab
· 12 years ago
80cc7d8
edac: lock module owner to avoid error report conflicts
by Mauro Carvalho Chehab
· 12 years ago
c66b5a7
edac: add a new memory layer type
by Mauro Carvalho Chehab
· 12 years ago
1339730
Merge tag 'v3.8-rc7' into next
by Mauro Carvalho Chehab
· 12 years ago
d3d09e1
EDAC: Fix kcalloc argument order
by Joe Perches
· 12 years ago
80f5ab0
edac: edac_mc no longer deals with kobjects directly
by Shaun Ruffell
· 12 years ago
9ada9fd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
by Linus Torvalds
· 12 years ago
b52c640
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac
by Linus Torvalds
· 12 years ago
f430d57
EDAC: Handle empty msg strings when reporting errors
by Borislav Petkov
· 12 years ago
4da1b7b
EDAC: Remove useless assignment of error type
by Borislav Petkov
· 12 years ago
24bef66
edac: Fix the dimm filling for csrows-based layouts
by Mauro Carvalho Chehab
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
faa2ad0
edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.
by Shaun Ruffell
· 12 years ago
ef6e781
edac_mc: fix messy kfree calls in the error path
by Fengguang Wu
· 12 years ago
41f63c5
workqueue: use mod_delayed_work() instead of cancel + queue
by Tejun Heo
· 12 years ago
c2078e4
Merge branch 'devel'
by Mauro Carvalho Chehab
· 12 years ago
9eb07a7
edac: edac_mc_handle_error(): add an error_count parameter
by Mauro Carvalho Chehab
· 13 years ago
03f7eae
edac: remove arch-specific parameter for the error handler
by Mauro Carvalho Chehab
· 13 years ago
08a4a13
edac_mc: check for allocation failure in edac_mc_alloc()
by Dan Carpenter
· 13 years ago
6e84d35
edac_mc: Cleanup per-dimm_info debug messages
by Mauro Carvalho Chehab
· 13 years ago
956b9ba1
edac: Convert debugfX to edac_dbg(X,
by Joe Perches
· 13 years ago
dd23cd6
edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs
by Mauro Carvalho Chehab
· 13 years ago
de3910eb
edac: change the mem allocation scheme to make Documentation/kobject.txt happy
by Mauro Carvalho Chehab
· 13 years ago
d90c008
edac: Get rid of the old kobj's from the edac mc code
by Mauro Carvalho Chehab
· 13 years ago
7a623c0
edac: rewrite the sysfs code to use struct device
by Mauro Carvalho Chehab
· 13 years ago
8447c4d1
edac: Do alignment logic properly in edac_align_ptr()
by Chris Metcalf
· 13 years ago
fd68750
edac: Rename the parent dev to pdev
by Mauro Carvalho Chehab
· 13 years ago
53f2d02
RAS: Add a tracepoint for reporting memory controller events
by Mauro Carvalho Chehab
· 13 years ago
5926ff5
edac: Initialize the dimm label with the known information
by Mauro Carvalho Chehab
· 13 years ago
ca0907b
edac: Remove the legacy EDAC ABI
by Mauro Carvalho Chehab
· 13 years ago
4275be6
edac: Change internal representation to work with layers
by Mauro Carvalho Chehab
· 13 years ago
93e4fe6
edac: rewrite edac_align_ptr()
by Mauro Carvalho Chehab
· 13 years ago
a895bf8
edac: move nr_pages to dimm struct
by Mauro Carvalho Chehab
· 13 years ago
084a4fc
edac: move dimm properties to struct dimm_info
by Mauro Carvalho Chehab
· 13 years ago
a7d7d2e
edac: Create a dimm struct and move the labels into it
by Mauro Carvalho Chehab
· 13 years ago
f0f3680
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac
by Linus Torvalds
· 13 years ago
a4b4be3
edac: rename channel_info to rank_info
by Mauro Carvalho Chehab
· 13 years ago
4e5df7c
edac: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
fe5ff8b
edac: convert sysdev_class to a regular subsystem
by Kay Sievers
· 13 years ago
Next »