index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
tomoyo
Commit message (
Expand
)
Author
Age
Files
Lines
*
TOMOYO: Add pathname grouping support.
Tetsuo Handa
2010-05-17
6
-54
/
+433
*
TOMOYO: Use stack memory for pending entry.
Tetsuo Handa
2010-05-10
5
-192
/
+190
*
TOMOYO: Use mutex_lock_interruptible.
Tetsuo Handa
2010-05-06
6
-24
/
+37
*
Merge branch 'master' into next
James Morris
2010-05-06
5
-0
/
+5
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
5
-0
/
+5
*
|
TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.
Tetsuo Handa
2010-05-06
4
-18
/
+18
*
|
Merge branch 'master' into next
James Morris
2010-03-31
2
-19
/
+5
|
\
\
|
|
/
|
*
tomoyo: fix potential use after free
Dan Carpenter
2010-03-15
1
-0
/
+1
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-03-04
1
-19
/
+4
|
|
\
|
|
*
get rid of ->mnt_parent in tomoyo/realpath
Al Viro
2010-03-03
1
-1
/
+1
|
|
*
get rid of insanity with namespace roots in tomoyo
Al Viro
2010-03-03
1
-19
/
+4
*
|
|
Merge branch 'next-queue' into next
James Morris
2010-03-09
1
-7
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
TOMOYO: Remove unused variables.
Tetsuo Handa
2010-03-03
1
-7
/
+3
|
|
/
*
|
Merge branch 'next' into for-linus
James Morris
2010-03-01
10
-1371
/
+1598
|
\
\
|
|
/
|
/
|
|
*
TOMOYO: Protect find_task_by_vpid() with RCU.
Tetsuo Handa
2010-02-26
1
-0
/
+4
|
*
TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain
Tetsuo Handa
2010-02-17
4
-32
/
+20
|
*
TOMOYO: Remove unneeded parameter.
Tetsuo Handa
2010-02-16
3
-38
/
+27
|
*
TOMOYO: Use shorter names.
Tetsuo Handa
2010-02-16
5
-299
/
+250
|
*
TOMOYO: Use enum for index numbers.
Tetsuo Handa
2010-02-16
1
-45
/
+54
|
*
TOMOYO: Add garbage collector.
Tetsuo Handa
2010-02-15
7
-54
/
+436
|
*
TOMOYO: Add refcounter on domain structure.
Tetsuo Handa
2010-02-15
3
-16
/
+28
|
*
TOMOYO: Merge headers.
Tetsuo Handa
2010-02-15
8
-397
/
+351
|
*
TOMOYO: Add refcounter on string data.
Tetsuo Handa
2010-02-15
5
-40
/
+77
|
*
TOMOYO: Reduce lines by using common path for addition and deletion.
Tetsuo Handa
2010-02-11
3
-226
/
+183
|
*
TOMOYO: Extract bitfield
Tetsuo Handa
2010-02-08
4
-96
/
+25
|
*
TOMOYO: Remove usage counter for temporary memory.
Tetsuo Handa
2010-01-27
6
-71
/
+29
|
*
Merge branch 'master' into next
James Morris
2010-01-18
1
-1
/
+0
|
|
\
|
*
|
TOMOYO: Remove memory pool for list elements.
Tetsuo Handa
2010-01-11
6
-134
/
+73
|
*
|
TOMOYO: Remove memory pool for string data.
Tetsuo Handa
2010-01-11
1
-50
/
+10
|
*
|
TOMOYO: Replace rw_semaphore by mutex.
Tetsuo Handa
2010-01-11
4
-36
/
+27
|
*
|
TOMOYO: Use RCU primitives for list operation
Tetsuo Handa
2009-12-15
6
-112
/
+207
|
*
|
TOMOYO: Compare filesystem by magic number rather than by name.
Tetsuo Handa
2009-12-09
1
-1
/
+2
|
*
|
Merge branch 'master' into next
James Morris
2009-12-09
4
-103
/
+9
|
|
\
\
|
*
|
|
TOMOYO: Add rest of file operation restrictions.
Tetsuo Handa
2009-12-08
5
-61
/
+132
*
|
|
|
Fix ACC_MODE() for real
Al Viro
2010-01-14
1
-6
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Sanitize f_flags helpers
Al Viro
2009-12-22
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
Linus Torvalds
2009-12-08
4
-103
/
+9
|
\
\
|
|
/
|
/
|
|
*
security/tomoyo: Remove now unnecessary handling of security_sysctl.
Eric W. Biederman
2009-11-20
3
-95
/
+0
|
*
security/tomoyo: Add a special case to handle accesses through the internal p...
Eric W. Biederman
2009-11-20
1
-0
/
+9
|
*
sysctl security/tomoyo: Don't look at ctl_name
Tetsuo Handa
2009-11-12
1
-9
/
+1
*
|
TOMOYO: Add recursive directory matching operator support.
Tetsuo Handa
2009-11-25
2
-83
/
+121
*
|
tomoyo: improve hash bucket dispersion
Stephen Hemminger
2009-10-29
1
-4
/
+9
|
/
*
KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
David Howells
2009-09-02
1
-0
/
+17
*
TOMOYO: Remove next_domain from tomoyo_find_next_domain().
Tetsuo Handa
2009-06-19
3
-15
/
+8
*
TOMOYO: Move tomoyo_delete_domain().
Tetsuo Handa
2009-06-19
3
-34
/
+30
*
TOMOYO: Add description of lists and structures.
Tetsuo Handa
2009-06-09
6
-34
/
+504
*
TOMOYO: Remove unused field.
Tetsuo Handa
2009-06-09
2
-2
/
+0
*
Merge branch 'master' into next
James Morris
2009-06-09
1
-0
/
+6
|
\
|
*
tomoyo: add missing call to cap_bprm_set_creds
Herton Ronaldo Krzesinski
2009-05-27
1
-0
/
+6
*
|
TOMOYO: Remove unused parameter.
Tetsuo Handa
2009-06-04
3
-7
/
+3
[next]