summaryrefslogtreecommitdiff
path: root/mm/mseal.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-51/+4
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-09-03mm: remove can_modify_mm()Pedro Falcato1-21/+0
2024-09-03mseal: replace can_modify_mm_madv with a vma variantPedro Falcato1-13/+4
2024-09-03mm: move can_modify_vma to mm/vma.hPedro Falcato1-17/+0
2024-08-15mseal: fix is_madv_discard()Pedro Falcato1-3/+11
2024-08-14binfmt_elf: mseal address zeroJeff Xu1-1/+1
2024-05-23mseal: add mseal syscallJeff Xu1-0/+307