index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MAINTAINERS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2023-06-10
maple_tree: remove unnecessary check from mas_destroy()
Liam R. Howlett
1
-3
/
+1
2023-06-10
maple_tree: add __init and __exit to test module
Liam R. Howlett
3
-151
/
+155
2023-06-10
mm: update vma_iter_store() to use MAS_WARN_ON()
Liam R. Howlett
1
-11
/
+10
2023-06-10
mm: update validate_mm() to use vma iterator
Liam R. Howlett
4
-59
/
+61
2023-06-10
maple_tree: make test code work without debug enabled
Liam R. Howlett
3
-7
/
+31
2023-06-10
maple_tree: return error on mte_pivots() out of range
Liam R. Howlett
1
-11
/
+14
2023-06-10
maple_tree: use MAS_BUG_ON() prior to calling mas_meta_gap()
Liam R. Howlett
1
-2
/
+2
2023-06-10
maple_tree: use MAS_WR_BUG_ON() in mas_store_prealloc()
Liam R. Howlett
1
-1
/
+1
2023-06-10
maple_tree: use MAS_BUG_ON() from mas_topiary_range()
Liam R. Howlett
1
-1
/
+2
2023-06-10
maple_tree: use MAS_BUG_ON() in mas_set_height()
Liam R. Howlett
1
-1
/
+1
2023-06-10
maple_tree: use MAS_BUG_ON() when setting a leaf node as a parent
Liam R. Howlett
1
-13
/
+13
2023-06-10
maple_tree: convert debug code to use MT_WARN_ON() and MAS_WARN_ON()
Liam R. Howlett
1
-16
/
+14
2023-06-10
maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()
Liam R. Howlett
1
-2
/
+2
2023-06-10
maple_tree: convert BUG_ON() to MT_BUG_ON()
Liam R. Howlett
1
-1
/
+1
2023-06-10
maple_tree: add debug BUG_ON and WARN_ON variants
Liam R. Howlett
2
-5
/
+129
2023-06-10
maple_tree: add format option to mt_dump()
Liam R. Howlett
6
-48
/
+82
2023-06-10
maple_tree: clean up mas_dfs_postorder()
Liam R. Howlett
1
-5
/
+2
2023-06-10
maple_tree: avoid unnecessary ascending
Liam R. Howlett
2
-3
/
+12
2023-06-10
maple_tree: clean up mas_parent_enum() and rename to mas_parent_type()
Liam R. Howlett
1
-28
/
+22
2023-06-10
maple_tree: fix static analyser cppcheck issue
Liam R. Howlett
1
-2
/
+3
2023-06-10
mm: convert migrate_pages() to work on folios
Matthew Wilcox (Oracle)
7
-123
/
+108
2023-06-10
mm/gup: remove vmas array from internal GUP functions
Lorenzo Stoakes
3
-72
/
+45
2023-06-10
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
12
-22
/
+17
[next]