Age | Commit message (Expand) | Author | Files | Lines |
2023-02-24 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2023-02-10 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
2023-02-03 | mm/secretmem: remove redundant initiialization of pointer file | Colin Ian King | 1 | -1/+1 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2022-10-04 | mm/secretmem: remove reduntant return value | Xiu Jianfeng | 1 | -4/+2 |
2022-10-04 | mm/secretmem: add __init annotation to secretmem_init() | Xiu Jianfeng | 1 | -1/+1 |
2022-09-12 | mm: fix dereferencing possible ERR_PTR | Binyi Han | 1 | -1/+1 |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -10/+3 |
2022-08-03 | Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+9 |
2022-08-02 | secretmem: Convert to migrate_folio | Matthew Wilcox (Oracle) | 1 | -4/+3 |
2022-08-02 | secretmem: Remove isolate_page | Matthew Wilcox (Oracle) | 1 | -6/+0 |
2022-07-19 | secretmem: fix unhandled fault in truncate | Mike Rapoport | 1 | -7/+26 |
2022-06-13 | mm: create security context for memfd_secret inodes | Christian Göttsche | 1 | -0/+9 |
2022-05-10 | secretmem: Convert to free_folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2022-04-16 | mm/secretmem: fix panic when growing a memfd_secret | Axel Rasmussen | 1 | -0/+17 |
2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-10-29 | mm/secretmem: avoid letting secretmem_users drop to zero | Kees Cook | 1 | -1/+1 |
2021-10-25 | secretmem: Prevent secretmem_users from wrapping to zero | Matthew Wilcox (Oracle) | 1 | -0/+2 |
2021-10-24 | Revert "mm/secretmem: use refcount_t instead of atomic_t" | Linus Torvalds | 1 | -5/+4 |
2021-09-08 | mm/secretmem: use refcount_t instead of atomic_t | Jordy Zomer | 1 | -4/+5 |
2021-07-24 | mm/secretmem: wire up ->set_page_dirty | Mike Rapoport | 1 | -0/+1 |
2021-07-08 | PM: hibernate: disable when there are active secretmem users | Mike Rapoport | 1 | -0/+15 |
2021-07-08 | mm: introduce memfd_secret system call to create "secret" memory areas | Mike Rapoport | 1 | -0/+239 |