index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Fix make dependencies for vmlinux.h
Artem Savkov
2024-05-18
1
-1
/
+2
*
bpftool, selftests/hid/bpf: Fix 29 clang warnings
John Hubbard
2024-05-06
1
-1
/
+1
*
bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftool
Quentin Monnet
2024-03-21
1
-4
/
+5
*
bpftool: Remove unnecessary source files from bootstrap version
Quentin Monnet
2024-03-20
1
-4
/
+1
*
bpf: Replace deprecated -target with --target= for Clang
Fangrui Song
2023-06-29
1
-1
/
+1
*
bpftool: Always disable stack protection for BPF objects
Holger Hoffstätte
2023-01-13
1
-1
/
+2
*
bpftool: Add missing quotes to libbpf bootstrap submake vars
James Hilliard
2023-01-10
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-06
1
-0
/
+4
|
\
|
*
bpftool: Fix linkage with statically built libllvm
Anton Protopopov
2022-12-22
1
-0
/
+4
*
|
bpf: makefiles: Do not generate empty vmlinux.h
Changbin Du
2022-12-21
1
-0
/
+3
|
/
*
bpftool: Add LLVM as default library for disassembling JIT-ed programs
Quentin Monnet
2022-10-25
1
-18
/
+30
*
bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
Quentin Monnet
2022-10-25
1
-12
/
+15
*
bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
Quentin Monnet
2022-10-25
1
-5
/
+14
*
bpftool: Complete libbfd feature detection
Roberto Sassu
2022-08-10
1
-2
/
+4
*
Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2022-08-06
1
-2
/
+6
|
\
|
*
tools bpftool: Don't display disassembler-four-args feature test
Andres Freund
2022-08-01
1
-2
/
+1
|
*
tools bpftool: Fix compilation error with new binutils
Andres Freund
2022-08-01
1
-1
/
+4
*
|
bpftool: Remove zlib feature test from Makefile
Quentin Monnet
2022-07-06
1
-9
/
+2
*
|
bpftool: Fix bootstrapping during a cross compilation
Shahab Vahedi
2022-06-09
1
-1
/
+1
|
/
*
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
1
-2
/
+2
|
\
|
*
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
2022-02-15
1
-2
/
+2
*
|
bpftool: Remove redundant slashes
Yuntao Wang
2022-02-28
1
-7
/
+7
*
|
bpftool: Remove usage of reallocarray()
Mauricio Vásquez
2022-02-23
1
-5
/
+1
*
|
bpftool: Implement "gen min_core_btf" logic
Mauricio Vásquez
2022-02-16
1
-4
/
+4
*
|
bpftool: Update versioning scheme, align on libbpf's version number
Quentin Monnet
2022-02-11
1
-4
/
+2
|
/
*
bpftool: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
1
-6
/
+7
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-15
1
-10
/
+9
|
\
|
*
bpftool: Remove inclusion of utilities.mak from Makefiles
Quentin Monnet
2021-11-15
1
-1
/
+0
|
*
bpftool: Normalize compile rules to specify output file last
Andrii Nakryiko
2021-11-12
1
-8
/
+8
|
*
bpftool: Fix SPDX tag for Makefiles and .gitignore
Quentin Monnet
2021-11-10
1
-1
/
+1
*
|
bpftool: Install libbpf headers for the bootstrap version, too
Quentin Monnet
2021-11-05
1
-10
/
+22
|
/
*
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
2021-10-26
1
-4
/
+4
*
bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
Quentin Monnet
2021-10-26
1
-2
/
+2
*
bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.c
Quentin Monnet
2021-10-20
1
-2
/
+1
*
bpftool: Turn check on zlib from a phony target into a conditional error
Quentin Monnet
2021-10-20
1
-5
/
+5
*
bpftool: Do not FORCE-build libbpf
Quentin Monnet
2021-10-20
1
-2
/
+2
*
bpftool: Fix install for libbpf's internal header(s)
Quentin Monnet
2021-10-20
1
-7
/
+7
*
bpftool: Add install-bin target to install binary only
Quentin Monnet
2021-10-08
1
-2
/
+4
*
bpftool: Install libbpf headers instead of including the dir
Quentin Monnet
2021-10-08
1
-12
/
+21
*
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
2021-09-14
1
-1
/
+0
*
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
2021-09-09
1
-0
/
+4
*
tools/bpftool: Fix cross-build
Jean-Philippe Brucker
2021-06-08
1
-1
/
+4
*
bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.
Alexei Starovoitov
2021-05-19
1
-1
/
+1
*
Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-02-22
1
-0
/
+2
|
\
|
*
bpftool: Add Makefile target bootstrap
Song Liu
2021-01-15
1
-0
/
+2
*
|
tools: Factor Clang, LLC and LLVM utils definitions
Sedat Dilek
2021-01-29
1
-2
/
+0
*
|
tools/bpftool: Add -Wall when building BPF programs
Ian Rogers
2021-01-14
1
-1
/
+1
|
/
*
tools/bpf: Always run the *-clean recipes
Jean-Philippe Brucker
2020-11-12
1
-2
/
+2
*
tools/bpftool: Fix build slowdown
Jean-Philippe Brucker
2020-11-11
1
-1
/
+3
*
tools/bpftool: Fix cross-build
Jean-Philippe Brucker
2020-11-11
1
-8
/
+26
[next]