summaryrefslogtreecommitdiffstats
path: root/security/integrity
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-25/+28
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+37
2026-02-11Merge tag 'integrity-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-28/+30
2026-01-30pkcs7, x509: Rename ->digest to ->mDavid Howells-2/+2
2026-01-26ima: verify the previous kernel's IMA buffer lies in addressable RAMHarshit Mogalapalli-0/+35
2026-01-23evm: Use ordered xattrs list to calculate HMAC in evm_init_hmac()Roberto Sassu-4/+10
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+2
2025-12-29ima: Fix stack-out-of-bounds in is_bprm_creds_for_exec()Chris J Arges-24/+20
2025-12-23kernel/kexec: change the prototype of kimage_map_segment()Pingfan Liu-3/+1
2025-12-03Merge tag 'integrity-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-22/+102
2025-11-21ima: Handle error code returned by ima_filter_rule_match()Zhao Yipeng-1/+1
2025-11-19ima: Access decompressed kernel module to verify appended signatureCoiby Xu-9/+18
2025-10-22ima,evm: move initcalls to the LSM frameworkRoberto Sassu-10/+35
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore-2/+2
2025-10-16ima: add fs_subtype condition for distinguishing FUSE instancesJann Horn-4/+39
2025-10-16ima: add dont_audit action to suppress audit actionsJann Horn-1/+13
2025-10-13ima: Attach CREDS_CHECK IMA hook to bprm_creds_from_file LSM hookRoberto Sassu-9/+33
2025-10-03ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattrCoiby Xu-5/+18
2025-10-03integrity: Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYSEric Biggers-0/+1
2025-07-31Merge tag 'integrity-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+26
2025-07-29Merge tag 'powerpc-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+3
2025-07-09integrity/platform_certs: Allow loading of keys in the static key management ...Srish Srinivasan-2/+3
2025-06-17evm_secfs: clear securityfs interactionsAl Viro-8/+7
2025-06-17ima_fs: get rid of lookup-by-dentry stuffAl Viro-66/+16
2025-06-17ima_fs: don't bother with removal of files in directory we'll be removingAl Viro-39/+18
2025-06-16ima: add a knob ima= to allow disabling IMA in kdump kernelBaoquan He-0/+26
2025-05-14ima: do not copy measurement list to kdump kernelSteven Chen-0/+3
2025-04-29ima: measure kexec load and exec events as critical dataSteven Chen-0/+32
2025-04-29ima: make the kexec extra memory configurableSteven Chen-5/+22
2025-04-29ima: verify if the segment size has changedSteven Chen-0/+10
2025-04-29ima: kexec: move IMA log copy from kexec load to executeSteven Chen-14/+29
2025-04-29ima: kexec: define functions to copy IMA log at soft bootSteven Chen-0/+47
2025-04-29ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen-0/+3
2025-04-29ima: define and call ima_alloc_kexec_file_buf()Steven Chen-11/+35
2025-04-29ima: rename variable the seq_file "file" to "ima_kexec_file"Steven Chen-15/+16
2025-04-22ima: process_measurement() needlessly takes inode_lock() on MAY_READFrederick Lawler-1/+3
2025-03-27ima: limit the number of ToMToU integrity violationsMimi Zohar-4/+5
2025-03-27ima: limit the number of open-writers integrity violationsMimi Zohar-2/+10
2025-02-04ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattrRoberto Sassu-2/+8
2025-02-04integrity: fix typos and spelling errorsTanya Agarwal-5/+5
2025-01-22Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+54
2025-01-03ima: ignore suffixed policy rule commentsMimi Zohar-1/+1
2025-01-03ima: limit the builtin 'tcb' dont_measure tmpfs policy ruleMimi Zohar-1/+2
2024-12-24ima: kexec: silence RCU list traversal warningBreno Leitao-1/+2
2024-12-18ima: instantiate the bprm_creds_for_exec() hookMimi Zohar-2/+54
2024-12-11ima: Suspend PCR extends and log appends when rebootingStefan Berger-0/+47