index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
compat_audit.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-10
maple_tree: rework mtree_alloc_{range,rrange}()
Peng Zhang
1
-25
/
+32
2023-06-10
mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcg
Lars R. Damerow
2
-0
/
+20
2023-06-10
mm: shmem: fix UAF bug in shmem_show_options()
Tu Jinjiang
1
-1
/
+4
2023-06-10
mm: compaction: skip fast freepages isolation if enough freepages are isolated
Baolin Wang
1
-0
/
+4
2023-06-10
mm: compaction: add trace event for fast freepages isolation
Baolin Wang
2
-1
/
+16
2023-06-10
mm: compaction: only set skip flag if cc->no_set_skip_hint is false
Baolin Wang
1
-1
/
+1
2023-06-10
mm: compaction: skip more fully scanned pageblock
Baolin Wang
1
-1
/
+1
2023-06-10
mm: compaction: change fast_isolate_freepages() to void type
Baolin Wang
1
-5
/
+3
2023-06-10
mm: compaction: drop the redundant page validation in update_pageblock_skip()
Baolin Wang
1
-3
/
+0
2023-06-10
mm/vmalloc: dont purge usable blocks unnecessarily
Thomas Gleixner
1
-8
/
+20
2023-06-10
mm/vmalloc: add missing READ/WRITE_ONCE() annotations
Thomas Gleixner
1
-5
/
+8
2023-06-10
mm/vmalloc: check free space in vmap_block lockless
Thomas Gleixner
1
-1
/
+4
2023-06-10
mm/vmalloc: prevent flushing dirty space over and over
Thomas Gleixner
1
-2
/
+6
2023-06-10
mm/vmalloc: avoid iterating over per CPU vmap blocks twice
Thomas Gleixner
1
-24
/
+46
2023-06-10
mm/vmalloc: prevent stale TLBs in fully utilized blocks
Thomas Gleixner
1
-1
/
+2
2023-06-10
kmemleak-test: drop __init to get better backtrace
Jim Cromie
1
-1
/
+1
2023-06-10
mm: multi-gen LRU: cleanup lru_gen_test_recent()
T.J. Alumbaugh
1
-30
/
+16
2023-06-10
mm: multi-gen LRU: add helpers in page table walks
T.J. Alumbaugh
1
-5
/
+15
2023-06-10
mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()
T.J. Alumbaugh
3
-4
/
+6
2023-06-10
mm: multi-gen LRU: use macro for bitmap
T.J. Alumbaugh
1
-1
/
+1
2023-06-10
selftests: cgroup: fix unexpected failure on test_memcg_low
Haifeng Xu
1
-1
/
+3
2023-06-10
mm/memcontrol: fix typo in comment
Haifeng Xu
1
-1
/
+1
2023-06-10
mm/mlock: rename mlock_future_check() to mlock_future_ok()
Andrew Morton
4
-7
/
+7
2023-06-10
mm/mmap: refactor mlock_future_check()
Lorenzo Stoakes
4
-20
/
+21
2023-06-10
selftests/mm: gup_longterm: add liburing tests
David Hildenbrand
1
-0
/
+73
2023-06-10
selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM
David Hildenbrand
4
-1
/
+393
2023-06-10
selftests/mm: factor out detection of hugetlb page sizes into vm_util
David Hildenbrand
3
-27
/
+30
2023-06-10
mm: compaction: avoid GFP_NOFS ABBA deadlock
Johannes Weiner
1
-2
/
+14
2023-06-10
mm: compaction: have compaction_suitable() return bool
Johannes Weiner
3
-40
/
+36
2023-06-10
mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()
Johannes Weiner
1
-7
/
+0
2023-06-10
mm: compaction: remove unnecessary is_via_compact_memory() checks
Johannes Weiner
2
-17
/
+2
2023-06-10
mm: compaction: refactor __compaction_suitable()
Johannes Weiner
3
-45
/
+73
2023-06-10
mm: compaction: simplify should_compact_retry()
Johannes Weiner
1
-38
/
+19
2023-06-10
mm: compaction: remove compaction result helpers
Johannes Weiner
3
-107
/
+19
2023-06-10
mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...
Tom Rix
1
-1
/
+1
2023-06-10
mm: avoid rewalk in mmap_region
Liam R. Howlett
1
-0
/
+3
2023-06-10
mm: add vma_iter_{next,prev}_range() to vma iterator
Liam R. Howlett
1
-0
/
+13
2023-06-10
maple_tree: update testing code for mas_{next,prev,walk}
Liam R. Howlett
1
-5
/
+633
2023-06-10
maple_tree: clear up index and last setting in single entry tree
Liam R. Howlett
1
-10
/
+11
2023-06-10
maple_tree: add mas_prev_range() and mas_find_range_rev interface
Liam R. Howlett
2
-39
/
+124
2023-06-10
maple_tree: introduce mas_prev_slot() interface
Liam R. Howlett
1
-142
/
+90
2023-06-10
maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()
Liam R. Howlett
1
-19
/
+19
2023-06-10
maple_tree: add mas_next_range() and mas_find_range() interfaces
Liam R. Howlett
2
-51
/
+124
2023-06-10
maple_tree: introduce mas_next_slot() interface
Liam R. Howlett
1
-125
/
+104
2023-06-10
maple_tree: fix testing mas_empty_area()
Liam R. Howlett
1
-1
/
+1
2023-06-10
maple_tree: revise limit checks in mas_empty_area{_rev}()
Liam R. Howlett
2
-14
/
+34
2023-06-10
maple_tree: try harder to keep active node with mas_prev()
Liam R. Howlett
1
-42
/
+83
2023-06-10
maple_tree: try harder to keep active node after mas_next()
Liam R. Howlett
1
-42
/
+47
2023-06-10
mm/mmap: change do_vmi_align_munmap() for maple tree iterator changes
Liam R. Howlett
1
-1
/
+6
2023-06-10
maple_tree: mas_start() reset depth on dead node
Liam R. Howlett
1
-1
/
+1
[next]