summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-28sparc32: support leon + sun in dma_make_coherent()Sam Ravnborg1-8/+4
2012-05-28sparc32,leon: always support leon in ioportSam Ravnborg2-11/+9
2012-05-28sparc32,leon: always include leon_pmc in buildSam Ravnborg2-7/+10
2012-05-28sparc32: refactor cpu_idle()Sam Ravnborg1-30/+5
2012-05-28sparc32: srmmu_probe now knows about leon tooSam Ravnborg4-23/+23
2012-05-28sparc32: drop LEON hack for ASI_M_MMUREGSSam Ravnborg1-4/+0
2012-05-28sparc32: introduce run-time patching of srmmu access functionsSam Ravnborg3-61/+90
2012-05-28sparc32: introduce support for run-time patching for all shared assembler codeSam Ravnborg5-29/+59
2012-05-28sparc32,leon: fix section mismatch warningSam Ravnborg1-2/+2
2012-05-28sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg6-28/+2
2012-05-28sparc32,leon: always include leon_kernel in buildSam Ravnborg3-7/+1
2012-05-28sparc32,leon: clean up leon.hSam Ravnborg3-65/+4
2012-05-28sparc32: handle leon in cpu.cSam Ravnborg2-9/+11
2012-05-28sparc32: handle leon in irq_32.cSam Ravnborg1-10/+12
2012-05-28sparc32: add support for run-time patching of leon/sun single instructionsSam Ravnborg4-16/+72
2012-05-28sparc32: introduce sparc32_start_kernel called from head_32.SSam Ravnborg3-8/+15
2012-05-28sparc32: implement proper LEON support in head_32 (after highmem)Sam Ravnborg1-25/+33
2012-05-28sparc32: implement proper LEON support in head_32 (before highmem)Sam Ravnborg2-11/+53
2012-05-28sparc32: string and whitespace cleanup in head_32.SSam Ravnborg1-15/+15
2012-05-28sparc: fix bad merge of sparc KconfigStephen Rothwell1-1/+0
2012-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller845-24024/+33613
2012-05-28lib/raid6: fix sparse warnings in recovery functionsJim Kukunas2-6/+8
2012-05-28openrisc: use generic strnlen_user() functionJonas Bonn3-75/+3
2012-05-28powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras5-83/+48
2012-05-28lib: Fix generic strnlen_user for 32-bit big-endian machinesPaul Mackerras1-1/+1
2012-05-28sh: convert to kbuild asm-generic support.Paul Mundt29-69/+29
2012-05-28cgroup: superblock can't be released with active dentriesTejun Heo1-3/+14
2012-05-28Merge tag 'omapdss-for-3.5' of git://github.com/tomba/linux into fbdev-nextFlorian Tobias Schandinat606-5696/+7901
2012-05-27NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_errorTrond Myklebust1-1/+1
2012-05-27NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust4-9/+15
2012-05-27NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state managerTrond Myklebust1-1/+3
2012-05-27NFSv4.1: Handle errors in nfs4_bind_conn_to_sessionTrond Myklebust1-1/+12
2012-05-27NFSv4.1: nfs4_bind_conn_to_session should drain the sessionTrond Myklebust1-0/+2
2012-05-27ext4/jbd2: add metadata checksumming to the list of supported featuresDarrick J. Wong2-2/+4
2012-05-27jbd2: checksum data blocks that are stored in the journalDarrick J. Wong3-2/+60
2012-05-27jbd2: checksum commit blocksDarrick J. Wong2-0/+50
2012-05-27jbd2: checksum descriptor blocksDarrick J. Wong2-2/+60
2012-05-27jbd2: checksum revocation blocksDarrick J. Wong2-1/+48
2012-05-27jbd2: checksum journal superblockDarrick J. Wong2-0/+50
2012-05-27jbd2: Grab a reference to the crc32c driver if necessaryDarrick J. Wong3-0/+50