summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-09-27mm: multi-gen LRU: debugfs interfaceYu Zhao1-0/+1
2022-09-27mm: multi-gen LRU: thrashing preventionYu Zhao1-0/+2
2022-09-27mm: multi-gen LRU: kill switchYu Zhao3-3/+36
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao4-1/+140
2022-09-27mm: multi-gen LRU: exploit locality in rmapYu Zhao3-0/+42
2022-09-27mm: multi-gen LRU: minimal implementationYu Zhao3-1/+81
2022-09-27mm: multi-gen LRU: groundworkYu Zhao5-7/+291
2022-09-27Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...Yu Zhao1-1/+8
2022-09-27mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao1-2/+2
2022-09-27mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao1-0/+13
2022-09-27delayacct: support re-entrance detection of thrashing accountingYang Yang2-8/+12
2022-09-27mm/swap: cache swap migration A/D bits supportPeter Xu2-6/+3
2022-09-27mm/swap: cache maximum swapfile size when init swapPeter Xu2-2/+5
2022-09-27mm: remember young/dirty bit for page migrationsPeter Xu1-0/+99
2022-09-27mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu1-6/+29
2022-09-27mm/swap: comment all the ifdef in swapops.hPeter Xu1-8/+8
2022-09-27mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin1-5/+0
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+5
2022-09-12mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand2-7/+68
2022-09-12hugetlb: make hugetlb_cma_check() staticMiaohe Lin1-4/+0
2022-09-12fs/buffer: remove bh_submit_read() helperZhang Yi1-1/+0
2022-09-12fs/buffer: remove ll_rw_block() helperZhang Yi1-1/+0
2022-09-12fs/buffer: add some new buffer read helpersZhang Yi1-0/+38
2022-09-12fs/buffer: remove __breadahead_gfp()Zhang Yi1-8/+0
2022-09-12mm/thp: remove redundant CONFIG_TRANSPARENT_HUGEPAGELiu Shixin1-2/+1
2022-09-12mm/thp: simplify has_transparent_hugepage by using IS_BUILTINLiu Shixin1-5/+1
2022-09-12mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang2-2/+24
2022-09-12mm: kill is_memblock_offlined()Kefeng Wang1-2/+0
2022-09-12filemap: remove find_get_pages_contig()Vishal Moola (Oracle)1-2/+0
2022-09-12filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)1-0/+2
2022-09-12page_ext: introduce boot parameter 'early_page_ext'Li Zhe1-0/+11
2022-09-12memcg: increase MEMCG_CHARGE_BATCH to 64Shakeel Butt1-3/+4
2022-09-12mm: page_counter: rearrange struct page_counter fieldsShakeel Butt1-12/+23
2022-09-12mm: pagewalk: fix documentation of PTE hole handlingRolf Eike Beer1-5/+5
2022-09-12mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla2-16/+35
2022-09-12mm: kill find_min_pfn_with_active_regions()Kefeng Wang1-1/+0
2022-09-12arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-2/+2
2022-09-12memory tiering: adjust hot threshold automaticallyHuang Ying1-0/+9
2022-09-12memory tiering: rate limit NUMA migration throughputHuang Ying2-0/+8
2022-09-12memory tiering: hot page selection with hint page fault latencyHuang Ying1-0/+25
2022-09-12mm: add more BUILD_BUG_ONs to gfp_migratetype()Peter Collingbourne1-0/+3
2022-09-12hugetlb_cgroup: remove unneeded return valueMiaohe Lin1-11/+8
2022-09-12kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan1-0/+6
2022-09-12mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang1-12/+1
2022-09-12mm/vmscan: define macros for refaults in struct lruvecYang Yang1-0/+2
2022-09-12mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe1-2/+12
2022-09-12mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe1-5/+4
2022-09-12mm/memory-failure: fix detection of memory_failure() handlersDan Williams1-0/+5
2022-08-29Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-5/+23
2022-08-29Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt1-2/+13