summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds61-221/+104
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds44-597/+1687
2015-11-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-62/+73
2015-11-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-4/+104
2015-11-09Merge branch 'parisc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-52/+44
2015-11-09Merge tag 'nios2-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-52/+1
2015-11-09Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linuxLinus Torvalds29-248/+1210
2015-11-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-6/+1
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-15/+49
2015-11-09fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binariesRich Felker1-8/+38
2015-11-09fs/stat.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0
2015-11-09fs/reiserfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-09fs/nilfs2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-09fs/ncpfs/dir.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai2-6/+0
2015-11-09fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0
2015-11-09fs/f2fs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-09fs/ext2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-09fs/exofs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-09fs/btrfs/inode.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-09fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai2-6/+0
2015-11-09include/linux/kdev_t.h: old/new_valid_dev() can return boolYaowei Bai1-2/+2
2015-11-09include/linux/kdev_t.h: remove unused huge_valid_dev()Yaowei Bai1-5/+0
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre16-103/+0
2015-11-09drivers/scsi/cxgbi: fix build with EXTRA_CFLAGSJiri Slaby2-2/+2
2015-11-09dma: remove external references to dma_supportedChristoph Hellwig4-16/+3
2015-11-09Documentation/sysctl/vm.txt: fix misleading code reference of overcommit_memoryChun Chen1-1/+1
2015-11-09remove abs64()Andrew Morton13-19/+16
2015-11-09kernel.h: make abs() work with 64-bit typesMichal Nazarewicz1-21/+24
2015-11-09sparc/sparc64: allocate sys_membarrier system call numberMathieu Desnoyers3-4/+5
2015-11-09mips: add entry for new mlock2 syscallEric B Munson5-6/+13
2015-11-09fs/writeback.c: fix kernel-doc warningsRandy Dunlap1-1/+2
2015-11-09fs/inode.c: fix kernel-doc warningRandy Dunlap1-0/+1
2015-11-09GFS2: Fix rgrp end rounding problem for bsize < page sizeBob Peterson1-2/+3
2015-11-09nios2: Remove unnecessary #ifdef guardsTobias Klauser2-4/+0
2015-11-09nios2: Switch to generic __xchg()Marek Vasut1-47/+0
2015-11-09nios2: Fix unused variable warningMarek Vasut1-1/+1
2015-11-08Merge tag 'xtensa-for-next-20151109' of git://github.com/jcmvbkbc/linux-xtensaChris Zankel29-248/+1210
2015-11-09xtensa: implement dma_to_phys and phys_to_dmaMax Filippov1-0/+10
2015-11-09xtensa: support DMA to high memoryMax Filippov2-17/+39
2015-11-08parisc: Fixes and cleanups in kernel uapi header filesHelge Deller7-21/+44
2015-11-08parisc: Drop hpux_stat64 struct from stat.h header fileHelge Deller1-31/+0
2015-11-07arm64: fixup for mm renamesAndrew Morton1-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds211-1632/+2298
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds140-3015/+3600
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds20-37/+27
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds34-323/+1492
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+5
2015-11-06ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso1-1/+0
2015-11-06include/linux/zutil.h: fix usage example of zlib_adler32()Anish Bhatt1-2/+2