| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-22 | apparmor: make str table more generic and be able to have multiple entries | John Johansen | 5 | -46/+90 |
| 2026-01-22 | apparmor: Fix & Optimize table creation from possibly unaligned memory | Helge Deller | 2 | -9/+10 |
| 2026-01-22 | AppArmor: Allow apparmor to handle unaligned dfa tables | Helge Deller | 1 | -7/+8 |
| 2026-01-22 | apparmor: Replace deprecated strcpy with memcpy in gen_symlink_name | Thorsten Blum | 1 | -4/+8 |
| 2026-01-22 | apparmor: fix NULL sock in aa_sock_file_perm | John Johansen | 1 | -2/+4 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 8 | -0/+8 |
| 2026-01-18 | Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -64/+87 |
| 2026-01-18 | apparmor: fix NULL pointer dereference in __unix_needs_revalidation | System Administrator | 1 | -0/+3 |
| 2026-01-18 | apparmor: Replace deprecated strcpy in d_namespace_path | Thorsten Blum | 1 | -5/+8 |
| 2026-01-18 | apparmor: Replace sprintf/strcpy with scnprintf/strscpy in aa_policy_init | Thorsten Blum | 1 | -9/+7 |
| 2026-01-16 | apparmor: replace sprintf with snprintf in aa_new_learning_profile | Thorsten Blum | 1 | -6/+9 |
| 2026-01-14 | selinux: drop the BUG() in cred_has_capability() | Paul Moore | 1 | -1/+0 |
| 2026-01-14 | selinux: fix a capabilities parsing typo in selinux_bpf_token_capable() | Paul Moore | 1 | -1/+1 |
| 2026-01-13 | selinux: add support for BPF token access control | Eric Suen | 6 | -4/+131 |
| 2026-01-13 | selinux: move the selinux_blob_sizes struct | Paul Moore | 1 | -21/+21 |
| 2026-01-09 | security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns | Ryan Foster | 3 | -0/+309 |
| 2026-01-07 | KEYS: trusted: Make use of tee bus methods | Uwe Kleine-König | 1 | -7/+5 |
| 2026-01-07 | KEYS: trusted: Migrate to use tee specific driver registration function | Uwe Kleine-König | 1 | -3/+2 |
| 2026-01-06 | lsm: make keys for static branch static | Ben Dooks | 1 | -1/+1 |
| 2026-01-05 | security/tomoyo: Enable context analysis | Marco Elver | 9 | -49/+122 |
| 2026-01-05 | loadpin: Implement custom proc_handler for enforce | Joel Granados | 1 | -21/+16 |
| 2025-12-30 | smack: /smack/doi: accept previously used values | Konstantin Andreev | 1 | -26/+45 |
| 2025-12-30 | smack: /smack/doi must be > 0 | Konstantin Andreev | 1 | -5/+7 |
| 2025-12-30 | security: smack: fix indentation in smack_access.c | Taimoor Zaeem | 1 | -1/+1 |
| 2025-12-29 | landlock: Improve the comment for domain_is_scoped | Tingmao Wang | 1 | -4/+4 |
| 2025-12-29 | landlock: Optimize stack usage when !CONFIG_AUDIT | Mickaël Salaün | 1 | -2/+9 |
| 2025-12-29 | ima: Fix stack-out-of-bounds in is_bprm_creds_for_exec() | Chris J Arges | 3 | -24/+20 |
| 2025-12-26 | landlock: Fix spelling | Mickaël Salaün | 1 | -1/+1 |
| 2025-12-26 | landlock: Clean up hook_ptrace_access_check() | Mickaël Salaün | 1 | -2/+2 |
| 2025-12-26 | landlock: Improve erratum documentation | Mickaël Salaün | 1 | -1/+1 |
| 2025-12-26 | landlock: Remove useless include | Mickaël Salaün | 1 | -1/+0 |
| 2025-12-26 | landlock: Fix wrong type usage | Tingmao Wang | 1 | -1/+1 |
| 2025-12-26 | landlock: Fix TCP handling of short AF_UNSPEC addresses | Matthieu Buffet | 1 | -51/+67 |
| 2025-12-26 | landlock: Fix formatting | Mickaël Salaün | 1 | -1/+2 |
| 2025-12-23 | kernel/kexec: change the prototype of kimage_map_segment() | Pingfan Liu | 1 | -3/+1 |
| 2025-12-14 | Merge tag 'tomoyo-pr-20251212' of git://git.code.sf.net/p/tomoyo/tomoyo | Linus Torvalds | 1 | -7/+2 |
| 2025-12-06 | Merge tag 'landlock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -17/+59 |
| 2025-12-05 | Merge tag 'tpmdd-sessions-next-6.19-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -8/+33 |
| 2025-12-05 | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -134/+101 |
| 2025-12-05 | tpm2-sessions: Open code tpm_buf_append_hmac_session() | Jarkko Sakkinen | 1 | -2/+10 |
| 2025-12-05 | tpm2-sessions: Fix out of range indexing in name_size | Jarkko Sakkinen | 1 | -6/+23 |
| 2025-12-04 | Merge tag 'caps-pr-20251204' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -12/+22 |
| 2025-12-03 | KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2 | Jarkko Sakkinen | 1 | -19/+7 |
| 2025-12-03 | Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+108 |
| 2025-12-03 | Merge tag 'ipe-pr-20251202' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -1/+33 |
| 2025-12-03 | Merge tag 'integrity-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -23/+105 |
| 2025-12-03 | Merge tag 'Smack-for-6.19' of https://github.com/cschaufler/smack-next | Linus Torvalds | 3 | -115/+261 |
| 2025-12-03 | Merge tag 'selinux-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 9 | -45/+96 |
| 2025-12-03 | Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 51 | -714/+977 |
| 2025-12-03 | Merge tag 'keys-trusted-next-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -21/+8 |
| 2025-12-03 | Merge tag 'keys-next-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -8/+7 |
| 2025-12-02 | ipe: Add AT_EXECVE_CHECK support for script enforcement | Yanzhu Huang | 4 | -0/+32 |
| 2025-12-02 | ipe: Drop a duplicated CONFIG_ prefix in the ifdeffery | Borislav Petkov (AMD) | 1 | -1/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2 | -6/+17 |
| 2025-12-01 | Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-12-01 | tomoyo: Use local kmap in tomoyo_dump_page() | Davidlohr Bueso | 1 | -7/+2 |
| 2025-11-29 | KEYS: trusted: Fix a memory leak in tpm2_load_cmd | Jarkko Sakkinen | 1 | -2/+4 |
| 2025-11-29 | KEYS: trusted: Replace a redundant instance of tpm2_hash_map | Jarkko Sakkinen | 1 | -19/+4 |
| 2025-11-28 | landlock: Improve variable scope | Mickaël Salaün | 1 | -2/+3 |
| 2025-11-28 | landlock: Fix handling of disconnected directories | Mickaël Salaün | 2 | -12/+44 |
| 2025-11-27 | keys: Replace deprecated strncpy in ecryptfs_fill_auth_tok | Thorsten Blum | 1 | -2/+1 |
| 2025-11-27 | keys: Remove redundant less-than-zero checks | Thorsten Blum | 4 | -6/+6 |
| 2025-11-26 | landlock: Minor comments improvements | Tingmao Wang | 3 | -4/+13 |
| 2025-11-22 | Merge tag 'selinux-pr-20251121' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -129/+144 |
| 2025-11-21 | ima: Handle error code returned by ima_filter_rule_match() | Zhao Yipeng | 1 | -1/+1 |
| 2025-11-20 | selinux: rename the cred_security_struct variables to "crsec" | Paul Moore | 2 | -117/+117 |
| 2025-11-20 | selinux: move avdcache to per-task security struct | Stephen Smalley | 2 | -15/+30 |
| 2025-11-20 | selinux: rename task_security_struct to cred_security_struct | Stephen Smalley | 2 | -38/+38 |
| 2025-11-19 | lsm: use unrcu_pointer() for current->cred in security_init() | Paul Moore | 1 | -1/+2 |
| 2025-11-19 | ima: Access decompressed kernel module to verify appended signature | Coiby Xu | 4 | -11/+22 |
| 2025-11-18 | Clarify the rootid_owns_currentns | Serge Hallyn | 1 | -12/+22 |
| 2025-11-17 | d_make_discardable(): warn if given a non-persistent dentry | Al Viro | 1 | -4/+9 |
| 2025-11-17 | convert securityfs | Al Viro | 1 | -21/+12 |
| 2025-11-16 | convert selinuxfs | Al Viro | 1 | -4/+6 |
| 2025-11-16 | selinuxfs: new helper for attaching files to tree | Al Viro | 1 | -94/+66 |
| 2025-11-16 | selinuxfs: don't stash the dentry of /policy_capabilities | Al Viro | 1 | -12/+9 |
| 2025-11-16 | convert smackfs | Al Viro | 1 | -1/+1 |
| 2025-11-16 | configfs, securityfs: kill_litter_super() not needed | Al Viro | 1 | -1/+1 |
| 2025-11-14 | Add start_renaming_two_dentries() | NeilBrown | 1 | -2/+13 |
| 2025-11-14 | VFS: introduce start_removing_dentry() | NeilBrown | 1 | -4/+4 |
| 2025-11-12 | landlock: fix splats from iput() after it started calling might_sleep() | Mateusz Guzik | 1 | -4/+3 |
| 2025-11-11 | device_cgroup: Refactor devcgroup_seq_show to use seq_put* helpers | Thorsten Blum | 1 | -31/+25 |
| 2025-11-11 | Smack: function parameter 'gfp' not described | Casey Schaufler | 1 | -0/+1 |
| 2025-11-04 | cred: make init_cred static | Christian Brauner | 1 | -1/+1 |
| 2025-10-23 | selinux: improve bucket distribution uniformity of avc_hash() | Hongru Zhang | 3 | -6/+14 |
| 2025-10-23 | selinux: Move avtab_hash() to a shared location for future reuse | Hongru Zhang | 2 | -40/+47 |
| 2025-10-23 | selinux: Introduce a new config to make avc cache slot size adjustable | Hongru Zhang | 2 | -3/+14 |
| 2025-10-23 | KEYS: trusted: Pass argument by pointer in dump_options | Herbert Xu | 1 | -5/+5 |
| 2025-10-22 | memfd,selinux: call security_inode_init_security_anon() | Thiébaud Weksteen | 5 | -5/+30 |
| 2025-10-22 | lsm: add a LSM_STARTED_ALL notification event | Paul Moore | 1 | -0/+1 |
| 2025-10-22 | lsm: consolidate all of the LSM framework initcalls | Paul Moore | 4 | -6/+36 |
| 2025-10-22 | selinux: move initcalls to the LSM framework | Paul Moore | 12 | -40/+107 |
| 2025-10-22 | ima,evm: move initcalls to the LSM framework | Roberto Sassu | 6 | -10/+35 |
| 2025-10-22 | lockdown: move initcalls to the LSM framework | Paul Moore | 1 | -2/+1 |
| 2025-10-22 | apparmor: move initcalls to the LSM framework | Paul Moore | 5 | -6/+13 |
| 2025-10-22 | safesetid: move initcalls to the LSM framework | Paul Moore | 3 | -2/+4 |
| 2025-10-22 | tomoyo: move initcalls to the LSM framework | Paul Moore | 3 | -3/+4 |
| 2025-10-22 | smack: move initcalls to the LSM framework | Paul Moore | 4 | -6/+25 |
| 2025-10-22 | ipe: move initcalls to the LSM framework | Paul Moore | 3 | -3/+4 |
| 2025-10-22 | loadpin: move initcalls to the LSM framework | Paul Moore | 1 | -6/+7 |
| 2025-10-22 | lsm: introduce an initcall mechanism into the LSM framework | Paul Moore | 1 | -0/+89 |
| 2025-10-22 | lsm: group lsm_order_parse() with the other lsm_order_*() functions | Paul Moore | 1 | -70/+70 |
| 2025-10-22 | lsm: output available LSMs when debugging | Paul Moore | 1 | -1/+18 |
| 2025-10-22 | lsm: cleanup the debug and console output in lsm_init.c | Paul Moore | 3 | -70/+66 |
| 2025-10-22 | lsm: add/tweak function header comment blocks in lsm_init.c | Paul Moore | 1 | -5/+12 |
| 2025-10-22 | lsm: fold lsm_init_ordered() into security_init() | Paul Moore | 1 | -84/+71 |
| 2025-10-22 | lsm: cleanup initialize_lsm() and rename to lsm_init_single() | Paul Moore | 1 | -10/+15 |
| 2025-10-22 | lsm: cleanup the LSM blob size code | Paul Moore | 1 | -24/+33 |
| 2025-10-22 | lsm: rename/rework ordered_lsm_parse() to lsm_order_parse() | Paul Moore | 1 | -45/+37 |
| 2025-10-22 | lsm: rename/rework append_ordered_lsm() into lsm_order_append() | Paul Moore | 1 | -33/+43 |
| 2025-10-22 | lsm: rename exists_ordered_lsm() to lsm_order_exists() | Paul Moore | 1 | -5/+8 |
| 2025-10-22 | lsm: rework the LSM enable/disable setter/getter functions | Paul Moore | 1 | -31/+31 |
| 2025-10-22 | lsm: get rid of the lsm_names list and do some cleanup | Paul Moore | 2 | -51/+41 |
| 2025-10-22 | lsm: rework lsm_active_cnt and lsm_idlist[] | Paul Moore | 4 | -6/+10 |
| 2025-10-22 | lsm: rename the lsm order variables for consistency | Paul Moore | 1 | -38/+48 |
| 2025-10-22 | lsm: replace the name field with a pointer to the lsm_id struct | Paul Moore | 15 | -41/+32 |
| 2025-10-22 | lsm: rename ordered_lsm_init() to lsm_init_ordered() | Paul Moore | 1 | -5/+5 |
| 2025-10-22 | lsm: integrate lsm_early_cred() and lsm_early_task() into caller | Paul Moore | 1 | -30/+5 |
| 2025-10-22 | lsm: integrate report_lsm_order() code into caller | Paul Moore | 1 | -21/+12 |
| 2025-10-22 | lsm: introduce looping macros for the initialization code | Paul Moore | 1 | -15/+27 |
| 2025-10-22 | lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare() | Paul Moore | 1 | -61/+44 |
| 2025-10-22 | lsm: split the init code out into lsm_init.c | Paul Moore | 4 | -564/+600 |
| 2025-10-22 | lsm: split the notifier code out into lsm_notifier.c | Paul Moore | 3 | -24/+32 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -1/+1 |
| 2025-10-20 | KEYS: trusted: caam based protected key | Meenakshi Aggarwal | 1 | -0/+108 |
| 2025-10-16 | ima: add fs_subtype condition for distinguishing FUSE instances | Jann Horn | 1 | -4/+39 |
| 2025-10-16 | ima: add dont_audit action to suppress audit actions | Jann Horn | 1 | -1/+13 |
| 2025-10-13 | ima: Attach CREDS_CHECK IMA hook to bprm_creds_from_file LSM hook | Roberto Sassu | 1 | -8/+32 |
| 2025-10-05 | Merge tag 'integrity-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -5/+19 |
| 2025-10-04 | Merge tag 'keys-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 4 | -251/+116 |
| 2025-10-04 | security: keys: use menuconfig for KEYS symbol | Randy Dunlap | 1 | -8/+6 |
| 2025-10-04 | KEYS: encrypted: Use SHA-256 library instead of crypto_shash | Eric Biggers | 2 | -55/+11 |
| 2025-10-03 | Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -7/+7 |
| 2025-10-03 | Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 3 | -3/+3 |
| 2025-10-03 | ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr | Coiby Xu | 1 | -5/+18 |
| 2025-10-03 | integrity: Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYS | Eric Biggers | 1 | -0/+1 |
| 2025-10-02 | Merge tag 'bitmap-for-6.18' of https://github.com/norov/linux | Linus Torvalds | 1 | -0/+10 |
| 2025-09-30 | Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -61/+116 |
| 2025-09-30 | Merge tag 'selinux-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -25/+22 |
| 2025-09-30 | Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -2/+29 |
| 2025-09-29 | Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -4/+4 |
| 2025-09-27 | KEYS: trusted_tpm1: Move private functionality out of public header | Eric Biggers | 1 | -8/+72 |
| 2025-09-27 | KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shash | Eric Biggers | 2 | -190/+36 |
| 2025-09-27 | KEYS: trusted_tpm1: Compare HMAC values in constant time | Eric Biggers | 1 | -3/+4 |
| 2025-09-22 | rust: add bitmap API. | Burak Emir | 1 | -0/+10 |
| 2025-09-15 | apparmor/af_unix: constify struct path * arguments | Al Viro | 1 | -7/+7 |
| 2025-09-15 | security_dentry_init_security(): constify qstr argument | Al Viro | 3 | -3/+3 |
| 2025-09-11 | lsm: CONFIG_LSM can depend on CONFIG_SECURITY | Randy Dunlap | 1 | -0/+1 |
| 2025-09-07 | selinux: enable per-file labeling for functionfs | Neill Kapron | 4 | -2/+14 |
| 2025-09-03 | selinux: fix sel_read_bool() allocation and error handling | Stephen Smalley | 1 | -13/+5 |
| 2025-09-01 | copy_process: pass clone_flags as u64 across calltree | Simon Schuster | 4 | -4/+4 |
| 2025-09-01 | fs: add an icount_read helper | Josef Bacik | 1 | -1/+1 |
| 2025-08-30 | audit: add record for multiple object contexts | Casey Schaufler | 2 | -2/+6 |
| 2025-08-30 | audit: add record for multiple task security contexts | Casey Schaufler | 3 | -0/+9 |
| 2025-08-30 | lsm: security_lsmblob_to_secctx module selection | Casey Schaufler | 1 | -2/+16 |
| 2025-08-18 | security: use umax() to improve code | Qianfeng Rong | 1 | -4/+2 |
| 2025-08-12 | selinux: Remove redundant __GFP_NOWARN | Qianfeng Rong | 1 | -7/+6 |
| 2025-08-11 | lsm,selinux: Add LSM blob support for BPF objects | Blaise Boscaccy | 3 | -49/+113 |
| 2025-08-11 | lsm: use lsm_blob_alloc() in lsm_bdev_alloc() | Paul Moore | 1 | -10/+2 |
| 2025-08-11 | selinux: use a consistent method to get full socket from skb | Tianjia Zhang | 1 | -1/+1 |
| 2025-08-11 | selinux: Remove unused function selinux_policycap_netif_wildcard() | Yue Haibing | 1 | -6/+0 |
| 2025-08-04 | Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 38 | -429/+2177 |
| 2025-08-04 | apparmor: fix: oops when trying to free null ruleset | John Johansen | 1 | -1/+4 |
| 2025-07-31 | Merge tag 'integrity-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+26 |
| 2025-07-31 | Merge tag 'caps-pr-20250729' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -12/+8 |
| 2025-07-31 | Merge tag 'ipe-pr-20250728' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -28/+6 |
| 2025-07-30 | apparmor: fix Regression on linux-next (next-20250721) | John Johansen | 1 | -0/+1 |
| 2025-07-30 | apparmor: fix test error: WARNING in apparmor_unix_stream_connect | John Johansen | 1 | -2/+3 |
| 2025-07-30 | apparmor: Remove the unused variable rules | Jiapeng Chong | 1 | -2/+0 |
| 2025-07-29 | Merge tag 'powerpc-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -2/+3 |
| 2025-07-28 | Merge tag 'landlock-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -27/+43 |
| 2025-07-28 | ipe: use SHA-256 library API instead of crypto_shash API | Eric Biggers | 2 | -28/+6 |
| 2025-07-28 | Merge tag 'selinux-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 9 | -5/+72 |
| 2025-07-28 | Merge tag 'lsm-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'libcrypto-conversions-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2 | -75/+13 |
| 2025-07-28 | Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -19/+26 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+44 |
| 2025-07-28 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -2/+1 |
| 2025-07-28 | Merge tag 'pull-securityfs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -177/+73 |
| 2025-07-26 | kstack_erase: Support Clang stack depth tracking | Kees Cook | 1 | -1/+4 |
| 2025-07-21 | stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth | Kees Cook | 1 | -2/+2 |
| 2025-07-21 | stackleak: Rename STACKLEAK to KSTACK_ERASE | Kees Cook | 1 | -16/+20 |
| 2025-07-20 | apparmor: fix: accept2 being specifie even when permission table is presnt | John Johansen | 1 | -1/+2 |
| 2025-07-20 | apparmor: transition from a list of rules to a vector of rules | John Johansen | 15 | -113/+85 |
| 2025-07-20 | apparmor: fix documentation mismatches in val_mask_to_str and socket functions | Peng Jiang | 2 | -3/+23 |
| 2025-07-20 | apparmor: remove redundant perms.allow MAY_EXEC bitflag set | Ryan Lee | 1 | -3/+1 |
| 2025-07-20 | apparmor: fix kernel doc warnings for kernel test robot | John Johansen | 2 | -4/+10 |
| 2025-07-20 | apparmor: Fix unaligned memory accesses in KUnit test | Helge Deller | 1 | -2/+4 |
| 2025-07-20 | apparmor: Fix 8-byte alignment for initial dfa blob streams | Helge Deller | 1 | -2/+2 |
| 2025-07-20 | apparmor: shift uid when mediating af_unix in userns | Gabriel Totev | 1 | -2/+6 |
| 2025-07-20 | apparmor: shift ouid when mediating hard links in userns | Gabriel Totev | 1 | -2/+4 |
| 2025-07-20 | apparmor: make sure unix socket labeling is correctly updated. | John Johansen | 6 | -62/+231 |
| 2025-07-19 | landlock: Fix cosmetic change | Mickaël Salaün | 1 | -0/+1 |
| 2025-07-15 | apparmor: fix regression in fs based unix sockets when using old abi | John Johansen | 2 | -51/+71 |
| 2025-07-15 | apparmor: fix AA_DEBUG_LABEL() | John Johansen | 1 | -1/+1 |
| 2025-07-15 | apparmor: fix af_unix auditing to include all address information | John Johansen | 3 | -10/+18 |
| 2025-07-15 | apparmor: Remove use of the double lock | John Johansen | 5 | -102/+104 |
| 2025-07-15 | apparmor: update kernel doc comments for xxx_label_crit_section | John Johansen | 1 | -0/+8 |
| 2025-07-15 | apparmor: make __begin_current_label_crit_section() indicate whether put is n... | Mateusz Guzik | 3 | -41/+67 |