Age | Commit message (Expand) | Author | Files | Lines |
2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+0 |
2011-07-24 | VFS : mount lock scalability for internal mounts | Tim Chen | 1 | -0/+1 |
2011-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -14/+9 |
2011-07-23 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -45/+5 |
2011-07-23 | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds | 2 | -3/+3 |
2011-07-21 | security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu() | Lai Jiangshan | 1 | -18/+2 |
2011-07-21 | security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu() | Lai Jiangshan | 1 | -18/+2 |
2011-07-20 | security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu() | Lai Jiangshan | 1 | -9/+1 |
2011-07-20 | get rid of pointless checks for dentry->sb == NULL | Al Viro | 1 | -1/+1 |
2011-07-20 | ->permission() sanitizing: don't pass flags to exec_permission() | Al Viro | 1 | -10/+0 |
2011-07-20 | selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU | Al Viro | 2 | -3/+3 |
2011-07-20 | ->permission() sanitizing: don't pass flags to ->inode_permission() | Al Viro | 4 | -7/+12 |
2011-07-11 | Merge branch 'master' into for-next | Jiri Kosina | 6 | -13/+45 |
2011-07-09 | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check | Michal Hocko | 1 | -1/+0 |
2011-07-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
2011-06-22 | ptrace: s/tracehook_tracer_task()/ptrace_parent()/ | Tejun Heo | 2 | -3/+3 |
2011-06-22 | net: remove mm.h inclusion from netdevice.h | Alexey Dobriyan | 1 | -0/+1 |
2011-06-22 | KEYS: Fix error handling in construct_key_and_link() | David Howells | 1 | -1/+2 |
2011-06-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+1 |
2011-06-20 | devcgroup_inode_permission: take "is it a device node" checks to inlined wrapper | Al Viro | 1 | -7/+1 |
2011-06-17 | KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring | David Howells | 1 | -2/+1 |
2011-06-15 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 2 | -1/+39 |
2011-06-14 | SELinux: skip file_name_trans_write() when policy downgraded. | Roy.Li | 1 | -0/+3 |
2011-06-14 | TOMOYO: Fix oops in tomoyo_mount_acl(). | Tetsuo Handa | 1 | -1/+1 |
2011-06-09 | AppArmor: Fix sleep in invalid context from task_setrlimit | John Johansen | 1 | -1/+1 |
2011-06-09 | selinux: simplify and clean up inode_has_perm() | Linus Torvalds | 1 | -10/+15 |
2011-06-01 | AppArmor: fix oops in apparmor_setprocattr | Kees Cook | 1 | -1/+2 |
2011-05-27 | Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu... | Linus Torvalds | 6 | -7/+7 |
2011-05-27 | selinux: don't pass in NULL avd to avc_has_perm_noaudit | Linus Torvalds | 2 | -11/+4 |
2011-05-27 | cgroups: add per-thread subsystem callbacks | Ben Blum | 1 | -2/+1 |
2011-05-27 | selinux: fix case of names with whitespace/multibytes on /selinux/create | Kohei Kaigai | 1 | -1/+36 |
2011-05-27 | Merge commit 'v2.6.39' into 20110526 | Eric Paris | 16 | -64/+148 |
2011-05-27 | Set cred->user_ns in key_replace_session_keyring | Serge E. Hallyn | 1 | -0/+1 |
2011-05-24 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo... | James Morris | 11 | -208/+370 |
2011-05-24 | Merge branch 'next' into for-linus | James Morris | 15 | -41/+66 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -4/+4 |
2011-05-20 | selinux: avoid unnecessary avc cache stat hit count | Linus Torvalds | 3 | -9/+11 |
2011-05-20 | selinux: de-crapify avc cache stat code generation | Linus Torvalds | 1 | -5/+1 |
2011-05-20 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -31/+3 |
2011-05-20 | Create Documentation/security/, | Randy Dunlap | 6 | -7/+7 |
2011-05-19 | Merge branch 'master' into next | James Morris | 7 | -36/+69 |
2011-05-13 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 1 | -4/+0 |
2011-05-13 | SELinux: delete debugging printks from filename_trans rule processing | Eric Paris | 1 | -4/+0 |
2011-05-12 | TOMOYO: Fix wrong domainname validation. | Tetsuo Handa | 1 | -1/+1 |
2011-05-11 | SELINUX: add /sys/fs/selinux mount point to put selinuxfs | Greg Kroah-Hartman | 1 | -1/+11 |
2011-05-08 | security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu() | Lai Jiangshan | 1 | -17/+1 |
2011-05-08 | security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu() | Lai Jiangshan | 1 | -14/+2 |
2011-05-04 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 2 | -4/+5 |
2011-04-29 | flex_array: flex_array_prealloc takes a number of elements, not an end | Eric Paris | 1 | -3/+3 |
2011-04-29 | SELinux: pass last path component in may_create | Eric Paris | 1 | -1/+2 |