index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
Age
Commit message (
Expand
)
Author
Lines
2026-04-17
Merge tag 'integrity-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
-518
/
+139
2026-04-14
Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-3
/
+3
2026-04-01
ima: add support to require IMA sigv3 signatures
Mimi Zohar
-12
/
+18
2026-04-01
ima: add regular file data hash signature version 3 support
Mimi Zohar
-1
/
+1
2026-04-01
ima: Define asymmetric_verify_v3() to verify IMA sigv3 signatures
Mimi Zohar
-50
/
+13
2026-03-24
module: Give MODULE_SIG_STRING a more descriptive name
Thomas Weißschuh
-3
/
+3
2026-03-23
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
Eric Biggers
-1
/
+1
2026-03-17
ima: remove buggy support for asynchronous hashes
Eric Biggers
-373
/
+9
2026-03-11
ima: Add code comments to explain IMA iint cache atomic_flags
Coiby Xu
-1
/
+26
2026-03-11
ima_fs: Correctly create securityfs files for unsupported hash algos
Dmitry Safonov
-4
/
+12
2026-03-09
ima: check return value of crypto_shash_final() in boot aggregate
Daniel Hodges
-1
/
+1
2026-03-08
ima: Define and use a digest_size field in the ima_algo_desc structure
Roberto Sassu
-12
/
+13
2026-03-08
ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
Thomas Weißschuh
-4
/
+2
2026-03-08
ima: fallback to using i_version to detect file change
Mimi Zohar
-12
/
+35
2026-03-05
evm: fix security.evm for a file with IMA signature
Coiby Xu
-0
/
+5
2026-03-05
integrity: Make arch_ima_get_secureboot integrity-wide
Coiby Xu
-48
/
+4
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-22
/
+25
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+36
2026-02-11
Merge tag 'integrity-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
-24
/
+20
2026-01-26
ima: verify the previous kernel's IMA buffer lies in addressable RAM
Harshit Mogalapalli
-0
/
+35
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+1
2025-12-29
ima: Fix stack-out-of-bounds in is_bprm_creds_for_exec()
Chris J Arges
-24
/
+20
2025-12-23
kernel/kexec: change the prototype of kimage_map_segment()
Pingfan Liu
-3
/
+1
2025-12-03
Merge tag 'integrity-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-22
/
+102
2025-11-21
ima: Handle error code returned by ima_filter_rule_match()
Zhao Yipeng
-1
/
+1
2025-11-19
ima: Access decompressed kernel module to verify appended signature
Coiby Xu
-9
/
+18
2025-10-22
ima,evm: move initcalls to the LSM framework
Roberto Sassu
-4
/
+11
2025-10-22
lsm: replace the name field with a pointer to the lsm_id struct
Paul Moore
-1
/
+1
2025-10-16
ima: add fs_subtype condition for distinguishing FUSE instances
Jann Horn
-4
/
+39
2025-10-16
ima: add dont_audit action to suppress audit actions
Jann Horn
-1
/
+13
2025-10-13
ima: Attach CREDS_CHECK IMA hook to bprm_creds_from_file LSM hook
Roberto Sassu
-9
/
+33
2025-10-03
ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr
Coiby Xu
-5
/
+18
2025-07-31
Merge tag 'integrity-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+26
2025-06-17
ima_fs: get rid of lookup-by-dentry stuff
Al Viro
-66
/
+16
2025-06-17
ima_fs: don't bother with removal of files in directory we'll be removing
Al Viro
-39
/
+18
2025-06-16
ima: add a knob ima= to allow disabling IMA in kdump kernel
Baoquan He
-0
/
+26
2025-05-14
ima: do not copy measurement list to kdump kernel
Steven Chen
-0
/
+3
2025-04-29
ima: measure kexec load and exec events as critical data
Steven Chen
-0
/
+32
2025-04-29
ima: make the kexec extra memory configurable
Steven Chen
-5
/
+22
2025-04-29
ima: verify if the segment size has changed
Steven Chen
-0
/
+10
2025-04-29
ima: kexec: move IMA log copy from kexec load to execute
Steven Chen
-14
/
+29
2025-04-29
ima: kexec: define functions to copy IMA log at soft boot
Steven Chen
-0
/
+47
2025-04-29
ima: kexec: skip IMA segment validation after kexec soft reboot
Steven Chen
-0
/
+3
2025-04-29
ima: define and call ima_alloc_kexec_file_buf()
Steven Chen
-11
/
+35
2025-04-29
ima: rename variable the seq_file "file" to "ima_kexec_file"
Steven Chen
-15
/
+16
2025-04-22
ima: process_measurement() needlessly takes inode_lock() on MAY_READ
Frederick Lawler
-1
/
+3
[next]