summaryrefslogtreecommitdiffstats
path: root/tools/build
AgeCommit message (Expand)AuthorLines
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+13
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller-4/+4
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott-1/+1
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott-1/+1
2018-07-14tools: include reallocarray feature test in FEATURE_TESTS_BASICJakub Kicinski-0/+1
2018-07-13tools: build: Use HOSTLDFLAGS with fixdepLaura Abbott-1/+1
2018-07-13tools: build: Fixup host c flagsLaura Abbott-1/+1
2018-07-13tools build: fix # escaping in .cmd files for future MakePaul Menzel-2/+2
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski-0/+12
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes-2/+3
2018-03-08perf build: Force llvm/clang test compile output to .make.outputJiri Olsa-3/+6
2018-03-08perf build: Add llvm/clang make targets to FILESJiri Olsa-1/+4
2018-03-08perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRAJiri Olsa-1/+5
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+19
2018-01-25perf tools: Integrating the CoreSight decoding libraryMathieu Poirier-2/+21
2018-01-17tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang-1/+1
2017-12-30tools/bpftool: fix bpftool build with bintutils >= 2.9Roman Gushchin-0/+19
2017-12-05tools build feature: Check if pthread_barrier_t is availableArnaldo Carvalho de Melo-0/+22
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+63
2017-08-28tools build tests: Don't hardcode gcc nameDavid Carrillo-Cisneros-1/+1
2017-08-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-0/+2
2017-08-04bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann-0/+2
2017-07-30Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar-7/+1
2017-07-18tools build: Add test for setns()Arnaldo Carvalho de Melo-2/+19
2017-06-06kbuild: simplify silent build (-s) detectionMasahiro Yamada-7/+1
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2017-05-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller-0/+1
2017-05-04tools build: Fixup sched_getcpu feature testArnaldo Carvalho de Melo-0/+2
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+3
2017-04-22bpf: Add sparc support to tools and samples.David S. Miller-0/+3
2017-04-13tools build: Fix feature detection redefinion of build flagsDavid Carrillo-Cisneros-5/+5
2017-04-12perf tools: Pass PYTHON config to feature detectionDavid Carrillo-Cisneros-1/+1
2017-03-03tools build: Use the same CC for feature detection and actual buildArnaldo Carvalho de Melo-2/+2
2017-03-03tools build: Add test for sched_getcpu()Arnaldo Carvalho de Melo-1/+18
2017-02-17perf build: Add special fixdep cleaning ruleJiri Olsa-2/+5
2017-01-26tools build: Add tools tree support for 'make -s'Josh Poimboeuf-0/+10
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-1/+1
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König-1/+1
2016-12-06perf build: Check LLVM version in feature checkWang Nan-2/+22
2016-12-05tools build: Move tabs to spaces where suitableJiri Olsa-126/+126
2016-12-05tools build: Make the .cmd file more readableJiri Olsa-1/+1
2016-12-05tools build: Add feature detection for clangWang Nan-0/+31
2016-12-05tools build: Add feature detection for LLVMWang Nan-0/+16
2016-12-05tools build: Fix objtool build with clangPeter Foley-3/+3
2016-12-05tools build: Make fixdep parsing wait for last targetJiri Olsa-2/+3
2016-11-14tools build: Add jvmti feature detection supportJiri Olsa-1/+18
2016-11-14tools build: Add CFLAGS_REMOVE_* supportJiri Olsa-3/+7
2016-10-05tools build: Add feature detection for g++Wang Nan-2/+25
2016-10-05tools build: Support compiling C++ source fileWang Nan-0/+8