aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/gc.c
AgeCommit message (Expand)Author
2020-05-19watch_queue: Add a key/keyring notification facilityDavid Howells
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-06-26keys: Include target namespace in match criteriaDavid Howells
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-15security: keys: Replace time_t/timespec with time64_tBaolin Wang
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-06-09KEYS: sanitize key structs before freeingEric Biggers
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-04-18KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells
2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau
2017-04-03security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova
2015-10-15KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringDavid Howells
2015-09-25KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells
2015-01-05KEYS: close race between key lookup and freeingSasha Levin
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2013-11-14KEYS: Fix keyring content gc scannerDavid Howells
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo
2012-05-11KEYS: Add invalidation supportDavid Howells
2012-05-11KEYS: Permit in-place link replacement in keyring listDavid Howells
2012-05-11KEYS: Perform RCU synchronisation on keys prior to key destructionDavid Howells
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells
2011-08-23KEYS: The dead key link reaper should be non-reentrantDavid Howells
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells
2011-01-21KEYS: Fix up comments in key management codeDavid Howells
2010-05-05KEYS: Fix RCU handling in key_gc_keyring()David Howells
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney
2009-09-23KEYS: Have the garbage collector set its timer for live expired keysDavid Howells
2009-09-15KEYS: Fix garbage collectorDavid Howells
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells