serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / security / keys /
2012-04-02 Oleg Nesterovusermodehelper: kill umh_wait, renumber UMH_* constants
2011-11-16 Mimi Zoharencrypted-keys: module build fixes
2011-11-16 Mimi Zoharencrypted-keys: fix error return code
2011-11-16 David HowellsKEYS: Fix a NULL pointer deref in the user-defined...
2011-11-01 Andy Shevchenkosecurity: follow rename pack_hex_byte() to hex_byte_pack()
2011-11-01 Christopher YeohCross Memory Attach
2011-09-21 Mimi Zoharencrypted-keys: check hex2bin result
2011-09-21 Mimi Zohartrusted-keys: check hex2bin result
2011-09-15 Stephen Rothwellencrypted-keys: IS_ERR need include/err.h
2011-09-14 Mimi Zoharencrypted-keys: remove trusted-keys dependency
2011-09-14 Mimi Zoharencrypted-keys: create encrypted-keys directory
2011-08-22 David HowellsKEYS: Correctly destroy key payloads when their keytype...
2011-08-22 David HowellsKEYS: The dead key link reaper should be non-reentrant
2011-08-22 David HowellsKEYS: Make the key reaper non-reentrant
2011-08-22 David HowellsKEYS: Move the unreferenced key reaper to the keys...
2011-08-22 David HowellsKEYS: __key_link() should use the RCU deref wrapper...
2011-08-22 David HowellsKEYS: keyctl_get_keyring_ID() should create a session...
2011-08-22 David HowellsKEYS: If install_session_keyring() is given a keyring...
2011-07-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-11 Jiri KosinaMerge branch 'master' into for-next
2011-07-08 Michal Hockorcu: treewide: Do not use rcu_read_lock_held when calli...
2011-06-30 James MorrisMerge branch 'linus' into next
2011-06-27 Roberto Sassuencrypted-keys: add ecryptfs format support
2011-06-27 Roberto Sassuencrypted-keys: add key format support
2011-06-27 Roberto Sassuencrypted-keys: added additional debug messages
2011-06-27 Roberto Sassuencrypted-keys: fixed valid_master_desc() function...
2011-06-27 Roberto Sassuencrypted_keys: avoid dumping the master key if the...
2011-06-22 David HowellsKEYS: Fix error handling in construct_key_and_link()
2011-06-17 David HowellsKEYS/DNS: Fix ____call_usermodehelper() to not lose...
2011-06-14 David HowellsKEYS: Don't return EAGAIN to keyctl_assume_authority()
2011-05-27 Linus TorvaldsMerge branch 'docs-move' of git://git./linux/kernel...
2011-05-26 Serge E. HallynSet cred->user_ns in key_replace_session_keyring
2011-05-24 James MorrisMerge branch 'next' into for-linus
2011-05-19 Randy DunlapCreate Documentation/security/,
2011-05-08 Lai Jiangshansecurity,rcu: convert call_rcu(user_update_rcu_disposal...
2011-03-17 David HowellsKEYS: Make request_key() and co. return an error for...
2011-03-17 David HowellsKEYS: Improve /proc/keys
2011-03-08 David HowellsKEYS: Add an iovec version of KEYCTL_INSTANTIATE
2011-03-08 David HowellsKEYS: Add a new keyctl op to reject a key with a specif...
2011-03-08 David HowellsKEYS: Add a key type op to permit the key description...
2011-03-08 David HowellsKEYS: Add an RCU payload dereference macro
2011-01-25 David HowellsKEYS: Fix __key_link_end() quota fixup on error
2011-01-23 Jesper Juhltrusted keys: Fix a memory leak in trusted_update().
2011-01-23 Mimi Zoharencrypted-keys: rename encrypted_defined files to encrypted
2011-01-23 Mimi Zohartrusted-keys: rename trusted_defined files to trusted
2011-01-21 David HowellsKEYS: Fix up comments in key management code
2011-01-21 David HowellsKEYS: Do some style cleanup in the key management code.
2011-01-18 Tetsuo Handatrusted-keys: avoid scattring va_end()
2011-01-18 Tetsuo Handatrusted-keys: check for NULL before using it
2011-01-18 Tetsuo Handatrusted-keys: another free memory bugfix
2011-01-13 Mimi Zohartrusted-keys: free memory bugfix
2011-01-09 James MorrisMerge branch 'master' into next
2010-12-23 David HowellsKEYS: Don't call up_write() if __key_link_begin() retur...
2010-12-15 Mimi Zoharencrypted-keys: style and other cleanup
2010-12-15 Mimi Zoharencrypted-keys: verify datablob size before converting...
2010-12-15 Mimi Zohartrusted-keys: kzalloc and other cleanup
2010-12-15 Mimi Zohartrusted-keys: additional TSS return code and other...
2010-11-29 Mimi Zoharkeys: add missing include file for trusted and encrypte...
2010-11-28 Mimi Zoharkeys: add new key-type encrypted
2010-11-28 Mimi Zoharkeys: add new trusted key-type
2010-10-28 Andi KleenFix install_process_keyring error handling
2010-09-10 David HowellsKEYS: Fix bug in keyctl_session_to_parent() if parent...
2010-09-10 David HowellsKEYS: Fix RCU no-lock warning in keyctl_session_to_parent()
2010-08-12 David HowellsAdd a dummy printk function for the maintenance of...
2010-08-06 David HowellsKEYS: request_key() should return -ENOKEY if the constr...
2010-08-02 Justin P. MattockKEYS: Reinstate lost passing of process keyring ID...
2010-08-02 David HowellsKEYS: Use the variable 'key' in keyctl_describe_key()
2010-08-02 David HowellsKEYS: Make /proc/keys check to see if a key is possesse...
2010-08-02 David HowellsKEYS: Authorise keyctl_set_timeout() on a key if we...
2010-06-27 Dan CarpenterKEYS: Propagate error code instead of returning -EINVAL
2010-05-27 Oleg Nesterovkeyctl_session_to_parent(): use thread_group_empty...
2010-05-27 Oleg Nesterovumh: creds: convert call_usermodehelper_keys() to use...
2010-05-25 Alexey Dobriyankernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MI...
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
next