summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* e752x_edac: provide more info about how DIMMS/ranks are mappedMauro Carvalho Chehab2012-05-281-4/+22
* i5000_edac: Fix the logic that retrieves memory informationMauro Carvalho Chehab2012-05-281-71/+79
* i5400_edac: improve debug messages to better represent the filled memoryMauro Carvalho Chehab2012-05-281-1/+14
* edac: Cleanup the logs for i7core and sb edac driversMauro Carvalho Chehab2012-05-282-31/+20
* edac: Initialize the dimm label with the known informationMauro Carvalho Chehab2012-05-282-10/+26
* edac: Remove the legacy EDAC ABIMauro Carvalho Chehab2012-05-2827-151/+32
* x38_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-7/+21
* tile_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-3/+13
* sb_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-103/+56
* r82600_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-9/+18
* ppc4xx_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-8/+17
* pasemi_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-9/+16
* mv64x60_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-6/+19
* mpc85xx_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-5/+17
* i82975x_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-7/+20
* i82875p_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-8/+21
* i82860_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-13/+29
* i82443bxgx_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-10/+16
* i7core_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-152/+50
* i7300_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-48/+30
* i5400_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-98/+119
* i5100_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-50/+40
* i5000_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-21/+39
* i3200_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-10/+22
* i3000_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-5/+20
* e7xxx_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-7/+30
* e752x_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-15/+34
* cpc925_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-5/+18
* cell_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-7/+19
* amd76x_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-9/+19
* amd64_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-45/+92
* edac: Change internal representation to work with layersMauro Carvalho Chehab2012-05-282-274/+527
* edac: rewrite edac_align_ptr()Mauro Carvalho Chehab2012-05-284-31/+48
* edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-2827-113/+141
* edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab2012-05-2812-78/+3
* edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-2827-249/+321
* edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab2012-05-286-27/+49
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-192-14/+13
|\
| * mtip32xx: release the semaphore on an error pathAsai Thambi S P2012-05-111-1/+3
| * dac960: Remove unused variables from DAC960_CreateProcEntries()Jesper Juhl2012-05-111-13/+10
* | Merge tag 'dm-3.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2012-05-181-15/+17
|\ \
| * | dm thin: fix table output when pool target disables discard passdown internallyMike Snitzer2012-05-191-15/+17
* | | Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds2012-05-181-1/+1
|\ \ \
| * | | md/raid10: fix transcription error in calc_sectors conversion.NeilBrown2012-05-191-1/+1
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-181-0/+18
|\ \ \ \
| * | | | drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Rajkumar Kasirajan2012-05-171-0/+18
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-171-1/+5
|\ \ \ \ \
| * | | | | e1000: Prevent reset task killing itself.Tushar Dave2012-05-171-1/+5
| |/ / / /
* | | | | ACPI / PCI / PM: Fix device PM regression related to D3hot/D3coldRafael J. Wysocki2012-05-174-4/+15
* | | | | Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/na...Linus Torvalds2012-05-172-6/+19
|\ \ \ \ \ | |/ / / / |/| | | |