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
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-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
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-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
2026-03-09
apparmor: fix side-effect bug in match_char() macro usage
Massimiliano Pellizzer
-10
/
+20
2026-03-09
apparmor: fix: limit the number of levels of policy namespaces
John Johansen
-0
/
+4
2026-03-09
apparmor: replace recursive profile removal with iterative approach
Massimiliano Pellizzer
-3
/
+27
2026-03-09
apparmor: fix memory leak in verify_header
Massimiliano Pellizzer
-1
/
+0
2026-03-09
apparmor: validate DFA start states are in bounds in unpack_pdb
Massimiliano Pellizzer
-1
/
+11
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
-20
/
+20
2026-03-06
selinux: Use simple_start_creating() / simple_done_creating()
NeilBrown
-9
/
+8
2026-03-06
Apparmor: Use simple_start_creating() / simple_done_creating()
NeilBrown
-27
/
+8
2026-03-04
landlock: Improve TSYNC types
Mickaël Salaün
-5
/
+8
2026-03-04
landlock: Fully release unused TSYNC work entries
Mickaël Salaün
-6
/
+41
[next]