summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-11io_uring: fix io_kiocb.flags modification race in IOPOLL modeio_uring-5.8-2020-06-11Xiaoguang Wang
2020-06-10io_uring: check file O_NONBLOCK state for acceptJiufei Xue
2020-06-10io_uring: avoid unnecessary io_wq_work copy for fast poll featureXiaoguang Wang
2020-06-10io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang
2020-06-09io_uring: allow O_NONBLOCK async retryJens Axboe
2020-06-08io_wq: add per-wq work handler instead of per workPavel Begunkov
2020-06-08io_uring: don't arm a timeout through work.funcPavel Begunkov
2020-06-08io_uring: remove custom ->func handlersPavel Begunkov
2020-06-08io_uring: don't derive close state from ->funcPavel Begunkov
2020-06-08io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov
2020-06-08io_uring: validate the full range of provided buffers for accessBijan Mottahedeh
2020-06-04io_uring: re-set iov base/len for buffer select retryJens Axboe
2020-06-04io_uring: move send/recv IOPOLL check into prepPavel Begunkov
2020-06-04io_uring: deduplicate io_openat{,2}_prep()Pavel Begunkov
2020-06-04io_uring: do build_open_how() only oncePavel Begunkov
2020-06-04io_uring: fix {SQ,IO}POLL with unsupported opcodesPavel Begunkov
2020-06-02io_uring: disallow close of ring itselfJens Axboe
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm/migrate.c: attach_page_private already does the get_pageHugh Dickins
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-06-02Merge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02kasan: move kasan_report() into report.cAndrey Konovalov
2020-06-02mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia
2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook
2020-06-02kasan: fix clang compilation warning due to stack protectorAndrey Konovalov
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel
2020-06-02x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel
2020-06-02x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel
2020-06-02mm/ioremap: track which page-table levels were modifiedJoerg Roedel
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel
2020-06-02s390: use __vmalloc_node in stack_allocChristoph Hellwig
2020-06-02powerpc: use __vmalloc_node in alloc_vm_stackChristoph Hellwig
2020-06-02arm64: use __vmalloc_node in arch_alloc_vmap_stackChristoph Hellwig
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig
2020-06-02mm: remove the prot argument to __vmalloc_nodeChristoph Hellwig
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02gpu/drm: remove the powerpc hack in drm_legacy_sg_allocChristoph Hellwig