summaryrefslogtreecommitdiffstats
path: root/security/keys/gc.c
Commit message (Expand)AuthorAgeFilesLines
* workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-201-4/+4
* KEYS: Add invalidation supportDavid Howells2012-05-111-7/+14
* KEYS: Permit in-place link replacement in keyring listDavid Howells2012-05-111-1/+1
* KEYS: Perform RCU synchronisation on keys prior to key destructionDavid Howells2012-05-111-29/+44
* KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells2012-01-181-1/+3
* KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells2011-08-231-160/+251
* KEYS: The dead key link reaper should be non-reentrantDavid Howells2011-08-231-3/+3
* KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells2011-08-231-6/+81
* KEYS: Fix up comments in key management codeDavid Howells2011-01-211-7/+7
* KEYS: Fix RCU handling in key_gc_keyring()David Howells2010-05-051-3/+6
* security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2010-02-251-1/+2
* KEYS: Have the garbage collector set its timer for live expired keysDavid Howells2009-09-231-2/+2
* KEYS: Fix garbage collectorDavid Howells2009-09-151-27/+51
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+1
* KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells2009-09-021-0/+193