summaryrefslogtreecommitdiff
path: root/tools/build
AgeCommit message (Expand)Author
2020-04-05Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03perf tools: Add file-handle feature testNamhyung Kim
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu
2020-01-14perf/ui/gtk: Fix gtk2 buildJiri Olsa
2020-01-14tools build: Fix test-clang.cpp with Clang 8+Maciej S. Szmigiero
2019-11-26perf tools: Allow to link with libbpf dynamicalyJiri Olsa
2019-08-12tools build: Add capability-related feature detectionIgor Lubashev
2019-06-18tools build: Fix the zstd test in the test-all.c common case feature testArnaldo Carvalho de Melo
2019-06-18tools build: Add test to check if slang.h is in /usr/include/slang/Arnaldo Carvalho de Melo
2019-06-17perf tools: Don't hardcode host include path for libslangFlorian Fainelli
2019-06-17tools build feature tests: Add missing SPDX headersArnaldo Carvalho de Melo
2019-06-17tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-01tools build: Implement libzstd feature check, LIBZSTD_DIR and NO_LIBZSTD definesAlexey Budankov
2019-03-28perf cs-etm: Add missing case valueSolomon Tan
2019-03-20perf build: Check what binutils's 'disassembler()' signature to useSong Liu
2019-02-14tools build feature sched_getcpu: Undef _GNU_SOURCE at the endArnaldo Carvalho de Melo
2019-02-14tools build: Add test-reallocarray.c to test-all.c to fix the buildArnaldo Carvalho de Melo
2019-02-14perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASICArnaldo Carvalho de Melo
2019-02-14perf coresight: Do not test for libopencsd by defaultArnaldo Carvalho de Melo
2019-02-14tools feature: Undef _GNU_SOURCE at the end of feature testsArnaldo Carvalho de Melo
2018-12-21perf build: Don't unconditionally link the libbfd feature test to -liberty an...Stanislav Fomichev
2018-12-17perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker
2018-12-17tools build feature: Check if libaio is availableAlexey Budankov
2018-11-21perf jvmti: Separate jvmti cmlr checkJiri Olsa
2018-11-21tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo
2018-11-19tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott
2018-07-14tools: include reallocarray feature test in FEATURE_TESTS_BASICJakub Kicinski
2018-07-13tools: build: Use HOSTLDFLAGS with fixdepLaura Abbott
2018-07-13tools: build: Fixup host c flagsLaura Abbott
2018-07-13tools build: fix # escaping in .cmd files for future MakePaul Menzel
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes
2018-03-08perf build: Force llvm/clang test compile output to .make.outputJiri Olsa
2018-03-08perf build: Add llvm/clang make targets to FILESJiri Olsa
2018-03-08perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRAJiri Olsa
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-25perf tools: Integrating the CoreSight decoding libraryMathieu Poirier
2018-01-17tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang
2017-12-30tools/bpftool: fix bpftool build with bintutils >= 2.9Roman Gushchin
2017-12-05tools build feature: Check if pthread_barrier_t is availableArnaldo Carvalho de Melo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-28tools build tests: Don't hardcode gcc nameDavid Carrillo-Cisneros
2017-08-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar