aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-10EDAC/ghes: Remove intermediate buffer pvt->detail_locationRobert Richter1-5/+4
2019-11-10EDAC/ghes: Fix grain calculationRobert Richter1-2/+8
2019-11-10EDAC/ghes: Use standard kernel macros for page calculationsRobert Richter1-2/+2
2019-11-10EDAC/mc: Reduce indentation level in edac_mc_handle_error()Robert Richter1-28/+29
2019-11-10EDAC/mc: Remove needless zero string terminationRobert Richter1-1/+0
2019-11-10EDAC/mc: Do not BUG_ON() in edac_mc_alloc()Robert Richter1-1/+2
2019-11-10EDAC: Introduce an mci_for_each_dimm() iteratorRobert Richter4-37/+33
2019-11-09EDAC: Remove EDAC_DIMM_OFF() macroRobert Richter2-31/+17
2019-11-09EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() functionRobert Richter13-31/+17
2019-11-09EDAC/amd64: Get rid of the ECC disabled long messageBorislav Petkov1-16/+3
2019-11-08EDAC/ghes: Fix locking and memory barrier issuesRobert Richter1-24/+66
2019-11-06EDAC/amd64: Check for memory before fully initializing an instanceYazen Ghannam1-3/+22
2019-11-06EDAC/amd64: Use cached data when checking for ECCYazen Ghannam1-12/+8
2019-11-06EDAC/amd64: Save max number of controllers to family typeYazen Ghannam2-30/+16
2019-11-06EDAC/amd64: Gather hardware information earlyYazen Ghannam1-50/+51
2019-11-06EDAC/amd64: Make struct amd64_family_type globalYazen Ghannam1-7/+5
2019-10-25EDAC/amd64: Set grain per DIMMYazen Ghannam1-0/+2
2019-10-24EDAC/aspeed: Use devm_platform_ioremap_resource() in aspeed_probe()Markus Elfring1-6/+1
2019-10-18EDAC, skx: Retrieve and print retry_rd_err_log registersTony Luck3-7/+60
2019-10-18EDAC, skx_common: Refactor so that we initialize "dev" in result of adxl decode.Tony Luck1-25/+23
2019-10-17Merge branch 'edac-urgent' into edac-for-nextBorislav Petkov1-0/+4
2019-10-17EDAC/ghes: Fix Use after free in ghes_edac remove pathJames Morse1-0/+4
2019-10-09EDAC/device: Rework error logging APIHanna Hawa2-32/+72
2019-09-30EDAC: skx_common: get rid of unused type varMauro Carvalho Chehab1-4/+1
2019-09-30EDAC: sb_edac: get rid of unused varsMauro Carvalho Chehab1-13/+8
2019-09-30EDAC: i5400_edac: get rid of some unused varsMauro Carvalho Chehab1-10/+1
2019-09-30EDAC: i5400_edac: print type at debug messageMauro Carvalho Chehab1-2/+2
2019-09-30EDAC: i7300_edac: fix a kernel-doc syntaxMauro Carvalho Chehab1-1/+1
2019-09-30EDAC: i7300_edac: rename a kernel-doc var descriptionMauro Carvalho Chehab1-1/+1
2019-09-30EDAC: i5100_edac: get rid of an unused varMauro Carvalho Chehab1-2/+0
2019-09-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-16/+39
2019-09-30Merge tag 'mmc-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds9-35/+410
2019-09-29Merge branch 'entropy'Linus Torvalds1-1/+61
2019-09-29random: try to actively add entropy rather than passively wait for itLinus Torvalds1-1/+61
2019-09-29Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixesOlof Johansson1-15/+37
2019-09-29Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixesOlof Johansson14-193/+927
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds8-38/+77
2019-09-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds4-434/+114
2019-09-29Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds4-7/+21
2019-09-29Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-94/+139
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds87-917/+645
2019-09-28i2c: slave-eeprom: Add read only modeBjörn Ardö1-3/+11
2019-09-28i2c: i801: Bring back Block Process Call support for certain platformsJarkko Nikula1-0/+1
2019-09-28i2c: riic: Clear NACK in tend isrChris Brandt1-0/+1
2019-09-28i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630Lee Jones1-4/+8
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds10-6/+77
2019-09-28iommu/amd: Lock code paths traversing protection_domain->dev_listJoerg Roedel1-1/+24
2019-09-28iommu/amd: Lock dev_data in attach/detach code pathsJoerg Roedel2-0/+12
2019-09-28iommu/amd: Check for busy devices earlier in attach_device()Joerg Roedel1-18/+7
2019-09-28iommu/amd: Take domain->lock for complete attach/detach pathJoerg Roedel1-39/+26