summaryrefslogtreecommitdiff
path: root/security/integrity
AgeCommit message (Expand)Author
2026-06-08ima: Support staging and deleting N measurements recordsRoberto Sassu
2026-06-08ima: Add support for flushing the hash table when staging measurementsRoberto Sassu
2026-06-08ima: Add support for staging measurements with promptRoberto Sassu
2026-06-08ima: Introduce ima_dump_measurement()Roberto Sassu
2026-06-08ima: Use snprintf() in create_securityfs_measurement_listsRoberto Sassu
2026-06-08ima: Mediate open/release method of the measurements listRoberto Sassu
2026-06-08ima: Introduce _ima_measurements_start() and _ima_measurements_next()Roberto Sassu
2026-06-08ima: Introduce per binary measurements list type binary_runtime_size valueRoberto Sassu
2026-06-08ima: Introduce per binary measurements list type ima_num_records counterRoberto Sassu
2026-06-08ima: Replace static htable queue with dynamically allocated arrayRoberto Sassu
2026-06-08ima: Remove ima_h_table structureRoberto Sassu
2026-05-13evm: terminate and bound the evm_xattrs read bufferPengpeng Hou
2026-05-13integrity: Add support for sigv3 verification using ML-DSA keysStefan Berger
2026-05-13integrity: Refactor asymmetric_verify for reusabilityStefan Berger
2026-05-13integrity: Check that algo parameter is within valid rangeStefan Berger
2026-05-13integrity: Check for NULL returned by asymmetric_key_public_keyStefan Berger
2026-04-27ima: return error early if file xattr cannot be changedGoldwyn Rodrigues
2026-04-27ima: Fix sigv3 signature handling for EVM_IMA_XATTR_DIGSIGKamlesh Kumar
2026-04-17Merge tag 'integrity-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2026-04-14Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-01evm: Enforce signatures version 3 with new EVM policy 'bit 3'Stefan Berger
2026-04-01integrity: Allow sigv3 verification on EVM_XATTR_PORTABLE_DIGSIGStefan Berger
2026-04-01ima: add support to require IMA sigv3 signaturesMimi Zohar
2026-04-01ima: add regular file data hash signature version 3 supportMimi Zohar
2026-04-01ima: Define asymmetric_verify_v3() to verify IMA sigv3 signaturesMimi Zohar
2026-03-24module: Give MODULE_SIG_STRING a more descriptive nameThomas Weißschuh
2026-03-23crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3Eric Biggers
2026-03-17ima: remove buggy support for asynchronous hashesEric Biggers
2026-03-17EVM: add comment describing why ino field is still unsigned longJeff Layton
2026-03-13integrity: Eliminate weak definition of arch_get_secureboot()Nathan Chancellor
2026-03-11ima: Add code comments to explain IMA iint cache atomic_flagsCoiby Xu
2026-03-11ima_fs: Correctly create securityfs files for unsupported hash algosDmitry Safonov
2026-03-09ima: check return value of crypto_shash_final() in boot aggregateDaniel Hodges
2026-03-08ima: Define and use a digest_size field in the ima_algo_desc structureRoberto Sassu
2026-03-08ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIGThomas Weißschuh
2026-03-08ima: fallback to using i_version to detect file changeMimi Zohar
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-03-05evm: fix security.evm for a file with IMA signatureCoiby Xu
2026-03-05evm: Don't enable fix mode when secure boot is enabledCoiby Xu
2026-03-05integrity: Make arch_ima_get_secureboot integrity-wideCoiby Xu
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-11Merge tag 'integrity-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2026-01-30pkcs7, x509: Rename ->digest to ->mDavid Howells
2026-01-26ima: verify the previous kernel's IMA buffer lies in addressable RAMHarshit Mogalapalli