Age | Commit message (Expand) | Author | Files | Lines |
2020-06-11 | io_uring: fix io_kiocb.flags modification race in IOPOLL mode | Xiaoguang Wang | 1 | -6/+6 |
2020-06-11 | io_uring: check file O_NONBLOCK state for accept | Jiufei Xue | 1 | -0/+3 |
2020-06-11 | io_uring: avoid unnecessary io_wq_work copy for fast poll feature | Xiaoguang Wang | 1 | -4/+9 |
2020-06-11 | io_uring: avoid whole io_wq_work copy for requests completed inline | Xiaoguang Wang | 2 | -9/+36 |
2020-06-10 | io_uring: allow O_NONBLOCK async retry | Jens Axboe | 1 | -3/+7 |
2020-06-08 | io_wq: add per-wq work handler instead of per work | Pavel Begunkov | 3 | -8/+12 |
2020-06-08 | io_uring: don't arm a timeout through work.func | Pavel Begunkov | 1 | -11/+18 |
2020-06-08 | io_uring: remove custom ->func handlers | Pavel Begunkov | 1 | -112/+27 |
2020-06-08 | io_uring: don't derive close state from ->func | Pavel Begunkov | 1 | -33/+17 |
2020-06-08 | io_uring: use kvfree() in io_sqe_buffer_register() | Denis Efremov | 1 | -2/+2 |
2020-06-08 | io_uring: validate the full range of provided buffers for access | Bijan Mottahedeh | 1 | -1/+1 |
2020-06-04 | io_uring: re-set iov base/len for buffer select retry | Jens Axboe | 1 | -1/+7 |
2020-06-04 | io_uring: move send/recv IOPOLL check into prep | Pavel Begunkov | 1 | -12/+6 |
2020-06-04 | io_uring: deduplicate io_openat{,2}_prep() | Pavel Begunkov | 1 | -36/+19 |
2020-06-04 | io_uring: do build_open_how() only once | Pavel Begunkov | 1 | -6/+7 |
2020-06-04 | io_uring: fix {SQ,IO}POLL with unsupported opcodes | Pavel Begunkov | 1 | -0/+18 |
2020-06-03 | io_uring: disallow close of ring itself | Jens Axboe | 1 | -8/+17 |
2020-06-03 | Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -364/+447 |
2020-06-03 | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 81 | -2353/+5429 |
2020-06-03 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 122 | -1489/+4510 |
2020-06-03 | mm/migrate.c: attach_page_private already does the get_page | Hugh Dickins | 1 | -1/+0 |
2020-06-03 | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1191 | -20554/+41124 |
2020-06-03 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 18 | -289/+2934 |
2020-06-02 | Merge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -1/+1 |
2020-06-02 | Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 37 | -98/+438 |
2020-06-02 | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 70 | -728/+1831 |
2020-06-02 | Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat... | Linus Torvalds | 63 | -1704/+2327 |
2020-06-02 | Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 98 | -796/+3881 |
2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 195 | -2199/+2200 |
2020-06-02 | kasan: move kasan_report() into report.c | Andrey Konovalov | 2 | -21/+20 |
2020-06-02 | mm/mm_init.c: report kasan-tag information stored in page->flags | Jing Xia | 1 | -6/+10 |
2020-06-02 | ubsan: entirely disable alignment checks under UBSAN_TRAP | Kees Cook | 1 | -1/+1 |
2020-06-02 | kasan: fix clang compilation warning due to stack protector | Andrey Konovalov | 1 | -8/+13 |
2020-06-02 | x86/mm: remove vmalloc faulting | Joerg Roedel | 5 | -204/+4 |
2020-06-02 | mm: remove vmalloc_sync_(un)mappings() | Joerg Roedel | 7 | -91/+0 |
2020-06-02 | x86/mm/32: implement arch_sync_kernel_mappings() | Joerg Roedel | 3 | -9/+20 |
2020-06-02 | x86/mm/64: implement arch_sync_kernel_mappings() | Joerg Roedel | 2 | -0/+7 |
2020-06-02 | mm/ioremap: track which page-table levels were modified | Joerg Roedel | 1 | -15/+31 |
2020-06-02 | mm/vmalloc: track which page-table levels were modified | Joerg Roedel | 2 | -26/+85 |
2020-06-02 | mm: add functions to track page directory modifications | Joerg Roedel | 3 | -2/+72 |
2020-06-02 | s390: use __vmalloc_node in stack_alloc | Christoph Hellwig | 1 | -6/+3 |
2020-06-02 | powerpc: use __vmalloc_node in alloc_vm_stack | Christoph Hellwig | 1 | -3/+2 |
2020-06-02 | arm64: use __vmalloc_node in arch_alloc_vmap_stack | Christoph Hellwig | 1 | -4/+2 |
2020-06-02 | mm: remove vmalloc_user_node_flags | Christoph Hellwig | 4 | -37/+22 |
2020-06-02 | mm: switch the test_vmalloc module to use __vmalloc_node | Christoph Hellwig | 3 | -30/+17 |
2020-06-02 | mm: remove __vmalloc_node_flags_caller | Christoph Hellwig | 5 | -18/+9 |
2020-06-02 | mm: remove both instances of __vmalloc_node_flags | Christoph Hellwig | 3 | -24/+8 |
2020-06-02 | mm: remove the prot argument to __vmalloc_node | Christoph Hellwig | 1 | -21/+14 |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 29 | -59/+47 |
2020-06-02 | gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc | Christoph Hellwig | 1 | -10/+1 |