index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-02
TOMOYO: Rename symbols.
Tetsuo Handa
10
-157
/
+157
2010-08-02
TOMOYO: Use callback for permission check.
Tetsuo Handa
4
-258
/
+230
2010-08-02
TOMOYO: Pass parameters via structure.
Tetsuo Handa
3
-1
/
+58
2010-08-02
TOMOYO: Use common code for open and mkdir etc.
Tetsuo Handa
3
-84
/
+22
2010-08-02
SELinux: seperate range transition rules to a seperate function
Eric Paris
1
-64
/
+75
2010-08-02
TOMOYO: Use common code for garbage collection.
Tetsuo Handa
1
-146
/
+66
2010-08-02
TOMOYO: Use callback for updating entries.
Tetsuo Handa
6
-252
/
+190
2010-08-02
TOMOYO: Use common structure for list element.
Tetsuo Handa
7
-164
/
+167
2010-08-02
TOMOYO: Use callback for updating entries.
Tetsuo Handa
7
-312
/
+253
2010-08-02
KEYS: Make /proc/keys check to see if a key is possessed before security check
David Howells
3
-23
/
+66
2010-08-02
KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key
David Howells
1
-1
/
+16
2010-08-02
TOMOYO: Update profile structure.
Tetsuo Handa
6
-248
/
+486
2010-08-02
TOMOYO: Add pathname aggregation support.
Tetsuo Handa
4
-0
/
+204
2010-08-02
TOMOYO: Allow wildcard for execute permission.
Tetsuo Handa
7
-151
/
+90
2010-08-02
TOMOYO: Support longer pathname.
Tetsuo Handa
6
-318
/
+208
2010-08-02
TOMOYO: Several fixes for TOMOYO's management programs.
Tetsuo Handa
3
-6
/
+23
2010-08-02
LSM: Remove unused arguments from security_path_truncate().
Tetsuo Handa
3
-7
/
+4
2010-08-02
smack: opt_dentry is never null in in smack_d_instantiate()
Dan Carpenter
1
-12
/
+2
2010-08-02
TOMOYO: Split files into some pieces.
Tetsuo Handa
11
-1416
/
+1469
2010-08-02
TOMOYO: Add interactive enforcing mode.
Tetsuo Handa
6
-120
/
+564
2010-08-02
TOMOYO: Add mount restriction.
Tetsuo Handa
7
-11
/
+469
2010-08-02
TOMOYO: Split file access control functions by type of parameters.
Tetsuo Handa
5
-123
/
+752
2010-08-02
TOMOYO: Use structure for passing common arguments.
Tetsuo Handa
5
-206
/
+162
2010-08-02
TOMOYO: Add numeric values grouping support.
Tetsuo Handa
6
-1
/
+454
2010-08-02
selinux: remove all rcu head initializations
Paul E. McKenney
2
-3
/
+0
2010-06-27
KEYS: Propagate error code instead of returning -EINVAL
Dan Carpenter
1
-2
/
+2
2010-05-27
keyctl_session_to_parent(): use thread_group_empty() to check singlethreadness
Oleg Nesterov
1
-1
/
+1
2010-05-27
umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()
Oleg Nesterov
3
-2
/
+34
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
1
-3
/
+3
2010-05-21
switch selinux delayed superblock handling to iterate_supers()
Al Viro
2
-48
/
+8
2010-05-21
kref: remove kref_set
NeilBrown
1
-2
/
+2
2010-05-18
KEYS: Return more accurate error codes
Dan Carpenter
1
-3
/
+3
2010-05-17
LSM: Add __init to fixup function.
Tetsuo Handa
2
-3
/
+3
2010-05-17
TOMOYO: Add pathname grouping support.
Tetsuo Handa
6
-54
/
+433
2010-05-17
ima: remove ACPI dependency
Mimi Zohar
1
-3
/
+2
2010-05-17
security/selinux/ss: Use kstrdup
Julia Lawall
1
-2
/
+1
2010-05-10
TOMOYO: Use stack memory for pending entry.
Tetsuo Handa
5
-192
/
+190
2010-05-07
Revert "ima: remove ACPI dependency"
James Morris
1
-2
/
+3
2010-05-06
KEYS: Do preallocation for __key_link()
David Howells
4
-130
/
+215
2010-05-06
Merge branch 'master' into next
James Morris
2
-20
/
+23
2010-05-06
TOMOYO: Use mutex_lock_interruptible.
Tetsuo Handa
6
-24
/
+37
2010-05-06
KEYS: Better handling of errors from construct_alloc_key()
David Howells
1
-2
/
+22
2010-05-06
KEYS: keyring_serialise_link_sem is only needed for keyring->keyring links
David Howells
1
-7
/
+9
2010-05-06
Merge branch 'master' into next
James Morris
32
-15
/
+52
2010-05-06
TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.
Tetsuo Handa
4
-18
/
+18
2010-05-05
KEYS: call_sbin_request_key() must write lock keyrings before modifying them
David Howells
1
-1
/
+1
2010-05-05
KEYS: Use RCU dereference wrappers in keyring key type code
David Howells
1
-10
/
+13
2010-05-05
KEYS: find_keyring_by_name() can gain access to a freed keyring
Toshiyuki Okajima
1
-9
/
+9
2010-05-05
KEYS: Fix RCU handling in key_gc_keyring()
David Howells
1
-3
/
+6
2010-05-05
KEYS: Fix an RCU warning in the reading of user keys
David Howells
1
-1
/
+2
[next]