summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* 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-041-1/+1
* KEYS: Revert one application of "Fix unreachable code" patchDavid Howells2013-02-211-0/+2
* keys: fix unreachable codeAlan Cox2012-12-211-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-175-75/+69Star
|\
| * 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/+33Star
| * | key: Fix resource leakAlan Cox2012-09-281-2/+2
| * | keys: Fix unreachable codeAlan Cox2012-09-281-2/+0Star
* | | 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-031-42/+12Star
| |\ \ \ | | | |/ | | |/|
| | * | tpm: Move tpm_get_random api into the TPM device driverKent Yoder2012-08-221-42/+12Star
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-028-83/+79Star
| |\ \
| | * | userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-148-83/+79Star
| | |/
| * | 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/+0Star
| |/
* / keys: Fix unreachable codeAlan Cox2012-10-251-2/+0Star
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-07-244-4/+6
|\
| * Merge commit 'v3.5-rc2' into nextJames Morris2012-06-107-68/+55Star
| |\
| * | 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/+12Star
* | | 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-06-013-51/+44Star
|\ \
| * | keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov2012-05-243-41/+44
| * | TIF_NOTIFY_RESUME is defined on all targets nowAl Viro2012-05-241-10/+0Star
* | | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-06-012-2/+2
* | | kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2012-06-011-10/+3Star
* | | security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton2012-06-011-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-243-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-081-1/+1
| * userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-083-3/+3
* | KEYS: Don't check for NULL key pointer in key_validate()David Howells2012-05-151-24/+16Star
* | 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-241-1/+1
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-232-16/+22
|\