summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/elfcore.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: mte: Avoid the racy walk of the vma list during core dumpCatalin Marinas2023-01-051-30/+26
* elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2023-01-051-2/+2
* arm64: mte: Fix double-freeing of the temporary tag storage during coredumpCatalin Marinas2023-01-051-1/+0
* arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2022-11-291-1/+1
* arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam R. Howlett2022-09-261-6/+10
* elf: Fix the arm64 MTE ELF segment name and valueCatalin Marinas2022-04-281-1/+1
* arm64: mte: Fix the stack frame size warning in mte_dump_tag_range()Catalin Marinas2022-04-041-4/+20
* Revert "arm64: Change elfcore for_each_mte_vma() to use VMA iterator"Will Deacon2022-04-041-17/+6
* arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam Howlett2022-02-251-6/+17
* arm64: mte: Dump the MTE tags in the core fileCatalin Marinas2022-02-151-0/+123