ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / security / keys /
2010-05-17 Dan CarpenterKEYS: Return more accurate error codes
2010-05-06 David HowellsKEYS: Do preallocation for __key_link()
2010-05-06 James MorrisMerge branch 'master' into next
2010-05-06 David HowellsKEYS: Better handling of errors from construct_alloc_key()
2010-05-06 David HowellsKEYS: keyring_serialise_link_sem is only needed for...
2010-05-06 James MorrisMerge branch 'master' into next
2010-05-05 David HowellsKEYS: call_sbin_request_key() must write lock keyrings...
2010-05-05 David HowellsKEYS: Use RCU dereference wrappers in keyring key type...
2010-05-05 Toshiyuki OkajimaKEYS: find_keyring_by_name() can gain access to a freed...
2010-05-05 David HowellsKEYS: Fix RCU handling in key_gc_keyring()
2010-05-05 David HowellsKEYS: Fix an RCU warning in the reading of user keys
2010-05-04 David HowellsKEYS: Fix an RCU warning in the reading of user keys
2010-05-04 David HowellsKEYS: Fix an RCU warning
2010-04-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-27 David Howellskeys: the request_key() syscall should link an existing...
2010-04-27 David Howellskeys: don't need to use RCU in keyring_read() as semaph...
2010-04-24 David Howellskeys: fix an RCU warning
2010-04-23 Justin P. Mattocksecurity: whitespace coding style fixes
2010-04-12 Eric Parissecurity: remove dead hook key_session_to_parent
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-09 Chihau ChauSecurity: key: keyring: fix some code style issues
2010-03-04 wzt.wzt@gmail.comSecurity: Fix some coding styles in security/keys/keyring.c
2010-02-25 Paul E. McKenneysecurity: Apply lockdep-based checking to rcu_dereferen...
2009-12-16 Geert UytterhoevenKeys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME...
2009-12-16 Roel Kluinkeys: PTR_ERR return of wrong pointer in keyctl_get_sec...
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-12 Eric W. Biedermansysctl security/keys: Remove dead binary sysctl support
2009-10-15 David HowellsKEYS: get_instantiation_keyring() should inc the keyrin...
2009-09-23 David HowellsKEYS: Have the garbage collector set its timer for...
2009-09-14 David HowellsKEYS: Fix garbage collector
2009-09-14 Marc DionneKEYS: Unlock tasklist when exiting early from keyctl_se...
2009-09-02 David HowellsKEYS: Add a keyctl to install a process's session keyri...
2009-09-02 David HowellsKEYS: Do some whitespace cleanups [try #6]
2009-09-02 Serge E. HallynKEYS: Make /proc/keys use keyid not numread as file...
2009-09-02 David HowellsKEYS: Add garbage collection for dead, revoked and...
2009-09-02 David HowellsKEYS: Flag dead keys to induce EKEYREVOKED [try #6]
2009-09-02 David HowellsKEYS: Allow keyctl_revoke() on keys that have SETATTR...
2009-09-02 David HowellsKEYS: Deal with dead-type keys appropriately [try #6]
2009-07-16 Oleg Nesterovkernel: rename is_single_threaded(task) to current_is_s...
2009-06-24 James Morriskeys: annotate seqfile ops with __releases and __acquires
2009-04-09 David Howellskeys: Handle there being no fallback destination keyrin...
2009-02-27 Serge E. Hallynkeys: make procfiles per-user-namespace
2009-02-27 Serge E. Hallynkeys: skip keys from another user namespace
2009-02-27 Serge E. Hallynkeys: consider user namespace in key_permission
2009-02-27 Serge E. Hallynkeys: distinguish per-uid keys in different namespaces
2009-01-17 Vegard Nossumsecurity: introduce missing kfree
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 28
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 27
2008-12-31 James Morriskeys: fix sparse warning by adding __user annotation...
2008-12-29 David HowellsKEYS: Fix variable uninitialisation warnings
2008-11-13 David HowellsCRED: Make execve() take advantage of copy-on-write...
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Separate per-task-group keyrings from signal_struct
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Wrap current->cred and a few other accessors
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsKEYS: Alter use of key instantiation link-to-keyring...
2008-11-13 David HowellsKEYS: Disperse linux/key_ui.h
2008-11-13 David HowellsCRED: Wrap task credential accesses in the key manageme...
2008-11-10 David HowellsKEYS: Make request key instantiate the per-user keyrings
2008-06-06 Daniel Walkerkeys: remove unused key_alloc_sem
2008-04-29 Robert P. J. Daykeys: explicitly include required slab.h header file.
2008-04-29 David Howellskeys: make the keyring quotas controllable through...
2008-04-29 David Howellskeys: don't generate user and user session keyrings...
2008-04-29 Arun Raghavankeys: allow clients to set key perms in key_create_or_u...
2008-04-29 Alexey Dobriyankeys: switch to proc_create()
2008-04-29 David Howellskeys: add keyctl function to get a security label
2008-04-29 David Howellskeys: allow the callout data to be passed as a blob...
2008-04-29 Kevin Coffmankeys: check starting keyring as part of search
2008-04-29 David Howellskeys: increase the payload size when instantiating...
2008-04-18 Harvey Harrisonsecurity: replace remaining __FUNCTION__ occurrences
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-01-25 Jan Engelhardtsecurity/selinux: constify function pointer tables...
2007-10-17 David HowellsKEYS: Make request_key() and co fundamentally asynchronous
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-18 Jeremy Fitzhardingeusermodehelper: Tidy up waiting
2007-04-26 David Howells[AF_RXRPC]: Key facility changes for AF_RXRPC
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 9
2007-02-06 David Howells[PATCH] Keys: Fix key serial number collision handling
2006-12-07 Peter Zijlstra[PATCH] lockdep: name some old style locks
2006-12-07 Eric Sesterhenn[PATCH] security/keys/*: user kmemdup()
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-06-29 David Howells[PATCH] Keys: Allow in-kernel key requestor to pass...
2006-06-28 Randy Dunlap[PATCH] poison: add & use more constants
2006-06-26 Michael LeMay[PATCH] keys: restrict contents of /proc/keys to Viewab...
2006-06-26 Michael LeMay[PATCH] keys: allocate key serial numbers randomly
2006-06-26 Fredrik Tolf[PATCH] keys: let keyctl_chown() change a key's owner
2006-06-26 David Howells[PATCH] keys: discard the contents of a key on revocation
2006-06-26 David Howells[PATCH] keys: sort out key quota system
2006-06-22 David Howells[PATCH] Keys: Fix race between two instantiators of...
2006-06-22 Michael LeMay[PATCH] selinux: add hooks for key subsystem
2006-04-21 David Woodhouse[RBTREE] Update key.c to use rb_parent() accessor macro.
2006-04-11 David Howells[PATCH] Keys: Improve usage of memory barriers and...
2006-04-10 David Howells[Security] Keys: Fix oops when adding key to non-keyring
2006-03-25 David Howells[PATCH] Keys: Replace duplicate non-updateable keys...
2006-03-25 David Howells[PATCH] Keys: Fix key quota management on key allocation
2006-03-24 Davi Arnaut[PATCH] strndup_user: convert keyctl
next