aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-28cell_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-7/+19
2012-05-28amd76x_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-9/+19
2012-05-28amd64_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-45/+92
2012-05-28edac: Change internal representation to work with layersMauro Carvalho Chehab3-287/+552
2012-05-28edac.h: Add generic layers for describing a memory locationMauro Carvalho Chehab1-1/+102
2012-05-28edac: rewrite edac_align_ptr()Mauro Carvalho Chehab4-31/+48
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab28-116/+146
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab12-78/+3
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab28-257/+334
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab7-32/+72
2012-05-28ext4: use consistent ssize_t type in ext4_file_write()Zheng Liu1-1/+1
2012-05-28ext4: fix format flag in ext4_ext_binsearch_idx()Zheng Liu1-1/+1
2012-05-28ext4: cleanup in ext4_discard_allocated_blocks()Zheng Liu1-6/+2
2012-05-28ext4: return ENOMEM when mounts fail due to lack of memoryTheodore Ts'o1-0/+2
2012-05-28ext4: remove redundundant "(char *) bh->b_data" castsTheodore Ts'o2-4/+4
2012-05-28NFSv4: Add debugging printks to state managerTrond Myklebust1-0/+33
2012-05-28NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust1-0/+2
2012-05-28ext4: disallow hard-linked directory in ext4_lookupAndreas Dilger1-0/+6
2012-05-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds4-2/+230
2012-05-28ext4: fix potential integer overflow in alloc_flex_gd()Haogang Chen1-0/+2
2012-05-28ext4: remove needs_recovery in ext4_mb_init()Akira Fujita3-3/+3
2012-05-28ext4: force ro mount if ext4_setup_super() failsEric Sandeen1-1/+2
2012-05-28ext4: fix potential NULL dereference in ext4_free_inodes_counts()Dan Carpenter1-4/+6
2012-05-28Merge branch 'doc' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/tri...Linus Torvalds3-7/+4
2012-05-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-1/+101
2012-05-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds3-19/+32
2012-05-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds5-227/+259
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds56-220/+319
2012-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds5-11/+39
2012-05-28perf ui: Make --stdio default when TUI is not supportedNamhyung Kim1-0/+1
2012-05-28ASoC: imx-ssi: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam1-3/+3
2012-05-28KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong1-2/+1
2012-05-28NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHETrond Myklebust1-1/+1
2012-05-28sparc32: Export leon_dma_ops to modules.David S. Miller1-1/+2
2012-05-27sparc32: support leon + sun in dma_make_coherent()Sam Ravnborg1-8/+4
2012-05-27sparc32,leon: always support leon in ioportSam Ravnborg2-11/+9
2012-05-27sparc32,leon: always include leon_pmc in buildSam Ravnborg2-7/+10
2012-05-27sparc32: refactor cpu_idle()Sam Ravnborg1-30/+5
2012-05-27sparc32: srmmu_probe now knows about leon tooSam Ravnborg4-23/+23
2012-05-27sparc32: drop LEON hack for ASI_M_MMUREGSSam Ravnborg1-4/+0
2012-05-27sparc32: introduce run-time patching of srmmu access functionsSam Ravnborg3-61/+90
2012-05-27sparc32: introduce support for run-time patching for all shared assembler codeSam Ravnborg5-29/+59
2012-05-27sparc32,leon: fix section mismatch warningSam Ravnborg1-2/+2
2012-05-27sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg6-28/+2
2012-05-27sparc32,leon: always include leon_kernel in buildSam Ravnborg3-7/+1
2012-05-27sparc32,leon: clean up leon.hSam Ravnborg3-65/+4
2012-05-27sparc32: handle leon in cpu.cSam Ravnborg2-9/+11
2012-05-27sparc32: handle leon in irq_32.cSam Ravnborg1-10/+12
2012-05-27sparc32: add support for run-time patching of leon/sun single instructionsSam Ravnborg4-16/+72
2012-05-27sparc32: introduce sparc32_start_kernel called from head_32.SSam Ravnborg3-8/+15