summaryrefslogtreecommitdiffstats
path: root/util_lib/elf_info.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22util_lib/elf_info.c: fix a warningBaoquan He1-1/+1
2022-03-24util_lib/elf_info: harden parsing of printk bufferPhilipp Rudo1-3/+25
2022-01-24arm64: read VA_BITS from kcore for 52-bits VA kernelPingfan Liu1-0/+5
2022-01-24arm64: make phys_offset signedPingfan Liu1-1/+1
2021-10-05Add some necessary free() callsKai Song1-1/+3
2021-04-02printk: Use %zu to format size_tGeert Uytterhoeven1-2/+2
2021-04-02printk: Use ULL suffix for 64-bit constantsGeert Uytterhoeven1-2/+2
2020-11-30printk: add support for lockless ringbufferJohn Ogness1-1/+437
2019-10-07kexec-tools: Fix conversion overflow when compiling on 32-bit platformsHelge Deller1-1/+1
2019-09-08Cleanup: move it back from util_lib/elf_info.cLianbo Jiang1-37/+11
2019-09-08Fix an error definition about the variable 'fname'Lianbo Jiang1-1/+1
2019-09-08Cleanup: remove the read_elf_kcore()Lianbo Jiang1-13/+2
2019-01-09util_lib: Add functionality to read elf notesBhupesh Sharma1-0/+856