summaryrefslogtreecommitdiff
path: root/include/linux/key-type.h
AgeCommit message (Expand)Author
2013-09-25KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells
2013-09-24KEYS: Introduce a search context structureDavid Howells
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-07-30KEYS: linux/key-type.h needs linux/errno.hDavid Howells
2011-11-17KEYS: Give key types their own lockdep class for key->semDavid Howells
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells
2011-03-08KEYS: Add a key type op to permit the key description to be vettedDavid Howells
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells
> 2018-03-24ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman 2018-02-06ipc: fix ipc data structures inconsistencyPhilippe Mikoyan 2017-11-17sysvipc: make get_maxid O(1) againDavidlohr Bueso 2017-11-17sysvipc: properly name ipc_addid() limit parameterDavidlohr Bueso 2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel 2017-09-08ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova 2017-07-12ipc: move atomic_set() to where it is neededKees Cook 2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook 2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook 2017-07-12ipc: drop non-RCU allocationKees Cook 2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul 2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko 2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com 2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa 2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds 2015-06-30ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso 2015-06-30ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso 2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso 2015-06-30ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg 2015-04-15ipc: remove use of seq_printf return valueJoe Perches 2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul 2014-10-14ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones 2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida