| Commit message (Expand) | Author | Age |
... | |
* | EDAC, synopsys: Add error handling for the of_device_get_match_data() result | Manish Narani | 2018-11-05 |
* | EDAC, synopsys: Add platform specific structures for the DDR Controller | Manish Narani | 2018-11-05 |
* | EDAC, synopsys: Return void for functions always returning 0 | Manish Narani | 2018-11-05 |
* | EDAC, synopsys: Correct comments | Manish Narani | 2018-11-05 |
* | EDAC, synopsys: Shorten static function names | Manish Narani | 2018-11-05 |
* | EDAC, synopsys: Improve code readability | Manish Narani | 2018-11-05 |
* | Merge tag 'edac_for_4.20_2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-11-02 |
|\ |
|
| * | EDAC, skx: Fix randconfig builds | Borislav Petkov | 2018-10-31 |
| * | EDAC, skx_edac: Add address translation for non-volatile DIMMs | Qiuxu Zhuo | 2018-10-25 |
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-10-29 |
|\ \ |
|
| * | | drivers: edac: Add EDAC driver support for QCOM SoCs | Channagoud Kadabi | 2018-09-13 |
* | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-10-26 |
|\ \ \
| |_|/
|/| | |
|
| * | | edac: cpc925: use for_each_of_cpu_node iterator | Rob Herring | 2018-09-28 |
| |/ |
|
* | | Merge tag 'edac_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2018-10-25 |
|\ \ |
|
| * | | EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr() | Dan Carpenter | 2018-10-13 |
| * | | EDAC, skx_edac: Fix logical channel intermediate decoding | Qiuxu Zhuo | 2018-10-09 |
| * | | EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting | Tony Luck | 2018-09-29 |
| * | | EDAC, altera: Work around int-to-pointer-cast warnings | Arnd Bergmann | 2018-09-28 |
| * | | EDAC, amd64: Add Hygon Dhyana support | Pu Wen | 2018-09-27 |
| * | | EDAC, altera: Add Stratix10 peripheral support | Thor Thayer | 2018-09-25 |
| * | | EDAC, altera: Merge Stratix10 into the Arria10 SDRAM probe routine | Thor Thayer | 2018-09-25 |
| * | | EDAC, altera: Combine Stratix10 and Arria10 probe functions | Thor Thayer | 2018-09-25 |
| * | | EDAC, i7core: Remove set but not used variable pvt | YueHaibing | 2018-09-25 |
| * | | EDAC, ghes: Use CPER module handles to locate DIMMs | Fan Wu | 2018-09-22 |
| * | | EDAC: Correct DIMM capacity unit symbol | Qiuxu Zhuo | 2018-09-22 |
| * | | EDAC, sb_edac: Fix signedness bugs in *_get_ha() functions | Luck, Tony | 2018-09-15 |
| * | | EDAC, sb_edac: Fix reporting for patrol scrubber errors | Qiuxu Zhuo | 2018-09-11 |
| * | | EDAC, sb_edac: Return early on ADDRV bit and address type test | Qiuxu Zhuo | 2018-09-11 |
| * | | EDAC: Get rid of custom ICPU() macro | Andy Shevchenko | 2018-09-03 |
| * | | EDAC, amd64: Add Family 17h, models 10h-2fh support | Michael Jin | 2018-08-27 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-10-23 |
|\ \ |
|
| * | | x86/cpu: Sanitize FAM6_ATOM naming | Peter Zijlstra | 2018-10-02 |
| |/ |
|
* / | regmap: split up regmap_config.use_single_rw | David Frey | 2018-09-07 |
|/ |
|
* | EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] | Takashi Iwai | 2018-08-17 |
* | EDAC, sb_edac: Add support for systems with segmented PCI buses | Masayoshi Mizuma | 2018-07-25 |
* | EDAC, thunderx: Remove VLA usage | Kees Cook | 2018-07-09 |
* | EDAC, i7core: Fix memleaks and use-after-free on probe and remove | Johan Hovold | 2018-06-18 |
* | EDAC: Fix memleak in module init error path | Johan Hovold | 2018-06-17 |
* | EDAC, altera: Fix an error handling path in altr_s10_sdram_probe() | Christophe JAILLET | 2018-06-17 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 |
* | EDAC, ghes: Make platform-based whitelisting x86-only | Borislav Petkov | 2018-05-21 |
* | EDAC, altera: Fix ARM64 build warning | Thor Thayer | 2018-05-15 |
* | EDAC, skx: Fix skx_edac build error when ACPI_NFIT=m | Randy Dunlap | 2018-05-14 |
* | EDAC, ghes: Use BIT() macro | Borislav Petkov | 2018-05-12 |
* | EDAC, ghes: Add DDR4 and NVDIMM memory types | Toshi Kani | 2018-05-12 |
* | EDAC, altera: Handle SDRAM Uncorrectable Errors on Stratix10 | Thor Thayer | 2018-05-12 |
* | EDAC, altera: Add support for Stratix10 SDRAM EDAC | Thor Thayer | 2018-05-12 |
* | EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error() | Alexandru Gagniuc | 2018-05-12 |
* | EDAC, i7core: Fix spelling mistake: "redundacy" -> "redundancy" | Colin Ian King | 2018-05-04 |
* | EDAC, ghes: Add a null pointer check in ghes_edac_unregister() | Sughosh Ganu | 2018-05-02 |