index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: thp: convert to use common struct mm_slot
Qi Zheng
2022-10-03
1
-71
/
+52
*
mm: introduce common struct mm_slot
Qi Zheng
2022-10-03
1
-0
/
+55
*
ksm: add profit monitoring documentation
xu xin
2022-09-27
1
-0
/
+36
*
ksm: count allocated ksm rmap_items for each process
xu xin
2022-09-27
3
-0
/
+22
*
mm: deduplicate cacheline padding code
Shakeel Butt
2022-09-27
4
-41
/
+22
*
mm: reduce noise in show_mem for lowmem allocations
Michal Hocko
2022-09-27
4
-7
/
+33
*
mm: fixup documentation regarding pte_numa() and PROT_NUMA
David Hildenbrand
2022-09-27
1
-6
/
+6
*
mm/gup: use gup_can_follow_protnone() also in GUP-fast
David Hildenbrand
2022-09-27
1
-11
/
+3
*
mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
David Hildenbrand
2022-09-27
3
-12
/
+18
*
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
2022-09-27
3
-11
/
+22
*
mm: add merging after mremap resize
Jakub Matěna
2022-09-27
2
-3
/
+65
*
mm: refactor of vma_merge()
Jakub Matěna
2022-09-27
1
-50
/
+37
*
mm: delete unused MMF_OOM_VICTIM flag
Suren Baghdasaryan
2022-09-27
4
-18
/
+5
*
mm: drop oom code from exit_mmap
Suren Baghdasaryan
2022-09-27
3
-22
/
+12
*
mm/mlock: drop dead code in count_mm_mlocked_page_nr()
Liam Howlett
2022-09-27
1
-3
/
+1
*
mm/mmap.c: pass in mapping to __vma_link_file()
Liam R. Howlett
2022-09-27
1
-17
/
+12
*
mm/mmap: drop range_has_overlap() function
Liam R. Howlett
2022-09-27
1
-26
/
+1
*
mm: remove the vma linked list
Liam R. Howlett
2022-09-27
9
-374
/
+225
*
mm/vmscan: use vma iterator instead of vm_next
Liam R. Howlett
2022-09-27
1
-9
/
+3
*
riscv: use vma iterator for vdso
Liam R. Howlett
2022-09-27
1
-1
/
+2
*
nommu: remove uses of VMA linked list
Matthew Wilcox (Oracle)
2022-09-27
1
-37
/
+109
*
i915: use the VMA iterator
Matthew Wilcox (Oracle)
2022-09-27
1
-9
/
+5
*
mm/swapfile: use vma iterator instead of vma linked list
Liam R. Howlett
2022-09-27
1
-1
/
+3
*
mm/pagewalk: use vma_find() instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-27
1
-1
/
+1
*
mm/oom_kill: use vma iterators instead of vma linked list
Liam R. Howlett
2022-09-27
1
-1
/
+2
*
mm/msync: use vma_find() instead of vma linked list
Liam R. Howlett
2022-09-27
1
-1
/
+1
*
mm/mremap: use vma_find_intersection() instead of vma linked list
Liam R. Howlett
2022-09-27
1
-2
/
+3
*
mm/mprotect: use maple tree navigation instead of VMA linked list
Liam R. Howlett
2022-09-27
1
-3
/
+5
*
mm/mlock: use vma iterator and maple state instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-27
1
-16
/
+19
*
mm/mempolicy: use vma iterator & maple state instead of vma linked list
Liam R. Howlett
2022-09-27
1
-24
/
+32
*
mm/memcontrol: stop using mm->highest_vm_end
Liam R. Howlett
2022-09-27
1
-4
/
+2
*
mm/madvise: use vma_find() instead of vma linked list
Liam R. Howlett
2022-09-27
1
-1
/
+1
*
mm/ksm: use vma iterators instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-27
1
-7
/
+11
*
mm/khugepaged: stop using vma linked list
Matthew Wilcox (Oracle)
2022-09-27
2
-5
/
+8
*
mm/gup: use maple tree navigation instead of linked list
Liam R. Howlett
2022-09-27
1
-3
/
+4
*
bpf: remove VMA linked list
Liam R. Howlett
2022-09-27
1
-5
/
+5
*
fork: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-27
1
-2
/
+5
*
sched: use maple tree iterator to walk VMAs
Matthew Wilcox (Oracle)
2022-09-27
1
-3
/
+7
*
perf: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-27
2
-4
/
+8
*
acct: use VMA iterator instead of linked list
Matthew Wilcox (Oracle)
2022-09-27
1
-6
/
+5
*
ipc/shm: use VMA iterator instead of linked list
Liam R. Howlett
2022-09-27
1
-11
/
+10
*
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
2022-09-27
3
-25
/
+46
*
fs/proc/task_mmu: stop using linked list and highest_vm_end
Matthew Wilcox (Oracle)
2022-09-27
2
-33
/
+42
*
fs/proc/base: use the vma iterators in place of linked list
Liam R. Howlett
2022-09-27
1
-1
/
+4
*
exec: use VMA iterator instead of linked list
Matthew Wilcox (Oracle)
2022-09-27
1
-3
/
+6
*
coredump: remove vma linked list walk
Matthew Wilcox (Oracle)
2022-09-27
1
-22
/
+12
*
um: remove vma linked list walk
Matthew Wilcox (Oracle)
2022-09-27
1
-8
/
+6
*
optee: remove vma linked list walk
Matthew Wilcox (Oracle)
2022-09-27
1
-8
/
+10
*
cxl: remove vma linked list walk
Matthew Wilcox (Oracle)
2022-09-27
1
-30
/
+15
*
xtensa: remove vma linked list walks
Matthew Wilcox (Oracle)
2022-09-27
1
-6
/
+12
[next]