index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
buildid.c
Age
Commit message (
Expand
)
Author
2024-10-17
lib/buildid: Handle memfd_secret() files in build_id_parse()
Andrii Nakryiko
2024-09-11
lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
Andrii Nakryiko
2024-09-11
lib/buildid: implement sleepable build_id_parse() API
Andrii Nakryiko
2024-09-11
lib/buildid: rename build_id_parse() into build_id_parse_nofault()
Andrii Nakryiko
2024-09-11
lib/buildid: remove single-page limit for PHDR search
Andrii Nakryiko
2024-09-11
lib/buildid: take into account e_phoff when fetching program headers
Andrii Nakryiko
2024-09-11
lib/buildid: add single folio-based file reader abstraction
Andrii Nakryiko
2024-09-11
lib/buildid: harden build ID parsing logic
Andrii Nakryiko
2024-06-28
build-id: require program headers to be right after ELF header
Alexey Dobriyan
2024-05-02
vmlinux: Avoid weak reference to notes section
Ard Biesheuvel
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-03-12
buildid: use kmap_local_page()
Peng Hao
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
2023-04-08
ELF: fix all "Elf" typos
Alexey Dobriyan
2021-07-08
kdump: use vmlinux_build_id to simplify
Stephen Boyd
2021-07-08
buildid: fix kernel-doc notation
Stephen Boyd
2021-07-08
buildid: mark some arguments const
Stephen Boyd
2021-07-08
dump_stack: add vmlinux build ID to stack traces
Stephen Boyd
2021-07-08
buildid: stash away kernels build ID on init
Stephen Boyd
2021-07-08
buildid: add API to parse build ID out of buffer
Stephen Boyd
2021-07-08
buildid: only consider GNU notes for build ID parsing
Stephen Boyd
2021-01-14
bpf: Add size arg to build_id_parse function
Jiri Olsa
2021-01-14
bpf: Move stack_map_get_build_id into lib
Jiri Olsa