index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Lines
13 days
Merge tag 'integrity-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
-533
/
+337
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+3
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-3
/
+1
2026-04-14
Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-3
/
+3
2026-04-13
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2026-04-13
Merge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-117
/
+284
2026-04-13
Merge tag 'selinux-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+2
2026-04-13
Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-69
/
+306
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-20
/
+26
2026-04-13
Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-35
/
+16
2026-04-13
proc: make PROC_MEM_FORCE_PTRACE the Kconfig default
Linus Torvalds
-4
/
+2
2026-04-07
landlock: Clarify BUILD_BUG_ON check in scoping logic
Günther Noack
-6
/
+12
2026-04-07
landlock: Control pathname UNIX domain socket resolution by path
Günther Noack
-5
/
+134
2026-04-07
landlock: Use mem_is_zero() in is_layer_masks_allowed()
Günther Noack
-1
/
+1
2026-04-07
lsm: Add LSM hook security_unix_find
Justin Suess
-0
/
+20
2026-04-07
landlock: Fix kernel-doc warning for pointer-to-array parameters
Mickaël Salaün
-2
/
+2
2026-04-07
landlock: Fix formatting in tsync.c
Mickaël Salaün
-49
/
+58
2026-04-07
landlock: Improve kernel-doc "Return:" section consistency
Mickaël Salaün
-34
/
+25
2026-04-07
landlock: Add missing kernel-doc "Return:" sections
Mickaël Salaün
-14
/
+24
2026-04-07
landlock: Allow TSYNC with LOG_SUBDOMAINS_OFF and fd=-1
Mickaël Salaün
-5
/
+9
2026-04-07
landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork()
Mickaël Salaün
-4
/
+2
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-1
/
+3
2026-04-03
selinux: fix overlayfs mmap() and mprotect() access checks
Paul Moore
-64
/
+189
2026-04-03
lsm: add backing_file LSM hooks
Paul Moore
-0
/
+112
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-26
/
+78
2026-04-01
evm: Enforce signatures version 3 with new EVM policy 'bit 3'
Stefan Berger
-1
/
+16
2026-04-01
integrity: Allow sigv3 verification on EVM_XATTR_PORTABLE_DIGSIG
Stefan Berger
-1
/
+2
2026-04-01
ima: add support to require IMA sigv3 signatures
Mimi Zohar
-12
/
+18
2026-04-01
ima: add regular file data hash signature version 3 support
Mimi Zohar
-2
/
+2
2026-04-01
ima: Define asymmetric_verify_v3() to verify IMA sigv3 signatures
Mimi Zohar
-56
/
+90
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+1
2026-03-26
Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-26
/
+78
2026-03-24
module: Give MODULE_SIG_STRING a more descriptive name
Thomas Weißschuh
-3
/
+3
2026-03-23
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
Eric Biggers
-1
/
+1
2026-03-20
xen/privcmd: add boot control for restricted usage in domU
Juergen Gross
-0
/
+1
2026-03-17
ima: remove buggy support for asynchronous hashes
Eric Biggers
-373
/
+9
2026-03-17
securityfs: use kstrdup_const() to manage symlink targets
Dmitry Antipov
-5
/
+5
2026-03-17
EVM: add comment describing why ino field is still unsigned long
Jeff Layton
-0
/
+6
2026-03-13
smack: Remove IPPROTO_UDPLITE support in security_sock_rcv_skb().
Kuniyuki Iwashima
-3
/
+1
2026-03-13
integrity: Eliminate weak definition of arch_get_secureboot()
Nathan Chancellor
-17
/
+1
2026-03-11
ima: Add code comments to explain IMA iint cache atomic_flags
Coiby Xu
-1
/
+26
2026-03-11
ima_fs: Correctly create securityfs files for unsupported hash algos
Dmitry Safonov
-4
/
+12
2026-03-10
landlock: Clean up interrupted thread logic in TSYNC
Yihan Ding
-7
/
+13
2026-03-10
landlock: Serialize TSYNC thread restriction
Yihan Ding
-1
/
+11
2026-03-09
apparmor: fix race between freeing data and fs accessing it
John Johansen
-101
/
+153
2026-03-09
apparmor: fix race on rawdata dereference
John Johansen
-57
/
+93
2026-03-09
apparmor: fix differential encoding verification
John Johansen
-4
/
+20
2026-03-09
apparmor: fix unprivileged local user can do privileged policy management
John Johansen
-9
/
+43
2026-03-09
apparmor: Fix double free of ns_name in aa_replace_profiles()
John Johansen
-0
/
+1
2026-03-09
apparmor: fix missing bounds check on DEFAULT table in verify_dfa()
Massimiliano Pellizzer
-2
/
+3
[next]