| Commit message (Expand) | Author | Age | Files | Lines |
* | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-08 | 2 | -0/+3 |
* | KEYS: split call to call_usermodehelper_fns() | Lucas De Marchi | 2013-05-01 | 1 | -3/+10 |
* | Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit... | Mathieu Desnoyers | 2013-03-12 | 1 | -2/+2 |
* | keys: fix race with concurrent install_user_keyrings() | David Howells | 2013-03-12 | 1 | -1/+1 |
* | userns: Stop oopsing in key_change_session_keyring | Eric W. Biederman | 2013-03-04 | 1 | -1/+1 |
* | KEYS: Revert one application of "Fix unreachable code" patch | David Howells | 2013-02-21 | 1 | -0/+2 |
* | keys: fix unreachable code | Alan Cox | 2012-12-21 | 1 | -2/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2012-12-17 | 5 | -75/+69 |
|\ |
|
| * | Merge branch 'modsign-keys-devel' into security-next-keys | David Howells | 2012-10-02 | 7 | -63/+129 |
| |\ |
|
| | * | KEYS: Add payload preparsing opportunity prior to key instantiate or update | David Howells | 2012-09-13 | 7 | -63/+129 |
| * | | KEYS: Use keyring_alloc() to create special keyrings | David Howells | 2012-10-02 | 1 | -0/+1 |
| * | | KEYS: Reduce initial permissions on keys | David Howells | 2012-10-02 | 4 | -19/+33 |
| * | | KEYS: Make the session and process keyrings per-thread | David Howells | 2012-10-02 | 3 | -54/+33 |
| * | | key: Fix resource leak | Alan Cox | 2012-09-28 | 1 | -2/+2 |
| * | | keys: Fix unreachable code | Alan Cox | 2012-09-28 | 1 | -2/+0 |
* | | | Merge branch 'master' into for-next | Jiri Kosina | 2012-10-28 | 13 | -195/+225 |
|\ \ \ |
|
| * \ \ | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-14 | 7 | -63/+129 |
| |\ \ \ |
|
| | * | | | KEYS: Add payload preparsing opportunity prior to key instantiate or update | David Howells | 2012-10-08 | 7 | -63/+129 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-10-03 | 1 | -42/+12 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | tpm: Move tpm_get_random api into the TPM device driver | Kent Yoder | 2012-08-22 | 1 | -42/+12 |
| | |/ |
|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 8 | -83/+79 |
| |\ \ |
|
| | * | | userns: Convert security/keys to the new userns infrastructure | Eric W. Biederman | 2012-09-14 | 8 | -83/+79 |
| | |/ |
|
| * | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 | 2 | -5/+5 |
| |\ \ |
|
| | * | | workqueue: deprecate system_nrt[_freezable]_wq | Tejun Heo | 2012-08-20 | 2 | -5/+5 |
| | |/ |
|
| * / | task_work: Revert "hold task_lock around checks in keyctl" | Oleg Nesterov | 2012-09-13 | 1 | -2/+0 |
| |/ |
|
* / | keys: Fix unreachable code | Alan Cox | 2012-10-25 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-07-24 | 4 | -4/+6 |
|\ |
|
| * | Merge commit 'v3.5-rc2' into next | James Morris | 2012-06-10 | 7 | -68/+55 |
| |\ |
|
| * | | KEYS: Fix some sparse warnings | David Howells | 2012-05-25 | 4 | -4/+6 |
* | | | hold task_lock around checks in keyctl | Al Viro | 2012-07-22 | 1 | -0/+2 |
* | | | merge task_work and rcu_head, get rid of separate allocation for keyring case | Al Viro | 2012-07-22 | 3 | -28/+12 |
* | | | trimming task_work: kill ->data | Al Viro | 2012-07-22 | 3 | -8/+15 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 | 3 | -51/+44 |
|\ \ |
|
| * | | keys: change keyctl_session_to_parent() to use task_work_add() | Oleg Nesterov | 2012-05-24 | 3 | -41/+44 |
| * | | TIF_NOTIFY_RESUME is defined on all targets now | Al Viro | 2012-05-24 | 1 | -10/+0 |
* | | | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() | Christopher Yeoh | 2012-06-01 | 2 | -2/+2 |
* | | | kmod: convert two call sites to call_usermodehelper_fns() | Boaz Harrosh | 2012-06-01 | 1 | -10/+3 |
* | | | security/keys/keyctl.c: suppress memory allocation failure warning | Andrew Morton | 2012-06-01 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-05-24 | 3 | -4/+5 |
|\ \
| |/
|/| |
|
| * | userns: Convert group_info values from gid_t to kgid_t. | Eric W. Biederman | 2012-05-03 | 1 | -1/+2 |
| * | cred: Refcount the user_ns pointed to by the cred. | Eric W. Biederman | 2012-04-08 | 1 | -1/+1 |
| * | userns: Use cred->user_ns instead of cred->user->user_ns | Eric W. Biederman | 2012-04-08 | 3 | -3/+3 |
* | | KEYS: Don't check for NULL key pointer in key_validate() | David Howells | 2012-05-15 | 1 | -24/+16 |
* | | KEYS: Add invalidation support | David Howells | 2012-05-11 | 8 | -28/+110 |
* | | KEYS: Do LRU discard in full keyrings | David Howells | 2012-05-11 | 2 | -7/+42 |
* | | KEYS: Permit in-place link replacement in keyring list | David Howells | 2012-05-11 | 2 | -40/+57 |
* | | KEYS: Perform RCU synchronisation on keys prior to key destruction | David Howells | 2012-05-11 | 1 | -29/+44 |
* | | KEYS: Announce key type (un)registration | David Howells | 2012-05-11 | 1 | -0/+3 |
* | | KEYS: Reorganise keys Makefile | David Howells | 2012-05-11 | 1 | -3/+9 |
* | | KEYS: Move the key config into security/keys/Kconfig | David Howells | 2012-05-11 | 1 | -0/+71 |
|/ |
|