index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-16
apparmor: rename namespace to ns to improve code line lengths
John Johansen
8
-128
/
+122
2017-01-16
apparmor: split apparmor policy namespaces code into its own file
John Johansen
10
-391
/
+454
2017-01-16
apparmor: split out shared policy_XXX fns to lib
John Johansen
4
-132
/
+137
2017-01-16
apparmor: move lib definitions into separate lib include
John Johansen
5
-82
/
+99
2017-01-16
apparmor: use designated initializers
Kees Cook
2
-5
/
+7
2017-01-16
AppArmor: Use GFP_KERNEL for __aa_kvmalloc().
Tetsuo Handa
1
-1
/
+2
2017-01-14
locking/atomic, kref: Use kref_get_unless_zero() more
Peter Zijlstra
2
-8
/
+2
2017-01-12
security,selinux,smack: kill security_task_wait hook
Stephen Smalley
3
-33
/
+0
2017-01-12
selinux: drop unused socket security classes
Stephen Smalley
2
-12
/
+0
2017-01-10
Smack: ignore private inode for file functions
Seung-Woo Kim
1
-0
/
+12
2017-01-10
Smack: fix d_instantiate logic for sockfs and pipefs
Rafal Krypa
1
-7
/
+7
2017-01-10
SMACK: Use smk_tskacc() instead of smk_access() for proper logging
Himanshu Shukla
1
-4
/
+1
2017-01-10
Smack: Traverse the smack_known_list using list_for_each_entry_rcu macro
Vishal Goel
1
-1
/
+1
2017-01-10
SMACK: Free the i_security blob in inode using RCU
Himanshu Shukla
2
-4
/
+29
2017-01-10
SMACK: Delete list_head repeated initialization
Himanshu Shukla
1
-4
/
+0
2017-01-10
SMACK: Add new lock for adding entry in smack master list
Vishal Goel
1
-0
/
+5
2017-01-10
Smack: Fix the issue of wrong SMACK label update in socket bind fail case
Vishal Goel
2
-0
/
+21
2017-01-10
Smack: Fix the issue of permission denied error in ipv6 hook
Vishal Goel
2
-2
/
+4
2017-01-10
SMACK: Add the rcu synchronization mechanism in ipv6 hooks
Vishal Goel
1
-5
/
+15
2017-01-09
selinux: default to security isid in sel_make_bools() if no sid is found
Gary Tierney
1
-3
/
+3
2017-01-09
selinux: log errors when loading new policy
Gary Tierney
1
-5
/
+16
2017-01-09
proc,security: move restriction on writing /proc/pid/attr nodes to proc
Stephen Smalley
4
-29
/
+6
2017-01-09
selinux: clean up cred usage and simplify
Stephen Smalley
3
-211
/
+166
2017-01-09
selinux: allow context mounts on tmpfs, ramfs, devpts within user namespaces
Stephen Smalley
1
-3
/
+7
2017-01-09
selinux: handle ICMPv6 consistently with ICMP
Stephen Smalley
1
-1
/
+2
2017-01-09
selinux: add security in-core xattr support for tracefs
Yongqin Liu
1
-0
/
+1
2017-01-09
selinux: support distinctions among all network address families
Stephen Smalley
5
-2
/
+147
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
4
-4
/
+4
2016-12-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-0
/
+2
2016-12-21
selinux: use the kernel headers when building scripts/selinux
Paul Moore
1
-0
/
+2
2016-12-20
ima: platform-independent hash value
Andreas Steffen
1
-2
/
+4
2016-12-20
ima: define a canonical binary_runtime_measurements list format
Mimi Zohar
5
-13
/
+62
2016-12-20
ima: support restoring multiple template formats
Mimi Zohar
1
-3
/
+49
2016-12-20
ima: store the builtin/custom template definitions in a list
Mimi Zohar
3
-11
/
+43
2016-12-20
ima: on soft reboot, save the measurement list
Mimi Zohar
3
-1
/
+119
2016-12-20
ima: maintain memory size needed for serializing the measurement list
Mimi Zohar
3
-2
/
+64
2016-12-20
ima: permit duplicate measurement list entries
Mimi Zohar
1
-6
/
+10
2016-12-20
ima: on soft reboot, restore the measurement list
Mimi Zohar
6
-0
/
+255
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+2
2016-12-15
Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus
Al Viro
1
-1
/
+1
2016-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-12-15
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
1
-1
/
+1
2016-12-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+10
2016-12-15
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
14
-137
/
+166
2016-12-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+7
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
1
-1
/
+1
2016-12-05
Yama: allow access for the current ptrace parent
Josh Stone
1
-1
/
+15
2016-12-05
don't open-code file_inode()
Al Viro
1
-1
/
+1
2016-12-03
Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"
Eric W. Biederman
1
-2
/
+10
2016-11-24
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...
James Morris
4
-51
/
+84
[prev]
[next]