| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-30 | Merge tag 'lsm-pr-20241129' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+5 |
| 2024-11-26 | ima: uncover hidden variable in ima_match_rules() | Casey Schaufler | 1 | -4/+5 |
| 2024-11-26 | apparmor: lift new_profile declaration to remove C23 extension warning | John Johansen | 1 | -2/+1 |
| 2024-11-26 | apparmor: replace misleading 'scrubbing environment' phrase in debug print | Ryan Lee | 1 | -8/+8 |
| 2024-11-26 | parser: drop dead code for XXX_comb macros | John Johansen | 1 | -24/+0 |
| 2024-11-26 | apparmor: Remove unused parameter L1 in macro next_comb | Jinjie Ruan | 1 | -2/+2 |
| 2024-11-26 | apparmor: audit_cap dedup based on subj_cred instead of profile | Ryan Lee | 1 | -6/+4 |
| 2024-11-26 | apparmor: add a cache entry expiration time aging out capability audit cache | Ryan Lee | 1 | -3/+8 |
| 2024-11-26 | apparmor: document capability.c:profile_capable ad ptr not being NULL | Ryan Lee | 1 | -1/+1 |
| 2024-11-26 | apparmor: fix 'Do simple duplicate message elimination' | chao liu | 1 | -0/+2 |
| 2024-11-26 | apparmor: document first entry is in packed perms struct is reserved | John Johansen | 1 | -1/+4 |
| 2024-11-26 | apparmor: test: Fix memory leak for aa_unpack_strdup() | Jinjie Ruan | 1 | -0/+6 |
| 2024-11-26 | apparmor: Remove deadcode | Dr. David Alan Gilbert | 9 | -146/+0 |
| 2024-11-26 | apparmor: Remove unnecessary NULL check before kvfree() | Thorsten Blum | 1 | -2/+1 |
| 2024-11-26 | apparmor: domain: clean up duplicated parts of handle_onexec() | Leesoo Ahn | 1 | -26/+12 |
| 2024-11-26 | apparmor: Use IS_ERR_OR_NULL() helper function | Hongbo Li | 1 | -1/+1 |
| 2024-11-26 | apparmor: add support for 2^24 states to the dfa state machine. | John Johansen | 3 | -25/+83 |
| 2024-11-26 | apparmor: properly handle cx/px lookup failure for complain | Ryan Lee | 1 | -2/+7 |
| 2024-11-26 | apparmor: allocate xmatch for nullpdb inside aa_alloc_null | Ryan Lee | 1 | -0/+1 |
| 2024-11-25 | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -3/+3 |
| 2024-11-21 | Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -8/+1 |
| 2024-11-19 | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -3/+3 |
| 2024-11-18 | Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 16 | -150/+252 |
| 2024-11-18 | Merge tag 'selinux-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 13 | -197/+431 |
| 2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 3 | -42/+18 |
| 2024-11-18 | Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -1/+0 |
| 2024-11-12 | Merge tag 'integrity-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -5/+16 |
| 2024-11-12 | Merge tag 'landlock-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -57/+96 |
| 2024-11-09 | landlock: Optimize scope enforcement | Mickaël Salaün | 1 | -3/+15 |
| 2024-11-09 | landlock: Refactor network access mask management | Mickaël Salaün | 1 | -22/+6 |
| 2024-11-09 | landlock: Refactor filesystem access mask management | Mickaël Salaün | 3 | -32/+75 |
| 2024-11-05 | security: replace memcpy() with get_task_comm() | Yafang Shao | 2 | -3/+3 |
| 2024-11-04 | KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operation | David Gstir | 1 | -4/+5 |
| 2024-11-04 | security/keys: fix slab-out-of-bounds in key_task_permission | Chen Ridong | 1 | -2/+5 |
| 2024-11-03 | fdget(), more trivial conversions | Al Viro | 2 | -11/+4 |
| 2024-11-03 | fdget(), trivial conversions | Al Viro | 1 | -18/+8 |
| 2024-11-03 | fdget_raw() users: switch to CLASS(fd_raw) | Al Viro | 1 | -13/+6 |
| 2024-10-18 | ipe: fallback to platform keyring also if key in trusted keyring is rejected | Luca Boccassi | 1 | -1/+1 |
| 2024-10-17 | ipe: allow secondary and platform keyrings to install/update policies | Luca Boccassi | 2 | -1/+32 |
| 2024-10-17 | ipe: also reject policy updates with the same version | Luca Boccassi | 1 | -1/+1 |
| 2024-10-17 | ipe: return -ESTALE instead of -EINVAL on update when new policy has a lower ... | Luca Boccassi | 1 | -1/+1 |
| 2024-10-14 | fsnotify, lsm: Decouple fsnotify from lsm | Song Liu | 1 | -8/+1 |
| 2024-10-11 | lsm: remove lsm_prop scaffolding | Casey Schaufler | 6 | -64/+7 |
| 2024-10-11 | netlabel,smack: use lsm_prop for audit data | Casey Schaufler | 1 | -3/+1 |
| 2024-10-11 | lsm: create new security_cred_getlsmprop LSM hook | Casey Schaufler | 4 | -5/+43 |
| 2024-10-11 | lsm: use lsm_prop in security_inode_getsecid | Casey Schaufler | 4 | -19/+22 |
| 2024-10-11 | lsm: use lsm_prop in security_current_getsecid | Casey Schaufler | 9 | -81/+100 |
| 2024-10-11 | lsm: use lsm_prop in security_ipc_getsecid | Casey Schaufler | 3 | -17/+22 |
| 2024-10-11 | lsm: add lsmprop_to_secctx hook | Casey Schaufler | 7 | -10/+89 |
| 2024-10-11 | lsm: use lsm_prop in security_audit_rule_match | Casey Schaufler | 8 | -19/+36 |
| 2024-10-09 | integrity: Use static_assert() to check struct sizes | Gustavo A. R. Silva | 1 | -0/+4 |
| 2024-10-09 | evm: stop avoidably reading i_writecount in evm_file_release | Mateusz Guzik | 1 | -1/+2 |
| 2024-10-09 | ima: fix buffer overrun in ima_eventdigest_init_common | Samasth Norway Ananda | 1 | -4/+10 |
| 2024-10-09 | bcachefs: do not use PF_MEMALLOC_NORECLAIM | Michal Hocko | 1 | -4/+6 |
| 2024-10-07 | selinux: Deprecate /sys/fs/selinux/user | Stephen Smalley | 1 | -0/+4 |
| 2024-10-07 | selinux: apply clang format to security/selinux/nlmsgtab.c | Paul Moore | 1 | -118/+118 |
| 2024-10-07 | selinux: streamline selinux_nlmsg_lookup() | Paul Moore | 1 | -50/+38 |
| 2024-10-07 | selinux: Add netlink xperm support | Thiébaud Weksteen | 8 | -51/+126 |
| 2024-10-07 | remove pointless includes of <linux/fdtable.h> | Al Viro | 1 | -1/+0 |
| 2024-10-05 | Merge tag 'hardening-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2024-10-05 | Merge tag 'lsm-pr-20241004' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 11 | -577/+118 |
| 2024-10-05 | crypto: rsassa-pkcs1 - Migrate to sig_alg backend | Lukas Wunner | 1 | -3/+3 |
| 2024-10-04 | tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM support | Paul Moore | 11 | -577/+118 |
| 2024-10-03 | selinux: move genheaders to security/selinux/ | Masahiro Yamada | 3 | -2/+160 |
| 2024-10-03 | selinux: do not include <linux/*.h> headers from host programs | Masahiro Yamada | 2 | -3/+12 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
| 2024-09-28 | hardening: Adjust dependencies in selection of MODVERSIONS | Nathan Chancellor | 1 | -2/+2 |
| 2024-09-27 | Merge tag 'tomoyo-pr-20240927' of git://git.code.sf.net/p/tomoyo/tomoyo | Linus Torvalds | 12 | -121/+583 |
| 2024-09-25 | tomoyo: fallback to realpath if symlink's pathname does not exist | Tetsuo Handa | 1 | -3/+6 |
| 2024-09-24 | Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+2 |
| 2024-09-24 | Merge tag 'landlock-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -9/+269 |
| 2024-09-24 | Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -11/+5 |
| 2024-09-24 | tomoyo: allow building as a loadable LSM module | Tetsuo Handa | 8 | -4/+467 |
| 2024-09-23 | ipe: Add missing terminator to list of unit tests | Guenter Roeck | 1 | -0/+1 |
| 2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -15/+15 |
| 2024-09-23 | tomoyo: preparation step for building as a loadable LSM module | Tetsuo Handa | 6 | -116/+112 |
| 2024-09-21 | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -1/+0 |
| 2024-09-19 | selinux,smack: properly reference the LSM blob in security_watch_key() | Paul Moore | 2 | -11/+4 |
| 2024-09-19 | Merge tag 'Smack-for-6.12' of https://github.com/cschaufler/smack-next | Linus Torvalds | 2 | -3/+3 |
| 2024-09-16 | landlock: Add signal scoping | Tahera Fahimi | 5 | -2/+90 |
| 2024-09-16 | landlock: Add abstract UNIX socket scoping | Tahera Fahimi | 5 | -8/+180 |
| 2024-09-16 | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 41 | -409/+4127 |
| 2024-09-16 | Merge tag 'selinux-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -76/+68 |
| 2024-09-16 | Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+32 |
| 2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2 | -2/+2 |
| 2024-09-12 | security,bpf: constify struct path in bpf_token_create() LSM hook | Andrii Nakryiko | 2 | -2/+2 |
| 2024-09-11 | bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0 | Song Liu | 1 | -1/+0 |
| 2024-09-09 | security: Update file_set_fowner documentation | Mickaël Salaün | 1 | -0/+2 |
| 2024-09-03 | selinux: fix style problems in security/selinux/include/audit.h | Paul Moore | 1 | -23/+23 |
| 2024-09-03 | smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso | Jiawei Ye | 1 | -1/+1 |
| 2024-09-01 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/... | Linus Torvalds | 1 | -3/+3 |
| 2024-08-31 | Merge tag 'lsm-pr-20240830' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -4/+4 |
| 2024-08-30 | proc: add config & param to block forcing mem writes | Adrian Ratiu | 1 | -0/+32 |
| 2024-08-29 | lsm: Use IS_ERR_OR_NULL() helper function | Hongbo Li | 1 | -1/+1 |
| 2024-08-28 | selinux,smack: don't bypass permissions check in inode_setsecctx hook | Scott Mayhew | 2 | -4/+4 |
| 2024-08-28 | selinux: simplify avc_xperms_audit_required() | Zhen Lei | 1 | -2/+2 |
| 2024-08-28 | selinux: mark both IPv4 and IPv6 accepted connection sockets as labeled | Guido Trentalancia | 1 | -1/+1 |
| 2024-08-28 | file: reclaim 24 bytes from f_owner | Christian Brauner | 2 | -2/+2 |
| 2024-08-27 | selinux: replace kmem_cache_create() with KMEM_CACHE() | Eric Suen | 4 | -23/+8 |
| 2024-08-26 | lsm: remove LSM_COUNT and LSM_CONFIG_COUNT | Tetsuo Handa | 1 | -33/+4 |
| 2024-08-26 | selinux: annotate false positive data race to avoid KCSAN warnings | Stephen Smalley | 1 | -1/+6 |
| 2024-08-25 | apparmor: fix policy_unpack_test on big endian systems | Guenter Roeck | 1 | -3/+3 |
| 2024-08-22 | security: smack: Fix indentation in smack_netfilter.c | GiSeong Ji | 1 | -2/+2 |
| 2024-08-22 | ipe: Remove duplicated include in ipe.c | Yang Li | 1 | -1/+0 |
| 2024-08-22 | lsm: replace indirect LSM hook calls with static calls | KP Singh | 1 | -64/+155 |
| 2024-08-20 | ipe: kunit test for parser | Deven Bowers | 3 | -0/+316 |
| 2024-08-20 | scripts: add boot policy generation program | Deven Bowers | 5 | -0/+43 |
| 2024-08-20 | ipe: enable support for fs-verity as a trust provider | Fan Wu | 10 | -1/+237 |
| 2024-08-20 | lsm: add security_inode_setintegrity() hook | Fan Wu | 1 | -0/+20 |
| 2024-08-20 | ipe: add support for dm-verity as a trust provider | Deven Bowers | 14 | -15/+460 |
| 2024-08-20 | block,lsm: add LSM blob and new LSM hooks for block devices | Deven Bowers | 1 | -0/+103 |
| 2024-08-20 | ipe: add permissive toggle | Deven Bowers | 5 | -4/+102 |
| 2024-08-20 | audit,ipe: add IPE auditing support | Deven Bowers | 10 | -18/+381 |
| 2024-08-20 | ipe: add userspace interface | Deven Bowers | 8 | -0/+727 |
| 2024-08-20 | lsm: add new securityfs delete function | Fan Wu | 1 | -0/+25 |
| 2024-08-20 | ipe: introduce 'boot_verified' as a trust provider | Fan Wu | 8 | -6/+101 |
| 2024-08-20 | initramfs,lsm: add a security hook to do_populate_rootfs() | Fan Wu | 1 | -0/+10 |
| 2024-08-20 | ipe: add LSM hooks on execution and kernel read | Deven Bowers | 6 | -0/+235 |
| 2024-08-20 | ipe: add evaluation loop | Deven Bowers | 3 | -0/+127 |
| 2024-08-20 | ipe: add policy parser | Deven Bowers | 5 | -0/+697 |
| 2024-08-19 | lsm: add IPE lsm | Deven Bowers | 7 | -6/+93 |
| 2024-08-15 | KEYS: trusted: dcp: fix leak of blob encryption key | David Gstir | 1 | -12/+21 |
| 2024-08-15 | KEYS: trusted: fix DCP blob payload length assignment | David Gstir | 1 | -1/+1 |
| 2024-08-15 | lockdown: Make lockdown_lsmid static | Yue Haibing | 1 | -1/+1 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 3 | -15/+15 |
| 2024-08-12 | lsm: add the inode_free_security_rcu() LSM implementation hook | Paul Moore | 5 | -33/+32 |
| 2024-08-12 | lsm: cleanup lsm_hooks.h | Paul Moore | 1 | -1/+1 |
| 2024-08-08 | selinux: revert our use of vma_is_initial_heap() | Paul Moore | 1 | -1/+11 |
| 2024-08-07 | selinux: add the processing of the failure of avc_add_xperms_decision() | Zhen Lei | 1 | -1/+5 |
| 2024-08-06 | selinux: fix potential counting error in avc_add_xperms_decision() | Zhen Lei | 1 | -1/+1 |
| 2024-07-31 | lsm: Refactor return value of LSM hook inode_copy_up_xattr | Xu Kuohai | 4 | -14/+9 |
| 2024-07-31 | lsm: Refactor return value of LSM hook vm_enough_memory | Xu Kuohai | 3 | -25/+12 |
| 2024-07-29 | lsm: infrastructure management of the perf_event security blob | Casey Schaufler | 3 | -16/+28 |
| 2024-07-29 | lsm: infrastructure management of the infiniband blob | Casey Schaufler | 3 | -15/+23 |
| 2024-07-29 | lsm: infrastructure management of the dev_tun blob | Casey Schaufler | 3 | -18/+26 |
| 2024-07-29 | lsm: add helper for blob allocations | Casey Schaufler | 1 | -64/+33 |
| 2024-07-29 | lsm: infrastructure management of the key security blob | Casey Schaufler | 5 | -37/+68 |
| 2024-07-29 | lsm: infrastructure management of the sock security | Casey Schaufler | 10 | -113/+132 |
| 2024-07-29 | selinux: refactor code to return ERR_PTR in selinux_netlbl_sock_genattr | Gaosheng Cui | 1 | -9/+9 |
| 2024-07-29 | selinux: Streamline type determination in security_compute_sid | Canfeng Guo | 1 | -17/+19 |
| 2024-07-27 | Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -34/+65 |
| 2024-07-27 | Merge tag 'landlock-6.11-rc1-houdini-fix' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -2/+9 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 3 | -3/+3 |
| 2024-07-24 | apparmor: unpack transition table if dfa is not present | Georgia Garcia | 1 | -17/+25 |
| 2024-07-24 | apparmor: try to avoid refing the label in apparmor_file_open | Mateusz Guzik | 2 | -2/+23 |
| 2024-07-24 | apparmor: test: add MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-07-24 | apparmor: take nosymfollow flag into account | Alexander Mikhalitsyn | 1 | -0/+2 |
| 2024-07-24 | landlock: Don't lose track of restrictions on cred_transfer | Jann Horn | 1 | -2/+9 |
| 2024-07-20 | Merge tag 'landlock-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -29/+18 |
| 2024-07-19 | Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -2/+1 |
| 2024-07-18 | landlock: Various documentation improvements | Günther Noack | 1 | -8/+9 |
| 2024-07-16 | Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-16 | Merge tag 'Smack-for-6.10' of https://github.com/cschaufler/smack-next | Linus Torvalds | 1 | -4/+10 |
| 2024-07-16 | Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -42/+100 |
| 2024-07-16 | Merge tag 'selinux-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-15 | Merge tag 'keys-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+2 |
| 2024-07-09 | selinux,smack: remove the capability checks in the removexattr hooks | Paul Moore | 2 | -10/+3 |
| 2024-07-09 | task_work: s/task_work_cancel()/task_work_cancel_func()/ | Frederic Weisbecker | 1 | -1/+1 |
| 2024-07-08 | landlock: Use bit-fields for storing handled layer access masks | Günther Noack | 3 | -21/+9 |
| 2024-07-05 | Merge tag 'integrity-v6.10-fix' of ssh://ra.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+1 |
| 2024-07-02 | selinux: Use 1UL for EBITMAP_BIT to match maps type | Canfeng Guo | 1 | -1/+1 |
| 2024-07-01 | KEYS: encrypted: add missing MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-07-01 | KEYS: trusted: add missing MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-06-19 | smack: unix sockets: fix accept()ed socket label | Konstantin Andreev | 1 | -3/+9 |
| 2024-06-17 | Merge tag 'lsm-pr-20240617' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 8 | -17/+27 |
| 2024-06-17 | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -15/+0 |
| 2024-06-17 | Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
| 2024-06-15 | Revert "mm: init_mlocked_on_free_v3" | David Hildenbrand | 1 | -15/+0 |
| 2024-06-13 | ima: Avoid blocking in RCU read-side critical section | GUO Zihua | 8 | -17/+27 |
| 2024-06-07 | crypto: sm2 - Remove sm2 algorithm | Herbert Xu | 1 | -2/+1 |
| 2024-06-06 | yama: document function parameter | Christian Göttsche | 1 | -0/+1 |
| 2024-06-05 | smack: tcp: ipv4, fix incorrect labeling | Casey Schaufler | 1 | -1/+1 |
| 2024-06-03 | lsm: fixup the inode xattr capability handling | Paul Moore | 3 | -32/+97 |
| 2024-06-03 | ima: fix wrong zero-assignment during securityfs dentry remove | Enrico Bravi | 1 | -2/+1 |
| 2024-06-03 | tomoyo: update project links | Tetsuo Handa | 2 | -2/+2 |
| 2024-05-31 | landlock: Fix d_parent walk | Mickaël Salaün | 1 | -2/+11 |
| 2024-05-24 | Merge tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+3 |
| 2024-05-21 | KEYS: trusted: Do not use WARN when encode fails | Jarkko Sakkinen | 1 | -1/+2 |
| 2024-05-21 | KEYS: trusted: Fix memory leak in tpm2_key_encode() | Jarkko Sakkinen | 1 | -6/+18 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+15 |
| 2024-05-18 | loadpin: Prevent SECURITY_LOADPIN_ENFORCE=y without module decompression | Stephen Boyd | 1 | -0/+3 |
| 2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-18 | Merge tag 'landlock-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -5/+224 |
| 2024-05-15 | Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 17 | -90/+325 |
| 2024-05-15 | Merge tag 'selinux-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 12 | -126/+146 |
| 2024-05-15 | Merge tag 'lsm-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -4/+0 |
| 2024-05-14 | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -2/+6 |
| 2024-05-13 | netlabel: fix RCU annotation for IPv4 options on socket creation | Davide Caratti | 2 | -2/+6 |
| 2024-05-13 | Merge tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -24/+30 |
| 2024-05-13 | Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -53/+106 |
| 2024-05-13 | landlock: Add IOCTL access right for character and block devices | Günther Noack | 3 | -5/+224 |
| 2024-05-10 | apparmor: fix possible NULL pointer dereference | Leesoo Ahn | 1 | -0/+4 |
| 2024-05-10 | apparmor: fix typo in kernel doc | Christian Göttsche | 1 | -1/+1 |
| 2024-05-10 | apparmor: remove useless static inline function is_deleted | Colin Ian King | 1 | -13/+0 |
| 2024-05-10 | apparmor: use kvfree_sensitive to free data->data | Fedor Pchelkin | 2 | -1/+2 |
| 2024-05-10 | apparmor: Fix null pointer deref when receiving skb during sock creation | Xiao Liang | 1 | -0/+7 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -1/+1 |
| 2024-05-09 | KEYS: trusted: Add session encryption protection to the seal/unseal path | James Bottomley | 1 | -27/+61 |
| 2024-05-09 | KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers | Jarkko Sakkinen | 1 | -23/+31 |
| 2024-05-09 | tpm: Store the length of the tpm_buf data separately. | Jarkko Sakkinen | 1 | -4/+5 |