index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mmap_lock.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-02
mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got dropped
Suren Baghdasaryan
1
-0
/
+30
2025-07-24
fs/proc/task_mmu: read proc/pid/maps under per-vma lock
Suren Baghdasaryan
1
-0
/
+11
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+227
2025-05-11
mm: move mmap/vma locking logic into specific files
Lorenzo Stoakes
1
-0
/
+227
2025-05-03
futex: Implement FUTEX2_MPOL
Peter Zijlstra
1
-0
/
+4
2025-03-16
mm: move mmap_init_lock() out of the header file
Suren Baghdasaryan
1
-6
/
+0
2024-12-02
mm: introduce mmap_lock_speculate_{try_begin|retry}
Suren Baghdasaryan
1
-2
/
+31
2024-12-02
mm: convert mm_lock_seq to a proper seqcount
Suren Baghdasaryan
1
-19
/
+36
2024-04-25
mm: use rwsem assertion macros for mmap_lock
Matthew Wilcox (Oracle)
1
-6
/
+4
2023-08-18
mm: don't drop VMA locks in mm_drop_all_locks()
Jann Horn
1
-0
/
+8
2023-08-18
mm: delete mmap_write_trylock() and vma_try_start_write()
Hugh Dickins
1
-10
/
+0
2023-07-27
mm: fix memory ordering for mm_lock_seq and vm_lock_seq
Jann Horn
1
-2
/
+8
2023-04-05
mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
1
-0
/
+13
2023-04-05
mm: move mmap_lock assert function definitions
Suren Baghdasaryan
1
-12
/
+12
2021-09-16
Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-9
/
+0
2021-09-10
bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()
Yonghong Song
1
-9
/
+0
2021-09-08
mmap_lock: change trace and locking order
Liam Howlett
1
-4
/
+4
2020-12-15
mm: mmap_lock: add tracepoints around lock acquisition
Axel Rasmussen
1
-5
/
+89
2020-10-13
mmap locking API: add mmap_lock_is_contended()
Chinwen Chang
1
-0
/
+5
2020-06-09
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
1
-19
/
+19
2020-06-09
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
1
-0
/
+14
2020-06-09
mmap locking API: add MMAP_LOCK_INITIALIZER
Michel Lespinasse
1
-0
/
+3
2020-06-09
mmap locking API: add mmap_read_trylock_non_owner()
Michel Lespinasse
1
-0
/
+14
2020-06-09
mmap locking API: convert nested write lock sites
Michel Lespinasse
1
-0
/
+5
2020-06-09
mmap locking API: initial implementation as rwsem wrappers
Michel Lespinasse
1
-0
/
+54