1. 4834177 ima: Support additional conditionals in the KEXEC_CMDLINE hook function by Tyler Hicks · 4 years, 6 months ago
  2. 42413b4 ima: Directly free *entry in ima_alloc_init_template() if digests is NULL by Roberto Sassu · 4 years, 7 months ago
  3. aa724fe ima: Switch to dynamically allocated buffer for template digests by Roberto Sassu · 4 years, 10 months ago
  4. 7ca7964 ima: Store template digest directly in ima_template_entry by Roberto Sassu · 4 years, 10 months ago
  5. e9085e0 IMA: Add support to limit measuring keys by Lakshmi Ramasubramanian · 5 years ago
  6. 2a7f0e5 ima: ima_api: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 5 years ago
  7. e509225 ima: Store the measurement again when appraising a modsig by Thiago Jung Bauermann · 6 years ago
  8. 3878d50 ima: Define ima-modsig template by Thiago Jung Bauermann · 6 years ago
  9. 1558822 ima: Collect modsig by Thiago Jung Bauermann · 6 years ago
  10. 8b68150 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 6 years ago
  11. b093512 IMA: Define a new hook to measure the kexec boot command line arguments by Prakhar Srivastava · 6 years ago
  12. 19453ce0 IMA: support for per policy rule template formats by Matthew Garrett · 6 years ago
  13. e038f5f ima: Use designated initializers for struct ima_event_data by Thiago Jung Bauermann · 6 years ago
  14. b886d83 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  15. 3f03bf9 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  16. 876979c security: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 6 years ago
  17. 2a1fe21 audit: use current whenever possible by Paul Moore · 6 years ago
  18. b2724d5 security/integrity: constify some read-only data by Eric Biggers · 6 years ago
  19. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
  20. e456ef8 ima: drop vla in ima_audit_measurement() by Tycho Andersen · 7 years ago
  21. d906c10 IMA: Support using new creds in appraisal policy by Matthew Garrett · 7 years ago
  22. 3c29548 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  23. 3b370b2 IMA: switch IMA over to new i_version API by Jeff Layton · 7 years ago
  24. da1b002 ima: support new "hash" and "dont_hash" policy actions by Mimi Zohar · 8 years ago
  25. f3cc6b2 ima: always measure and audit files in policy by Mimi Zohar · 8 years ago
  26. 20f482a ima: allow to check MAY_APPEND by Lans Zhang · 8 years ago
  27. bc15ed6 ima: fix ima_d_path() possible race with rename by Mimi Zohar · 8 years ago
  28. a422638 ima: change integrity cache to store measured pcr by Eric Richter · 9 years ago
  29. 14b1da8 ima: include pcr for each measurement log entry by Eric Richter · 9 years ago
  30. 725de7f ima: extend ima_get_action() to return the policy pcr by Eric Richter · 9 years ago
  31. 81cd889 constify ima_d_path() by Al Viro · 9 years ago
  32. cf22221 ima: define a new hook to measure and appraise a file already in memory by Mimi Zohar · 9 years ago
  33. 4ad87a3 ima: use "ima_hooks" enum as function argument by Mimi Zohar · 9 years ago
  34. 1525b06 ima: separate 'security.ima' reading functionality from collect by Dmitry Kasatkin · 10 years ago
  35. 8d94eb9 ima: pass iint to ima_add_violation() by Roberto Sassu · 10 years ago
  36. 23b5741 ima: wrap event related data to the new ima_event_data structure by Roberto Sassu · 10 years ago
  37. 67e2c38 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  38. b583043 kill f_dentry uses by Al Viro · 10 years ago
  39. fd5f4e90 ima: load x509 certificate from the kernel by Dmitry Kasatkin · 10 years ago
  40. 456f5fd ima: use path names cache by Dmitry Kasatkin · 10 years ago
  41. 1b68bdf ima: detect violations for mmaped files by Roberto Sassu · 10 years ago
  42. 17f4bad ima: remove usage of filename parameter by Dmitry Kasatkin · 10 years ago
  43. f9b2a73 ima: audit log files opened with O_DIRECT flag by Mimi Zohar · 11 years ago
  44. 61997c4 ima: return d_name.name if d_path fails by Dmitry Kasatkin · 11 years ago
  45. 2bb930a integrity: fix checkpatch errors by Dmitry Kasatkin · 11 years ago
  46. 52a1328 ima: use static const char array definitions by Mimi Zohar · 11 years ago
  47. 31d4b76 ima: new helper: file_inode(file) by Libo Chen · 11 years ago
  48. a7ed7c6 ima: properly free ima_template_entry structures by Roberto Sassu · 11 years ago
  49. b6f8f16 ima: do not include field length in template digest calc for ima template by Roberto Sassu · 11 years ago
  50. bcbc9b0c ima: extend the measurement list to include the file signature by Mimi Zohar · 11 years ago
  51. 5278aa5 ima: add audit log support for larger hashes by Mimi Zohar · 12 years ago
  52. a71dc65 ima: switch to new template management mechanism by Roberto Sassu · 12 years ago
  53. 7bc5f44 ima: define new function ima_alloc_init_template() to API by Roberto Sassu · 12 years ago
  54. 9803d41 ima: pass the filename argument up to ima_add_template_entry() by Roberto Sassu · 12 years ago
  55. 7d802a2 ima: pass the file descriptor to ima_add_violation() by Roberto Sassu · 12 years ago
  56. ea59399 ima: support arbitrary hash algorithms in ima_calc_buffer_hash by Dmitry Kasatkin · 12 years ago
  57. 140d802 ima: differentiate between template hash and file data hash sizes by Mimi Zohar · 12 years ago
  58. a35c3fb ima: use dynamically allocated hash storage by Dmitry Kasatkin · 12 years ago
  59. d3634d0 ima: read and use signature hash algorithm by Dmitry Kasatkin · 12 years ago
  60. c7c8bb2 ima: provide support for arbitrary hash algorithms by Dmitry Kasatkin · 12 years ago
  61. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  62. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  63. 50af554 ima: rename hash calculation functions by Dmitry Kasatkin · 13 years ago
  64. ea1046d ima: move full pathname resolution to separate function by Dmitry Kasatkin · 12 years ago
  65. 16cac49 ima: rename FILE_MMAP to MMAP_CHECK by Mimi Zohar · 12 years ago
  66. fdf9072 ima: support new kernel module syscall by Mimi Zohar · 12 years ago
  67. e7c568e ima: audit log hashes by Peter Moody · 13 years ago
  68. d9d300c ima: rename ima_must_appraise_or_measure by Dmitry Kasatkin · 13 years ago
  69. 5a44b41 ima: add support for different security.ima data types by Mimi Zohar · 13 years ago
  70. 2fe5d6d ima: integrity appraisal extension by Mimi Zohar · 13 years ago
  71. 08e1b76 ima: use full pathnames in measurement list by Mimi Zohar · 13 years ago
  72. 45fae74 ima: free duplicate measurement memory by Roberto Sassu · 13 years ago
  73. f381c27 integrity: move ima inode integrity data management by Mimi Zohar · 14 years ago
  74. 1adace9 ima: remove unnecessary call to ima_must_measure by Mimi Zohar · 14 years ago
  75. a178d20 IMA: move read counter into struct inode by Eric Paris · 14 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  77. 1e93d00 ima: rename PATH_CHECK to FILE_CHECK by Mimi Zohar · 15 years ago
  78. 523979a integrity: audit update by Mimi Zohar · 16 years ago
  79. 3323eec integrity: IMA as an integrity service provider by Mimi Zohar · 16 years ago