index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/swapfile: remove pr_debug in get_swap_pages()
Longlong Xia
2023-02-10
1
-2
/
+0
*
memory tier: release the new_memtier in find_create_memory_tier()
Tong Tiangen
2023-02-10
1
-2
/
+2
*
kasan: infer allocation size by scanning metadata
Kuan-Ying Lee
2023-02-10
8
-21
/
+127
*
mm: export dump_mm()
Suren Baghdasaryan
2023-02-10
1
-0
/
+1
*
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
2023-02-10
3
-14
/
+19
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-10
10
-24
/
+25
*
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
2023-02-10
4
-9
/
+9
*
vma_merge: set vma iterator to correct position.
Liam R. Howlett
2023-02-10
1
-3
/
+1
*
mm/mmap: remove __vma_adjust()
Liam R. Howlett
2023-02-10
3
-161
/
+106
*
mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()
Liam R. Howlett
2023-02-10
1
-8
/
+4
*
mm/mmap: introduce dup_vma_anon() helper
Liam R. Howlett
2023-02-10
1
-34
/
+40
*
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
2023-02-10
1
-9
/
+43
*
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
2023-02-10
2
-5
/
+5
*
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
2023-02-10
2
-64
/
+56
*
mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()
Liam R. Howlett
2023-02-10
1
-47
/
+61
*
mm/mmap: use vma_prepare() and vma_complete() in vma_expand()
Liam R. Howlett
2023-02-10
1
-116
/
+72
*
mm/mmap: refactor locking out of __vma_adjust()
Liam R. Howlett
2023-02-10
2
-95
/
+150
*
mm/mmap: move anon_vma setting in __vma_adjust()
Liam R. Howlett
2023-02-10
1
-5
/
+8
*
mm: change munmap splitting order and move_vma()
Liam R. Howlett
2023-02-10
2
-27
/
+19
*
mmap: clean up mmap_region() unrolling
Liam R. Howlett
2023-02-10
1
-27
/
+18
*
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
2023-02-10
2
-7
/
+7
*
mm: pass vma iterator through to __vma_adjust()
Liam R. Howlett
2023-02-10
1
-8
/
+14
*
mm: remove unnecessary write to vma iterator in __vma_adjust()
Liam R. Howlett
2023-02-10
1
-4
/
+6
*
madvise: use split_vma() instead of __split_vma()
Liam R. Howlett
2023-02-10
1
-7
/
+3
*
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
2023-02-10
1
-16
/
+15
*
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
2023-02-10
1
-62
/
+13
*
mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree store
Liam R. Howlett
2023-02-10
1
-6
/
+14
*
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-10
7
-78
/
+43
*
nommu: pass through vma iterator to shrink_vma()
Liam R. Howlett
2023-02-10
1
-46
/
+17
*
nommu: convert nommu to using the vma iterator
Liam R. Howlett
2023-02-10
1
-48
/
+31
*
mm/mremap: use vmi version of vma_merge()
Liam R. Howlett
2023-02-10
1
-4
/
+7
*
mmap: use vmi version of vma_merge()
Liam R. Howlett
2023-02-10
1
-3
/
+5
*
mmap: pass through vmi iterator to __split_vma()
Liam R. Howlett
2023-02-10
1
-2
/
+2
*
madvise: use vmi iterator for __split_vma() and vma_merge()
Liam R. Howlett
2023-02-10
1
-4
/
+5
*
mempolicy: convert to vma iterator
Liam R. Howlett
2023-02-10
1
-17
/
+8
*
mlock: convert mlock to vma iterator
Liam R. Howlett
2023-02-10
1
-29
/
+28
*
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
2023-02-10
1
-25
/
+22
*
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
2023-02-10
1
-20
/
+18
*
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
2023-02-10
1
-0
/
+44
*
mmap: convert vma_expand() to use vma iterator
Liam R. Howlett
2023-02-10
1
-5
/
+4
*
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
2023-02-10
2
-45
/
+38
*
mm/mmap: remove preallocation from do_mas_align_munmap()
Liam R. Howlett
2023-02-10
1
-8
/
+6
*
mmap: convert vma_link() vma iterator
Liam R. Howlett
2023-02-10
1
-3
/
+3
*
mm/mmap: convert brk to use vma iterator
Liam R. Howlett
2023-02-10
1
-25
/
+23
*
mm: expand vma iterator interface
Liam R. Howlett
2023-02-10
2
-0
/
+82
*
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
2023-02-03
1
-3
/
+3
*
block: remove ->rw_page
Christoph Hellwig
2023-02-03
2
-22
/
+33
*
mm: factor out a swap_writepage_bdev helper
Christoph Hellwig
2023-02-03
1
-14
/
+19
*
mm: remove the __swap_writepage return value
Christoph Hellwig
2023-02-03
2
-15
/
+10
*
mm: use an on-stack bio for synchronous swapin
Christoph Hellwig
2023-02-03
1
-31
/
+38
[next]