aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGuoju Fang
2019-04-24block: don't run get_page() on pages from non-bvec iov iterMing Lei
2019-04-23block: clarify that bio_add_page() and related helpers can add multi pagesMing Lei
2019-04-22Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.2/blockJens Axboe
2019-04-22block: don't show io_timeout if driver has no timeout handlerWeiping Zhang
2019-04-22block: avoid scatterlist offsets > PAGE_SIZEChristoph Hellwig
2019-04-22brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao
2019-04-22block: fix use-after-free on gendiskYufen Yu
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-21Linux 5.1-rc6Linus Torvalds
2019-04-20Merge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-04-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-04-20Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-20Merge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-04-20Merge tag 'sound-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-04-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-04-19Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-19Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-19Merge tag 'tty-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-04-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-19Merge tag 'staging-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-04-19Merge tag 'char-misc-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-04-19block: make sure that bvec length can't be overflowMing Lei
2019-04-19block: kill all_q_node in request_queueHou Tao
2019-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-04-19x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...Hans de Goede
2019-04-19Merge tag 'perf-urgent-for-mingo-5.1-20190419' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-04-19mm/kmemleak.c: fix unused-function warningArnd Bergmann
2019-04-19init: initialize jump labels before command line option parsingDan Williams
2019-04-19kernel/watchdog_hld.c: hard lockup message should end with a newlineSergey Senozhatsky
2019-04-19kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland
2019-04-19mm: fix inactive list balancing between NUMA nodes and cgroupsJohannes Weiner
2019-04-19mm/hotplug: treat CMA pages as unmovableQian Cai
2019-04-19proc: fixup proc-pid-vm testAlexey Dobriyan
2019-04-19proc: fix map_files test on F29Alexey Dobriyan
2019-04-19mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov
2019-04-19mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lockzhong jiang
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins
2019-04-19mm: swapoff: take notice of completion soonerHugh Dickins
2019-04-19mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIESHugh Dickins
2019-04-19mm: swapoff: shmem_find_swap_entries() filter out other typesHugh Dickins
2019-04-19slab: store tagged freelist for off-slab slabmgmtQian Cai
2019-04-19x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen
2019-04-19x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu