Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / include / linux / cred.h
2010-05-27 Oleg Nesterovumh: creds: kill subprocess_info->cred logic
2010-03-04 Paul E. McKenneyrcu: Use wrapper function instead of exporting tasklist...
2010-02-25 Paul E. McKenneysched: Use lockdep-based checking on rcu_dereference()
2009-09-23 Andrew Mortoninclude/linux/cred.h: fix build
2009-09-14 Eric ParisCreds: creds->security can be NULL is selinux is disabled
2009-09-02 David HowellsKEYS: Add a keyctl to install a process's session keyri...
2009-09-02 David HowellsCRED: Add some configurable debugging [try #6]
2009-07-19 Paul Menageinclude/linux/cred.h: work around gcc-4.2.4 warning...
2009-05-29 Alexey Dobriyancred: #include init.h in cred.h
2008-11-24 Serge HallynUser namespaces: set of cleanups (v2)
2008-11-13 David HowellsCRED: Allow kernel services to override LSM settings...
2008-11-13 David HowellsCRED: Differentiate objective and effective subjective...
2008-11-13 David HowellsCRED: Documentation
2008-11-13 David HowellsCRED: Make execve() take advantage of copy-on-write...
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Separate per-task-group keyrings from signal_struct
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Wrap current->cred and a few other accessors
2008-11-13 David HowellsCRED: Detach the credentials from task_struct
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-08-13 David HowellsCRED: Introduce credential access wrappers