summaryrefslogtreecommitdiff
path: root/tools/objtool/Makefile
AgeCommit message (Expand)Author
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