summaryrefslogtreecommitdiffstats
path: root/security/selinux
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+3
2026-04-13Merge tag 'selinux-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-64/+189
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+5
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)-1/+3
2026-04-03selinux: fix overlayfs mmap() and mprotect() access checksPaul Moore-64/+189
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-5/+5
2026-03-06selinux: Use simple_start_creating() / simple_done_creating()NeilBrown-9/+8
2026-02-23selinux: annotate intentional data race in inode_doinit_with_dentry()Christian Göttsche-1/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-7/+7
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-36/+36
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-70/+67
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-14selinux: drop the BUG() in cred_has_capability()Paul Moore-1/+0
2026-01-14selinux: fix a capabilities parsing typo in selinux_bpf_token_capable()Paul Moore-1/+1
2026-01-13selinux: add support for BPF token access controlEric Suen-4/+131
2026-01-13selinux: move the selinux_blob_sizes structPaul Moore-21/+21
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-107/+78
2025-12-03Merge tag 'integrity-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+3
2025-12-03Merge tag 'selinux-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-45/+96
2025-12-03Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-41/+108
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds-2/+13
2025-11-20selinux: rename the cred_security_struct variables to "crsec"Paul Moore-117/+117
2025-11-20selinux: move avdcache to per-task security structStephen Smalley-15/+30
2025-11-20selinux: rename task_security_struct to cred_security_structStephen Smalley-38/+38
2025-11-19ima: Access decompressed kernel module to verify appended signatureCoiby Xu-2/+3
2025-11-16convert selinuxfsAl Viro-4/+6
2025-11-16selinuxfs: new helper for attaching files to treeAl Viro-94/+66
2025-11-16selinuxfs: don't stash the dentry of /policy_capabilitiesAl Viro-12/+9
2025-11-14Add start_renaming_two_dentries()NeilBrown-2/+13
2025-10-23selinux: improve bucket distribution uniformity of avc_hash()Hongru Zhang-6/+14
2025-10-23selinux: Move avtab_hash() to a shared location for future reuseHongru Zhang-40/+47
2025-10-23selinux: Introduce a new config to make avc cache slot size adjustableHongru Zhang-3/+14
2025-10-22memfd,selinux: call security_inode_init_security_anon()Thiébaud Weksteen-5/+30
2025-10-22selinux: move initcalls to the LSM frameworkPaul Moore-40/+107
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore-1/+1
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+1
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-46/+30
2025-09-30Merge tag 'selinux-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-25/+22
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+5
2025-09-15security_dentry_init_security(): constify qstr argumentAl Viro-1/+1
2025-09-07selinux: enable per-file labeling for functionfsNeill Kapron-2/+14
2025-09-03selinux: fix sel_read_bool() allocation and error handlingStephen Smalley-13/+5
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster-1/+1
2025-08-30audit: add record for multiple object contextsCasey Schaufler-1/+3
2025-08-30audit: add record for multiple task security contextsCasey Schaufler-0/+3
2025-08-12selinux: Remove redundant __GFP_NOWARNQianfeng Rong-7/+6
2025-08-11lsm,selinux: Add LSM blob support for BPF objectsBlaise Boscaccy-46/+30