1. db1afff kref: remove kref_set by NeilBrown · 14 years ago
  2. ba0c170 ima: remove ACPI dependency by Mimi Zohar · 14 years ago
  3. 83c36cc Revert "ima: remove ACPI dependency" by James Morris · 14 years ago
  4. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  5. a674fa4 ima: remove ACPI dependency by Mimi Zohar · 14 years ago
  6. eb8dae9 IMA: include the word IMA in printk messages by Eric Paris · 14 years ago
  7. 34c111f IMA: drop the word integrity in the audit message by Eric Paris · 14 years ago
  8. 2f1506c IMA: use audit_log_untrusted_string rather than %s by Eric Paris · 14 years ago
  9. 7233e3e IMA: handle comments in policy by Eric Paris · 14 years ago
  10. 28ef400 IMA: handle whitespace better by Eric Paris · 14 years ago
  11. e9d393b IMA: reject policies with unknown entries by Eric Paris · 14 years ago
  12. b9035b1 IMA: set entry->action to UNKNOWN rather than hard coding by Eric Paris · 14 years ago
  13. 7b62e16 IMA: do not allow the same rule to specify the same thing twice by Eric Paris · 14 years ago
  14. 6ccd045 ima: handle multiple rules per write by Eric Paris · 14 years ago
  15. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  16. a19c5bb security/ima: replace gcc specific __FUNCTION__ with __func__ by H Hartley Sweeten · 14 years ago
  17. baac35c security: fix error return path in ima_inode_alloc by Xiaotian Feng · 14 years ago
  18. 1e93d00 ima: rename PATH_CHECK to FILE_CHECK by Mimi Zohar · 14 years ago
  19. 9bbb6ca ima: rename ima_path_check to ima_file_check by Mimi Zohar · 14 years ago
  20. 54bb655 ima: initialize ima before inodes can be allocated by Eric Paris · 15 years ago
  21. 8eb988c fix ima breakage by Mimi Zohar · 14 years ago
  22. d162543 ima: limit imbalance msg by Mimi Zohar · 15 years ago
  23. 1429b3e Untangling ima mess, part 3: kill dead code in ima by Al Viro · 15 years ago
  24. 85a17f5 ima: call ima_inode_free ima_inode_free by Eric Paris · 15 years ago
  25. e0d5bd2 IMA: clean up the IMA counts updating code by Eric Paris · 15 years ago
  26. 9353384 ima: only insert at inode creation time by Eric Paris · 15 years ago
  27. ec29ea5 ima: valid return code from ima_inode_alloc by Eric Paris · 15 years ago
  28. c84d6ef Merge branch 'master' into next by James Morris · 15 years ago
  29. c09c59e ima: replace GFP_KERNEL with GFP_NOFS by Mimi Zohar · 15 years ago
  30. 6c21a7f LSM: imbed ima calls in the security hooks by Mimi Zohar · 15 years ago
  31. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  32. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  33. acd0c93 IMA: update ima_counts_put by Mimi Zohar · 15 years ago
  34. 5311034 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  35. 53a7197 IMA: iint put in ima_counts_get and put by Eric Paris · 15 years ago
  36. 16bfa38 ima: hashing large files bug fix by Mimi Zohar · 15 years ago
  37. 94e5d71 integrity: add ima_counts_put (updated) by Mimi Zohar · 15 years ago
  38. 79b854c integrity: ima audit hash_exists fix by Mimi Zohar · 15 years ago
  39. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  40. 04288f4 integrity: ima audit dentry_open failure by Mimi Zohar · 15 years ago
  41. b9fc745 integrity: path_check update by Mimi Zohar · 15 years ago
  42. 932995f IMA: Add __init notation to ima functions by Eric Paris · 15 years ago
  43. 5789ba3 IMA: Minimal IMA policy and boot param for TCB IMA policy by Eric Paris · 15 years ago
  44. 75834fc SELinux: move SELINUX_MAGIC into magic.h by Eric Paris · 15 years ago
  45. c3d2010 IMA: do not measure everything opened by root by default by Eric Paris · 15 years ago
  46. f850a7c IMA: remove read permissions on the ima policy file by Eric Paris · 15 years ago
  47. 1a62e95 IMA: open all files O_LARGEFILE by Eric Paris · 15 years ago
  48. f06dd16 IMA: Handle dentry_open failures by Eric Paris · 15 years ago
  49. 37bcbf1 IMA: use current_cred() instead of current->cred by Eric Paris · 15 years ago
  50. 07ff7a0 integrity: remove __setup auditing msgs by Mimi Zohar · 15 years ago
  51. e5e520a integrity: use audit_log_string by Mimi Zohar · 15 years ago
  52. 53fc0e2 integrity: lsm audit rule matching fix by Mimi Zohar · 15 years ago
  53. 05725f7 rculist: use list_entry_rcu in places where it's appropriate by Jiri Pirko · 15 years ago
  54. be38e0f integrity: ima iint radix_tree_lookup locking fix by Mimi Zohar · 15 years ago
  55. 0da0a42 integrity: ima scatterlist bug fix by Mimi Zohar · 15 years ago
  56. b53fab9 ima: fix build error by Randy Dunlap · 15 years ago
  57. 523979a integrity: audit update by Mimi Zohar · 15 years ago
  58. 64c61d8 IMA: fix ima_delete_rules() definition by James Morris · 15 years ago
  59. 1df9f0a Integrity: IMA file free imbalance by Mimi Zohar · 15 years ago
  60. f4bd857 integrity: IMA policy open by Mimi Zohar · 15 years ago
  61. 4af4662 integrity: IMA policy by Mimi Zohar · 15 years ago
  62. bab7393 integrity: IMA display by Mimi Zohar · 15 years ago
  63. 3323eec9 integrity: IMA as an integrity service provider by Mimi Zohar · 15 years ago