summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-26io_uring: make CQ ring wakeups be more efficientJens Axboe1-10/+56
2019-09-24io_uring: compare cached_cq_tail with cq.head in_io_uring_pollyangerkun1-1/+1
2019-09-23io_uring: correctly handle non ->{read,write}_iter() file_operationsJens Axboe1-6/+54
2019-09-18io_uring: IORING_OP_TIMEOUT supportJens Axboe2-5/+146
2019-09-19io_uring: use cond_resched() in sqthreadJens Axboe1-1/+1
2019-09-18io_uring: fix potential crash issue due to io_get_req failureJackie Liu1-0/+6
2019-09-18io_uring: ensure poll commands clear ->sqeJens Axboe1-9/+9
2019-09-18io_uring: fix use-after-free of shadow_reqJackie Liu1-0/+2
2019-09-18io_uring: use kmemdup instead of kmalloc and memcpyJackie Liu1-3/+1
2019-09-14io_uring: increase IORING_MAX_ENTRIES to 32KDaniel Xu1-1/+1
2019-09-12io_uring: make sqpoll wakeup possible with geteventsJens Axboe1-6/+2
2019-09-12io_uring: extend async work mergingJens Axboe1-8/+28
2019-09-10io_uring: limit parallelism of buffered writesJens Axboe1-8/+39
2019-09-10io_uring: add io_queue_async_work() helperJens Axboe1-5/+11
2019-09-10io_uring: optimize submit_and_wait APIJens Axboe1-17/+46
2019-09-09io_uring: add support for link with drainJackie Liu1-17/+97
2019-09-09io_uring: fix wrong sequence setting logicJackie Liu1-1/+3
2019-09-06io_uring: expose single mmap capabilityJens Axboe2-1/+9
2019-08-27io_uring: allocate the two rings togetherHristo Venev1-127/+128
2019-08-27fs/io_uring.c: convert put_page() to put_user_page*()John Hubbard1-5/+3
2019-08-25Linux 5.3-rc6Linus Torvalds1-1/+1
2019-08-25Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds1-2/+2
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+20
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+5
2019-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-33/+227
2019-08-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-9/+23
2019-08-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+4
2019-08-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+5
2019-08-25Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+14
2019-08-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-36/+260
2019-08-24Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds6-15/+19
2019-08-24mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin1-2/+8
2019-08-24mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-08-24mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15
2019-08-24mm, page_owner: handle THP splits correctlyVlastimil Babka1-0/+4
2019-08-24userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov1-12/+13
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing1-0/+8
2019-08-24mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin1-1/+21
2019-08-24mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin1-0/+40
2019-08-24parisc: fix compilation errrorsQian Cai1-2/+1
2019-08-24mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes1-15/+4
2019-08-24mm/z3fold.c: fix race between migration and destructionHenry Burns1-0/+89
2019-08-24Merge tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds3-42/+20
2019-08-24Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-33/+8
2019-08-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-10/+27
2019-08-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-7/+49
2019-08-24Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2019-08-24Merge tag 'drm-fixes-2019-08-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-7/+18
2019-08-24Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kern...Will Deacon2-10/+27
2019-08-24drm/mediatek: include dma-mapping headerdrm-fixes-2019-08-24Dave Airlie1-0/+1