1. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  2. b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  3. 3f03bf9 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  4. 047ce6d Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  5. b49d564 security: integrity: partial revert of make ima_main explicitly non-modular by Paul Gortmaker · 6 years ago
  6. 1a9430d ima: cleanup the match_token policy code by Mimi Zohar · 6 years ago
  7. 8bd8ea1 Merge tag 'v4.20-rc7' into next-general by James Morris · 6 years ago
  8. 876979c security: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 6 years ago
  9. 3aafb1f security: integrity: make evm_main explicitly non-modular by Paul Gortmaker · 6 years ago
  10. 4f83d5e security: integrity: make ima_main explicitly non-modular by Paul Gortmaker · 6 years ago
  11. 2a1fe21 audit: use current whenever possible by Paul Moore · 6 years ago
  12. 3d234b3 crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations by Eric Biggers · 6 years ago
  13. fd35f19 integrity: support new struct public_key_signature encoding field by Mimi Zohar · 6 years ago
  14. 57ce66d Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  15. 07aed2f LSM: Record LSM name in struct lsm_info by Kees Cook · 6 years ago
  16. 3d6e5f6 LSM: Convert security_initcall() into DEFINE_LSM() by Kees Cook · 6 years ago
  17. 5b89c1b LSM: Convert from initcall to struct lsm_info by Kees Cook · 6 years ago
  18. a408e4a ima: open a new file instance if no read permissions by Goldwyn Rodrigues · 6 years ago
  19. 1e4c8da ima: fix showing large 'violations' or 'runtime_measurements_count' by Eric Biggers · 7 years ago
  20. 2ab5daf security/integrity: remove unnecessary 'init_keyring' variable by Eric Biggers · 6 years ago
  21. b2724d5 security/integrity: constify some read-only data by Eric Biggers · 7 years ago
  22. f91e654 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  23. c715ebe Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  24. 92d4a03 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  25. ec403d8e ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead by Stefan Berger · 7 years ago
  26. 5c2a640 ima: Use tpm_default_chip() and call TPM functions with a tpm_chip by Stefan Berger · 7 years ago
  27. 3dd0f18 EVM: fix return value check in evm_write_xattrs() by Wei Yongjun · 7 years ago
  28. 6eb864c integrity: prevent deadlock during digsig verification. by Mikhail Kurinnoi · 7 years ago
  29. 5feeb61 evm: Allow non-SHA1 digital signatures by Matthew Garrett · 7 years ago
  30. e2861fa evm: Don't deadlock if a crypto algorithm is unavailable by Matthew Garrett · 7 years ago
  31. ac2409a integrity: silence warning when CONFIG_SECURITYFS is not enabled by Sudeep Holla · 7 years ago
  32. dba31ee ima: Differentiate auditing policy rules from "audit" actions by Stefan Berger · 7 years ago
  33. 2afd020 ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not set by Stefan Berger · 7 years ago
  34. 3d2859d ima: Use audit_log_format() rather than audit_log_string() by Stefan Berger · 7 years ago
  35. 8a3bcaf ima: Call audit_log_string() rather than logging it untrusted by Stefan Berger · 7 years ago
  36. 4f0496d ima: based on policy warn about loading firmware (pre-allocated buffer) by Mimi Zohar · 7 years ago
  37. c77b8cd module: replace the existing LSM hook in init_module by Mimi Zohar · 7 years ago
  38. ef96837 ima: add build time policy by Mimi Zohar · 7 years ago
  39. fed2512 ima: based on policy require signed firmware (sysfs fallback) by Mimi Zohar · 7 years ago
  40. 16c267a ima: based on policy require signed kexec kernel images by Mimi Zohar · 7 years ago
  41. 6035a27 IMA: don't propagate opened through the entire thing by Al Viro · 7 years ago
  42. 00d535a Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  43. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  44. b5c90a7 EVM: unlock on error path in evm_read_xattrs() by Dan Carpenter · 7 years ago
  45. a41d80a EVM: prevent array underflow in evm_write_xattrs() by Dan Carpenter · 7 years ago
  46. 72acd64 EVM: Fix null dereference on xattr when xattr fails to allocate by Colin Ian King · 7 years ago
  47. 825b865 EVM: fix memory leak of temporary buffer 'temp' by Colin Ian King · 7 years ago
  48. 53b626f IMA: use list_splice_tail_init_rcu() instead of its open coded variant by Petko Manolov · 7 years ago
  49. b4df860 ima: use match_string() helper by Yisheng Xie · 7 years ago
  50. 6f0911a ima: fix updating the ima_appraise flag by Mimi Zohar · 7 years ago
  51. fd90bc5 ima: based on policy verify firmware signatures (pre-allocated buffer) by Mimi Zohar · 7 years ago
  52. f1b08bb ima: define a new policy condition based on the filesystem name by Mimi Zohar · 7 years ago
  53. fa516b6 EVM: Allow runtime modification of the set of verified xattrs by Matthew Garrett · 7 years ago
  54. 21af766 EVM: turn evm_config_xattrnames into a list by Matthew Garrett · 7 years ago
  55. 0c343af integrity: Add an integrity directory in securityfs by Matthew Garrett · 7 years ago
  56. 4ecd993 ima: Remove unused variable ima_initialized by Petr Vorel · 7 years ago
  57. de63676 ima: Unify logging by Petr Vorel · 7 years ago
  58. ffb122d ima: Reflect correct permissions for policy by Petr Vorel · 7 years ago
  59. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
  60. a3a5c96 evm: Don't update hmacs in user ns mounts by Seth Forshee · 7 years ago
  61. ab60368 ima: Fallback to the builtin hash algorithm by Petr Vorel · 7 years ago
  62. 1c070b1 ima: Add smackfs to the default appraise/measure list by Martin Townsend · 7 years ago
  63. 70946c4a evm: check for remount ro in progress before writing by Sascha Hauer · 7 years ago
  64. f5e51fa ima: Improvements in ima_appraise_measurement() by Thiago Jung Bauermann · 7 years ago
  65. 1775cb8 ima: Simplify ima_eventsig_init() by Thiago Jung Bauermann · 7 years ago
  66. 11c60f2 integrity: Remove unused macro IMA_ACTION_RULE_FLAGS by Thiago Jung Bauermann · 7 years ago
  67. e456ef8 ima: drop vla in ima_audit_measurement() by Tycho Andersen · 7 years ago
  68. fac37c62 ima: Fix Kconfig to select TPM 2.0 CRB interface by Jiandi An · 7 years ago
  69. 17d7b0a evm: Constify *integrity_status_msg[] by Hernán Gonzalez · 7 years ago
  70. 1a82cee evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c by Hernán Gonzalez · 7 years ago
  71. 9e67028 ima: fail signature verification based on policy by Mimi Zohar · 7 years ago
  72. a9a4935 ima: clear IMA_HASH by Mimi Zohar · 7 years ago
  73. d77ccdc ima: re-evaluate files on privileged mounted filesystems by Mimi Zohar · 7 years ago
  74. 57b56ac ima: fail file signature verification on non-init mounted filesystems by Mimi Zohar · 7 years ago
  75. d906c10 IMA: Support using new creds in appraisal policy by Matthew Garrett · 7 years ago
  76. 120f3b1 integrity/security: fix digsig.c build error with header file by Randy Dunlap · 7 years ago
  77. 6fbac20 Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  78. e259807 ima: re-initialize iint->atomic_flags by Mimi Zohar · 7 years ago
  79. c472c07 iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} by Goffredo Baroncelli · 7 years ago
  80. ae0cb7b Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  81. 3c29548 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  82. 3b370b2 IMA: switch IMA over to new i_version API by Jeff Layton · 7 years ago
  83. 3644745 ima/policy: fix parsing of fsuuid by Mike Rapoport · 7 years ago
  84. aad887f tpm: use struct tpm_chip for tpm_chip_find_get() by Jarkko Sakkinen · 7 years ago
  85. a2a2c3c ima: Use i_version only when filesystem supports it by Sascha Hauer · 7 years ago
  86. 02c324a integrity: remove unneeded initializations in integrity_iint_cache entries by Jeff Layton · 8 years ago
  87. 9c655be ima: log message to module appraisal error by Bruno E. O. Meneguele · 7 years ago
  88. 4e8581e ima: pass filename to ima_rdwr_violation_check() by Roberto Sassu · 7 years ago
  89. 72bf83b ima: Fix line continuation format by Joe Perches · 7 years ago
  90. da1b002 ima: support new "hash" and "dont_hash" policy actions by Mimi Zohar · 8 years ago
  91. ac0bf02 ima: Use i_version only when filesystem supports it by Sascha Hauer · 7 years ago
  92. 0d73a55 ima: re-introduce own integrity cache lock by Dmitry Kasatkin · 7 years ago
  93. 50b9774 EVM: Add support for portable signature format by Matthew Garrett · 7 years ago
  94. ae1ba16 EVM: Allow userland to permit modification of EVM-protected metadata by Matthew Garrett · 7 years ago
  95. b7e27bc ima: relax requiring a file signature for new files with zero length by Mimi Zohar · 7 years ago
  96. 020aae3 ima: do not update security.ima if appraisal status is not INTEGRITY_PASS by Roberto Sassu · 7 years ago
  97. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  98. b33e3cc Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  99. e5729f8 ima: Remove redundant conditional operator by Thiago Jung Bauermann · 7 years ago
  100. 39adb92 ima: Fix bool initialization/comparison by Thomas Meyer · 7 years ago