summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* edac: fix kernel-doc tags at the drivers/edac_*.hMauro Carvalho Chehab2016-12-151-20/+35
* driver-api: create an edac.rst file with EDAC documentationMauro Carvalho Chehab2016-12-151-2/+0
* edac: move documentation from edac_mc.c to edac_core.hMauro Carvalho Chehab2016-12-152-82/+101
* edac: move documentation from edac_pci*.c to edac_pci.hMauro Carvalho Chehab2016-12-153-76/+98
* edac: move documentation from edac_device to edac_core.hMauro Carvalho Chehab2016-12-152-58/+51
* edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab2016-12-1546-52/+36
* edac: move EDAC device definitions to drivers/edac/edac_device.hMauro Carvalho Chehab2016-12-154-251/+281
* edac: move EDAC PCI definitions to drivers/edac/edac_pci.hMauro Carvalho Chehab2016-12-154-156/+183
* edac: edac_core.h: remove prototype for edac_pci_reset_delay_period()Mauro Carvalho Chehab2016-12-151-3/+0
* edac: edac_core.h: get rid of unused kobj_completeMauro Carvalho Chehab2016-12-151-1/+0
* Merge tag 'edac_for_4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2016-12-139-157/+720
|\
| * EDAC, amd64: Fix improper return valuePan Bian2016-12-041-1/+1
| * EDAC, amd64: Improve amd64-specific printing macrosBorislav Petkov2016-12-012-12/+8
| * EDAC, amd64: Autoload amd64_edac_mod on Fam17h systemsYazen Ghannam2016-11-291-0/+1
| * EDAC, amd64: Define and register UMC error decode functionYazen Ghannam2016-11-292-3/+88
| * EDAC, amd64: Determine EDAC capabilities on Fam17h systemsYazen Ghannam2016-11-291-6/+24
| * EDAC, amd64: Determine EDAC MC capabilities on Fam17hYazen Ghannam2016-11-291-18/+49
| * EDAC, amd64: Add Fam17h debug outputYazen Ghannam2016-11-292-8/+94
| * EDAC, amd64: Add Fam17h scrubber supportYazen Ghannam2016-11-282-5/+40
| * EDAC, mce_amd: Don't report poison bit on Fam15h, bank 4Yazen Ghannam2016-11-281-4/+7
| * EDAC, amd64: Read MC registers on AMD Fam17hYazen Ghannam2016-11-282-39/+146
| * EDAC, amd64: Reserve correct PCI devices on AMD Fam17hYazen Ghannam2016-11-282-19/+70
| * EDAC, amd64: Add AMD Fam17h family type and opsYazen Ghannam2016-11-242-1/+54
| * EDAC, amd64: Extend ecc_enabled() to Fam17hYazen Ghannam2016-11-242-10/+56
| * Merge tip:ras/core to pick up dependent changesBorislav Petkov2016-11-23463-2719/+5505
| |\
| * | EDAC, amd64: Don't force-enable ECC checking on newer systemsYazen Ghannam2016-11-231-3/+8
| * | EDAC, amd64: Add Deferred Error typeYazen Ghannam2016-11-211-0/+2
| * | EDAC, amd64: Rename __log_bus_error() to be more specificYazen Ghannam2016-11-211-2/+2
| * | EDAC, amd64: Change target of pci_name from F2 to F3Yazen Ghannam2016-11-211-1/+1
| * | EDAC, mce_amd: Rename nb_bus_decoder to dram_ecc_decoderYazen Ghannam2016-11-211-7/+14
| * | EDAC, mpc85xx: Implement remove method for the platform driverYanjiang Jin2016-11-171-0/+17
| * | EDAC, xgene: Fix spelling mistake in error messagesColin Ian King2016-11-151-3/+3
| * | EDAC, mc: Fix locking around mc_devices listBorislav Petkov2016-11-141-18/+31
| * | EDAC, altera: Disable IRQs while injecting SDRAM errorsThor Thayer2016-10-221-0/+4
| * | EDAC, skx_edac: Fix non static symbol warningsWei Yongjun2016-10-221-2/+2
| * | EDAC, sb_edac: Add Knights Mill supportPiotr Luc2016-10-191-0/+1
| * | EDAC, {sb,skx}_edac: Use Intel model macros instead of open-coding themDave Hansen2016-10-192-7/+9
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-12-1317-1521/+1636
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'thermal-core', 'thermal-intel', 'thermal-soc-fixes' and 'ther...Zhang Rui2016-11-3015-1518/+1633
| |\ \ \ \ \
| | | | * | | thermal: core: move slop and offset helpers to thermal_helpers.cEduardo Valentin2016-11-232-30/+30
| | | | * | | thermal: sysfs: use kcalloc() instead of kzalloc()Eduardo Valentin2016-11-231-5/+8
| | | | * | | thermal: core: use kzalloc(sizeof(*ptr),...)Eduardo Valentin2016-11-231-4/+3
| | | | * | | thermal: core: improve kerneldoc entry of thermal_cooling_device_unregisterEduardo Valentin2016-11-231-3/+3
| | | | * | | thermal: core: remove style warnings and checksEduardo Valentin2016-11-231-11/+11
| | | | * | | thermal: core: remove void function return statementsEduardo Valentin2016-11-231-2/+0
| | | | * | | thermal: core: standardize line breaking alignmentEduardo Valentin2016-11-231-13/+19
| | | | * | | thermal: core: small style fix when checking for __find_governor()Eduardo Valentin2016-11-231-2/+2
| | | | * | | thermal: core: remove FSF address in the GPL noticeEduardo Valentin2016-11-231-13/+0
| | | | * | | thermal: sysfs: remove symbols of emul_temp when config is disabledEduardo Valentin2016-11-231-1/+3
| | | | * | | thermal: core: add a comment describing the device management sectionEduardo Valentin2016-11-231-2/+9