summaryrefslogtreecommitdiffstats
path: root/mm/memfd.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()David Hildenbrand2024-03-041-29/+18
* memfd: drop warning for missing exec-related flagsAleksa Sarai2023-10-041-6/+0
* revert "memfd: improve userspace warnings for missing exec-related flags".Andrew Morton2023-09-051-1/+1
* memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai2023-08-211-1/+2
* memfd: improve userspace warnings for missing exec-related flagsAleksa Sarai2023-08-211-1/+1
* memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai2023-08-211-19/+11
* mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu2023-08-181-24/+33
* memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu2023-06-191-3/+6
* memfd: pass argument of memfd_fcntl as intLuca Vizzarro2023-04-181-5/+1
* mm/memfd: add write seals when apply SEAL_EXEC to executable memfdJeff Xu2023-01-181-0/+6
* mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXECJeff Xu2023-01-181-2/+46
* mm/memfd: add F_SEAL_EXECDaniel Verkamp2023-01-181-0/+2
* memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-051-12/+28
* mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-091-3/+1
* Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-2/+2
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-0/+2
* Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-051-2/+0
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-141-0/+2
* mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2019-03-051-1/+2
* memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox2018-10-211-26/+18
* memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox2018-10-211-36/+25
* alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-1/+1
* mm: restructure memfd codeMike Kravetz2018-06-071-0/+345