aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-17task_work: cleanup notification modesJens Axboe1-3/+8
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-2/+2
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe1-0/+4
2020-10-17io_uring: use percpu counters to track inflight requestsJens Axboe1-5/+2
2020-10-17io_uring: assign new io_identity for task if members have changedJens Axboe1-1/+2
2020-10-17io_uring: store io_identity in io_uring_taskJens Axboe1-0/+1
2020-10-17io_uring: COW io_identity on mismatchJens Axboe1-0/+1
2020-10-17io_uring: move io identity items into separate structJens Axboe1-1/+12
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+109
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds4-7/+25
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds6-15/+32
2020-10-16Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-0/+18
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-1/+11
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-9/+6
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-288/+419
2020-10-16lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde1-1/+10
2020-10-16lib, include/linux: add usercopy failure capabilityAlbert van der Linde1-0/+22
2020-10-16sched.h: drop in_ubsan field when UBSAN is in trap modeElena Petrova1-1/+1
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-25/+0
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn1-1/+9
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn1-0/+1
2020-10-16coredump: refactor page range dumping into common helperJann Horn1-0/+2
2020-10-16bitops: use the same mechanism for get_count_order[_long]Wei Yang1-5/+3
2020-10-16bitops: simplify get_count_order_long()Wei Yang1-4/+1
2020-10-16include/linux/list.h: add a macro to test if entry is pointing to the headAndy Shevchenko1-10/+19
2020-10-16lib/idr.c: document that ida_simple_{get,remove}() are deprecatedStephen Boyd1-0/+4
2020-10-16lib/idr.c: document calling context for IDA APIs mustn't use locksStephen Boyd1-3/+6
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko7-152/+164
2020-10-16include/linux/mmzone.h: remove unused early_pfn_valid()Mike Rapoport1-5/+0
2020-10-16mm: use self-explanatory macros rather than "2"Yu Zhao2-5/+9
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour1-9/+7
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand1-2/+1
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resourcesDavid Hildenbrand2-0/+11
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand1-4/+12
2020-10-16mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUGDavid Hildenbrand1-9/+3
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand1-1/+3
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand1-2/+2
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand2-2/+3
2020-10-16mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand1-2/+2
2020-10-16mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi2-0/+4
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador1-5/+0
2020-10-16mm,hwpoison: rework soft offline for free pagesOscar Salvador1-0/+1
2020-10-16mm,hwpoison: kill put_hwpoison_pageOscar Salvador1-1/+0
2020-10-16mm,hwpoison: unexport get_hwpoison_page and make it staticOscar Salvador1-1/+0
2020-10-16mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)1-10/+54
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)1-3/+2
2020-10-16mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)1-0/+7
2020-10-16fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)2-27/+29
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)2-0/+7
2020-10-16mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)1-3/+3