summaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-251-0/+53
|\
| * memblock test: fix implicit declaration of function 'memparse'Wei Yang2024-08-061-0/+53
* | Merge tag 'perf-tools-for-v6.12-1-2024-09-19' of git://git.kernel.org/pub/scm...Linus Torvalds2024-09-229-21/+35
|\ \
| * | tools: Drop nonsensical -O6Sam James2024-09-113-11/+1
| * | libsubcmd: Don't free the usage stringAditya Gupta2024-09-041-5/+3
| * | tools build: Correct bpf fixdep dependenciesBrian Norris2024-08-052-3/+11
| * | tools build: Correct libsubcmd fixdep dependenciesBrian Norris2024-08-051-1/+1
| * | perf list: Give clues if failed to open tracing events directoryTiezhu Yang2024-08-011-1/+1
| * | libperf: Add gitignoreCharlie Jenkins2024-08-011-0/+5
| * | perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev2024-07-311-0/+13
| |/
* | libbpf: Add bpf_object__token_fd accessorIhor Solodrai2024-09-133-0/+14
* | libbpf: Fix uretprobe.multi.s programs auto attachmentJiri Olsa2024-09-101-1/+1
* | libbpf: Fix some typos in commentsYusheng Zheng2024-09-108-13/+13
* | libbpf: Fixed getting wrong return address on arm64 architectureShuyi Cheng2024-09-101-1/+1
* | libbpf: Workaround (another) -Wmaybe-uninitialized false positiveSam James2024-09-061-2/+2
* | libbpf: fix some typos in libbpfLin Yikai2024-09-056-9/+9
* | libbpf: Fix accessing first syscall argument on RV64Pu Lehui2024-09-051-1/+8
* | libbpf: Access first syscall argument with CO-RE direct read on arm64Pu Lehui2024-09-051-2/+2
* | libbpf: Access first syscall argument with CO-RE direct read on s390Pu Lehui2024-09-051-2/+2
* | libbpf: Ensure new BTF objects inherit input endiannessTony Ambardar2024-08-301-0/+4
* | libbpf: Fix bpf_object__open_skeleton()'s mishandling of optionsAndrii Nakryiko2024-08-291-33/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-08-221-0/+20
|\|
| * Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds2024-07-261-0/+20
| |\
| | * radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang2024-07-101-0/+20
* | | libbpf: Workaround -Wmaybe-uninitialized false positiveSam James2024-08-161-0/+3
* | | libbpf: Fix license for btf_relocate.cAlan Maguire2024-08-121-1/+1
* | | libbpf: Don't take direct pointers into BTF data from st_opsDavid Vernet2024-07-301-10/+13
|/ /
* | Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-3/+5
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-07-251-3/+5
| |\ \
| | * | libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2024-07-171-3/+5
* | | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-221-10/+0
|\ \ \ \ | |/ / / |/| | |
| * | | tools/lib/list_sort: remove redundant code for cond_resched handlingKuan-Wei Chiu2024-06-251-10/+0
| | |/ | |/|
* | | Merge tag 'perf-tools-for-v6.11-2024-07-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2024-07-182-31/+44
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim2024-07-021-1/+31
| |\|
| * | perf record: Ensure space for lost samplesIan Rogers2024-06-141-0/+6
| * | tools api io: Move filling the io buffer to its own functionIan Rogers2024-05-301-31/+38
* | | libbpf: improve old BPF skeleton handling for map auto-attachAndrii Nakryiko2024-07-101-12/+14
* | | libbpf: fix BPF skeleton forward/backward compat handlingAndrii Nakryiko2024-07-101-20/+27
* | | libbpf: Add NULL checks to bpf_object__{prev_map,next_map}Andreas Ziegler2024-07-081-2/+2
* | | libbpf: Fix error handling in btf__distill_base()Alan Maguire2024-07-011-1/+1
* | | libbpf: Fix clang compilation error in btf_relocate.cAlan Maguire2024-06-271-2/+2
* | | libbpf: Skip base btf sanity checksAntoine Tenart2024-06-241-1/+1
* | | libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire2024-06-212-0/+31
* | | libbpf: Split field iter code into its own file kernelAlan Maguire2024-06-213-163/+170
* | | libbpf: BTF relocation followup fixing naming, loop logicAlan Maguire2024-06-211-41/+31
* | | libbpf: Checking the btf_type kind when fixing variable offsetsDonglin Peng2024-06-211-2/+9
* | | libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman2024-06-172-54/+111
* | | libbpf: Split BTF relocationAlan Maguire2024-06-176-1/+542
* | | libbpf: Add btf__distill_base() creating split BTF with distilled base BTFAlan Maguire2024-06-173-6/+335
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-116-168/+368
|\ \ \ | |_|/ |/| |