index
:
litmus-rt-tegra.git
master
wip-mc
wip-nested-locking
LITMUS^RT and MC^2 V0 support for the NVIDIA Tegra 3 SoC
Jonathan Herman
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
Commit message (
Expand
)
Author
Age
*
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
2012-01-14
|
\
|
*
security: remove the security_netlink_recv hook as it is equivalent to capable()
Eric Paris
2012-01-05
|
*
ptrace: do not audit capability check when outputing /proc/pid/stat
Eric Paris
2012-01-05
|
*
capabilities: remove the task from capable LSM hook entirely
Eric Paris
2012-01-05
|
*
selinux: sparse fix: fix several warnings in the security server cod
James Morris
2012-01-05
|
*
selinux: sparse fix: fix warnings in netlink code
James Morris
2012-01-05
|
*
selinux: sparse fix: eliminate warnings for selinuxfs
James Morris
2012-01-05
|
*
selinux: sparse fix: declare selinux_disable() in security.h
James Morris
2012-01-05
|
*
selinux: sparse fix: move selinux_complete_init
James Morris
2012-01-05
|
*
selinux: sparse fix: make selinux_secmark_refcount static
James Morris
2012-01-05
|
*
SELinux: Fix RCU deref check warning in sel_netport_insert()
David Howells
2011-12-20
*
|
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
2012-01-11
|
\
\
|
*
\
Merge branch 'next' into for-linus
James Morris
2012-01-08
|
|
\
\
|
|
*
|
selinux: Casting (void *) value returned by kmalloc is useless
Thomas Meyer
2011-12-18
|
|
*
|
Merge branch 'master'; commit 'v3.2-rc2' into next
James Morris
2011-11-15
|
|
|
\
\
|
|
*
|
|
selinuxfs: remove custom hex_to_bin()
Andy Shevchenko
2011-11-15
*
|
|
|
|
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2012-01-08
|
\
\
\
\
\
|
*
|
|
|
|
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Al Viro
2012-01-06
|
*
|
|
|
|
get rid of open-coded S_ISREG(), etc.
Al Viro
2012-01-03
|
*
|
|
|
|
switch ->mknod() to umode_t
Al Viro
2012-01-03
|
*
|
|
|
|
switch ->create() to umode_t
Al Viro
2012-01-03
|
*
|
|
|
|
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2012-01-03
|
|
/
/
/
/
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-12-23
|
\
|
|
|
|
|
*
|
|
|
SELinux: Fix RCU deref check warning in sel_netport_insert()
David Howells
2011-12-20
|
|
|
/
/
|
|
/
|
|
*
|
|
|
inet_diag: Partly rename inet_ to sock_
Pavel Emelyanov
2011-12-06
*
|
|
|
ipv6: Add fragment reporting to ipv6_skip_exthdr().
Jesse Gross
2011-12-03
*
|
|
|
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-11-22
|
/
/
/
*
/
/
selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-10-31
|
/
/
*
|
selinux: sparse fix: fix several warnings in the security server code
James Morris
2011-09-09
*
|
selinux: sparse fix: include selinux.h in exports.c
James Morris
2011-09-09
*
|
selinux: sparse fix: fix warnings in netlink code
James Morris
2011-09-09
*
|
selinux: sparse fix: eliminate warnings for selinuxfs
James Morris
2011-09-09
*
|
selinux: sparse fix: declare selinux_disable() in security.h
James Morris
2011-09-09
*
|
selinux: sparse fix: move selinux_complete_init
James Morris
2011-09-09
*
|
selinux: sparse fix: make selinux_secmark_refcount static
James Morris
2011-09-09
|
/
*
doc: Update the email address for Paul Moore in various source files
Paul Moore
2011-08-01
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
*
VFS : mount lock scalability for internal mounts
Tim Chen
2011-07-24
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-07-22
|
\
|
*
selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU
Al Viro
2011-07-20
|
*
->permission() sanitizing: don't pass flags to ->inode_permission()
Al Viro
2011-07-20
*
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-07-22
|
\
\
|
*
|
security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()
Lai Jiangshan
2011-07-20
|
*
|
security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()
Lai Jiangshan
2011-07-20
|
|
/
*
|
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
2011-07-22
|
\
\
|
|
/
|
/
|
|
*
ptrace: s/tracehook_tracer_task()/ptrace_parent()/
Tejun Heo
2011-06-22
*
|
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...
James Morris
2011-06-14
|
\
\
|
*
|
SELinux: skip file_name_trans_write() when policy downgraded.
Roy.Li
2011-06-14
|
*
|
selinux: fix case of names with whitespace/multibytes on /selinux/create
Kohei Kaigai
2011-05-26
|
*
|
Merge commit 'v2.6.39' into 20110526
Eric Paris
2011-05-26
|
|
\
\
[next]