summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Masahiro Yamada2021-05-061-1/+0
* lib: crc8: pointer to data block should be constRichard Fitzgerald2021-05-061-1/+1
* lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-062-16/+46
* lib: add fast path for find_next_*_bit()Yury Norov2021-05-062-0/+51
* lib: inline _find_next_bit() wrappersYury Norov2021-05-062-10/+35
* lib: extend the scope of small_const_nbits() macroYury Norov2021-05-062-8/+12
* kernel/cred.c: make init_groups staticRasmus Villemoes2021-05-062-2/+0
* linux/profile.h: remove unnecessary declarationWan Jiabing2021-05-061-3/+0
* kernel.h: drop inclusion in bitmap.hAndy Shevchenko2021-05-063-9/+18
* include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-062-1/+1
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-0/+1
* iov_iter: lift memzero_page() to highmem.hIra Weiny2021-05-051-0/+7
* mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador2021-05-054-5/+27
* mm/gup: migrate pinned pages out of movable zonePavel Tatashin2021-05-053-3/+10
* mm/gup: do not migrate zero pagePavel Tatashin2021-05-053-1/+18
* mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin2021-05-052-1/+23
* mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin2021-05-052-17/+6
* x86/mm: track linear mapping split eventsSaravanan D2021-05-051-0/+4
* mm: use proper type for cma_[alloc|release]Minchan Kim2021-05-053-14/+14
* mm: cma: add the CMA instance name to cma trace eventsMinchan Kim2021-05-051-11/+17
* mm: cma: add trace events for CMA alloc perf testingLiam Mark2021-05-052-1/+63
* mm: vmstat: add cma statisticsMinchan Kim2021-05-051-0/+4
* mm/migrate.c: make putback_movable_page() staticMiaohe Lin2021-05-051-1/+0
* mm: fs: invalidate BH LRU during page migrationMinchan Kim2021-05-051-0/+4
* mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim2021-05-051-7/+0
* mm: disable LRU pagevec during the migration temporarilyMinchan Kim2021-05-052-0/+16
* mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar2021-05-051-1/+0
* mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi2021-05-051-0/+1
* mm: vmscan: add per memcg shrinker nr_deferredYang Shi2021-05-051-3/+4
* mm: vmscan: use a new flag to indicate shrinker is registeredYang Shi2021-05-051-3/+4
* mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi2021-05-051-4/+4
* mm: vmscan: consolidate shrinker_maps handling codeYang Shi2021-05-051-6/+5
* mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen2021-05-051-0/+7
* mm/vmscan: move RECLAIM* bits to uapi headerDave Hansen2021-05-051-0/+7
* userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen2021-05-053-2/+40
* userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen2021-05-051-0/+4
* userfaultfd: disable huge PMD sharing for MINOR registered VMAsAxel Rasmussen2021-05-051-3/+10
* userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-054-3/+41
* mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador2021-05-051-2/+3
* mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador2021-05-051-0/+6
* hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz2021-05-051-0/+1
* mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAGMiaohe Lin2021-05-051-3/+0
* hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu2021-05-051-0/+3
* mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu2021-05-051-0/+8
* hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu2021-05-052-0/+11
* hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-2/+3
* mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)2021-05-051-2/+0
* mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-051-0/+5
* mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiMike Rapoport2021-04-301-19/+24
* net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer2021-04-301-1/+1