summaryrefslogtreecommitdiffstats
path: root/tools/objtool/Makefile
Commit message (Expand)AuthorAgeFilesLines
* objtool: Refactor ORC section generationJosh Poimboeuf2021-01-141-4/+0
* objtool: Rework header include pathsVasily Gorbik2021-01-131-0/+1
* tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2020-11-111-9/+0
* objtool: Allow nested externs to enable BUILD_BUG()Vasily Gorbik2020-10-061-1/+1
* objtool: Define 'struct orc_entry' only when neededJulien Thierry2020-09-011-0/+4
* objtool: Enable compilation of objtool for all architecturesMatt Helsley2020-05-201-0/+10
* objtool: Split out arch-specific CFI definitionsJulien Thierry2020-04-221-1/+2
* objtool: Always do header sync checkJulien Thierry2020-04-221-1/+1
* kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada2020-04-091-0/+6
* objtool: Fix ARCH=x86_64 build errorShile Zhang2020-01-221-5/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-161-2/+2
|\
| * objtool: Move x86 insn decoder to a common locationJosh Poimboeuf2019-08-311-2/+2
* | objtool: Clobber user CFLAGS variableJosh Poimboeuf2019-09-101-1/+1
|/
* objtool: Allow AR to be overridden with HOSTARNathan Chancellor2019-05-171-1/+2
* objtool: Query pkg-config for libelf locationRolf Eike Beer2019-03-281-2/+5
* kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott2018-07-181-1/+1
* kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-181-1/+1
* objtool: Support HOSTCFLAGS and HOSTLDFLAGSLaura Abbott2018-04-171-2/+2
* Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-04-111-1/+1
* tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton2018-01-131-1/+1
* objtool: Fix 64-bit build on 32-bit hostMikulas Patocka2017-12-061-3/+5
* objtool: Fix cross-buildJosh Poimboeuf2017-11-081-1/+1
* objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf2017-11-071-15/+1
* objtool: Move synced files to their original relative locationsJosh Poimboeuf2017-11-071-10/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf2017-07-281-1/+2
* objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf2017-07-181-0/+3
* objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-301-1/+1
* make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-2/+2
* objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf2016-07-291-1/+1
* tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf2016-07-221-1/+1
* objtool: Always use host headersArnaldo Carvalho de Melo2016-07-221-1/+1
* objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCHArnaldo Carvalho de Melo2016-07-221-3/+1
* objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapiArnaldo Carvalho de Melo2016-07-151-1/+1
* objtool: Avoid checking code drift on busybox's diffArnaldo Carvalho de Melo2016-07-131-1/+4
* objtool: Allow building with older libelfJan Beulich2016-05-171-0/+4
* objtool: Compile with debugging symbolsJosh Poimboeuf2016-03-091-1/+1
* objtool: Support CROSS_COMPILEJosh Poimboeuf2016-03-031-7/+10
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-291-0/+60