index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...
Tom Rix
1
-1
/
+1
2023-06-09
mm: avoid rewalk in mmap_region
Liam R. Howlett
1
-0
/
+3
2023-06-09
mm: add vma_iter_{next,prev}_range() to vma iterator
Liam R. Howlett
1
-0
/
+13
2023-06-09
maple_tree: update testing code for mas_{next,prev,walk}
Liam R. Howlett
1
-5
/
+633
2023-06-09
maple_tree: clear up index and last setting in single entry tree
Liam R. Howlett
1
-10
/
+11
2023-06-09
maple_tree: add mas_prev_range() and mas_find_range_rev interface
Liam R. Howlett
2
-39
/
+124
2023-06-09
maple_tree: introduce mas_prev_slot() interface
Liam R. Howlett
1
-142
/
+90
2023-06-09
maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()
Liam R. Howlett
1
-19
/
+19
2023-06-09
maple_tree: add mas_next_range() and mas_find_range() interfaces
Liam R. Howlett
2
-51
/
+124
2023-06-09
maple_tree: introduce mas_next_slot() interface
Liam R. Howlett
1
-125
/
+104
2023-06-09
maple_tree: fix testing mas_empty_area()
Liam R. Howlett
1
-1
/
+1
2023-06-09
maple_tree: revise limit checks in mas_empty_area{_rev}()
Liam R. Howlett
2
-14
/
+34
2023-06-09
maple_tree: try harder to keep active node with mas_prev()
Liam R. Howlett
1
-42
/
+83
2023-06-09
maple_tree: try harder to keep active node after mas_next()
Liam R. Howlett
1
-42
/
+47
2023-06-09
mm/mmap: change do_vmi_align_munmap() for maple tree iterator changes
Liam R. Howlett
1
-1
/
+6
2023-06-09
maple_tree: mas_start() reset depth on dead node
Liam R. Howlett
1
-1
/
+1
2023-06-09
maple_tree: remove unnecessary check from mas_destroy()
Liam R. Howlett
1
-3
/
+1
2023-06-09
maple_tree: add __init and __exit to test module
Liam R. Howlett
3
-151
/
+155
2023-06-09
mm: update vma_iter_store() to use MAS_WARN_ON()
Liam R. Howlett
1
-11
/
+10
2023-06-09
mm: update validate_mm() to use vma iterator
Liam R. Howlett
4
-59
/
+61
2023-06-09
maple_tree: make test code work without debug enabled
Liam R. Howlett
3
-7
/
+31
2023-06-09
maple_tree: return error on mte_pivots() out of range
Liam R. Howlett
1
-11
/
+14
2023-06-09
maple_tree: use MAS_BUG_ON() prior to calling mas_meta_gap()
Liam R. Howlett
1
-2
/
+2
2023-06-09
maple_tree: use MAS_WR_BUG_ON() in mas_store_prealloc()
Liam R. Howlett
1
-1
/
+1
2023-06-09
maple_tree: use MAS_BUG_ON() from mas_topiary_range()
Liam R. Howlett
1
-1
/
+2
2023-06-09
maple_tree: use MAS_BUG_ON() in mas_set_height()
Liam R. Howlett
1
-1
/
+1
2023-06-09
maple_tree: use MAS_BUG_ON() when setting a leaf node as a parent
Liam R. Howlett
1
-13
/
+13
2023-06-09
maple_tree: convert debug code to use MT_WARN_ON() and MAS_WARN_ON()
Liam R. Howlett
1
-16
/
+14
2023-06-09
maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()
Liam R. Howlett
1
-2
/
+2
2023-06-09
maple_tree: convert BUG_ON() to MT_BUG_ON()
Liam R. Howlett
1
-1
/
+1
2023-06-09
maple_tree: add debug BUG_ON and WARN_ON variants
Liam R. Howlett
2
-5
/
+129
2023-06-09
maple_tree: add format option to mt_dump()
Liam R. Howlett
6
-48
/
+82
2023-06-09
maple_tree: clean up mas_dfs_postorder()
Liam R. Howlett
1
-5
/
+2
2023-06-09
maple_tree: avoid unnecessary ascending
Liam R. Howlett
2
-3
/
+12
2023-06-09
maple_tree: clean up mas_parent_enum() and rename to mas_parent_type()
Liam R. Howlett
1
-28
/
+22
2023-06-09
maple_tree: fix static analyser cppcheck issue
Liam R. Howlett
1
-2
/
+3
2023-06-09
mm: convert migrate_pages() to work on folios
Matthew Wilcox (Oracle)
7
-123
/
+108
2023-06-09
mm/gup: remove vmas array from internal GUP functions
Lorenzo Stoakes
3
-72
/
+45
2023-06-09
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
12
-22
/
+17
2023-06-09
io_uring: rsrc: delegate VMA file-backed check to GUP
Lorenzo Stoakes
1
-28
/
+6
2023-06-09
mm/gup: remove vmas parameter from get_user_pages_remote()
Lorenzo Stoakes
10
-43
/
+64
2023-06-09
mm/gup: remove unused vmas parameter from pin_user_pages_remote()
Lorenzo Stoakes
6
-11
/
+9
2023-06-09
mm/gup: remove unused vmas parameter from get_user_pages()
Lorenzo Stoakes
7
-15
/
+10
2023-06-09
mm/hugetlb: remove hugetlb_page_subpool()
Sidhartha Kumar
1
-13
/
+0
2023-06-09
mm: page_alloc: move is_check_pages_enabled() into page_alloc.c
Kefeng Wang
2
-6
/
+6
2023-06-09
mm: page_alloc: move sysctls into it own fils
Kefeng Wang
6
-113
/
+102
2023-06-09
mm: vmscan: use gfp_has_io_fs()
Kefeng Wang
1
-1
/
+1
2023-06-09
mm: page_alloc: move pm_* function into power
Kefeng Wang
6
-49
/
+43
2023-06-09
mm: page_alloc: move mark_free_page() into snapshot.c
Kefeng Wang
3
-58
/
+52
2023-06-09
mm: page_alloc: split out DEBUG_PAGEALLOC
Kefeng Wang
4
-96
/
+109
[next]