Age | Commit message (Expand) | Author |
2021-03-22 | integrity: double check iint_cache was initialized | Mimi Zohar |
2021-02-23 | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-12 | integrity: Make function integrity_add_key() static | Wei Yongjun |
2021-02-10 | Merge branch 'ima-kexec-fixes' into next-integrity | Mimi Zohar |
2021-02-10 | ima: Free IMA measurement buffer after kexec syscall | Lakshmi Ramasubramanian |
2021-02-10 | ima: Free IMA measurement buffer on error | Lakshmi Ramasubramanian |
2021-01-26 | IMA: Measure kernel version in early boot | Raphael Gianotti |
2021-01-24 | ima: handle idmapped mounts | Christian Brauner |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen |
2021-01-21 | certs: Fix blacklist flag type confusion | David Howells |
2021-01-14 | IMA: define a builtin critical data measurement policy | Lakshmi Ramasubramanian |
2021-01-14 | IMA: extend critical data hook to limit the measurement based on a label | Tushar Sugandhi |
2021-01-14 | IMA: limit critical data measurement based on a label | Tushar Sugandhi |
2021-01-14 | IMA: add policy rule to measure critical data | Tushar Sugandhi |
2021-01-14 | IMA: define a hook to measure kernel integrity critical data | Tushar Sugandhi |
2021-01-14 | IMA: add support to measure buffer data hash | Tushar Sugandhi |
2021-01-14 | IMA: generalize keyring specific measurement constructs | Tushar Sugandhi |
2021-01-13 | evm: Fix memleak in init_desc | Dinghao Liu |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-16 | Merge tag 'integrity-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-12-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-11-29 | ima: Don't modify file descriptor mode on the fly | Roberto Sassu |
2020-11-26 | ima: Implement ima_inode_hash | KP Singh |
2020-11-20 | ima: select ima-buf template for buffer measurement | Lakshmi Ramasubramanian |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers |
2020-11-06 | ima: generalize x86/EFI arch glue for other EFI architectures | Chester Lin |
2020-11-02 | ima: defer arch_ima_get_secureboot() call to IMA init time | Ard Biesheuvel |
2020-10-29 | ima: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-10-15 | Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-10-15 | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-10-13 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-10-12 | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-10-05 | fs/kernel_file_read: Add "offset" arg for partial reads | Kees Cook |
2020-10-05 | IMA: Add support for file reads without contents | Scott Branden |
2020-10-05 | LSM: Add "contents" flag to kernel_read_file hook | Kees Cook |
2020-10-05 | firmware_loader: Use security_post_load_data() | Kees Cook |
2020-10-05 | LSM: Introduce kernel_post_load_data() hook | Kees Cook |
2020-10-05 | fs/kernel_read_file: Add file_size output argument | Kees Cook |
2020-10-05 | fs/kernel_read_file: Switch buffer size arg to size_t | Kees Cook |
2020-10-05 | fs/kernel_read_file: Remove redundant size argument | Kees Cook |
2020-10-05 | fs/kernel_read_file: Split into separate include file | Scott Branden |
2020-10-05 | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum | Kees Cook |
2020-09-25 | integrity: Asymmetric digsig supports SM2-with-SM3 algorithm | Tianjia Zhang |
2020-09-16 | ima: Fix NULL pointer dereference in ima_file_hash | KP Singh |
2020-09-16 | integrity: Load certs from the EFI MOK config table | Lenny Szubowicz |
2020-09-16 | integrity: Move import of MokListRT certs to a separate routine | Lenny Szubowicz |
2020-09-15 | evm: Check size of security.evm before using it | Roberto Sassu |