index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2012-07-18
2
-2
/
+4
|
\
|
*
SELinux: do not check open perms if they are not known to policy
Eric Paris
2012-07-16
1
-1
/
+1
|
*
SELinux: include definition of new capabilities
Eric Paris
2012-07-16
1
-1
/
+3
|
/
*
security: Fix nommu build.
Paul Mundt
2012-07-03
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-06-01
7
-72
/
+80
|
\
|
*
take calculation of final prot in security_mmap_file() into a helper
Al Viro
2012-06-01
1
-18
/
+28
|
*
take security_mmap_file() outside of ->mmap_sem
Al Viro
2012-06-01
1
-3
/
+30
|
*
split ->file_mmap() into ->mmap_addr()/->mmap_file()
Al Viro
2012-05-31
6
-51
/
+30
|
*
split cap_mmap_addr() out of cap_file_mmap()
Al Viro
2012-05-31
4
-12
/
+26
|
*
selinuxfs snprintf() misuses
Al Viro
2012-05-29
1
-29
/
+7
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-05-31
3
-51
/
+44
|
\
\
|
*
|
keys: change keyctl_session_to_parent() to use task_work_add()
Oleg Nesterov
2012-05-23
3
-41
/
+44
|
*
|
TIF_NOTIFY_RESUME is defined on all targets now
Al Viro
2012-05-23
1
-10
/
+0
|
|
/
*
|
aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()
Christopher Yeoh
2012-05-31
2
-2
/
+2
*
|
kmod: convert two call sites to call_usermodehelper_fns()
Boaz Harrosh
2012-05-31
1
-10
/
+3
*
|
security/keys/keyctl.c: suppress memory allocation failure warning
Andrew Morton
2012-05-31
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-05-23
4
-29
/
+41
|
\
|
*
userns: Convert capabilities related permsion checks
Eric W. Biederman
2012-05-03
1
-15
/
+26
|
*
userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
Eric W. Biederman
2012-05-03
1
-2
/
+1
|
*
userns: Convert group_info values from gid_t to kgid_t.
Eric W. Biederman
2012-05-03
1
-1
/
+2
|
*
userns: Simplify the user_namespace by making userns->creator a kuid.
Eric W. Biederman
2012-04-26
1
-2
/
+3
|
*
userns: Add an explicit reference to the parent user namespace
Eric W. Biederman
2012-04-07
1
-1
/
+1
|
*
cred: Refcount the user_ns pointed to by the cred.
Eric W. Biederman
2012-04-07
1
-1
/
+1
|
*
userns: Use cred->user_ns instead of cred->user->user_ns
Eric W. Biederman
2012-04-07
4
-10
/
+10
*
|
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-05-22
1
-8
/
+2
|
\
\
|
*
|
cgroup: convert all non-memcg controllers to the new cftype interface
Tejun Heo
2012-04-01
1
-8
/
+2
|
|
/
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2012-05-21
50
-1102
/
+1857
|
\
\
|
*
\
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
James Morris
2012-05-22
29
-335
/
+415
|
|
\
\
|
|
*
|
SELinux: remove unused common_audit_data in flush_unauthorized_files
Eric Paris
2012-04-09
1
-4
/
+0
|
|
*
|
SELinux: avc: remove the useless fields in avc_add_callback
Wanlong Gao
2012-04-09
6
-47
/
+15
|
|
*
|
SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback
Wanlong Gao
2012-04-09
1
-2
/
+2
|
|
*
|
SELinux: unify the selinux_audit_data and selinux_late_audit_data
Eric Paris
2012-04-09
3
-91
/
+16
|
|
*
|
SELinux: remove auditdeny from selinux_audit_data
Eric Paris
2012-04-09
1
-8
/
+1
|
|
*
|
LSM: do not initialize common_audit_data to 0
Eric Paris
2012-04-09
11
-44
/
+44
|
|
*
|
LSM: BUILD_BUG_ON if the common_audit_data union ever grows
Eric Paris
2012-04-09
1
-0
/
+7
|
|
*
|
LSM: remove the task field from common_audit_data
Eric Paris
2012-04-09
2
-7
/
+2
|
|
*
|
apparmor: move task from common_audit_data to apparmor_audit_data
Eric Paris
2012-04-09
3
-3
/
+11
|
|
*
|
LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
Eric Paris
2012-04-09
10
-43
/
+43
|
|
*
|
SELinux: move common_audit_data to a noinline slow path function
Eric Paris
2012-04-09
1
-11
/
+21
|
|
*
|
SELinux: remove inode_has_perm_noadp
Eric Paris
2012-04-09
1
-24
/
+4
|
|
*
|
SELinux: delay initialization of audit data in selinux_inode_permission
Eric Paris
2012-04-09
3
-70
/
+105
|
|
*
|
SELinux: if sel_make_bools errors don't leave inconsistent state
Eric Paris
2012-04-09
1
-0
/
+1
|
|
*
|
SELinux: remove needless sel_div function
Eric Paris
2012-04-09
1
-6
/
+1
|
|
*
|
SELinux: possible NULL deref in context_struct_to_string
Eric Paris
2012-04-09
1
-3
/
+5
|
|
*
|
SELinux: audit failed attempts to set invalid labels
Eric Paris
2012-04-09
1
-2
/
+34
|
|
*
|
SELinux: rename dentry_open to file_open
Eric Paris
2012-04-09
6
-15
/
+15
|
|
*
|
SELinux: check OPEN on truncate calls
Eric Paris
2012-04-09
1
-1
/
+5
|
|
*
|
SELinux: add default_type statements
Eric Paris
2012-04-09
4
-6
/
+33
|
|
*
|
SELinux: allow default source/target selectors for user/role/range
Eric Paris
2012-04-09
6
-8
/
+109
|
|
*
|
SELinux: loosen DAC perms on reading policy
Eric Paris
2012-04-09
1
-1
/
+1
[next]