1. e13ec93 fs: fix kernel_write prototype by Christoph Hellwig · 7 years ago
  2. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  3. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  4. 4f9dabf KEYS: DH: validate __spare field by Eric Biggers · 7 years ago
  5. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  6. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  7. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 7 years ago
  8. 92347cf KEYS: fix refcount_inc() on zero by Mark Rutland · 8 years ago
  9. 7cbe093 KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP API by Mat Martineau · 8 years ago
  10. 0ddd9f1 KEYS: DH: ensure the KDF counter is properly aligned by Eric Biggers · 8 years ago
  11. 281590b KEYS: DH: don't feed uninitialized "otherinfo" into KDF by Eric Biggers · 8 years ago
  12. bbe2404 KEYS: DH: forbid using digest_null as the KDF hash by Eric Biggers · 8 years ago
  13. 0620fdd KEYS: sanitize key structs before freeing by Eric Biggers · 8 years ago
  14. ee618b4 KEYS: trusted: sanitize all key material by Eric Biggers · 8 years ago
  15. a9dd74b KEYS: encrypted: sanitize all key material by Eric Biggers · 8 years ago
  16. 6966c74 KEYS: user_defined: sanitize key payloads by Eric Biggers · 8 years ago
  17. 57070c8 KEYS: sanitize add_key() and keyctl() key payloads by Eric Biggers · 8 years ago
  18. 63a0b05 KEYS: fix freeing uninitialized memory in key_update() by Eric Biggers · 8 years ago
  19. 5649645 KEYS: fix dereferencing NULL payload with nonzero length by Eric Biggers · 8 years ago
  20. 0f534e4 KEYS: encrypted: use constant-time HMAC comparison by Eric Biggers · 8 years ago
  21. 64d107d KEYS: encrypted: fix race causing incorrect HMAC calculations by Eric Biggers · 8 years ago
  22. 794b4bc KEYS: encrypted: fix buffer overread in valid_master_desc() by Eric Biggers · 8 years ago
  23. e9ff56a KEYS: encrypted: avoid encrypting/decrypting stack buffers by Eric Biggers · 8 years ago
  24. d636bd9 KEYS: put keyring if install_session_keyring_to_cred() fails by Eric Biggers · 8 years ago
  25. 41f1c53 KEYS: Delete an error message for a failed memory allocation in get_derived_key() by Markus Elfring · 8 years ago
  26. 381f20f security: use READ_ONCE instead of deprecated ACCESS_ONCE by Davidlohr Bueso · 8 years ago
  27. 47b2c3f security/keys: add CONFIG_KEYS_COMPAT to Kconfig by Bilal Amarni · 8 years ago
  28. 5395d31 doc: ReSTify keys-trusted-encrypted.txt by Kees Cook · 8 years ago
  29. 3db38ed doc: ReSTify keys-request-key.txt by Kees Cook · 8 years ago
  30. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  31. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  32. c9f838d KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings by Eric Biggers · 8 years ago
  33. c1644fe KEYS: Change the name of the dead type to ".dead" to prevent user access by David Howells · 8 years ago
  34. ee8f844 KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings by David Howells · 8 years ago
  35. 4cd4ca7 keys: select CONFIG_CRYPTO when selecting DH / KDF by Stephan Müller · 8 years ago
  36. f1c316a KEYS: add SP800-56A KDF support for DH by Stephan Mueller · 8 years ago
  37. 6563c91 KEYS: Add KEYCTL_RESTRICT_KEYRING by Mat Martineau · 8 years ago
  38. 4a42089 KEYS: Consistent ordering for __key_link_begin and restrict check by Mat Martineau · 8 years ago
  39. 2b6aa41 KEYS: Use structure to capture key restriction function and data by Mat Martineau · 8 years ago
  40. aaf66c8 KEYS: Split role of the keyring pointer for keyring restrict functions by Mat Martineau · 8 years ago
  41. 469ff8f KEYS: Use a typedef for restrict_link function pointers by Mat Martineau · 9 years ago
  42. ddb99e1 security, keys: convert key_user.usage from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  43. fff2929 security, keys: convert key.usage from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  44. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  45. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  46. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  47. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  48. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 8 years ago
  49. b206461 Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  50. 5217660 KEYS: Use memzero_explicit() for secret data by Dan Carpenter · 8 years ago
  51. 57cb17e KEYS: Fix an error code in request_master_key() by Dan Carpenter · 8 years ago
  52. 377e7a2 Make static usermode helper binaries constant by Greg Kroah-Hartman · 8 years ago
  53. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  54. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  55. 31e6ec4 security/keys: make BIG_KEYS dependent on stdrng. by Artem Savkov · 8 years ago
  56. 7df3e59 KEYS: Sort out big_key initialisation by David Howells · 8 years ago
  57. 03dab86 KEYS: Fix short sprintf buffer in /proc/keys show function by David Howells · 8 years ago
  58. 456bee9 KEYS: Fix skcipher IV clobbering by Herbert Xu · 8 years ago
  59. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  60. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  61. d56d72c KEYS: Use skcipher for big keys by Herbert Xu · 8 years ago
  62. 3832742 KEYS: potential uninitialized variable by Dan Carpenter · 8 years ago
  63. 965475a KEYS: Strip trailing spaces by David Howells · 9 years ago
  64. 4693fc7 KEYS: Add placeholder for KDF usage with DH by Stephan Mueller · 9 years ago
  65. d55201c Merge branch 'keys-trust' into keys-next by David Howells · 9 years ago
  66. ddbb411 KEYS: Add KEYCTL_DH_COMPUTE command by Mat Martineau · 9 years ago
  67. 13100a7 Security: Keys: Big keys stored encrypted by Kirill Marinushkin · 9 years ago
  68. 898de7d KEYS: user_update should use copy of payload made during preparsing by David Howells · 9 years ago
  69. 77f68ba KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTED by David Howells · 9 years ago
  70. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 9 years ago
  71. bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  72. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  73. 88a1b56 Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next by James Morris · 9 years ago
  74. a1f2bdf security/keys: make big_key.c explicitly non-modular by Paul Gortmaker · 9 years ago
  75. f3c82ad tpm: fix checks for policy digest existence in tpm2_seal_trusted() by Jarkko Sakkinen · 9 years ago
  76. 5d2787c KEYS: Add an alloc flag to convey the builtinness of a key by David Howells · 9 years ago
  77. eee0450 KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it set by David Howells · 9 years ago
  78. c3917fd KEYS: Use skcipher by Herbert Xu · 9 years ago
  79. 23567fd KEYS: Fix keyring ref leak in join_session_keyring() by Yevgeny Pats · 9 years ago
  80. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  81. 607259e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into ra-next by James Morris · 9 years ago
  82. 1d6d167 KEYS: refcount bug fix by Mimi Zohar · 9 years ago
  83. 3cb92fe Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next by James Morris · 9 years ago
  84. 5beb0c4 keys, trusted: seal with a TPM2 authorization policy by Jarkko Sakkinen · 9 years ago
  85. 5ca4c20 keys, trusted: select hash algorithm for TPM2 chips by Jarkko Sakkinen · 9 years ago
  86. 5208cc8 keys, trusted: fix: *do not* allow duplicate key options by Jarkko Sakkinen · 9 years ago
  87. b4a1b4f KEYS: Fix race between read and revoke by David Howells · 9 years ago
  88. d3600bc KEYS: prevent keys from being removed from specified keyrings by Mimi Zohar · 9 years ago
  89. 096fe9e KEYS: Fix handling of stored error in a negatively instantiated user key by David Howells · 9 years ago
  90. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  91. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  92. 27720e7 keys: Be more consistent in selection of union members used by Insu Yun · 9 years ago
  93. d0e0eba KEYS: use kvfree() in add_key by Geliang Tang · 9 years ago
  94. 911b79c KEYS: Don't permit request_key() to construct a new keyring by David Howells · 9 years ago
  95. 0fe5480 keys, trusted: seal/unseal with TPM 2.0 chips by Jarkko Sakkinen · 9 years ago
  96. fe351e8 keys, trusted: move struct trusted_key_options to trusted-type.h by Jarkko Sakkinen · 10 years ago
  97. f05819d KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring by David Howells · 9 years ago
  98. 94c4554 KEYS: Fix race between key destruction and finding a keyring by name by David Howells · 9 years ago
  99. 5831905 capabilities: ambient capabilities by Andy Lutomirski · 9 years ago
  100. ca4da5d KEYS: ensure we free the assoc array edit if edit is valid by Colin Ian King · 9 years ago