Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-11-23 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li... | James Morris | 5 | -10/+14 |
2016-11-23 | selinux: Convert isec->lock into a spinlock | Andreas Gruenbacher | 2 | -40/+66 |
2016-11-22 | Merge remote branch 'smack/smack-for-4.10' into next | James Morris | 4 | -75/+53 |
2016-11-21 | selinux: keep SELinux in sync with new capability definitions | Stephen Smalley | 1 | -0/+4 |
2016-11-21 | apparmor: fix change_hat not finding hat after policy replacement | John Johansen | 1 | -2/+4 |
2016-11-21 | selinux: normalize input to /sys/fs/selinux/enforce | Stephen Smalley | 1 | -0/+2 |
2016-11-16 | posix-timers: Make them configurable | Nicolas Pitre | 1 | -4/+7 |
2016-11-15 | Smack: Remove unnecessary smack_known_invalid | Casey Schaufler | 4 | -36/+4 |
2016-11-14 | Smack: Use GFP_KERNEL for smack_parse_opts_str(). | Tetsuo Handa | 1 | -2/+2 |
2016-11-14 | selinux: Clean up initialization of isec->sclass | Andreas Gruenbacher | 1 | -6/+4 |
2016-11-14 | proc: Pass file mode to proc_pid_make_inode | Andreas Gruenbacher | 1 | -0/+1 |
2016-11-14 | selinux: Minor cleanups | Andreas Gruenbacher | 2 | -3/+4 |
2016-11-14 | SELinux: Use GFP_KERNEL for selinux_parse_opts_str(). | Tetsuo Handa | 1 | -2/+3 |
2016-11-14 | security/integrity: Harden against malformed xattrs | Seth Forshee | 3 | -2/+9 |
2016-11-14 | ima: include the reason for TPM-bypass mode | Mimi Zohar | 1 | -1/+2 |
2016-11-14 | Revert "ima: limit file hash setting by user to fix and log modes" | Mimi Zohar | 1 | -6/+2 |
2016-11-14 | ima: fix memory leak in ima_release_policy | Eric Richter | 1 | -1/+1 |
2016-11-10 | Smack: ipv6 label match fix | Casey Schaufler | 1 | -6/+6 |
2016-11-10 | SMACK: Fix the memory leak in smack_cred_prepare() hook | Himanshu Shukla | 1 | -1/+2 |
2016-11-10 | SMACK: Do not apply star label in smack_setprocattr hook | Himanshu Shukla | 1 | -3/+4 |
2016-11-10 | smack: parse mnt opts after privileges check | Himanshu Shukla | 1 | -25/+25 |
2016-11-05 | Smack: Assign smack_known_web label for kernel thread's | jooseong lee | 1 | -2/+10 |
2016-10-27 | security/keys: make BIG_KEYS dependent on stdrng. | Artem Savkov | 1 | -1/+1 |
2016-10-27 | KEYS: Sort out big_key initialisation | David Howells | 1 | -27/+32 |
2016-10-27 | KEYS: Fix short sprintf buffer in /proc/keys show function | David Howells | 1 | -1/+1 |
2016-10-22 | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2016-10-20 | mm: Change vm_is_stack_for_task() to vm_is_stack_for_current() | Andy Lutomirski | 1 | -1/+1 |