| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/buildid: don't limit .note.gnu.build-id to the first page in ELF | Andrii Nakryiko | 2024-09-11 | 1 | -21/+5 |
* | lib/buildid: implement sleepable build_id_parse() API | Andrii Nakryiko | 2024-09-11 | 1 | -19/+35 |
* | lib/buildid: rename build_id_parse() into build_id_parse_nofault() | Andrii Nakryiko | 2024-09-11 | 1 | -3/+22 |
* | lib/buildid: remove single-page limit for PHDR search | Andrii Nakryiko | 2024-09-11 | 1 | -6/+8 |
* | lib/buildid: take into account e_phoff when fetching program headers | Andrii Nakryiko | 2024-09-11 | 1 | -19/+16 |
* | lib/buildid: add single folio-based file reader abstraction | Andrii Nakryiko | 2024-09-11 | 1 | -53/+210 |
* | lib/buildid: harden build ID parsing logic | Andrii Nakryiko | 2024-09-11 | 1 | -32/+44 |
* | build-id: require program headers to be right after ELF header | Alexey Dobriyan | 2024-06-29 | 1 | -0/+14 |
* | vmlinux: Avoid weak reference to notes section | Ard Biesheuvel | 2024-05-02 | 1 | -2/+2 |
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-03-15 | 1 | -2/+2 |
|\ |
|
| * | buildid: use kmap_local_page() | Peng Hao | 2024-03-12 | 1 | -2/+2 |
* | | crash: split vmcoreinfo exporting code out from crash_core.c | Baoquan He | 2024-02-24 | 1 | -1/+1 |
|/ |
|
* | ELF: fix all "Elf" typos | Alexey Dobriyan | 2023-04-08 | 1 | -1/+1 |
* | kdump: use vmlinux_build_id to simplify | Stephen Boyd | 2021-07-08 | 1 | -1/+1 |
* | buildid: fix kernel-doc notation | Stephen Boyd | 2021-07-08 | 1 | -1/+1 |
* | buildid: mark some arguments const | Stephen Boyd | 2021-07-08 | 1 | -4/+4 |
* | dump_stack: add vmlinux build ID to stack traces | Stephen Boyd | 2021-07-08 | 1 | -0/+2 |
* | buildid: stash away kernels build ID on init | Stephen Boyd | 2021-07-08 | 1 | -0/+15 |
* | buildid: add API to parse build ID out of buffer | Stephen Boyd | 2021-07-08 | 1 | -13/+37 |
* | buildid: only consider GNU notes for build ID parsing | Stephen Boyd | 2021-07-08 | 1 | -0/+1 |
* | bpf: Add size arg to build_id_parse function | Jiri Olsa | 2021-01-15 | 1 | -8/+21 |
* | bpf: Move stack_map_get_build_id into lib | Jiri Olsa | 2021-01-15 | 1 | -0/+136 |