summaryrefslogtreecommitdiff
path: root/include/linux/mmap_lock.h
AgeCommit message (Expand)Author
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn
2023-08-18mm: delete mmap_write_trylock() and vma_try_start_write()Hugh Dickins
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan
2023-04-05mm: move mmap_lock assert function definitionsSuren Baghdasaryan
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-10bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Yonghong Song
2021-09-08mmap_lock: change trace and locking orderLiam Howlett
2020-12-15mm: mmap_lock: add tracepoints around lock acquisitionAxel Rasmussen
2020-10-13mmap locking API: add mmap_lock_is_contended()Chinwen Chang
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse
2020-06-09mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse
2020-06-09mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse