summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_kexec.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-14ima: do not copy measurement list to kdump kernelSteven Chen1-0/+3
2025-04-29ima: measure kexec load and exec events as critical dataSteven Chen1-0/+21
2025-04-29ima: make the kexec extra memory configurableSteven Chen1-5/+11
2025-04-29ima: verify if the segment size has changedSteven Chen1-0/+10
2025-04-29ima: kexec: move IMA log copy from kexec load to executeSteven Chen1-14/+29
2025-04-29ima: kexec: define functions to copy IMA log at soft bootSteven Chen1-0/+47
2025-04-29ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen1-0/+3
2025-04-29ima: define and call ima_alloc_kexec_file_buf()Steven Chen1-11/+35
2025-04-29ima: rename variable the seq_file "file" to "ima_kexec_file"Steven Chen1-15/+16
2024-12-24ima: kexec: silence RCU list traversal warningBreno Leitao1-1/+2
2024-04-12ima: add crypto agility support for template-hash algorithmEnrico Bravi1-0/+1
2023-12-21kexec_file: print out debugging message if requiredBaoquan He1-2/+2
2023-08-07kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu1-1/+1
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell1-1/+1
2022-01-05ima: silence measurement list hexdump during kexecBruno Meneguele1-3/+3
2021-06-11ima: Fix warning: no previous prototype for function 'ima_add_kexec_buffer'Lakshmi Ramasubramanian1-0/+1
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian1-0/+1
2021-03-08powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian1-6/+2
2021-02-10ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian1-0/+2
2021-02-10ima: Free IMA measurement buffer on errorLakshmi Ramasubramanian1-0/+1
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-05-17ima: Unify loggingPetr Vorel1-0/+2
2016-12-20ima: define a canonical binary_runtime_measurements list formatMimi Zohar1-2/+9
2016-12-20ima: on soft reboot, save the measurement listMimi Zohar1-0/+117
2016-12-20ima: on soft reboot, restore the measurement listMimi Zohar1-0/+44