summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* aio: don't include aio.h in sched.hKent Overstreet2013-05-072-0/+3
* KEYS: split call to call_usermodehelper_fns()Lucas De Marchi2013-04-301-3/+10
* Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-121-2/+2
* keys: fix race with concurrent install_user_keyrings()David Howells2013-03-121-1/+1
* userns: Stop oopsing in key_change_session_keyringEric W. Biederman2013-03-031-1/+1
* KEYS: Revert one application of "Fix unreachable code" patchDavid Howells2013-02-211-0/+2
* keys: fix unreachable codeAlan Cox2012-12-201-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-165-75/+69
|\
| * Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2012-10-027-63/+129
| |\
| | * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-09-137-63/+129
| * | KEYS: Use keyring_alloc() to create special keyringsDavid Howells2012-10-021-0/+1
| * | KEYS: Reduce initial permissions on keysDavid Howells2012-10-024-19/+33
| * | KEYS: Make the session and process keyrings per-threadDavid Howells2012-10-023-54/+33
| * | key: Fix resource leakAlan Cox2012-09-281-2/+2
| * | keys: Fix unreachable codeAlan Cox2012-09-281-2/+0
* | | Merge branch 'master' into for-nextJiri Kosina2012-10-2813-195/+225
|\ \ \
| * \ \ Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-147-63/+129
| |\ \ \
| | * | | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-087-63/+129
| | | |/ | | |/|
| * | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-021-42/+12
| |\ \ \ | | | |/ | | |/|
| | * | tpm: Move tpm_get_random api into the TPM device driverKent Yoder2012-08-221-42/+12
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-028-83/+79
| |\ \
| | * | userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-138-83/+79
| | |/
| * | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-022-5/+5
| |\ \
| | * | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-202-5/+5
| | |/
| * / task_work: Revert "hold task_lock around checks in keyctl"Oleg Nesterov2012-09-131-2/+0
| |/
* / keys: Fix unreachable codeAlan Cox2012-10-251-2/+0
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-07-234-4/+6
|\
| * Merge commit 'v3.5-rc2' into nextJames Morris2012-06-107-68/+55
| |\
| * | KEYS: Fix some sparse warningsDavid Howells2012-05-254-4/+6
* | | hold task_lock around checks in keyctlAl Viro2012-07-221-0/+2
* | | merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-223-28/+12
* | | trimming task_work: kill ->dataAl Viro2012-07-223-8/+15
| |/ |/|
* | 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
|/