aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memfd.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()David Hildenbrand1-29/+18
2023-10-04memfd: drop warning for missing exec-related flagsAleksa Sarai1-6/+0
2023-09-05revert "memfd: improve userspace warnings for missing exec-related flags".Andrew Morton1-1/+1
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai1-1/+2
2023-08-21memfd: improve userspace warnings for missing exec-related flagsAleksa Sarai1-1/+1
2023-08-21memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai1-19/+11
2023-08-18mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu1-24/+33
2023-06-19memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu1-3/+6
2023-04-18memfd: pass argument of memfd_fcntl as intLuca Vizzarro1-5/+1
2023-01-18mm/memfd: add write seals when apply SEAL_EXEC to executable memfdJeff Xu1-0/+6
2023-01-18mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXECJeff Xu1-2/+46
2023-01-18mm/memfd: add F_SEAL_EXECDaniel Verkamp1-0/+2
2022-03-05memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins1-12/+28
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru1-3/+1
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-2/+2
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)1-0/+2
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds1-2/+0
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox1-0/+2
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)1-1/+2
2018-10-21memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox1-26/+18
2018-10-21memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox1-36/+25
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-1/+1
2018-06-07mm: restructure memfd codeMike Kravetz1-0/+345