summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-04of/unittest: Missing unlocks on errorDan Carpenter1-2/+6
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt1-1/+1
2017-05-04netvsc: make sure napi enabled before vmbus_openstephen hemminger2-4/+6
2017-05-04aquantia: Fix driver name reported by ethtoolPavel Belous1-1/+1
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2-0/+5
2017-05-04net/sched: remove redundant null check on headColin Ian King1-2/+1
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-05-04dm integrity: improve the Kconfig help text for DM_INTEGRITYMike Snitzer1-2/+13
2017-05-04forcedeth: remove unnecessary carrier status checkZhu Yanjun1-4/+2
2017-05-04dm cache policy smq: cleanup free_target_met() and clean_target_met()Mike Snitzer1-11/+13
2017-05-04dm cache policy smq: allow demotions to happen even during continuous IOJoe Thornber1-1/+5
2017-05-04mq-deadline: add debugfs attributesOmar Sandoval3-2/+131
2017-05-04kyber: add debugfs attributesOmar Sandoval3-1/+134
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval6-17/+127
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval8-71/+94
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval6-28/+33
2017-05-04blk-mq: Do not invoke queue operations on a dead queueBart Van Assche1-0/+8
2017-05-04blk-mq-debugfs: get rid of a bunch of boilerplateOmar Sandoval1-328/+136
2017-05-04blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>Omar Sandoval1-1/+1
2017-05-04blk-mq-debugfs: don't open code strstrip()Omar Sandoval1-5/+4
2017-05-04blk-mq-debugfs: error on long write to queue "state" fileOmar Sandoval1-7/+12
2017-05-04blk-mq-debugfs: clean up flag definitionsOmar Sandoval1-93/+108
2017-05-04blk-mq-debugfs: separate flags with |Omar Sandoval1-1/+1
2017-05-04nfs: Fix bdi handling for cloned superblocksJan Kara2-21/+13
2017-05-04block/mq: Cure cpu hotplug lock inversionPeter Zijlstra1-2/+2
2017-05-04lightnvm: fix bad back free on error pathJavier González1-2/+2
2017-05-04lightnvm: create cmd before allocating requestJavier González1-2/+2
2017-05-03Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+5
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds40-656/+1902
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-25/+56
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds79-1484/+2141
2017-05-03kasan: separate report parts by empty linesAndrey Konovalov1-0/+7
2017-05-03kasan: improve double-free report formatAndrey Konovalov3-18/+17
2017-05-03kasan: print page description after stacksAndrey Konovalov1-6/+8
2017-05-03kasan: improve slab object descriptionAndrey Konovalov1-11/+42
2017-05-03kasan: change report headerAndrey Konovalov1-4/+4
2017-05-03kasan: simplify address description logicAndrey Konovalov1-16/+21
2017-05-03kasan: change allocation and freeing stack traces headersAndrey Konovalov1-6/+4
2017-05-03kasan: unify report headersAndrey Konovalov1-13/+13
2017-05-03kasan: introduce helper functions for determining bug typeAndrey Konovalov1-10/+30
2017-05-03mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi1-0/+8
2017-05-03mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi2-18/+12
2017-05-03mm/swapfile.c: fix swap space leak in error path of swap_free_entries()Huang Ying1-2/+0
2017-05-03mm/gup.c: fix access_ok() argument typeArnd Bergmann1-1/+1
2017-05-03mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin1-5/+7
2017-05-03mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin1-0/+3
2017-05-03fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin1-6/+5
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin2-25/+19
2017-05-03zram: reduce load operation in page_same_filledSangwoo Park1-3/+5
2017-05-03zram: use zram_free_page instead of open-codedMinchan Kim1-14/+3