1. 6b26285 ima/evm: Fix type mismatch by Roberto Sassu · 3 years, 7 months ago
  2. 0fa8e08 fs/kernel_file_read: Add "offset" arg for partial reads by Kees Cook · 4 years, 3 months ago
  3. 8853528 fs/kernel_read_file: Add file_size output argument by Kees Cook · 4 years, 3 months ago
  4. 113eeb5 fs/kernel_read_file: Switch buffer size arg to size_t by Kees Cook · 4 years, 3 months ago
  5. f7a4f68 fs/kernel_read_file: Remove redundant size argument by Kees Cook · 4 years, 3 months ago
  6. b89999d0 fs/kernel_read_file: Split into separate include file by Scott Branden · 4 years, 3 months ago
  7. c307459 fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum by Kees Cook · 4 years, 3 months ago
  8. 3c0ad98 Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 7 months ago
  9. 2e3a34e ima: Fix return value of ima_write_policy() by Roberto Sassu · 4 years, 8 months ago
  10. aa724fe ima: Switch to dynamically allocated buffer for template digests by Roberto Sassu · 4 years, 9 months ago
  11. 555d6d7 integrity: Remove duplicate pr_fmt definitions by Tushar Sugandhi · 4 years, 10 months ago
  12. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  13. 876979c security: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 6 years ago
  14. 1e4c8da ima: fix showing large 'violations' or 'runtime_measurements_count' by Eric Biggers · 6 years ago
  15. b2724d5 security/integrity: constify some read-only data by Eric Biggers · 6 years ago
  16. 0c343af integrity: Add an integrity directory in securityfs by Matthew Garrett · 7 years ago
  17. de63676 ima: Unify logging by Petr Vorel · 7 years ago
  18. ffb122d ima: Reflect correct permissions for policy by Petr Vorel · 7 years ago
  19. 39adb92 ima: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  20. 2068626 ima: don't remove the securityfs policy file by Mimi Zohar · 8 years ago
  21. b4e2803 ima: use memdup_user_nul by Geliang Tang · 8 years ago
  22. d68a6fe ima: define a canonical binary_runtime_measurements list format by Mimi Zohar · 8 years ago
  23. 7b8589c ima: on soft reboot, save the measurement list by Mimi Zohar · 8 years ago
  24. 9a11a18 ima: fix memory leak in ima_release_policy by Eric Richter · 8 years ago
  25. 5f6f027 ima: change ima_measurements_show() to display the entry specific pcr by Eric Richter · 9 years ago
  26. 19f8a84 ima: measure and appraise the IMA policy itself by Mimi Zohar · 9 years ago
  27. 7429b092 ima: load policy using path by Dmitry Kasatkin · 11 years ago
  28. 6427e6c ima: ima_write_policy() limit locking by Petko Manolov · 9 years ago
  29. 0112721 IMA: policy can be updated zero times by Sasha Levin · 9 years ago
  30. 80eae20 IMA: allow reading back the current IMA policy by Petko Manolov · 9 years ago
  31. 38d859f IMA: policy can now be updated multiple times by Petko Manolov · 9 years ago
  32. 45b2613 ima: fix ima_show_template_data_ascii() by Mimi Zohar · 10 years ago
  33. 7dbdb42 ima: display template format in meas. list if template name length is zero by Roberto Sassu · 10 years ago
  34. 0716abb ima: use atomic bit operations to protect policy update interface by Dmitry Kasatkin · 10 years ago
  35. 78bb5d0 ima: report policy load status by Dmitry Kasatkin · 10 years ago
  36. 2bb930a integrity: fix checkpatch errors by Dmitry Kasatkin · 11 years ago
  37. c019e30 ima: restore the original behavior for sending data with ima template by Roberto Sassu · 11 years ago
  38. 3e8e550 ima: do not send field length to userspace for digest of ima template by Roberto Sassu · 11 years ago
  39. a71dc65 ima: switch to new template management mechanism by Roberto Sassu · 12 years ago
  40. 3ce1217d ima: define template fields library and new helpers by Roberto Sassu · 12 years ago
  41. 140d802 ima: differentiate between template hash and file data hash sizes by Mimi Zohar · 12 years ago
  42. 089bc8e ima: fix script messages by Dmitry Kasatkin · 11 years ago
  43. c7de7ad ima: remove unused cleanup functions by Dmitry Kasatkin · 13 years ago
  44. 0ea4f8a ima: free securityfs violations file by Dmitry Kasatkin · 13 years ago
  45. b97e145 ima: sparse fix: make ima_open_policy static by James Morris · 13 years ago
  46. cdcd90f ima: use generic_file_llseek for securityfs by Arnd Bergmann · 14 years ago
  47. 0ffbe26 Merge branch 'master' into next by James Morris · 15 years ago
  48. 6ccd045 ima: handle multiple rules per write by Eric Paris · 15 years ago
  49. 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
  50. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  51. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  52. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  53. 932995f IMA: Add __init notation to ima functions by Eric Paris · 16 years ago
  54. f850a7c IMA: remove read permissions on the ima policy file by Eric Paris · 16 years ago
  55. 05725f7 rculist: use list_entry_rcu in places where it's appropriate by Jiri Pirko · 16 years ago
  56. 523979a integrity: audit update by Mimi Zohar · 16 years ago
  57. f4bd857 integrity: IMA policy open by Mimi Zohar · 16 years ago
  58. 4af4662 integrity: IMA policy by Mimi Zohar · 16 years ago
  59. bab7393 integrity: IMA display by Mimi Zohar · 16 years ago