aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memfd.c
AgeCommit message (Expand)Author
2023-09-13revert "memfd: improve userspace warnings for missing exec-related flags".Andrew Morton
2023-09-13memfd: improve userspace warnings for missing exec-related flagsAleksa Sarai
2023-09-13memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai
2023-09-13memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai
2023-09-13mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu
2023-06-19memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu
2023-04-18memfd: pass argument of memfd_fcntl as intLuca Vizzarro
2023-01-18mm/memfd: add write seals when apply SEAL_EXEC to executable memfdJeff Xu
2023-01-18mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXECJeff Xu
2023-01-18mm/memfd: add F_SEAL_EXECDaniel Verkamp
2022-03-05memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)
2018-10-21memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox
2018-10-21memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-06-07mm: restructure memfd codeMike Kravetz