| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-17 | tools: Remove s390 compat support | Heiko Carstens | 1 | -2/+0 |
| 2025-10-01 | libbpf: move libbpf_errstr() into libbpf_utils.c | Andrii Nakryiko | 1 | -1/+0 |
| 2025-09-04 | libbpf: Remove unused args in parse_usdt_note | Jiawei Zhao | 1 | -6/+4 |
| 2025-08-27 | libbpf: Fix USDT SIB argument handling causing unrecognized register error | Jiawei Zhao | 1 | -5/+57 |
| 2025-06-05 | libbpf: Correct some typos and syntax issues in usdt doc | Jiawei Zhao | 1 | -5/+5 |
| 2024-12-02 | libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missing | Andrii Nakryiko | 1 | -1/+1 |
| 2024-11-11 | libbpf: Stringify errno in log messages in the remaining code | Mykyta Yatsenko | 1 | -15/+17 |
| 2023-08-21 | libbpf: Add uprobe multi link support to bpf_program__attach_usdt | Jiri Olsa | 1 | -15/+71 |
| 2023-08-21 | libbpf: Add elf_open/elf_close functions | Jiri Olsa | 1 | -22/+8 |
| 2023-07-11 | libbpf: Fix realloc API handling in zero-sized edge cases | Andrii Nakryiko | 1 | -1/+4 |
| 2023-05-26 | libbpf: Ensure libbpf always opens files with O_CLOEXEC | Andrii Nakryiko | 1 | -3/+2 |
| 2023-04-27 | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-08 | ELF: fix all "Elf" typos | Alexey Dobriyan | 1 | -1/+1 |
| 2023-03-07 | libbpf: USDT arm arg parsing support | Puranjay Mohan | 1 | -0/+80 |
| 2023-03-07 | libbpf: Refactor parse_usdt_arg() to re-use code | Puranjay Mohan | 1 | -82/+42 |
| 2022-12-06 | libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp)) | Timo Hunziker | 1 | -0/+8 |
| 2022-11-09 | libbpf: Hashmap interface update to allow both long and void* keys/values | Eduard Zingerman | 1 | -16/+12 |
| 2022-10-21 | libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg() | Xu Kuohai | 1 | -10/+6 |
| 2022-10-13 | libbpf: Fix memory leak in parse_usdt_arg() | Xu Kuohai | 1 | -7/+4 |
| 2022-09-26 | libbpf: Fix the case of running as non-root with capabilities | Jon Doron | 1 | -1/+1 |
| 2022-07-06 | libbpf: Remove unnecessary usdt_rel_ip assignments | Andrii Nakryiko | 1 | -4/+2 |
| 2022-06-17 | libbpf: Fix internal USDT address translation logic for shared libraries | Andrii Nakryiko | 1 | -60/+63 |
| 2022-04-19 | libbpf: Support riscv USDT argument parsing logic | Pu Lehui | 1 | -0/+107 |
| 2022-04-19 | libbpf: Fix usdt_cookie being cast to 32 bits | Pu Lehui | 1 | -4/+4 |
| 2022-04-11 | libbpf: Usdt aarch64 arg parsing support | Alan Maguire | 1 | -0/+76 |
| 2022-04-08 | libbpf: Use strlcpy() in path resolution fallback logic | Andrii Nakryiko | 1 | -1/+1 |
| 2022-04-08 | libbpf: Add s390-specific USDT arg spec parsing logic | Ilya Leoshkevich | 1 | -0/+55 |
| 2022-04-07 | libbpf: Minor style improvements in USDT code | Ilya Leoshkevich | 1 | -6/+6 |
| 2022-04-07 | libbpf: Fix use #ifdef instead of #if to avoid compiler warning | Andrii Nakryiko | 1 | -2/+2 |
| 2022-04-07 | libbpf: Potential NULL dereference in usdt_manager_attach_usdt() | Haowen Bai | 1 | -2/+2 |
| 2022-04-06 | libbpf: Fix spelling mistake "libaries" -> "libraries" | Colin Ian King | 1 | -1/+1 |
| 2022-04-05 | libbpf: Add x86-specific USDT arg spec parsing logic | Andrii Nakryiko | 1 | -0/+105 |
| 2022-04-05 | libbpf: Wire up spec management and other arch-independent USDT logic | Andrii Nakryiko | 1 | -1/+167 |
| 2022-04-05 | libbpf: Add USDT notes parsing and resolution logic | Andrii Nakryiko | 1 | -1/+581 |
| 2022-04-05 | libbpf: Wire up USDT API and bpf_link integration | Andrii Nakryiko | 1 | -0/+429 |