summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes
2021-05-07kernel/async.c: remove async_unregister_domain()Rasmus Villemoes
2021-05-07delayacct: clear right task's flag after blkio completesYafang Shao
2021-05-07smp: kernel/panic.c - silence warningsHe Ying
2021-05-06include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Masahiro Yamada
2021-05-06lib: crc8: pointer to data block should be constRichard Fitzgerald
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov
2021-05-06lib: add fast path for find_next_*_bit()Yury Norov
2021-05-06lib: inline _find_next_bit() wrappersYury Norov
2021-05-06lib: extend the scope of small_const_nbits() macroYury Norov
2021-05-06kernel/cred.c: make init_groups staticRasmus Villemoes
2021-05-06linux/profile.h: remove unnecessary declarationWan Jiabing
2021-05-06kernel.h: drop inclusion in bitmap.hAndy Shevchenko
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan
2021-05-05iov_iter: lift memzero_page() to highmem.hIra Weiny
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin
2021-05-05x86/mm: track linear mapping split eventsSaravanan D
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim
2021-05-05mm: cma: add the CMA instance name to cma trace eventsMinchan Kim
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark
2021-05-05mm: vmstat: add cma statisticsMinchan Kim
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin
2021-05-05mm: fs: invalidate BH LRU during page migrationMinchan Kim
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar
2021-05-05mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi
2021-05-05mm: vmscan: add per memcg shrinker nr_deferredYang Shi
2021-05-05mm: vmscan: use a new flag to indicate shrinker is registeredYang Shi
2021-05-05mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeYang Shi
2021-05-05mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen
2021-05-05mm/vmscan: move RECLAIM* bits to uapi headerDave Hansen
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen
2021-05-05userfaultfd: disable huge PMD sharing for MINOR registered VMAsAxel Rasmussen
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador
2021-05-05hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz
2021-05-05mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAGMiaohe Lin
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu