aboutsummaryrefslogtreecommitdiffstats
path: root/mm/secretmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28mm/secretmem: avoid letting secretmem_users drop to zeroKees Cook1-1/+1
2021-10-25secretmem: Prevent secretmem_users from wrapping to zeroMatthew Wilcox (Oracle)1-0/+2
2021-10-24Revert "mm/secretmem: use refcount_t instead of atomic_t"Linus Torvalds1-5/+4
2021-09-08mm/secretmem: use refcount_t instead of atomic_tJordy Zomer1-4/+5
2021-07-23mm/secretmem: wire up ->set_page_dirtyMike Rapoport1-0/+1
2021-07-08PM: hibernate: disable when there are active secretmem usersMike Rapoport1-0/+15
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport1-0/+239