index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mseal.c
Age
Commit message (
Expand
)
Author
2025-11-20
mm: update vma_modify_flags() to handle residual flags, document
Lorenzo Stoakes
2025-08-02
mm/mseal: rework mseal apply logic
Lorenzo Stoakes
2025-08-02
mm/mseal: simplify and rename VMA gap check
Lorenzo Stoakes
2025-08-02
mm/mseal: small cleanups
Lorenzo Stoakes
2025-08-02
mm/mseal: update madvise() logic
Lorenzo Stoakes
2025-01-13
mseal: remove can_do_mseal()
Jeff Xu
2024-11-11
mm: madvise: implement lightweight guard page mechanism
Lorenzo Stoakes
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-18
Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-09-03
mm: remove can_modify_mm()
Pedro Falcato
2024-09-03
mseal: replace can_modify_mm_madv with a vma variant
Pedro Falcato
2024-09-03
mm: move can_modify_vma to mm/vma.h
Pedro Falcato
2024-08-15
mseal: fix is_madv_discard()
Pedro Falcato
2024-08-14
binfmt_elf: mseal address zero
Jeff Xu
2024-05-23
mseal: add mseal syscall
Jeff Xu