index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
build
Age
Commit message (
Expand
)
Author
Lines
2026-02-12
tools build: Fix feature test for rust compiler
Dmitrii Dolgov
-8
/
+6
2026-02-10
tools build: Emit dependencies file for test-rust.bin
Dmitry Dolgov
-1
/
+1
2026-02-10
tools build: Make test-rust.bin be removed by the 'clean' target
Dmitrii Dolgov
-0
/
+1
2026-02-09
tools build: Fix rust feature detection
Arnaldo Carvalho de Melo
-2
/
+1
2026-02-08
perf test workload: Add code_with_type test workload
Dmitrii Dolgov
-0
/
+14
2026-02-08
tools build: Add a feature test for rust compiler
Dmitrii Dolgov
-2
/
+15
2026-01-06
perf build: Feature test for libbfd thread safety API
James Clark
-0
/
+23
2026-01-06
perf build: Remove unused libbfd-buildid feature test
James Clark
-13
/
+0
2025-12-27
tools build: Fix the common set of features test wrt libopenssl
Arnaldo Carvalho de Melo
-1
/
+1
2025-12-17
tools/build: Add a feature test for libopenssl
Namhyung Kim
-4
/
+22
2025-12-07
Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
-19
/
+0
2025-12-01
Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-3
/
+24
2025-11-21
tool build: Remove annoying newline in build output
Alexandre Chartre
-1
/
+3
2025-11-13
tool build: Remove __get_cpuid feature test
Ian Rogers
-19
/
+0
2025-11-13
perf build: Don't fail fast path feature detection when binutils-devel is not...
Arnaldo Carvalho de Melo
-2
/
+2
2025-10-23
perf build: Fix perf build issues with fixdep
Josh Poimboeuf
-2
/
+0
2025-10-14
tools build: Fix fixdep dependencies
Josh Poimboeuf
-2
/
+23
2025-10-06
perf build: Correct CROSS_ARCH for clang
Leo Yan
-1
/
+1
2025-10-06
tools build: Align warning options with perf
Leo Yan
-2
/
+2
2025-10-03
tools build: Remove libbpf-strings feature test
Ian Rogers
-15
/
+0
2025-10-03
tools build: Remove feature-libslang-include-subdir
Ian Rogers
-11
/
+0
2025-10-03
tools build: Remove get_current_dir_name feature check
Ian Rogers
-21
/
+0
2025-10-02
tools build: Don't assume libtracefs-devel is always available
Arnaldo Carvalho de Melo
-6
/
+0
2025-09-19
tools build: Make libperl opt-in rather than opt-out, deprecate
Ian Rogers
-9
/
+3
2025-06-26
tools: Remove libcrypto dependency
Yuzhuo Jing
-36
/
+0
2025-06-24
perf build: The bfd features are opt-in, stop testing for them by default
Arnaldo Carvalho de Melo
-19
/
+0
2025-06-20
perf build: detect support for libbpf's emit_strings option
Blake Jones
-0
/
+15
2025-06-09
tools/build: Remove some unused libbpf pre-1.0 feature test logic
Ian Rogers
-27
/
+0
2025-04-10
tools build: Don't show libbfd build status as it is opt-in
Arnaldo Carvalho de Melo
-2
/
+0
2025-04-10
tools build: Don't show libunwind build status as it is opt-in
Arnaldo Carvalho de Melo
-1
/
+0
2025-04-10
tools build: Don't set libunwind as available if test-all.c build succeeds
Arnaldo Carvalho de Melo
-1
/
+0
2025-03-31
Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
-9
/
+13
2025-03-27
Merge tag 'trace-tools-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+5
2025-03-26
tools/build: Use SYSTEM_BPFTOOL for system bpftool
Tomas Glozar
-1
/
+1
2025-03-24
tools/build: Don't pass test log files to linker
Ian Rogers
-1
/
+5
2025-03-04
tools/build: Add bpftool-skeletons feature test
Tomas Glozar
-1
/
+5
2025-02-18
tools: Unify top-level quiet infrastructure
Charlie Jenkins
-7
/
+1
2025-02-12
tools build: Fix a number of Wconversion warnings
Ian Rogers
-8
/
+8
2025-01-16
perf tools: Expose quiet/verbose variables in Makefile.perf
Charlie Jenkins
-20
/
+0
2025-01-10
perf tools: Remove dependency on libaudit
Charlie Jenkins
-15
/
+0
2025-01-09
perf tools: Create generic syscall table support
Charlie Jenkins
-0
/
+2
2024-12-18
tools build: Add feature test for libelf with ZSTD
Leo Yan
-0
/
+18
2024-12-18
tools build: Test for presence of libtraceevent and libtracefs in test-all.c
Arnaldo Carvalho de Melo
-0
/
+10
2024-12-13
tools build feature: Don't set feature-libslang-include-subdir=1 if test-all....
Arnaldo Carvalho de Melo
-1
/
+0
2024-12-12
tools build feature: Don't set feature-libcap=1 if libcap-devel isn't available
Arnaldo Carvalho de Melo
-3
/
+1
2024-12-12
tools build feature: Add some comments to explain the FEATURE_TESTS logic
Arnaldo Carvalho de Melo
-0
/
+35
2024-12-11
tools build: Remove the libunwind feature tests from the ones detected when t...
Arnaldo Carvalho de Melo
-7
/
+0
2024-12-09
tools features: Don't check for libunwind devel files by default
Arnaldo Carvalho de Melo
-5
/
+0
2024-11-26
Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
-87
/
+69
2024-11-22
Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+13
[next]