1. d9f4bb1 KEYS: Use individual pages in big_key for crypto buffers by David Howells · 7 years ago
  2. ae0cb7b Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  3. aad887f tpm: use struct tpm_chip for tpm_chip_find_get() by Jarkko Sakkinen · 7 years ago
  4. 475c5ee Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  5. 18026d8 KEYS: reject NULL restriction string when type is specified by Eric Biggers · 7 years ago
  6. 3d1f025 security: keys: remove redundant assignment to key_ref by Colin Ian King · 7 years ago
  7. 4dca6ea KEYS: add missing permission check for request_key() destination by Eric Biggers · 7 years ago
  8. a2d8737 KEYS: remove unnecessary get/put of explicit dest_keyring by Eric Biggers · 7 years ago
  9. d963007 keyring: Remove now-redundant smp_read_barrier_depends() by Paul E. McKenney · 7 years ago
  10. 844056f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  12. 0a9dd0e security: keys: Replace time_t with time64_t for struct key_preparsed_payload by Baolin Wang · 7 years ago
  13. 074d589 security: keys: Replace time_t/timespec with time64_t by Baolin Wang · 7 years ago
  14. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  15. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. a3c812f KEYS: trusted: fix writing past end of buffer in trusted_read() by Eric Biggers · 7 years ago
  18. 3239b6f KEYS: return full count in keyring_read() if buffer is too small by Eric Biggers · 7 years ago
  19. ab5c69f KEYS: load key flags and expiry time atomically in proc_keys_show() by Eric Biggers · 7 years ago
  20. 9d6c871 KEYS: Load key expiry time atomically in keyring_search_iterator() by Eric Biggers · 7 years ago
  21. 1823d47 KEYS: load key flags and expiry time atomically in key_validate() by Eric Biggers · 7 years ago
  22. 60ff5b2 KEYS: don't let add_key() update an uninstantiated key by David Howells · 7 years ago
  23. 363b02d KEYS: Fix race between updating and finding a negative key by David Howells · 7 years ago
  24. 3cd18d1 security/keys: BIG_KEY requires CONFIG_CRYPTO by Arnd Bergmann · 7 years ago
  25. 13923d0 KEYS: encrypted: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  26. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  27. 428490e security/keys: rewrite all of big_key crypto by Jason A. Donenfeld · 7 years ago
  28. 9108018 security/keys: properly zero out sensitive key material in big_key by Jason A. Donenfeld · 7 years ago
  29. e007ce9 KEYS: use kmemdup() in request_key_auth_new() by Eric Biggers · 7 years ago
  30. 4aa68e0 KEYS: restrict /proc/keys by credentials at open time by Eric Biggers · 7 years ago
  31. 8f67456 KEYS: reset parent each time before searching key_user_tree by Eric Biggers · 7 years ago
  32. 37863c4 KEYS: prevent KEYCTL_READ on negative key by Eric Biggers · 7 years ago
  33. 237bbd2 KEYS: prevent creating a different user's keyrings by Eric Biggers · 7 years ago
  34. e645016 KEYS: fix writing past end of user-supplied buffer in keyring_read() by Eric Biggers · 7 years ago
  35. 7fc0786 KEYS: fix key refcount leak in keyctl_read_key() by Eric Biggers · 7 years ago
  36. 884bee0 KEYS: fix key refcount leak in keyctl_assume_authority() by Eric Biggers · 7 years ago
  37. f7b48cf KEYS: don't revoke uninstantiated key in request_key_auth_new() by Eric Biggers · 7 years ago
  38. 44d8143 KEYS: fix cred refcount leak in request_key_auth_new() by Eric Biggers · 7 years ago
  39. e13ec93 fs: fix kernel_write prototype by Christoph Hellwig · 7 years ago
  40. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  41. 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
  42. 4f9dabf KEYS: DH: validate __spare field by Eric Biggers · 7 years ago
  43. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  44. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  45. 5dd43ce sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h> by Ingo Molnar · 7 years ago
  46. 92347cf KEYS: fix refcount_inc() on zero by Mark Rutland · 7 years ago
  47. 7cbe093 KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP API by Mat Martineau · 7 years ago
  48. 0ddd9f1 KEYS: DH: ensure the KDF counter is properly aligned by Eric Biggers · 7 years ago
  49. 281590b KEYS: DH: don't feed uninitialized "otherinfo" into KDF by Eric Biggers · 7 years ago
  50. bbe2404 KEYS: DH: forbid using digest_null as the KDF hash by Eric Biggers · 7 years ago
  51. 0620fdd KEYS: sanitize key structs before freeing by Eric Biggers · 7 years ago
  52. ee618b4 KEYS: trusted: sanitize all key material by Eric Biggers · 7 years ago
  53. a9dd74b KEYS: encrypted: sanitize all key material by Eric Biggers · 7 years ago
  54. 6966c74 KEYS: user_defined: sanitize key payloads by Eric Biggers · 7 years ago
  55. 57070c8 KEYS: sanitize add_key() and keyctl() key payloads by Eric Biggers · 7 years ago
  56. 63a0b05 KEYS: fix freeing uninitialized memory in key_update() by Eric Biggers · 7 years ago
  57. 5649645 KEYS: fix dereferencing NULL payload with nonzero length by Eric Biggers · 7 years ago
  58. 0f534e4 KEYS: encrypted: use constant-time HMAC comparison by Eric Biggers · 7 years ago
  59. 64d107d KEYS: encrypted: fix race causing incorrect HMAC calculations by Eric Biggers · 7 years ago
  60. 794b4bc KEYS: encrypted: fix buffer overread in valid_master_desc() by Eric Biggers · 7 years ago
  61. e9ff56a KEYS: encrypted: avoid encrypting/decrypting stack buffers by Eric Biggers · 7 years ago
  62. d636bd9 KEYS: put keyring if install_session_keyring_to_cred() fails by Eric Biggers · 7 years ago
  63. 41f1c53 KEYS: Delete an error message for a failed memory allocation in get_derived_key() by Markus Elfring · 7 years ago
  64. 381f20f security: use READ_ONCE instead of deprecated ACCESS_ONCE by Davidlohr Bueso · 7 years ago
  65. 47b2c3f security/keys: add CONFIG_KEYS_COMPAT to Kconfig by Bilal Amarni · 7 years ago
  66. 5395d31 doc: ReSTify keys-trusted-encrypted.txt by Kees Cook · 8 years ago
  67. 3db38ed doc: ReSTify keys-request-key.txt by Kees Cook · 8 years ago
  68. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  69. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  70. c9f838d KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings by Eric Biggers · 8 years ago
  71. c1644fe KEYS: Change the name of the dead type to ".dead" to prevent user access by David Howells · 8 years ago
  72. ee8f844 KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings by David Howells · 8 years ago
  73. 4cd4ca7 keys: select CONFIG_CRYPTO when selecting DH / KDF by Stephan Müller · 8 years ago
  74. f1c316a KEYS: add SP800-56A KDF support for DH by Stephan Mueller · 8 years ago
  75. 6563c91 KEYS: Add KEYCTL_RESTRICT_KEYRING by Mat Martineau · 8 years ago
  76. 4a42089 KEYS: Consistent ordering for __key_link_begin and restrict check by Mat Martineau · 8 years ago
  77. 2b6aa41 KEYS: Use structure to capture key restriction function and data by Mat Martineau · 8 years ago
  78. aaf66c8 KEYS: Split role of the keyring pointer for keyring restrict functions by Mat Martineau · 8 years ago
  79. 469ff8f KEYS: Use a typedef for restrict_link function pointers by Mat Martineau · 9 years ago
  80. ddb99e1 security, keys: convert key_user.usage from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  81. fff2929 security, keys: convert key.usage from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  82. 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
  83. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  84. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  85. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  86. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 8 years ago
  87. 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
  88. 5217660 KEYS: Use memzero_explicit() for secret data by Dan Carpenter · 8 years ago
  89. 57cb17e KEYS: Fix an error code in request_master_key() by Dan Carpenter · 8 years ago
  90. 377e7a2 Make static usermode helper binaries constant by Greg Kroah-Hartman · 8 years ago
  91. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  92. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  93. 31e6ec4 security/keys: make BIG_KEYS dependent on stdrng. by Artem Savkov · 8 years ago
  94. 7df3e59 KEYS: Sort out big_key initialisation by David Howells · 8 years ago
  95. 03dab86 KEYS: Fix short sprintf buffer in /proc/keys show function by David Howells · 8 years ago
  96. 456bee9 KEYS: Fix skcipher IV clobbering by Herbert Xu · 8 years ago
  97. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  98. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  99. d56d72c KEYS: Use skcipher for big keys by Herbert Xu · 8 years ago
  100. 3832742 KEYS: potential uninitialized variable by Dan Carpenter · 8 years ago