summaryrefslogtreecommitdiffstats
path: root/tools/objtool/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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