| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS | Laura Abbott | 2018-07-18 | 1 | -1/+1 |
* | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS | Laura Abbott | 2018-07-18 | 1 | -1/+1 |
* | objtool: Support HOSTCFLAGS and HOSTLDFLAGS | Laura Abbott | 2018-04-17 | 1 | -2/+2 |
* | Kbuild: fix # escaping in .cmd files for future Make | Rasmus Villemoes | 2018-04-11 | 1 | -1/+1 |
* | tools/objtool/Makefile: don't assume sync-check.sh is executable | Andrew Morton | 2018-01-13 | 1 | -1/+1 |
* | objtool: Fix 64-bit build on 32-bit host | Mikulas Patocka | 2017-12-06 | 1 | -3/+5 |
* | objtool: Fix cross-build | Josh Poimboeuf | 2017-11-08 | 1 | -1/+1 |
* | objtool: Move kernel headers/code sync check to a script | Josh Poimboeuf | 2017-11-07 | 1 | -15/+1 |
* | objtool: Move synced files to their original relative locations | Josh Poimboeuf | 2017-11-07 | 1 | -10/+12 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | objtool: Disable GCC '-Wpacked' warnings | Josh Poimboeuf | 2017-07-28 | 1 | -1/+2 |
* | objtool, x86: Add facility for asm code to provide unwind hints | Josh Poimboeuf | 2017-07-18 | 1 | -0/+3 |
* | objtool: Implement stack validation 2.0 | Josh Poimboeuf | 2017-06-30 | 1 | -1/+1 |
* | make use of make variable CURDIR instead of calling pwd | Uwe Kleine-König | 2016-12-11 | 1 | -2/+2 |
* | objtool: Un-capitalize "Warning" for out-of-sync instruction decoder | Josh Poimboeuf | 2016-07-29 | 1 | -1/+1 |
* | tools build: Fix objtool build with ARCH=x86_64 | Josh Poimboeuf | 2016-07-22 | 1 | -1/+1 |
* | objtool: Always use host headers | Arnaldo Carvalho de Melo | 2016-07-22 | 1 | -1/+1 |
* | objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCH | Arnaldo Carvalho de Melo | 2016-07-22 | 1 | -3/+1 |
* | objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapi | Arnaldo Carvalho de Melo | 2016-07-15 | 1 | -1/+1 |
* | objtool: Avoid checking code drift on busybox's diff | Arnaldo Carvalho de Melo | 2016-07-13 | 1 | -1/+4 |
* | objtool: Allow building with older libelf | Jan Beulich | 2016-05-17 | 1 | -0/+4 |
* | objtool: Compile with debugging symbols | Josh Poimboeuf | 2016-03-09 | 1 | -1/+1 |
* | objtool: Support CROSS_COMPILE | Josh Poimboeuf | 2016-03-03 | 1 | -7/+10 |
* | objtool: Add tool to perform compile-time stack metadata validation | Josh Poimboeuf | 2016-02-29 | 1 | -0/+60 |