summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-05sh: add working futex atomic ops on userspace addresses for smpRich Felker4-124/+134
2016-08-05sh: add J2 atomics using the cas.l instructionRich Felker9-216/+481
2016-08-05sh: add AT_HWCAP flag for J-Core cas.l instructionRich Felker2-0/+3
2016-08-05sh: add support for J-Core J2 processorRich Felker10-5/+127
2016-08-05ACPI / hotplug / PCI: Runtime resume bridges before bus rescansRafael J. Wysocki1-0/+6
2016-08-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-11/+16
2016-08-05Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds66-3012/+4323
2016-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds107-663/+16539
2016-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds23-67/+5110
2016-08-05mm/memblock.c: fix NULL dereference errorzijun_hu1-1/+4
2016-08-05MAINTAINERS: update cgroup's document pathseokhoon.yoon1-2/+2
2016-08-05slub: drop bogus inline for fixup_red_left()Geert Uytterhoeven1-1/+1
2016-08-05powerpc/fsl_rio: fix a missing error codeDan Carpenter1-0/+1
2016-08-05mm: initialise per_cpu_nodestats for all online pgdats at bootMel Gorman1-5/+5
2016-08-05mm/memblock: fix a typo in a commentAlexander Kuleshov1-2/+2
2016-08-05mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabledzhong jiang1-0/+1
2016-08-05Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds37-335/+784
2016-08-05Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds45-823/+1072
2016-08-05Merge tag 'upstream-4.8-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds12-93/+278
2016-08-05Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-24/+32
2016-08-05Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-35/+182
2016-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds7-285/+344
2016-08-05nfsd: remove some dead code in nfsd_create_locked()Dan Carpenter1-3/+2
2016-08-05nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields2-11/+2
2016-08-05nfsd: clean up bad-type check in nfsd_create_lockedJ. Bruce Fields1-7/+4
2016-08-05nfsd: remove unnecessary positive-dentry checkJ. Bruce Fields1-10/+0
2016-08-05nfsd: reorganize nfsd_createJ. Bruce Fields3-55/+61
2016-08-05nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields2-13/+10
2016-08-05nfsd: remove redundant zero-length check from createJ. Bruce Fields2-6/+0
2016-08-05nfsd: Make creates return EEXIST instead of EACCESOleg Drokin2-2/+15
2016-08-04mm/block: convert rw_page users to bio op useMike Christie11-59/+60
2016-08-04loop: make do_req_filebacked more robustChristoph Hellwig1-33/+22
2016-08-04loop: don't try to use AIO for discardsChristoph Hellwig1-4/+8
2016-08-04blk-mq: fix deadlock in blk_mq_register_disk() error pathJens Axboe1-4/+8
2016-08-04Include: blkdev: Removed duplicate 'struct request;' declaration.John Pittman1-1/+0
2016-08-04Fixup direct bi_rw modifiersShaun Tancheff1-1/+1
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams4-1/+22
2016-08-04blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi1-1/+14
2016-08-04nbd: fix race in ioctlVegard Nossum1-8/+4
2016-08-04block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-08-04f2fs: drop bio->bi_rw manual assignmentJens Axboe1-1/+0
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente3-6/+18
2016-08-04blkcg: kill unused field nr_undestroyed_grpsHou Tao1-5/+0
2016-08-04writeback: Write dirty times for WB_SYNC_ALL writebackJan Kara1-0/+1
2016-08-04floppy: fix open(O_ACCMODE) for ioctl-only openJiri Kosina1-12/+9
2016-08-04metag: Fix __cmpxchg_u32 asm constraint for CMPJames Hogan1-1/+1
2016-08-04Input: silead - remove some dead codeDan Carpenter1-3/+0
2016-08-04Input: sis-i2c - select CONFIG_CRC_ITU_TArnd Bergmann1-0/+1
2016-08-04Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford59-74/+13520
2016-08-04Soft RoCE driverMoni Shoua38-0/+13039