summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-09maple_tree: add mas_wr_new_end() to calculate new_end accuratelyPeng Zhang
2023-06-09maple_tree: make the code symmetrical in mas_wr_extend_null()Peng Zhang
2023-06-09maple_tree: simplify mas_is_span_wr()Peng Zhang
2023-06-09maple_tree: fix the arguments to __must_hold()Peng Zhang
2023-06-09maple_tree: drop mas_{rev_}alloc() and mas_fill_gap()Peng Zhang
2023-06-09maple_tree: rework mtree_alloc_{range,rrange}()Peng Zhang
2023-06-09mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcgLars R. Damerow
2023-06-09mm: shmem: fix UAF bug in shmem_show_options()Tu Jinjiang
2023-06-09mm: compaction: skip fast freepages isolation if enough freepages are isolatedBaolin Wang
2023-06-09mm: compaction: add trace event for fast freepages isolationBaolin Wang
2023-06-09mm: compaction: only set skip flag if cc->no_set_skip_hint is falseBaolin Wang
2023-06-09mm: compaction: skip more fully scanned pageblockBaolin Wang
2023-06-09mm: compaction: change fast_isolate_freepages() to void typeBaolin Wang
2023-06-09mm: compaction: drop the redundant page validation in update_pageblock_skip()Baolin Wang
2023-06-09mm/vmalloc: dont purge usable blocks unnecessarilyThomas Gleixner
2023-06-09mm/vmalloc: add missing READ/WRITE_ONCE() annotationsThomas Gleixner
2023-06-09mm/vmalloc: check free space in vmap_block locklessThomas Gleixner
2023-06-09mm/vmalloc: prevent flushing dirty space over and overThomas Gleixner
2023-06-09mm/vmalloc: avoid iterating over per CPU vmap blocks twiceThomas Gleixner
2023-06-09mm/vmalloc: prevent stale TLBs in fully utilized blocksThomas Gleixner
2023-06-09kmemleak-test: drop __init to get better backtraceJim Cromie
2023-06-09mm: multi-gen LRU: cleanup lru_gen_test_recent()T.J. Alumbaugh
2023-06-09mm: multi-gen LRU: add helpers in page table walksT.J. Alumbaugh
2023-06-09mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh
2023-06-09mm: multi-gen LRU: use macro for bitmapT.J. Alumbaugh
2023-06-09selftests: cgroup: fix unexpected failure on test_memcg_lowHaifeng Xu
2023-06-09mm/memcontrol: fix typo in commentHaifeng Xu
2023-06-09mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton
2023-06-09mm/mmap: refactor mlock_future_check()Lorenzo Stoakes
2023-06-09selftests/mm: gup_longterm: add liburing testsDavid Hildenbrand
2023-06-09selftests/mm: gup_longterm: new functional test for FOLL_LONGTERMDavid Hildenbrand
2023-06-09selftests/mm: factor out detection of hugetlb page sizes into vm_utilDavid Hildenbrand
2023-06-09mm: compaction: avoid GFP_NOFS ABBA deadlockJohannes Weiner
2023-06-09mm: compaction: have compaction_suitable() return boolJohannes Weiner
2023-06-09mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()Johannes Weiner
2023-06-09mm: compaction: remove unnecessary is_via_compact_memory() checksJohannes Weiner
2023-06-09mm: compaction: refactor __compaction_suitable()Johannes Weiner
2023-06-09mm: compaction: simplify should_compact_retry()Johannes Weiner
2023-06-09mm: compaction: remove compaction result helpersJohannes Weiner
2023-06-09mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...Tom Rix
2023-06-09mm: avoid rewalk in mmap_regionLiam R. Howlett
2023-06-09mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett
2023-06-09maple_tree: update testing code for mas_{next,prev,walk}Liam R. Howlett
2023-06-09maple_tree: clear up index and last setting in single entry treeLiam R. Howlett
2023-06-09maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett
2023-06-09maple_tree: introduce mas_prev_slot() interfaceLiam R. Howlett
2023-06-09maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()Liam R. Howlett
2023-06-09maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett
2023-06-09maple_tree: introduce mas_next_slot() interfaceLiam R. Howlett
2023-06-09maple_tree: fix testing mas_empty_area()Liam R. Howlett