| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-08-05 | 2 | -8/+4 |
|\ |
|
| * | Merge tag 'v3.16-rc5' into timers/core | Thomas Gleixner | 2014-07-16 | 31 | -182/+510 |
| |\ |
|
| * | | tomoyo: Use sensible time interface | Thomas Gleixner | 2014-06-12 | 2 | -8/+4 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-08-04 | 2 | -31/+3 |
|\ \ \ |
|
| * | | | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 2014-07-16 | 2 | -31/+3 |
| | |/
| |/| |
|
* | | | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes | Tejun Heo | 2014-07-15 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'serge-next-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-06-13 | 7 | -28/+114 |
|\ \ |
|
| * | | ima: introduce ima_kernel_read() | Dmitry Kasatkin | 2014-06-12 | 1 | -1/+31 |
| * | | evm: prohibit userspace writing 'security.evm' HMAC value | Mimi Zohar | 2014-06-12 | 1 | -2/+10 |
| * | | ima: check inode integrity cache in violation check | Dmitry Kasatkin | 2014-06-12 | 1 | -2/+7 |
| * | | ima: prevent unnecessary policy checking | Dmitry Kasatkin | 2014-06-12 | 1 | -9/+4 |
| * | | evm: provide option to protect additional SMACK xattrs | Dmitry Kasatkin | 2014-06-12 | 2 | -0/+22 |
| * | | evm: replace HMAC version with attribute mask | Dmitry Kasatkin | 2014-06-12 | 4 | -11/+33 |
| * | | ima: prevent new digsig xattr from being replaced | Mimi Zohar | 2014-06-12 | 1 | -3/+7 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-24 | 3 | -58/+159 |
| |\ \
| | |/ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-12 | 1 | -3/+3 |
| |\ \ |
|
| * | | | audit: add netlink audit protocol bind to check capabilities on multicast join | Richard Guy Briggs | 2014-04-22 | 1 | -1/+1 |
* | | | | Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-06-10 | 23 | -133/+382 |
|\ \ \ \ |
|
| * | | | | ima: audit log files opened with O_DIRECT flag | Mimi Zohar | 2014-06-03 | 4 | -3/+19 |
| * | | | | selinux: conditionally reschedule in hashtab_insert while loading selinux policy | Dave Jones | 2014-06-03 | 1 | -0/+3 |
| * | | | | selinux: conditionally reschedule in mls_convert_context while loading selinu... | Dave Jones | 2014-06-03 | 1 | -0/+2 |
| * | | | | selinux: reject setexeccon() on MNT_NOSUID applications with -EACCES | Paul Moore | 2014-06-03 | 1 | -2/+4 |
| * | | | | selinux: Report permissive mode in avc: denied messages. | Stephen Smalley | 2014-06-03 | 3 | -5/+11 |
| * | | | | Merge branch 'smack-for-3.16' of git://git.gitorious.org/smack-next/kernel in... | James Morris | 2014-05-20 | 4 | -73/+297 |
| |\ \ \ \ |
|
| | * | | | | Warning in scanf string typing | Toralf Förster | 2014-05-06 | 1 | -1/+1 |
| | * | | | | Smack: Label cgroup files for systemd | Casey Schaufler | 2014-04-30 | 1 | -12/+18 |
| | * | | | | Smack: Verify read access on file open - v3 | Casey Schaufler | 2014-04-23 | 1 | -3/+16 |
| | * | | | | Smack: bidirectional UDS connect check | Casey Schaufler | 2014-04-11 | 2 | -23/+27 |
| | * | | | | Smack: Correctly remove SMACK64TRANSMUTE attribute | Casey Schaufler | 2014-04-11 | 1 | -6/+19 |
| | * | | | | SMACK: Fix handling value==NULL in post setxattr | José Bollo | 2014-04-11 | 1 | -1/+3 |
| | * | | | | bugfix patch for SMACK | Pankaj Kumar | 2014-04-11 | 1 | -2/+2 |
| | * | | | | Smack: adds smackfs/ptrace interface | Lukasz Pawelczyk | 2014-04-11 | 4 | -2/+108 |
| | * | | | | Smack: unify all ptrace accesses in the smack | Lukasz Pawelczyk | 2014-04-11 | 1 | -13/+71 |
| | * | | | | Smack: fix the subject/object order in smack_ptrace_traceme() | Lukasz Pawelczyk | 2014-04-11 | 3 | -9/+29 |
| | * | | | | Minor improvement of 'smack_sb_kern_mount' | José Bollo | 2014-04-11 | 1 | -3/+5 |
| * | | | | | security: Convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-04-15 | 1 | -1/+1 |
| * | | | | | Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh... | James Morris | 2014-04-14 | 11 | -49/+45 |
| |\ \ \ \ \ |
|
| | * | | | | | smack: fix key permission verification | Dmitry Kasatkin | 2014-03-14 | 1 | -1/+6 |
| | * | | | | | KEYS: Move the flags representing required permission to linux/key.h | David Howells | 2014-03-14 | 11 | -48/+39 |
| * | | | | | | Merge commit 'v3.14' into next | James Morris | 2014-04-14 | 15 | -53/+93 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-06-09 | 1 | -20/+13 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | device_cgroup: use css_has_online_children() instead of has_children() | Tejun Heo | 2014-05-16 | 1 | -17/+2 |
| * | | | | | | device_cgroup: remove direct access to cgroup->children | Tejun Heo | 2014-05-16 | 1 | -2/+10 |
| * | | | | | | cgroup: remove css_parent() | Tejun Heo | 2014-05-16 | 1 | -4/+4 |
| * | | | | | | cgroup: replace cftype->write_string() with cftype->write() | Tejun Heo | 2014-05-13 | 1 | -7/+7 |
* | | | | | | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-05-13 | 1 | -43/+159 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | device_cgroup: check if exception removal is allowed | Aristeu Rozanski | 2014-05-05 | 1 | -3/+38 |
| * | | | | | | device_cgroup: fix the comment format for recently added functions | Aristeu Rozanski | 2014-05-04 | 1 | -17/+16 |
| * | | | | | | device_cgroup: rework device access check and exception checking | Aristeu Rozanski | 2014-04-21 | 1 | -40/+122 |
| | |_|_|/ /
| |/| | | | |
|