index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Lines
2020-02-20
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-14
/
+31
2020-02-18
ima: add sm3 algorithm to hash algorithm configuration list
Tianjia Zhang
-0
/
+5
2020-02-18
efi: Only print errors about failing to get certs if EFI vars are found
Javier Martinez Canillas
-14
/
+26
2020-02-10
Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-10
/
+4
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-15
/
+5
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
-13
/
+5
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
-3
/
+1
2020-02-06
Merge tag 'Smack-for-5.6' of git://github.com/cschaufler/smack-next
Linus Torvalds
-22
/
+19
2020-02-05
selinux: fix sidtab string cache locking
Ondrej Mosnacek
-9
/
+3
2020-02-05
selinux: fix typo in filesystem name
Hridya Valsaraju
-1
/
+1
2020-02-05
broken ping to ipv6 linklocal addresses on debian buster
Casey Schaufler
-22
/
+19
2020-01-29
Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-0
/
+627
2020-01-29
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+4
2020-01-28
Merge branch 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
-1
/
+0
2020-01-28
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-38
/
+506
2020-01-28
Merge tag 'tomoyo-pr-20200128' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Linus Torvalds
-7
/
+4
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
-1
/
+4
2020-01-27
Merge tag 'selinux-pr-20200127' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-554
/
+1010
2020-01-27
security: remove EARLY_LSM_COUNT which never used
Alex Shi
-1
/
+0
2020-01-23
IMA: Defined delayed workqueue to free the queued keys
Lakshmi Ramasubramanian
-6
/
+48
2020-01-23
IMA: Call workqueue functions to measure queued keys
Lakshmi Ramasubramanian
-0
/
+11
2020-01-23
IMA: Define workqueue for early boot key measurements
Lakshmi Ramasubramanian
-0
/
+166
2020-01-22
IMA: pre-allocate buffer to hold keyrings string
Lakshmi Ramasubramanian
-8
/
+30
2020-01-22
ima: ima/lsm policy rule loading logic bug fixes
Janne Karhunen
-18
/
+26
2020-01-22
ima: add the ability to query the cached hash of a given file
Florent Revest
-0
/
+49
2020-01-22
ima: Add a space after printing LSM rules for readability
Clay Chang
-0
/
+1
2020-01-20
selinux: fix regression introduced by move_mount(2) syscall
Stephen Smalley
-0
/
+10
2020-01-16
selinux: do not allocate ancillary buffer on first load
Ondrej Mosnacek
-15
/
+13
2020-01-16
selinux: remove redundant allocation and helper functions
Paul Moore
-58
/
+36
2020-01-16
selinux: remove redundant selinux_nlmsg_perm
Huaisheng Ye
-39
/
+34
2020-01-16
selinux: fix wrong buffer types in policydb.c
Ondrej Mosnacek
-2
/
+2
2020-01-15
net: bridge: vlan: add rtm definitions and dump support
Nikolay Aleksandrov
-1
/
+4
2020-01-10
kunit: building kunit as a module breaks allmodconfig
Alan Maguire
-1
/
+1
2020-01-10
selinux: reorder hooks to make runtime disable less broken
Ondrej Mosnacek
-31
/
+70
2020-01-10
selinux: treat atomic flags more carefully
Ondrej Mosnacek
-31
/
+61
2020-01-10
selinux: make default_noexec read-only after init
Stephen Smalley
-1
/
+1
2020-01-10
selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND.
Ravi Kumar Siddojigari
-2
/
+15
2020-01-10
selinux: remove redundant msg_msg_alloc_security
Huaisheng Ye
-11
/
+6
2020-01-09
apparmor: add AppArmor KUnit tests for policy unpack
Mike Salvatore
-0
/
+627
2020-01-09
IMA: fix measuring asymmetric keys Kconfig
Lakshmi Ramasubramanian
-1
/
+7
2020-01-07
Documentation,selinux: fix references to old selinuxfs mount point
Stephen Smalley
-3
/
+4
2020-01-07
selinux: deprecate disabling SELinux and runtime
Paul Moore
-0
/
+10
2020-01-06
selinux: allow per-file labelling for binderfs
Hridya Valsaraju
-0
/
+1
2020-01-06
selinuxfs: use scnprintf to get real length for inode
liuyang34
-2
/
+2
2020-01-04
Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-47
/
+55
2020-01-04
apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock
John Johansen
-42
/
+46
2020-01-02
apparmor: only get a label reference if the fast path check fails
John Johansen
-4
/
+8
2020-01-02
apparmor: fix bind mounts aborting with -ENOMEM
Patrick Steinhardt
-1
/
+1
2020-01-02
tomoyo: Use atomic_t for statistics counter
Tetsuo Handa
-7
/
+4
2019-12-31
Merge tag 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-...
Linus Torvalds
-44
/
+27
[next]