summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-313-51/+44
|\
| * keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov2012-05-233-41/+44
| * TIF_NOTIFY_RESUME is defined on all targets nowAl Viro2012-05-231-10/+0
* | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-05-312-2/+2
* | kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2012-05-311-10/+3
* | security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton2012-05-311-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-233-4/+5
|\
| * userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-1/+2
| * cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-071-1/+1
| * userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-073-3/+3
* | KEYS: Don't check for NULL key pointer in key_validate()David Howells2012-05-161-24/+16
* | KEYS: Add invalidation supportDavid Howells2012-05-118-28/+110
* | KEYS: Do LRU discard in full keyringsDavid Howells2012-05-112-7/+42
* | KEYS: Permit in-place link replacement in keyring listDavid Howells2012-05-112-40/+57
* | KEYS: Perform RCU synchronisation on keys prior to key destructionDavid Howells2012-05-111-29/+44
* | KEYS: Announce key type (un)registrationDavid Howells2012-05-111-0/+3
* | KEYS: Reorganise keys MakefileDavid Howells2012-05-111-3/+9
* | KEYS: Move the key config into security/keys/KconfigDavid Howells2012-05-111-0/+71
|/
* usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov2012-03-231-1/+1
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-232-16/+22
|\
| * Created a function for setting timeouts on keysBryan Schumaker2012-03-012-16/+22
* | KEYS: testing wrong bit for KEY_FLAG_REVOKEDDan Carpenter2012-03-071-1/+2
* | Merge branch 'next-queue' into nextJames Morris2012-02-091-1/+14
|\ \ | |/ |/|
| * KEYS: Allow special keyrings to be clearedDavid Howells2012-01-191-1/+14
* | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-01-233-0/+39
|\ \
| * | keys: add a "logon" key typeJeff Layton2012-01-173-0/+39
| |/
* | keys: fix user_defined key sparse messagesMimi Zohar2012-01-191-3/+3
* | encrypted-keys: fix rcu and sparse messagesMimi Zohar2012-01-182-2/+2
* | keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar2012-01-183-4/+6
* | KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells2012-01-182-8/+18
|/
* Merge branch 'next' into for-linusJames Morris2012-01-091-0/+3
|\
| * KEYS: Give key types their own lockdep class for key->semDavid Howells2011-11-171-0/+3
* | encrypted-keys: module build fixesMimi Zohar2011-11-162-3/+8
* | encrypted-keys: fix error return codeMimi Zohar2011-11-161-1/+1
|/
* KEYS: Fix a NULL pointer deref in the user-defined key typeDavid Howells2011-11-151-1/+2
* security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-312-2/+2
* Cross Memory AttachChristopher Yeoh2011-10-312-2/+2
* encrypted-keys: check hex2bin resultMimi Zohar2011-09-201-3/+11
* trusted-keys: check hex2bin resultMimi Zohar2011-09-201-4/+15
* encrypted-keys: IS_ERR need include/err.hStephen Rothwell2011-09-151-0/+1
* encrypted-keys: remove trusted-keys dependencyMimi Zohar2011-09-144-27/+64
* encrypted-keys: create encrypted-keys directoryMimi Zohar2011-09-146-1/+6
* KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells2011-08-233-208/+258
* KEYS: The dead key link reaper should be non-reentrantDavid Howells2011-08-231-3/+3
* KEYS: Make the key reaper non-reentrantDavid Howells2011-08-231-1/+1
* KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells2011-08-233-76/+85
* KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells2011-08-231-2/+1
* KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells2011-08-231-2/+12
* KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells2011-08-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-275-53/+313
|\