index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mmap_lock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: use rwsem assertion macros for mmap_lock
Matthew Wilcox (Oracle)
2024-04-25
1
-6
/
+4
*
mm: don't drop VMA locks in mm_drop_all_locks()
Jann Horn
2023-08-18
1
-0
/
+8
*
mm: delete mmap_write_trylock() and vma_try_start_write()
Hugh Dickins
2023-08-18
1
-10
/
+0
*
mm: fix memory ordering for mm_lock_seq and vm_lock_seq
Jann Horn
2023-07-27
1
-2
/
+8
*
mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
2023-04-05
1
-0
/
+13
*
mm: move mmap_lock assert function definitions
Suren Baghdasaryan
2023-04-05
1
-12
/
+12
*
Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-09-16
1
-9
/
+0
|
\
|
*
bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()
Yonghong Song
2021-09-10
1
-9
/
+0
*
|
mmap_lock: change trace and locking order
Liam Howlett
2021-09-08
1
-4
/
+4
|
/
*
mm: mmap_lock: add tracepoints around lock acquisition
Axel Rasmussen
2020-12-15
1
-5
/
+89
*
mmap locking API: add mmap_lock_is_contended()
Chinwen Chang
2020-10-13
1
-0
/
+5
*
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
2020-06-09
1
-19
/
+19
*
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
2020-06-09
1
-0
/
+14
*
mmap locking API: add MMAP_LOCK_INITIALIZER
Michel Lespinasse
2020-06-09
1
-0
/
+3
*
mmap locking API: add mmap_read_trylock_non_owner()
Michel Lespinasse
2020-06-09
1
-0
/
+14
*
mmap locking API: convert nested write lock sites
Michel Lespinasse
2020-06-09
1
-0
/
+5
*
mmap locking API: initial implementation as rwsem wrappers
Michel Lespinasse
2020-06-09
1
-0
/
+54