summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2025-12-14Merge tag 'tomoyo-pr-20251212' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds-7/+2
2025-12-06Merge tag 'landlock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+59
2025-12-05Merge tag 'tpmdd-sessions-next-6.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-8/+33
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-134/+101
2025-12-05tpm2-sessions: Open code tpm_buf_append_hmac_session()Jarkko Sakkinen-2/+10
2025-12-05tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen-6/+23
2025-12-04Merge tag 'caps-pr-20251204' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-12/+22
2025-12-03KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2Jarkko Sakkinen-19/+7
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+108
2025-12-03Merge tag 'ipe-pr-20251202' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+33
2025-12-03Merge tag 'integrity-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-24/+106
2025-12-03Merge tag 'Smack-for-6.19' of https://github.com/cschaufler/smack-nextLinus Torvalds-116/+262
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-714/+977
2025-12-03Merge tag 'keys-trusted-next-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-21/+8
2025-12-03Merge tag 'keys-next-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+7
2025-12-02ipe: Add AT_EXECVE_CHECK support for script enforcementYanzhu Huang-0/+32
2025-12-02ipe: Drop a duplicated CONFIG_ prefix in the ifdefferyBorislav Petkov (AMD)-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds-6/+17
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-12-01tomoyo: Use local kmap in tomoyo_dump_page()Davidlohr Bueso-7/+2
2025-11-29KEYS: trusted: Fix a memory leak in tpm2_load_cmdJarkko Sakkinen-2/+4
2025-11-29KEYS: trusted: Replace a redundant instance of tpm2_hash_mapJarkko Sakkinen-19/+4
2025-11-28landlock: Improve variable scopeMickaël Salaün-2/+3
2025-11-28landlock: Fix handling of disconnected directoriesMickaël Salaün-12/+44
2025-11-27keys: Replace deprecated strncpy in ecryptfs_fill_auth_tokThorsten Blum-2/+1
2025-11-27keys: Remove redundant less-than-zero checksThorsten Blum-6/+6
2025-11-26landlock: Minor comments improvementsTingmao Wang-4/+13
2025-11-22Merge tag 'selinux-pr-20251121' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-129/+144
2025-11-21ima: Handle error code returned by ima_filter_rule_match()Zhao Yipeng-1/+1
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-19lsm: use unrcu_pointer() for current->cred in security_init()Paul Moore-1/+2
2025-11-19ima: Access decompressed kernel module to verify appended signatureCoiby Xu-11/+22
2025-11-18Clarify the rootid_owns_currentnsSerge Hallyn-12/+22
2025-11-17d_make_discardable(): warn if given a non-persistent dentryAl Viro-4/+9
2025-11-17convert securityfsAl Viro-21/+12
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-16convert smackfsAl Viro-1/+1
2025-11-16configfs, securityfs: kill_litter_super() not neededAl Viro-1/+1
2025-11-14Add start_renaming_two_dentries()NeilBrown-2/+13
2025-11-14VFS: introduce start_removing_dentry()NeilBrown-4/+4
2025-11-12landlock: fix splats from iput() after it started calling might_sleep()Mateusz Guzik-4/+3
2025-11-11device_cgroup: Refactor devcgroup_seq_show to use seq_put* helpersThorsten Blum-31/+25
2025-11-11Smack: function parameter 'gfp' not describedCasey Schaufler-0/+1
2025-11-04cred: make init_cred staticChristian Brauner-1/+1