index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
/
integrity.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
ima: support fs-verity file digest based version 3 signatures
Mimi Zohar
1
-2
/
+24
2022-05-05
ima: permit fsverity's file digests in the IMA measurement list
Mimi Zohar
1
-0
/
+1
2022-03-21
Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+12
2022-03-08
integrity: Only use machine keyring when uefi_check_trust_mok_keys is true
Eric Snowberg
1
-0
/
+5
2022-03-08
integrity: Introduce a Linux keyring called machine
Eric Snowberg
1
-1
/
+11
2022-02-15
ima: define ima_max_digest_data struct without a flexible array variable
Mimi Zohar
1
-0
/
+10
2022-02-15
ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
Mimi Zohar
1
-2
/
+2
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+1
2020-07-16
integrity: Add errno field in audit message
Lakshmi Ramasubramanian
1
-0
/
+13
2020-06-15
ima: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-2
/
+2
2020-02-28
integrity: Remove duplicate pr_fmt definitions
Tushar Sugandhi
1
-0
/
+6
2019-11-12
ima: Check against blacklisted hashes for files with modsig
Nayna Jain
1
-0
/
+1
2019-08-05
ima: Implement support for module-style appended signatures
Thiago Jung Bauermann
1
-0
/
+19
2019-08-05
ima: Add modsig appraise_type option for module-style appended signatures
Thiago Jung Bauermann
1
-0
/
+1
2019-07-10
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+2
2019-07-08
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+6
2019-07-08
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+4
2019-06-30
integrity: Introduce struct evm_xattr
Thiago Jung Bauermann
1
-0
/
+6
2019-06-27
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
1
-2
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-6
/
+1
2018-12-17
integrity: Remove references to module keyring
Thiago Jung Bauermann
1
-3
/
+2
2018-12-12
integrity: Load certs to the platform keyring
Nayna Jain
1
-0
/
+20
2018-12-12
integrity: Define a trusted platform keyring
Nayna Jain
1
-1
/
+2
2018-07-18
ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not set
Stefan Berger
1
-0
/
+15
2018-05-17
integrity: Add an integrity directory in securityfs
Matthew Garrett
1
-0
/
+2
2018-03-25
integrity: Remove unused macro IMA_ACTION_RULE_FLAGS
Thiago Jung Bauermann
1
-1
/
+0
2018-03-23
ima: fail signature verification based on policy
Mimi Zohar
1
-0
/
+1
2018-03-23
IMA: Support using new creds in appraisal policy
Matthew Garrett
1
-2
/
+7
2017-12-18
ima: support new "hash" and "dont_hash" policy actions
Mimi Zohar
1
-10
/
+13
2017-12-11
ima: re-introduce own integrity cache lock
Dmitry Kasatkin
1
-5
/
+13
2017-12-11
EVM: Add support for portable signature format
Matthew Garrett
1
-0
/
+2
2017-11-08
integrity: use kernel_read_file_from_path() to read x509 certs
Christoph Hellwig
1
-2
/
+0
2017-06-21
integrity: Small code improvements
Thiago Jung Bauermann
1
-3
/
+4
2016-06-30
integrity: add measured_pcrs field to integrity cache
Eric Richter
1
-0
/
+1
2016-05-01
ima: fix ima_inode_post_setattr
Mimi Zohar
1
-0
/
+1
2016-03-04
Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/g...
James Morris
1
-1
/
+1
2016-03-03
X.509: Make algo identifiers text instead of enum
David Howells
1
-1
/
+1
2016-02-21
ima: remove firmware and module specific cached status info
Mimi Zohar
1
-12
/
+4
2016-02-20
ima: define a new hook to measure and appraise a file already in memory
Mimi Zohar
1
-2
/
+5
2015-12-15
evm: load an x509 certificate from the kernel
Dmitry Kasatkin
1
-0
/
+8
2015-11-23
integrity: define '.evm' as a builtin 'trusted' keyring
Dmitry Kasatkin
1
-3
/
+2
2015-05-21
integrity: add validity checks for 'path' parameter
Dmitry Kasatkin
1
-1
/
+1
2014-12-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-4
/
+15
2014-11-17
ima: load x509 certificate from the kernel
Dmitry Kasatkin
1
-0
/
+8
2014-11-17
integrity: provide a function to load x509 certificate from the kernel
Dmitry Kasatkin
1
-0
/
+2
2014-11-17
integrity: define a new function integrity_read_file()
Dmitry Kasatkin
1
-0
/
+4
2014-10-28
ima: check xattr value length and type in the ima_inode_setxattr()
Dmitry Kasatkin
1
-0
/
+1
2014-10-07
integrity: add missing '__init' keyword for integrity_init_keyring()
Dmitry Kasatkin
1
-1
/
+1
2014-10-07
ima: check ima_policy_flag in the ima_file_free() hook
Dmitry Kasatkin
1
-3
/
+0
2014-09-09
integrity: remove declaration of non-existing functions
Dmitry Kasatkin
1
-1
/
+0
[next]