| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-15 | EDAC: Fix typos in comments | Yan Zhen | 1 | -1/+1 |
| 2023-11-28 | EDAC/mc: Add support for HBM3 memory type | Muralidhara M K | 1 | -0/+1 |
| 2022-09-01 | EDAC/mc: Drop duplicated dimm->nr_pages debug printout | Serge Semin | 1 | -1/+0 |
| 2022-05-02 | EDAC: Use kcalloc() | Borislav Petkov | 1 | -1/+1 |
| 2022-04-11 | EDAC/mc: Get rid of edac_align_ptr() | Borislav Petkov | 1 | -55/+0 |
| 2022-04-11 | EDAC/mc: Get rid of silly one-shot struct allocation in edac_mc_alloc() | Borislav Petkov | 1 | -28/+13 |
| 2022-03-21 | Merge branch 'edac-amd64' into edac-updates-for-v5.18 | Borislav Petkov | 1 | -1/+1 |
| 2022-02-15 | EDAC: Fix calculation of returned address and next offset in edac_align_ptr() | Eliav Farber | 1 | -1/+1 |
| 2022-01-26 | EDAC/mc: Remove unnecessary cast to char * in edac_align_ptr() | Eliav Farber | 1 | -2/+2 |
| 2021-12-10 | EDAC: Add RDDR5 and LRDDR5 memory types | Yazen Ghannam | 1 | -0/+2 |
| 2021-09-15 | EDAC/mc: Replace strcpy(), sprintf() and snprintf() with strscpy() or scnprin... | Len Baker | 1 | -24/+18 |
| 2021-07-20 | EDAC/mc: Add new HBM2 memory type | Naveen Krishna Chatradhi | 1 | -0/+1 |
| 2020-11-19 | EDAC: Add DDR5 new memory type | Qiuxu Zhuo | 1 | -0/+1 |
| 2020-11-05 | EDAC: Add three new memory types | Qiuxu Zhuo | 1 | -0/+3 |
| 2020-06-15 | EDAC/mc: Call edac_inc_ue_error() before panic | Zhenzhong Duan | 1 | -2/+2 |
| 2020-04-14 | EDAC: Drop the EDAC report status checks | Tony Luck | 1 | -61/+0 |
| 2020-02-17 | EDAC/mc: Remove per layer counters | Robert Richter | 1 | -51/+16 |
| 2020-02-17 | EDAC/mc: Remove detail[] string and cleanup error string generation | Robert Richter | 1 | -58/+32 |
| 2020-02-17 | EDAC/mc: Pass the error descriptor to error reporting functions | Robert Richter | 1 | -58/+42 |
| 2020-02-17 | EDAC/mc: Remove enable_per_layer_report function argument | Robert Richter | 1 | -22/+18 |
| 2020-02-17 | EDAC/mc: Report "unknown memory" on too many DIMM labels found | Robert Richter | 1 | -10/+11 |
| 2020-02-17 | EDAC/mc: Carve out error increment into a separate function | Robert Richter | 1 | -15/+25 |
| 2020-02-17 | EDAC/mc: Determine mci pointer from the error descriptor | Robert Richter | 1 | -3/+8 |
| 2020-02-17 | EDAC: Store error type in struct edac_raw_error_desc | Robert Richter | 1 | -5/+5 |
| 2020-02-17 | EDAC/mc: Reorder functions edac_mc_alloc*() | Robert Richter | 1 | -106/+103 |
| 2020-02-17 | EDAC/mc: Split edac_mc_alloc() into smaller functions | Robert Richter | 1 | -35/+70 |
| 2020-02-17 | EDAC/mc: Change mci device removal to use put_device() | Robert Richter | 1 | -3/+9 |
| 2020-02-13 | EDAC/mc: Fix use-after-free and memleaks during device removal | Robert Richter | 1 | -9/+3 |
| 2019-11-10 | EDAC: Unify the mc_event tracepoint call | Robert Richter | 1 | -15/+15 |
| 2019-11-10 | EDAC/mc: Reduce indentation level in edac_mc_handle_error() | Robert Richter | 1 | -28/+29 |
| 2019-11-10 | EDAC/mc: Remove needless zero string termination | Robert Richter | 1 | -1/+0 |
| 2019-11-10 | EDAC/mc: Do not BUG_ON() in edac_mc_alloc() | Robert Richter | 1 | -1/+2 |
| 2019-11-10 | EDAC: Introduce an mci_for_each_dimm() iterator | Robert Richter | 1 | -8/+11 |
| 2019-11-09 | EDAC: Remove EDAC_DIMM_OFF() macro | Robert Richter | 1 | -15/+13 |
| 2019-09-03 | EDAC: Prefer 'unsigned int' to bare use of 'unsigned' | Robert Richter | 1 | -10/+10 |
| 2019-08-14 | EDAC/mc: Cleanup _edac_mc_free() code | Robert Richter | 1 | -13/+12 |
| 2019-08-03 | EDAC/mc: Fix grain_bits calculation | Robert Richter | 1 | -2/+6 |
| 2019-05-14 | EDAC/mc: Fix edac_mc_find() in case no device is found | Robert Richter | 1 | -8/+4 |
| 2018-11-13 | EDAC: Drop per-memory controller buses | Borislav Petkov | 1 | -8/+1 |
| 2018-08-17 | EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] | Takashi Iwai | 1 | -0/+1 |
| 2018-03-14 | EDAC: Add new memory type for non-volatile DIMMs | Tony Luck | 1 | -1/+2 |
| 2018-03-14 | EDAC: Drop duplicated array of strings for memory type names | Tony Luck | 1 | -20/+20 |
| 2017-09-25 | EDAC: Add helper which returns the loaded platform driver | Toshi Kani | 1 | -1/+6 |
| 2017-04-10 | EDAC: Rename report status accessors | Borislav Petkov | 1 | -4/+4 |
| 2017-04-10 | EDAC: Delete edac_stub.c | Borislav Petkov | 1 | -0/+61 |
| 2017-04-10 | EDAC: Issue tracepoint only when it is defined | Borislav Petkov | 1 | -4/+7 |
| 2017-04-10 | EDAC: Move edac_op_state to edac_mc.c | Borislav Petkov | 1 | -0/+3 |
| 2017-04-10 | EDAC: Remove edac_err_assert | Borislav Petkov | 1 | -17/+1 |
| 2017-04-10 | EDAC: Get rid of edac_handlers | Borislav Petkov | 1 | -4/+2 |
| 2017-01-28 | EDAC: Add routine to check if MC devices list is empty | Yazen Ghannam | 1 | -0/+14 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-15 | edac: move documentation from edac_mc.c to edac_core.h | Mauro Carvalho Chehab | 1 | -82/+0 |
| 2016-12-15 | edac: rename edac_core.h to edac_mc.h | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2016-11-14 | EDAC, mc: Fix locking around mc_devices list | Borislav Petkov | 1 | -18/+31 |
| 2016-06-03 | EDAC: Fix workqueues poll period resetting | Nicholas Krause | 1 | -1/+2 |
| 2016-04-23 | EDAC: Increment correct counter in edac_inc_ue_error() | Emmanouil Maroudas | 1 | -1/+1 |
| 2016-02-02 | EDAC: Cleanup/sync workqueue functions | Borislav Petkov | 1 | -5/+3 |
| 2016-02-02 | EDAC: Kill workqueue setup/teardown functions | Borislav Petkov | 1 | -39/+4 |
| 2016-02-02 | EDAC: Balance workqueue setup and teardown | Borislav Petkov | 1 | -8/+7 |
| 2015-12-11 | EDAC: Rework workqueue handling | Borislav Petkov | 1 | -12/+7 |
| 2015-12-11 | EDAC: Robustify workqueues destruction | Borislav Petkov | 1 | -11/+3 |
| 2015-10-22 | EDAC: Fix PAGES_TO_MiB macro misuse | Tan Xiaojun | 1 | -1/+1 |
| 2015-05-28 | EDAC: Cleanup atomic_scrub mess | Borislav Petkov | 1 | -2/+7 |
| 2015-02-23 | EDAC: Allow to pass driver-specific attribute groups | Takashi Iwai | 1 | -5/+7 |
| 2014-10-20 | EDAC: Sync memory types and names | Borislav Petkov | 1 | -23/+20 |
| 2014-10-20 | EDAC: Add DDR3 LRDIMM entries to edac_mem_types | Aravind Gopalakrishnan | 1 | -0/+3 |
| 2014-09-02 | EDAC: Fix mem_types strings type | Borislav Petkov | 1 | -1/+1 |
| 2014-06-23 | trace, RAS: Add basic RAS trace event | Chen, Gong | 1 | -3/+0 |
| 2014-05-09 | EDAC: Fix MC scrub mode comparsion bug for correctable errors | Loc Ho | 1 | -1/+1 |
| 2014-02-14 | EDAC: Correct workqueue setup path | Borislav Petkov | 1 | -4/+7 |
| 2014-02-14 | EDAC: Poll timeout cannot be zero, p2 | Borislav Petkov | 1 | -2/+2 |
| 2013-11-04 | edac: Unify reporting of device info for device, mc and pci | Robert Richter | 1 | -2/+4 |
| 2013-07-23 | EDAC: Fix lockdep splat | Borislav Petkov | 1 | -0/+9 |
| 2013-03-16 | EDAC: Merge mci.mem_is_per_rank with mci.csbased | Mauro Carvalho Chehab | 1 | -3/+3 |
| 2013-02-21 | edac: add support for raw error reports | Mauro Carvalho Chehab | 1 | -22/+42 |
| 2013-02-21 | edac: reduce stack pressure by using a pre-allocated buffer | Mauro Carvalho Chehab | 1 | -33/+48 |
| 2013-02-21 | edac: lock module owner to avoid error report conflicts | Mauro Carvalho Chehab | 1 | -4/+21 |
| 2013-02-21 | edac: add a new memory layer type | Mauro Carvalho Chehab | 1 | -0/+1 |
| 2013-02-20 | Merge tag 'v3.8-rc7' into next | Mauro Carvalho Chehab | 1 | -3/+3 |
| 2013-01-30 | EDAC: Fix kcalloc argument order | Joe Perches | 1 | -3/+3 |
| 2012-12-21 | edac: edac_mc no longer deals with kobjects directly | Shaun Ruffell | 1 | -7/+0 |
| 2012-12-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -24/+27 |
| 2012-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac | Linus Torvalds | 1 | -3/+11 |
| 2012-11-28 | EDAC: Handle empty msg strings when reporting errors | Borislav Petkov | 1 | -19/+25 |
| 2012-11-28 | EDAC: Remove useless assignment of error type | Borislav Petkov | 1 | -5/+2 |
| 2012-10-25 | edac: Fix the dimm filling for csrows-based layouts | Mauro Carvalho Chehab | 1 | -3/+11 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -16/+1 |
| 2012-09-23 | edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs. | Shaun Ruffell | 1 | -20/+39 |
| 2012-09-23 | edac_mc: fix messy kfree calls in the error path | Fengguang Wu | 1 | -5/+7 |
| 2012-08-13 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 1 | -16/+1 |
| 2012-07-29 | Merge branch 'devel' | Mauro Carvalho Chehab | 1 | -154/+241 |
| 2012-06-12 | edac: edac_mc_handle_error(): add an error_count parameter | Mauro Carvalho Chehab | 1 | -24/+32 |
| 2012-06-11 | edac: remove arch-specific parameter for the error handler | Mauro Carvalho Chehab | 1 | -5/+1 |
| 2012-06-11 | edac_mc: check for allocation failure in edac_mc_alloc() | Dan Carpenter | 1 | -0/+2 |
| 2012-06-11 | edac_mc: Cleanup per-dimm_info debug messages | Mauro Carvalho Chehab | 1 | -37/+58 |
| 2012-06-11 | edac: Convert debugfX to edac_dbg(X, | Joe Perches | 1 | -61/+60 |
| 2012-06-11 | edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs | Mauro Carvalho Chehab | 1 | -23/+21 |
| 2012-06-11 | edac: change the mem allocation scheme to make Documentation/kobject.txt happy | Mauro Carvalho Chehab | 1 | -37/+70 |
| 2012-06-11 | edac: Get rid of the old kobj's from the edac mc code | Mauro Carvalho Chehab | 1 | -1/+0 |
| 2012-06-11 | edac: rewrite the sysfs code to use struct device | Mauro Carvalho Chehab | 1 | -11/+2 |
| 2012-06-11 | edac: Do alignment logic properly in edac_align_ptr() | Chris Metcalf | 1 | -1/+1 |
| 2012-06-11 | edac: Rename the parent dev to pdev | Mauro Carvalho Chehab | 1 | -4/+4 |
| 2012-06-11 | RAS: Add a tracepoint for reporting memory controller events | Mauro Carvalho Chehab | 1 | -16/+56 |
| 2012-05-28 | edac: Initialize the dimm label with the known information | Mauro Carvalho Chehab | 1 | -6/+22 |
| 2012-05-28 | edac: Remove the legacy EDAC ABI | Mauro Carvalho Chehab | 1 | -46/+6 |
| 2012-05-28 | edac: Change internal representation to work with layers | Mauro Carvalho Chehab | 1 | -254/+448 |
| 2012-05-28 | edac: rewrite edac_align_ptr() | Mauro Carvalho Chehab | 1 | -11/+33 |
| 2012-05-28 | edac: move nr_pages to dimm struct | Mauro Carvalho Chehab | 1 | -6/+10 |
| 2012-05-28 | edac: move dimm properties to struct dimm_info | Mauro Carvalho Chehab | 1 | -7/+12 |
| 2012-05-28 | edac: Create a dimm struct and move the labels into it | Mauro Carvalho Chehab | 1 | -12/+35 |
| 2012-03-28 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -3/+3 |
| 2012-03-21 | edac: rename channel_info to rank_info | Mauro Carvalho Chehab | 1 | -3/+3 |
| 2012-03-20 | edac: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2011-12-14 | edac: convert sysdev_class to a regular subsystem | Kay Sievers | 1 | -1/+0 |
| 2011-05-26 | edac,rcu: use synchronize_rcu() instead of call_rcu()+rcu_barrier() | Lai Jiangshan | 1 | -10/+6 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-01-07 | amd64_edac: Rework printk macros | Borislav Petkov | 1 | -2/+2 |
| 2010-12-08 | EDAC: Fix workqueue-related crashes | Borislav Petkov | 1 | -4/+6 |
| 2010-10-24 | i7core_edac: don't use a freed mci struct | Mauro Carvalho Chehab | 1 | -0/+3 |
| 2010-10-24 | edac_core: Print debug messages at release calls | Mauro Carvalho Chehab | 1 | -0/+2 |
| 2010-10-24 | edac_core: Do a better job with node removal | Mauro Carvalho Chehab | 1 | -0/+1 |
| 2010-10-24 | i7core_edac: Be sure that the edac pci handler will be properly released | Mauro Carvalho Chehab | 1 | -2/+4 |
| 2010-09-27 | amd64_edac: Fix driver module removal | Borislav Petkov | 1 | -0/+3 |
| 2009-12-07 | edac: add memory types strings for debugging | Borislav Petkov | 1 | -0/+24 |
| 2009-09-24 | edac: core: remove completion-wait for complete with rcu_barrier | Jesper Dangaard Brouer | 1 | -3/+1 |
| 2009-04-13 | edac: use to_delayed_work() | Jean Delvare | 1 | -1/+1 |
| 2009-01-06 | edac: struct device: replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
| 2008-05-05 | dev_name introduction fall out fix | Stephen Rothwell | 1 | -3/+3 |
| 2008-04-29 | edac: remove unneeded functions and add static accessor | Adrian Bunk | 1 | -21/+0 |
| 2008-04-29 | edac: use the shorter LIST_HEAD for brevity | Robert P. J. Day | 1 | -1/+1 |
| 2007-07-26 | drivers/edac: fix reset edac_mc pollmsec | Doug Thompson | 1 | -22/+42 |
| 2007-07-19 | drivers/edac: fix workq reset deadlock | Doug Thompson | 1 | -19/+53 |
| 2007-07-19 | drivers/edac: fix edac_mc sysfs completion code | Doug Thompson | 1 | -15/+21 |
| 2007-07-19 | drivers/edac: fix edac_mc init apis | Doug Thompson | 1 | -4/+5 |
| 2007-07-19 | drivers/edac: mod edac_align_ptr function | Douglas Thompson | 1 | -5/+4 |
| 2007-07-19 | drivers/edac: cleanup spaces-gotos after Lindent messup | Douglas Thompson | 1 | -72/+72 |
| 2007-07-19 | drivers/edac: cleanup workq ifdefs | Douglas Thompson | 1 | -10/+0 |
| 2007-07-19 | drivers/edac: core Lindent cleanup | Douglas Thompson | 1 | -99/+103 |
| 2007-07-19 | drivers/edac: mod PCI poll names | Dave Jiang | 1 | -10/+11 |
| 2007-07-19 | drivers/edac: mod assert_error check | Dave Jiang | 1 | -7/+4 |
| 2007-07-19 | drivers/edac: mod MC to use workq instead of kthread | Dave Jiang | 1 | -0/+119 |
| 2007-07-19 | drivers/edac: add dev_name getter function | Dave Jiang | 1 | -3/+3 |
| 2007-07-19 | drivers/edac: mod use edac_core.h | Douglas Thompson | 1 | -1/+1 |
| 2007-07-19 | drivers/edac: add new nmi rescan | Dave Jiang | 1 | -0/+3 |
| 2007-07-19 | drivers/edac: change from semaphore to mutex operation | Matthias Kaehlcke | 1 | -9/+9 |
| 2007-07-19 | drivers/edac: add edac_device class | Douglas Thompson | 1 | -4/+4 |
| 2007-07-19 | drivers/edac: split out functions to unique files | Douglas Thompson | 1 | -1306/+11 |
| 2007-07-19 | drivers/edac: core: make functions static | Adrian Bunk | 1 | -14/+11 |
| 2007-07-19 | drivers/edac: add edac_mc_find API | Douglas Thompson | 1 | -0/+28 |
| 2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 1 | -0/+1 |
| 2007-02-12 | [PATCH] EDAC: Add Fully-Buffered DIMM APIs to core | eric wollesen | 1 | -5/+115 |
| 2007-02-12 | [PATCH] EDAC: Add memory scrubbing controls API to core | Frithiof Jensen | 1 | -0/+55 |
| 2006-12-07 | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 1 | -0/+1 |
| 2006-11-03 | [PATCH] edac_mc: fix error handling | Akinobu Mita | 1 | -18/+27 |
| 2006-07-10 | [PATCH] Fix and enable EDAC sysfs operation | Doug Thompson | 1 | -493/+194 |
| 2006-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+0 |
| 2006-06-30 | [PATCH] EDAC: mc numbers refactor 1-of-2 | Doug Thompson | 1 | -29/+30 |
| 2006-06-30 | [PATCH] EDAC: PCI device to DEVICE cleanup | Doug Thompson | 1 | -261/+277 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-03-28 | [PATCH] Typo fixes | Alexey Dobriyan | 1 | -1/+1 |
| 2006-03-26 | [PATCH] EDAC: use EXPORT_SYMBOL_GPL | Dave Peterson | 1 | -14/+14 |
| 2006-03-26 | [PATCH] EDAC: formatting cleanup | Dave Peterson | 1 | -176/+149 |
| 2006-03-26 | [PATCH] EDAC: reorder EXPORT_SYMBOL macros | Dave Peterson | 1 | -25/+13 |
| 2006-03-26 | [PATCH] EDAC: protect memory controller list | Dave Peterson | 1 | -22/+18 |
| 2006-03-26 | [PATCH] EDAC: kobject/sysfs fixes | Dave Peterson | 1 | -36/+40 |
| 2006-03-26 | [PATCH] EDAC: kobject_init/kobject_put fixes | Dave Peterson | 1 | -24/+7 |
| 2006-03-26 | [PATCH] EDAC: edac_mc_add_mc fix [2/2] | Dave Peterson | 1 | -8/+9 |
| 2006-03-26 | [PATCH] EDAC: edac_mc_add_mc fix [1/2] | Dave Peterson | 1 | -18/+18 |
| 2006-03-26 | [PATCH] EDAC: cleanup code for clearing initial errors | Dave Peterson | 1 | -3/+0 |
| 2006-03-26 | [PATCH] EDAC: printk cleanup | Dave Peterson | 1 | -101/+85 |
| 2006-03-26 | [PATCH] EDAC: switch to kthread_ API | Dave Peterson | 1 | -78/+10 |
| 2006-03-14 | [PATCH] EDAC: disable sysfs interface | Dave Peterson | 1 | -2/+42 |
| 2006-03-11 | [PATCH] edac: disable a few sysfs files to avoid them becoming an ABI | Arjan van de Ven | 1 | -3/+9 |
| 2006-02-03 | [PATCH] edac_mc: Remove include of version.h | Eric W. Biederman | 1 | -1/+0 |
| 2006-01-18 | [PATCH] EDAC: core EDAC support code | Alan Cox | 1 | -0/+2209 |