summaryrefslogtreecommitdiffstats
path: root/mm/mseal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-51/+4
|\
| * mm: remove can_modify_mm()Pedro Falcato2024-09-041-21/+0
| * mseal: replace can_modify_mm_madv with a vma variantPedro Falcato2024-09-041-13/+4
| * mm: move can_modify_vma to mm/vma.hPedro Falcato2024-09-041-17/+0
* | Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-181-1/+1
|\ \ | |/ |/|
| * binfmt_elf: mseal address zeroJeff Xu2024-08-141-1/+1
* | mseal: fix is_madv_discard()Pedro Falcato2024-08-161-3/+11
|/
* mseal: add mseal syscallJeff Xu2024-05-241-0/+307