summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-19io_uring: only restore req->work for req that needs do completionio_uring-5.7-2020-04-24Xiaoguang Wang
2020-04-14io_uring: don't count rqs failed after current oneio_uring-5.7-2020-04-17Pavel Begunkov
2020-04-14io_uring: kill already cached timeout.seq_offsetPavel Begunkov
2020-04-14io_uring: fix cached_sq_head in io_timeout()Pavel Begunkov
2020-04-13io_uring: only post events in io_poll_remove_all() if we completed someJens Axboe
2020-04-13io_uring: io_async_task_func() should check and honor cancelationJens Axboe
2020-04-13io_uring: check for need to re-wait in polled async handlingJens Axboe
2020-04-12io_uring: correct O_NONBLOCK check for splice puntJens Axboe
2020-04-12io_uring: restore req->work when canceling poll requestXiaoguang Wang
2020-04-12io_uring: move all request init code in one placePavel Begunkov
2020-04-12io_uring: keep all sqe->flags in req->flagsPavel Begunkov
2020-04-12io_uring: early submission req fail codePavel Begunkov
2020-04-12io_uring: track mm through current->mmPavel Begunkov
2020-04-12io_uring: remove obsolete @mm_faultPavel Begunkov
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-10Merge tag 'docs-5.7-2' of git://git.lwn.net/linuxLinus Torvalds
2020-04-10Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-04-10Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2020-04-10Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin
2020-04-10kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin
2020-04-10fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin
2020-04-10drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot
2020-04-10change email address for Pali RohárPali Rohár
2020-04-10selftests: kmod: test disabling module autoloadingEric Biggers
2020-04-10selftests: kmod: fix handling test numbers above 9Eric Biggers
2020-04-10docs: admin-guide: document the kernel.modprobe sysctlEric Biggers
2020-04-10fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers
2020-04-10kmod: make request_module() return an error when autoloading is disabledEric Biggers
2020-04-10mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe
2020-04-10powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe
2020-04-10x86/mm: introduce __set_memory_prot()Logan Gunthorpe
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe
2020-04-10mm/memory_hotplug: drop the flags field from struct mhp_restrictionsLogan Gunthorpe
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-10mm/memory.c: add vm_insert_pages()Arjun Roy
2020-04-10mm: define pte_index as macro for x86Arjun Roy
2020-04-10mm: bring sparc pte_index() semantics inline with other platformsArjun Roy
2020-04-10mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy
2020-04-10mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim
2020-04-10mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin
2020-04-10mm: cma: NUMA node interfaceAslan Bakirov
2020-04-10ocfs2: no need try to truncate file beyond i_sizeChangwei Ge
2020-04-10mm/page_alloc: make pcpu_drain_mutex and pcpu_drain staticJason Yan
2020-04-10mm/page_alloc.c: fix kernel-doc warningRandy Dunlap
2020-04-10docs: mm: slab.h: fix a broken cross-referenceMauro Carvalho Chehab