summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds317-17284/+11233
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds52-3637/+1591
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds20-245/+805
2012-03-22Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds4-5/+25
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds186-4141/+5360
2012-03-22Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-58/+84
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds71-250/+1034
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds38-654/+5831
2012-03-21Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds129-6219/+8581
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds48-1048/+3660
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds39-351/+606
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds22-422/+2890
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds16-31/+121
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds86-2603/+1439
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds53-611/+1452
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds180-969/+921
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds131-230/+217
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds17-1209/+1150
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1687-97502/+124541
2012-03-21ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro1-2/+3
2012-03-21VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro1-39/+74
2012-03-21VM: make unmap_vmas() return voidAl Viro3-8/+3
2012-03-21VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro1-1/+1
2012-03-21VM: make zap_page_range() return voidAl Viro2-4/+3
2012-03-21VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro1-2/+2
2012-03-21VM: unmap_page_range() can return voidAl Viro1-9/+6
2012-03-21debugfs-related mode_t whack-a-moleAl Viro6-7/+7
2012-03-21hfsplus: add an ioctl to bless filesMatthew Garrett3-0/+40
2012-03-21hfsplus: change finder_info to u32Matthew Garrett1-1/+1
2012-03-21hfsplus: initialise userflagsMatthew Garrett1-0/+2
2012-03-21qnx4: new helper - try_extent()Al Viro1-8/+15
2012-03-21qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro3-36/+3
2012-03-21take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro7-10/+1
2012-03-21trim includes in inode.cAl Viro1-11/+1
2012-03-21um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro2-3/+10
2012-03-21um: embed ->stub_pages[] into mmu_contextAl Viro2-19/+6
2012-03-21gadgetfs: list_for_each_safe() misuseAl Viro1-6/+3
2012-03-21ocfs2: fix leaks on failure exits in module_initAl Viro1-19/+21
2012-03-21ecryptfs: make register_filesystem() the last potential failure exitAl Viro1-8/+8
2012-03-21ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro1-0/+2
2012-03-21logfs: missing cleanup on register_filesystem() failureAl Viro1-1/+4
2012-03-21jfs: mising cleanup on register_filesystem() failureAl Viro1-1/+7
2012-03-21make configfs_pin_fs() return root dentry on successAl Viro3-13/+11
2012-03-21configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro1-15/+5
2012-03-21configfs: sanitize configfs_create()Al Viro1-28/+27
2012-03-21configfs: kill configfs_sbAl Viro5-25/+26
2012-03-21configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro4-15/+7
2012-03-21__register_binfmt() made voidAl Viro12-23/+27
2012-03-21autofs: set things up *before* registering fs typeAl Viro1-3/+3