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