summaryrefslogtreecommitdiffstats
path: root/lib/compat_audit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-10maple_tree: rework mtree_alloc_{range,rrange}()Peng Zhang1-25/+32
2023-06-10mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcgLars R. Damerow2-0/+20
2023-06-10mm: shmem: fix UAF bug in shmem_show_options()Tu Jinjiang1-1/+4
2023-06-10mm: compaction: skip fast freepages isolation if enough freepages are isolatedBaolin Wang1-0/+4
2023-06-10mm: compaction: add trace event for fast freepages isolationBaolin Wang2-1/+16
2023-06-10mm: compaction: only set skip flag if cc->no_set_skip_hint is falseBaolin Wang1-1/+1
2023-06-10mm: compaction: skip more fully scanned pageblockBaolin Wang1-1/+1
2023-06-10mm: compaction: change fast_isolate_freepages() to void typeBaolin Wang1-5/+3
2023-06-10mm: compaction: drop the redundant page validation in update_pageblock_skip()Baolin Wang1-3/+0
2023-06-10mm/vmalloc: dont purge usable blocks unnecessarilyThomas Gleixner1-8/+20
2023-06-10mm/vmalloc: add missing READ/WRITE_ONCE() annotationsThomas Gleixner1-5/+8
2023-06-10mm/vmalloc: check free space in vmap_block locklessThomas Gleixner1-1/+4
2023-06-10mm/vmalloc: prevent flushing dirty space over and overThomas Gleixner1-2/+6
2023-06-10mm/vmalloc: avoid iterating over per CPU vmap blocks twiceThomas Gleixner1-24/+46
2023-06-10mm/vmalloc: prevent stale TLBs in fully utilized blocksThomas Gleixner1-1/+2
2023-06-10kmemleak-test: drop __init to get better backtraceJim Cromie1-1/+1
2023-06-10mm: multi-gen LRU: cleanup lru_gen_test_recent()T.J. Alumbaugh1-30/+16
2023-06-10mm: multi-gen LRU: add helpers in page table walksT.J. Alumbaugh1-5/+15
2023-06-10mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh3-4/+6
2023-06-10mm: multi-gen LRU: use macro for bitmapT.J. Alumbaugh1-1/+1
2023-06-10selftests: cgroup: fix unexpected failure on test_memcg_lowHaifeng Xu1-1/+3
2023-06-10mm/memcontrol: fix typo in commentHaifeng Xu1-1/+1
2023-06-10mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton4-7/+7
2023-06-10mm/mmap: refactor mlock_future_check()Lorenzo Stoakes4-20/+21
2023-06-10selftests/mm: gup_longterm: add liburing testsDavid Hildenbrand1-0/+73
2023-06-10selftests/mm: gup_longterm: new functional test for FOLL_LONGTERMDavid Hildenbrand4-1/+393
2023-06-10selftests/mm: factor out detection of hugetlb page sizes into vm_utilDavid Hildenbrand3-27/+30
2023-06-10mm: compaction: avoid GFP_NOFS ABBA deadlockJohannes Weiner1-2/+14
2023-06-10mm: compaction: have compaction_suitable() return boolJohannes Weiner3-40/+36
2023-06-10mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()Johannes Weiner1-7/+0
2023-06-10mm: compaction: remove unnecessary is_via_compact_memory() checksJohannes Weiner2-17/+2
2023-06-10mm: compaction: refactor __compaction_suitable()Johannes Weiner3-45/+73
2023-06-10mm: compaction: simplify should_compact_retry()Johannes Weiner1-38/+19
2023-06-10mm: compaction: remove compaction result helpersJohannes Weiner3-107/+19
2023-06-10mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...Tom Rix1-1/+1
2023-06-10mm: avoid rewalk in mmap_regionLiam R. Howlett1-0/+3
2023-06-10mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett1-0/+13
2023-06-10maple_tree: update testing code for mas_{next,prev,walk}Liam R. Howlett1-5/+633
2023-06-10maple_tree: clear up index and last setting in single entry treeLiam R. Howlett1-10/+11
2023-06-10maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett2-39/+124
2023-06-10maple_tree: introduce mas_prev_slot() interfaceLiam R. Howlett1-142/+90
2023-06-10maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()Liam R. Howlett1-19/+19
2023-06-10maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett2-51/+124
2023-06-10maple_tree: introduce mas_next_slot() interfaceLiam R. Howlett1-125/+104
2023-06-10maple_tree: fix testing mas_empty_area()Liam R. Howlett1-1/+1
2023-06-10maple_tree: revise limit checks in mas_empty_area{_rev}()Liam R. Howlett2-14/+34
2023-06-10maple_tree: try harder to keep active node with mas_prev()Liam R. Howlett1-42/+83
2023-06-10maple_tree: try harder to keep active node after mas_next()Liam R. Howlett1-42/+47
2023-06-10mm/mmap: change do_vmi_align_munmap() for maple tree iterator changesLiam R. Howlett1-1/+6
2023-06-10maple_tree: mas_start() reset depth on dead nodeLiam R. Howlett1-1/+1