summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-20/+26
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-35/+16
2026-04-13proc: make PROC_MEM_FORCE_PTRACE the Kconfig defaultLinus Torvalds1-4/+2
2026-03-26Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-26/+78
2026-03-20xen/privcmd: add boot control for restricted usage in domUJuergen Gross1-0/+1
2026-03-17EVM: add comment describing why ino field is still unsigned longJeff Layton1-0/+6
2026-03-10landlock: Clean up interrupted thread logic in TSYNCYihan Ding1-7/+13
2026-03-10landlock: Serialize TSYNC thread restrictionYihan Ding1-1/+11
2026-03-10apparmor: fix race between freeing data and fs accessing itJohn Johansen7-101/+153
2026-03-10apparmor: fix race on rawdata dereferenceJohn Johansen4-57/+93
2026-03-10apparmor: fix differential encoding verificationJohn Johansen2-4/+20
2026-03-10apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen3-9/+43
2026-03-10apparmor: Fix double free of ns_name in aa_replace_profiles()John Johansen1-0/+1
2026-03-10apparmor: fix missing bounds check on DEFAULT table in verify_dfa()Massimiliano Pellizzer1-2/+3
2026-03-10apparmor: fix side-effect bug in match_char() macro usageMassimiliano Pellizzer1-10/+20
2026-03-10apparmor: fix: limit the number of levels of policy namespacesJohn Johansen2-0/+4
2026-03-10apparmor: replace recursive profile removal with iterative approachMassimiliano Pellizzer1-3/+27
2026-03-10apparmor: fix memory leak in verify_headerMassimiliano Pellizzer1-1/+0
2026-03-10apparmor: validate DFA start states are in bounds in unpack_pdbMassimiliano Pellizzer1-1/+11
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton6-20/+20
2026-03-06selinux: Use simple_start_creating() / simple_done_creating()NeilBrown1-9/+8
2026-03-06Apparmor: Use simple_start_creating() / simple_done_creating()NeilBrown1-27/+8
2026-03-04landlock: Improve TSYNC typesMickaël Salaün1-5/+8
2026-03-04landlock: Fully release unused TSYNC work entriesMickaël Salaün1-6/+41
2026-03-04landlock: Fix formattingMickaël Salaün2-7/+5
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-9/+8
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-8/+4
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds4-4/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds36-87/+87
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook59-168/+166
2026-02-21Merge tag 'apparmor-pr-2026-02-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-240/+687
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-02-18apparmor: fix signedness bug in unpack_tags()Massimiliano Pellizzer1-1/+1
2026-02-18Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-21/+16
2026-02-14Merge tag 'caps-pr-20260213' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+309
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds9-0/+43
2026-02-12Merge tag 'landlock-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-377/+960
2026-02-12Merge tag 'integrity-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds4-28/+30
2026-02-12Merge tag 'Smack-for-7.0' of https://github.com/cschaufler/smack-nextLinus Torvalds2-30/+51
2026-02-11Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-1/+205
2026-02-11Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+7
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-50/+123
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-10landlock: Transpose the layer masks data structureGünther Noack9-341/+272
2026-02-10landlock: Add access_mask_subset() helperGünther Noack2-2/+9
2026-02-09Merge tag 'selinux-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-25/+151
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-02-06landlock: Add errata documentation sectionSamasth Norway Ananda4-1/+28
2026-02-06landlock: Refactor TCP socket type checkMatthieu Buffet1-5/+16