index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
tomoyo
/
gc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-12
TOMOYO: Fix quota and garbage collector.
Tetsuo Handa
1
-0
/
+7
2011-09-26
TOMOYO: Remove tomoyo_policy_memory_lock spinlock.
Tetsuo Handa
1
-1
/
+19
2011-09-26
TOMOYO: Simplify garbage collector.
Tetsuo Handa
1
-311
/
+169
2011-09-14
TOMOYO: Add socket operation restriction support.
Tetsuo Handa
1
-1
/
+39
2011-09-14
TOMOYO: Add environment variable name restriction support.
Tetsuo Handa
1
-0
/
+9
2011-08-17
tomoyo: remove tomoyo_gc_thread()->daemonize()
Oleg Nesterov
1
-1
/
+1
2011-07-14
TOMOYO: Update kernel-doc.
Tetsuo Handa
1
-5
/
+2
2011-07-11
TOMOYO: Allow using argv[]/envp[] of execve() as conditions.
Tetsuo Handa
1
-0
/
+12
2011-07-11
TOMOYO: Allow using executable's realpath and symlink's target as conditions.
Tetsuo Handa
1
-0
/
+5
2011-07-11
TOMOYO: Allow using UID/GID etc. of current thread as conditions.
Tetsuo Handa
1
-3
/
+36
2011-06-29
TOMOYO: Fix lockdep warning.
Tetsuo Handa
1
-21
/
+257
2011-06-29
TOMOYO: Add policy namespace support.
Tetsuo Handa
1
-33
/
+40
2011-06-29
TOMOYO: Add ACL group support.
Tetsuo Handa
1
-3
/
+13
2011-06-29
TOMOYO: Cleanup part 3.
Tetsuo Handa
1
-13
/
+114
2011-06-29
TOMOYO: Cleanup part 1.
Tetsuo Handa
1
-30
/
+0
2010-08-02
TOMOYO: Rename symbols.
Tetsuo Handa
1
-11
/
+11
2010-08-02
TOMOYO: Use common code for domain transition control.
Tetsuo Handa
1
-15
/
+4
2010-08-02
TOMOYO: Remove alias keyword.
Tetsuo Handa
1
-11
/
+0
2010-08-02
TOMOYO: Merge path_group and number_group.
Tetsuo Handa
1
-22
/
+14
2010-08-02
TOMOYO: Use array of "struct list_head".
Tetsuo Handa
1
-34
/
+7
2010-08-02
TOMOYO: Merge tomoyo_path_group and tomoyo_number_group
Tetsuo Handa
1
-26
/
+15
2010-08-02
TOMOYO: Pass "struct list_head" rather than "void *".
Tetsuo Handa
1
-58
/
+72
2010-08-02
TOMOYO: Rename symbols.
Tetsuo Handa
1
-2
/
+2
2010-08-02
TOMOYO: Use common code for garbage collection.
Tetsuo Handa
1
-146
/
+66
2010-08-02
TOMOYO: Use common structure for list element.
Tetsuo Handa
1
-30
/
+33
2010-08-02
TOMOYO: Use callback for updating entries.
Tetsuo Handa
1
-27
/
+1
2010-08-02
TOMOYO: Add pathname aggregation support.
Tetsuo Handa
1
-0
/
+21
2010-08-02
TOMOYO: Add mount restriction.
Tetsuo Handa
1
-0
/
+10
2010-08-02
TOMOYO: Split file access control functions by type of parameters.
Tetsuo Handa
1
-4
/
+31
2010-08-02
TOMOYO: Add numeric values grouping support.
Tetsuo Handa
1
-0
/
+41
2010-05-17
TOMOYO: Add pathname grouping support.
Tetsuo Handa
1
-3
/
+45
2010-05-06
TOMOYO: Use mutex_lock_interruptible.
Tetsuo Handa
1
-4
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-16
TOMOYO: Use shorter names.
Tetsuo Handa
1
-9
/
+9
2010-02-15
TOMOYO: Add garbage collector.
Tetsuo Handa
1
-0
/
+370