index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_ubsan.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-16
writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
Baokun Li
2
-9
/
+20
2023-04-16
maple_tree: fix a potential memory leak, OOB access, or other unpredictable bug
Peng Zhang
1
-12
/
+7
2023-04-16
tools/mm/page_owner_sort.c: fix TGID output when cull=tg is used
Steve Chou
1
-1
/
+1
2023-04-16
mailmap: update jtoppins' entry to reference correct email
Jonathan Toppins
1
-0
/
+2
2023-04-16
mm/mempolicy: fix use-after-free of VMA iterator
Liam R. Howlett
1
-55
/
+49
2023-04-16
mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIO
Naoya Horiguchi
1
-2
/
+3
2023-04-16
mm/mprotect: fix do_mprotect_pkey() return on error
Liam R. Howlett
1
-1
/
+1
2023-04-16
mm/khugepaged: check again on anon uffd-wp during isolation
Peter Xu
1
-0
/
+4
2023-04-16
mm/userfaultfd: fix uffd-wp handling for THP migration entries
David Hildenbrand
1
-2
/
+12
2023-04-16
mm: swap: fix performance regression on sparsetruncate-tiny
Qi Zheng
1
-1
/
+1
2023-04-06
sched/numa: use hash_32 to mix up PIDs accessing VMA
Raghavendra K T
2
-2
/
+2
2023-04-06
sched/numa: implement access PID reset logic
Raghavendra K T
3
-5
/
+25
2023-04-06
sched/numa: enhance vma scanning logic
Raghavendra K T
4
-0
/
+37
2023-04-06
sched/numa: apply the scan delay to every new vma
Mel Gorman
4
-0
/
+44
2023-04-06
s390/mm: try VMA lock-based page fault handling first
Heiko Carstens
2
-0
/
+25
2023-04-06
mm: separate vma->lock from vm_area_struct
Suren Baghdasaryan
3
-28
/
+74
2023-04-06
mm/mmap: free vm_area_struct without call_rcu in exit_mmap
Suren Baghdasaryan
3
-5
/
+10
2023-04-06
powerc/mm: try VMA lock-based page fault handling first
Laurent Dufour
3
-0
/
+39
2023-04-06
arm64/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
2
-0
/
+37
2023-04-06
x86/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
2
-0
/
+37
2023-04-06
mm: introduce per-VMA lock statistics
Suren Baghdasaryan
5
-0
/
+26
2023-04-06
mm: prevent userfaults to be handled under per-vma lock
Suren Baghdasaryan
1
-0
/
+9
2023-04-06
mm: prevent do_swap_page from handling page faults under VMA lock
Suren Baghdasaryan
1
-0
/
+5
2023-04-06
mm: add FAULT_FLAG_VMA_LOCK flag
Suren Baghdasaryan
2
-1
/
+4
2023-04-06
mm: fall back to mmap_lock if vma->anon_vma is not yet set
Suren Baghdasaryan
1
-0
/
+4
2023-04-06
mm: introduce lock_vma_under_rcu to be used from arch-specific code
Suren Baghdasaryan
2
-0
/
+49
2023-04-06
mm: introduce vma detached flag
Suren Baghdasaryan
3
-0
/
+16
2023-04-06
mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
1
-0
/
+9
2023-04-06
kernel/fork: assert no VMA readers during its destruction
Suren Baghdasaryan
1
-0
/
+3
2023-04-06
mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
3
-4
/
+9
2023-04-06
mm: write-lock VMAs before removing them from VMA tree
Suren Baghdasaryan
1
-0
/
+1
2023-04-06
mm/mremap: write-lock VMA while remapping it to a new address range
Suren Baghdasaryan
2
-0
/
+2
2023-04-06
mm/mmap: write-lock VMAs in vma_prepare before modifying them
Suren Baghdasaryan
1
-0
/
+9
2023-04-06
mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
3
-26
/
+54
2023-04-06
mm/mmap: move vma_prepare before vma_adjust_trans_huge
Suren Baghdasaryan
1
-5
/
+5
2023-04-06
mm: mark VMA as being written when changing vm_flags
Suren Baghdasaryan
1
-5
/
+5
2023-04-06
mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
5
-0
/
+110
2023-04-06
mm: move mmap_lock assert function definitions
Suren Baghdasaryan
1
-12
/
+12
2023-04-06
mm: rcu safe VMA freeing
Michel Lespinasse
2
-4
/
+29
2023-04-06
mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
1
-0
/
+12
2023-04-06
mm: hold the RCU read lock over calls to ->map_pages
Matthew Wilcox (Oracle)
2
-5
/
+10
2023-04-06
afs: split afs_pagecache_valid() out of afs_validate()
Matthew Wilcox (Oracle)
3
-20
/
+22
2023-04-06
xfs: remove xfs_filemap_map_pages() wrapper
Matthew Wilcox (Oracle)
1
-16
/
+1
2023-04-06
mm/damon/sysfs: make more kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
2023-04-06
selftests/mm: set overcommit_policy as OVERCOMMIT_ALWAYS
Chaitanya S Prakash
1
-0
/
+8
2023-04-06
selftests/mm: change NR_CHUNKS_HIGH for aarch64
Chaitanya S Prakash
1
-4
/
+10
2023-04-06
selftests/mm: change MAP_CHUNK_SIZE
Chaitanya S Prakash
1
-3
/
+7
2023-04-06
trace: cma: remove unnecessary event class cma_alloc_class
Wenchao Hao
1
-33
/
+25
2023-04-06
mm: be less noisy during memory hotplug
Tomas Krcka
1
-1
/
+1
2023-04-06
mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
Lorenzo Stoakes
1
-25
/
+22
[next]