Merge branch 'for-linus2' of git://git.kernel.dk/linux-2.6-block
[safe/jmp/linux-2.6] / security / tomoyo /
2010-05-16 Tetsuo HandaTOMOYO: Add pathname grouping support.
2010-05-10 Tetsuo HandaTOMOYO: Use stack memory for pending entry.
2010-05-06 Tetsuo HandaTOMOYO: Use mutex_lock_interruptible.
2010-05-06 James MorrisMerge branch 'master' into next
2010-05-05 Tetsuo HandaTOMOYO: Use GFP_NOFS rather than GFP_KERNEL.
2010-03-30 James MorrisMerge branch 'master' into next
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-14 Dan Carpentertomoyo: fix potential use after free
2010-03-09 James MorrisMerge branch 'next-queue' into next
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-03 Al Viroget rid of ->mnt_parent in tomoyo/realpath
2010-03-03 Al Viroget rid of insanity with namespace roots in tomoyo
2010-03-02 Tetsuo HandaTOMOYO: Remove unused variables.
2010-02-28 James MorrisMerge branch 'next' into for-linus
2010-02-25 Tetsuo HandaTOMOYO: Protect find_task_by_vpid() with RCU.
2010-02-17 Tetsuo HandaTOMOYO: Remove __func__ from tomoyo_is_correct_path...
2010-02-16 Tetsuo HandaTOMOYO: Remove unneeded parameter.
2010-02-16 Tetsuo HandaTOMOYO: Use shorter names.
2010-02-15 Tetsuo HandaTOMOYO: Use enum for index numbers.
2010-02-14 Tetsuo HandaTOMOYO: Add garbage collector.
2010-02-14 Tetsuo HandaTOMOYO: Add refcounter on domain structure.
2010-02-14 Tetsuo HandaTOMOYO: Merge headers.
2010-02-14 Tetsuo HandaTOMOYO: Add refcounter on string data.
2010-02-11 Tetsuo HandaTOMOYO: Reduce lines by using common path for addition...
2010-02-08 Tetsuo HandaTOMOYO: Extract bitfield
2010-01-26 Tetsuo HandaTOMOYO: Remove usage counter for temporary memory.
2010-01-17 James MorrisMerge branch 'master' into next
2010-01-14 Al ViroFix ACC_MODE() for real
2010-01-10 Tetsuo HandaTOMOYO: Remove memory pool for list elements.
2010-01-10 Tetsuo HandaTOMOYO: Remove memory pool for string data.
2010-01-10 Tetsuo HandaTOMOYO: Replace rw_semaphore by mutex.
2009-12-22 Al ViroSanitize f_flags helpers
2009-12-15 Tetsuo HandaTOMOYO: Use RCU primitives for list operation
2009-12-09 Tetsuo HandaTOMOYO: Compare filesystem by magic number rather than...
2009-12-09 James MorrisMerge branch 'master' into next
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
2009-12-08 Tetsuo HandaTOMOYO: Add rest of file operation restrictions.
2009-11-25 Tetsuo HandaTOMOYO: Add recursive directory matching operator support.
2009-11-20 Eric W. Biedermansecurity/tomoyo: Remove now unnecessary handling of...
2009-11-20 Eric W. Biedermansecurity/tomoyo: Add a special case to handle accesses...
2009-11-12 Tetsuo Handasysctl security/tomoyo: Don't look at ctl_name
2009-10-29 Stephen Hemmingertomoyo: improve hash bucket dispersion
2009-09-02 David HowellsKEYS: Add a keyctl to install a process's session keyri...
2009-06-19 Tetsuo HandaTOMOYO: Remove next_domain from tomoyo_find_next_domain().
2009-06-19 Tetsuo HandaTOMOYO: Move tomoyo_delete_domain().
2009-06-08 Tetsuo HandaTOMOYO: Add description of lists and structures.
2009-06-08 Tetsuo HandaTOMOYO: Remove unused field.
2009-06-08 James MorrisMerge branch 'master' into next
2009-06-04 Tetsuo HandaTOMOYO: Remove unused parameter.
2009-06-02 Tetsuo HandaTOMOYO: Simplify policy reader.
2009-06-02 Tetsuo HandaTOMOYO: Remove redundant markers.
2009-06-02 Tetsuo HandaTOMOYO: Remove unused mutex.
2009-06-02 Serge E. Hallyntomoyo: avoid get+put of task_struct
2009-05-26 Herton Ronaldo Krz... tomoyo: add missing call to cap_bprm_set_creds
2009-05-09 Al ViroReduce path_lookup() abuses
2009-04-13 Tetsuo Handatomoyo: version bump to 2.2.0.
2009-04-07 Tetsuo Handatomoyo: remove "undelete domain" command.
2009-04-06 Tetsuo Handatomoyo: remove "undelete domain" command.
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-03-27 Tetsuo HandaTOMOYO: Fix a typo.
2009-02-22 Tetsuo HandaTOMOYO: Do not call tomoyo_realpath_init unless registered.
2009-02-15 Tetsuo HandaTOMOYO: Don't create securityfs entries unless registered.
2009-02-14 Tetsuo HandaTOMOYO: Fix exception policy read failure.
2009-02-12 Tetsuo Handatomoyo: fix sparse warning
2009-02-12 Kentaro TakedaKconfig and Makefile
2009-02-12 Kentaro TakedaLSM adapter functions.
2009-02-12 Kentaro TakedaDomain transition handler.
2009-02-12 Kentaro TakedaFile operation restriction part.
2009-02-12 Kentaro TakedaCommon functions for TOMOYO Linux.
2009-02-12 Kentaro TakedaMemory and pathname management functions.