index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)
Yajun Deng
1
-8
/
+5
2023-02-10
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
2
-2
/
+9
2023-02-10
mm/vmalloc: replace BUG_ON with a simple if statement
Hyunmin Lee
1
-3
/
+2
2023-02-10
mm/swapfile: remove pr_debug in get_swap_pages()
Longlong Xia
1
-2
/
+0
2023-02-10
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
22
-86
/
+14
2023-02-10
mips: drop definition of pfn_valid() for DISCONTIGMEM
Mike Rapoport (IBM)
1
-15
/
+0
2023-02-10
m68k: use asm-generic/memory_model.h for both MMU and !MMU
Mike Rapoport (IBM)
3
-8
/
+1
2023-02-10
arm: include asm-generic/memory_model.h from page.h rather than memory.h
Mike Rapoport (IBM)
2
-2
/
+2
2023-02-10
memory tier: release the new_memtier in find_create_memory_tier()
Tong Tiangen
1
-2
/
+2
2023-02-10
kasan: infer allocation size by scanning metadata
Kuan-Ying Lee
8
-21
/
+127
2023-02-10
mm: export dump_mm()
Suren Baghdasaryan
1
-0
/
+1
2023-02-10
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
6
-21
/
+41
2023-02-10
mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
2
-2
/
+10
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
120
-199
/
+188
2023-02-10
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
6
-12
/
+12
2023-02-10
mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
2
-1
/
+49
2023-02-10
kernel/fork: convert vma assignment to a memcpy
Suren Baghdasaryan
1
-1
/
+1
2023-02-10
vma_merge: set vma iterator to correct position.
Liam R. Howlett
1
-3
/
+1
2023-02-10
mm/mmap: remove __vma_adjust()
Liam R. Howlett
4
-162
/
+107
2023-02-10
mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()
Liam R. Howlett
1
-8
/
+4
2023-02-10
mm/mmap: introduce dup_vma_anon() helper
Liam R. Howlett
1
-34
/
+40
2023-02-10
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
3
-19
/
+47
2023-02-10
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
3
-5
/
+8
2023-02-10
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
4
-70
/
+61
2023-02-10
mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()
Liam R. Howlett
1
-47
/
+61
2023-02-10
mm/mmap: use vma_prepare() and vma_complete() in vma_expand()
Liam R. Howlett
1
-116
/
+72
2023-02-10
mm/mmap: refactor locking out of __vma_adjust()
Liam R. Howlett
2
-95
/
+150
2023-02-10
mm/mmap: move anon_vma setting in __vma_adjust()
Liam R. Howlett
1
-5
/
+8
2023-02-10
mm: change munmap splitting order and move_vma()
Liam R. Howlett
2
-27
/
+19
2023-02-10
mmap: clean up mmap_region() unrolling
Liam R. Howlett
1
-27
/
+18
2023-02-10
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
4
-19
/
+15
2023-02-10
mm: pass vma iterator through to __vma_adjust()
Liam R. Howlett
1
-8
/
+14
2023-02-10
mm: remove unnecessary write to vma iterator in __vma_adjust()
Liam R. Howlett
1
-4
/
+6
2023-02-10
madvise: use split_vma() instead of __split_vma()
Liam R. Howlett
1
-7
/
+3
2023-02-10
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
2
-18
/
+19
2023-02-10
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
2
-65
/
+13
2023-02-10
mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree store
Liam R. Howlett
1
-6
/
+14
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
9
-98
/
+55
2023-02-10
nommu: pass through vma iterator to shrink_vma()
Liam R. Howlett
1
-46
/
+17
2023-02-10
nommu: convert nommu to using the vma iterator
Liam R. Howlett
1
-48
/
+31
2023-02-10
mm/mremap: use vmi version of vma_merge()
Liam R. Howlett
1
-4
/
+7
2023-02-10
mmap: use vmi version of vma_merge()
Liam R. Howlett
1
-3
/
+5
2023-02-10
mmap: pass through vmi iterator to __split_vma()
Liam R. Howlett
1
-2
/
+2
2023-02-10
madvise: use vmi iterator for __split_vma() and vma_merge()
Liam R. Howlett
1
-4
/
+5
2023-02-10
sched: convert to vma iterator
Liam R. Howlett
1
-7
/
+7
2023-02-10
task_mmu: convert to vma iterator
Liam R. Howlett
1
-14
/
+13
2023-02-10
mempolicy: convert to vma iterator
Liam R. Howlett
1
-17
/
+8
2023-02-10
coredump: convert to vma iterator
Liam R. Howlett
1
-4
/
+4
2023-02-10
mlock: convert mlock to vma iterator
Liam R. Howlett
1
-29
/
+28
2023-02-10
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
3
-29
/
+29
[next]