aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i7core_edac: Add edac_mce glueMauro Carvalho Chehab2010-05-102-6/+116
* edac/Kconfig: edac_mce can't be moduleMauro Carvalho Chehab2010-05-101-1/+1
* edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab2010-05-105-1/+107
* i7core_edac: CodingStyle fixesMauro Carvalho Chehab2010-05-101-27/+32
* i7core_edac: fill csrows edac sysfs infoMauro Carvalho Chehab2010-05-101-16/+50
* i7core_edac: Memory info fixes and preparation for properly filling cswrow dataMauro Carvalho Chehab2010-05-101-9/+19
* i7core_edac: Get more info about the memory DIMMsMauro Carvalho Chehab2010-05-101-63/+107
* i7core_edac: Add more information about each active dimmMauro Carvalho Chehab2010-05-101-13/+30
* i7core_edac: Improve error handlingMauro Carvalho Chehab2010-05-101-11/+21
* i7core_edac: Properly fill struct csrow_infoMauro Carvalho Chehab2010-05-101-10/+38
* i7core_edac: Add additional tests for error detectionMauro Carvalho Chehab2010-05-101-60/+139
* i7core_edac: Add a memory check routine, based on device 3 function 4Mauro Carvalho Chehab2010-05-101-7/+108
* i7core_edac: need mci->edac_check, otherwise module removal doesn't workMauro Carvalho Chehab2010-05-101-4/+16
* i7core_edac: A few fixes at error injection codeMauro Carvalho Chehab2010-05-101-15/+55
* i7core_edac: Show read/write virtual/physical channel associationMauro Carvalho Chehab2010-05-101-6/+27
* i7core_edac: Registers all supported MC functionsMauro Carvalho Chehab2010-05-101-86/+131
* i7core_edac: Add more status functions to EDAC driverMauro Carvalho Chehab2010-05-101-19/+95
* i7core_edac: Add error insertion code for NehalemMauro Carvalho Chehab2010-05-101-8/+419
* i7core_edac: Add an EDAC memory controller driver for Nehalem chipsetsMauro Carvalho Chehab2010-05-104-0/+486
* Linux 2.6.34-rc6Linus Torvalds2010-04-291-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-04-291-5/+0
|\
| * kgdb: don't needlessly skip PAGE_USER test for Fsl bookeWufei2010-04-291-5/+0
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-04-296-9/+120
|\ \
| * | xfs: add a shrinker to background inode reclaimDave Chinner2010-04-296-9/+120
| |/
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-291-0/+1
|\ \
| * | exofs: Fix "add bdi backing to mount session" fall outBoaz Harrosh2010-04-291-1/+1
| * | fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCKJens Axboe2010-04-291-0/+1
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-04-2924-116/+200
|\ \
| * | ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is n...viresh kumar2010-04-291-1/+1
| * | ARM: 5957/1: ARM: RealView SD/MMC Card detection and write-protect using GPIOLIBColin Tuckley2010-04-282-1/+2
| * | ARM: 6030/1: KS8695: enable consoleYegor Yefremov2010-04-231-0/+1
| * | ARM: 6060/1: PL061 GPIO: Setting gpio val after changing direction to OUT.viresh kumar2010-04-221-0/+6
| * | ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for real irqs.viresh kumar2010-04-221-3/+3
| * | ARM: 6023/1: update bcmring_defconfig to latest version and fix build errorLeo Chen2010-04-221-25/+101
| * | ARM: fix build error in arch/arm/kernel/process.cRussell King2010-04-2119-86/+86
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-04-2965-972/+1609
|\ \ \
| * | | powerpc/ps3: Update ps3_defconfigGeoff Levand2010-04-281-60/+129
| * | | powerpc/ps3: Update platform maintainerGeoff Levand2010-04-281-4/+4
| * | | powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2010-04-283-0/+13
| * | | powerpc/numa: Add form 1 NUMA affinityAnton Blanchard2010-04-282-3/+17
| * | | powerpc/fsl-booke: Fix CONFIG_RELOCATABLE support on FSL Book-E ppc32Kumar Gala2010-04-261-1/+14
| * | | powerpc: 2.6.34 update of defconfigs for embedded 6xx/7xxx, 8xx, 8xxxKumar Gala2010-04-1952-806/+1299
| * | | powerpc/mpc8xxx defconfigs - turn off SYSFS_DEPRECATEDKim Phillips2010-04-1934-68/+34
| * | | powerpc/83xx: configure SIL SATA driver in 83xx-wide defconfigKim Phillips2010-04-191-1/+1
| * | | powerpc/83xx: enable EPOLL syscall in defconfigKim Phillips2010-04-1914-14/+14
| * | | powerpc/83xx: add RTC drivers in 83xx defconfigKim Phillips2010-04-191-3/+59
| * | | powerpc/fsl-cpm: Configure clock correctly for SCCWolfgang Ocker2010-04-192-6/+19
| * | | powerpc/fsl_booke: Correct test for MMU_FTR_BIG_PHYSBecky Bruce2010-04-191-2/+2
| * | | powerpc/85xx/86xx: Fix build w/ CONFIG_PCI=nAnton Vorontsov2010-04-192-4/+4
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-297-23/+47
|\ \ \ \