summaryrefslogtreecommitdiff
path: root/tools/objtool/Makefile
AgeCommit message (Expand)Author
2024-03-11objtool/LoongArch: Enable orc to be builtTiezhu Yang
2023-02-01objtool: Fix HOSTCC flag usageIan Rogers
2023-01-30objtool: Properly support make V=1Ian Rogers
2023-01-30objtool: Install libsubcmd in buildIan Rogers
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-12objtool: Remove libsubcmd.a when make cleanTiezhu Yang
2022-05-12objtool: Remove inat-tables.c when make cleanTiezhu Yang
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf
2021-01-13objtool: Rework header include pathsVasily Gorbik
2020-11-11tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker
2020-10-06objtool: Allow nested externs to enable BUILD_BUG()Vasily Gorbik
2020-09-01objtool: Define 'struct orc_entry' only when neededJulien Thierry
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry
2020-04-22objtool: Always do header sync checkJulien Thierry
2020-04-09kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada
2020-01-22objtool: Fix ARCH=x86_64 build errorShile Zhang
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-09-10objtool: Clobber user CFLAGS variableJosh Poimboeuf
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf
2019-05-17objtool: Allow AR to be overridden with HOSTARNathan Chancellor
2019-03-28objtool: Query pkg-config for libelf locationRolf Eike Beer
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott
2018-04-17objtool: Support HOSTCFLAGS and HOSTLDFLAGSLaura Abbott
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes
2018-01-13tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton
2017-12-06objtool: Fix 64-bit build on 32-bit hostMikulas Patocka
2017-11-08objtool: Fix cross-buildJosh Poimboeuf
2017-11-07objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-28objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf
2016-07-22tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf
2016-07-22objtool: Always use host headersArnaldo Carvalho de Melo
2016-07-22objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCHArnaldo Carvalho de Melo
2016-07-15objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapiArnaldo Carvalho de Melo
2016-07-13objtool: Avoid checking code drift on busybox's diffArnaldo Carvalho de Melo
2016-05-17objtool: Allow building with older libelfJan Beulich
2016-03-09objtool: Compile with debugging symbolsJosh Poimboeuf
2016-03-03objtool: Support CROSS_COMPILEJosh Poimboeuf
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf