Age | Commit message (Expand) | Author |
2025-02-18 | tools: Remove redundant quiet setup | Charlie Jenkins |
2024-10-17 | objtool: Also include tools/include/uapi | HONG Yifan |
2024-03-11 | objtool/LoongArch: Enable orc to be built | Tiezhu Yang |
2023-02-01 | objtool: Fix HOSTCC flag usage | Ian Rogers |
2023-01-30 | objtool: Properly support make V=1 | Ian Rogers |
2023-01-30 | objtool: Install libsubcmd in build | Ian Rogers |
2022-05-26 | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2022-05-12 | objtool: Remove libsubcmd.a when make clean | Tiezhu Yang |
2022-05-12 | objtool: Remove inat-tables.c when make clean | Tiezhu Yang |
2022-04-22 | objtool: Ditch subcommands | Josh Poimboeuf |
2022-04-05 | kbuild: Allow kernel installation packaging to override pkg-config | Chun-Tse Shao |
2022-02-15 | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada |
2021-01-14 | objtool: Refactor ORC section generation | Josh Poimboeuf |
2021-01-13 | objtool: Rework header include paths | Vasily Gorbik |
2020-11-11 | tools: Factor HOSTCC, HOSTLD, HOSTAR definitions | Jean-Philippe Brucker |
2020-10-06 | objtool: Allow nested externs to enable BUILD_BUG() | Vasily Gorbik |
2020-09-01 | objtool: Define 'struct orc_entry' only when needed | Julien Thierry |
2020-05-20 | objtool: Enable compilation of objtool for all architectures | Matt Helsley |
2020-04-22 | objtool: Split out arch-specific CFI definitions | Julien Thierry |
2020-04-22 | objtool: Always do header sync check | Julien Thierry |
2020-04-09 | kbuild: support LLVM=1 to switch the default tools to Clang/LLVM | Masahiro Yamada |
2020-01-22 | objtool: Fix ARCH=x86_64 build error | Shile Zhang |
2019-09-16 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-09-10 | objtool: Clobber user CFLAGS variable | Josh Poimboeuf |
2019-08-31 | objtool: Move x86 insn decoder to a common location | Josh Poimboeuf |
2019-05-17 | objtool: Allow AR to be overridden with HOSTAR | Nathan Chancellor |
2019-03-28 | objtool: Query pkg-config for libelf location | Rolf Eike Beer |
2018-07-18 | kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS | Laura Abbott |
2018-07-18 | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS | Laura Abbott |
2018-04-17 | objtool: Support HOSTCFLAGS and HOSTLDFLAGS | Laura Abbott |
2018-04-11 | Kbuild: fix # escaping in .cmd files for future Make | Rasmus Villemoes |
2018-01-13 | tools/objtool/Makefile: don't assume sync-check.sh is executable | Andrew Morton |
2017-12-06 | objtool: Fix 64-bit build on 32-bit host | Mikulas Patocka |
2017-11-08 | objtool: Fix cross-build | Josh Poimboeuf |
2017-11-07 | objtool: Move kernel headers/code sync check to a script | Josh Poimboeuf |
2017-11-07 | objtool: Move synced files to their original relative locations | Josh Poimboeuf |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-28 | objtool: Disable GCC '-Wpacked' warnings | Josh Poimboeuf |
2017-07-18 | objtool, x86: Add facility for asm code to provide unwind hints | Josh Poimboeuf |
2017-06-30 | objtool: Implement stack validation 2.0 | Josh Poimboeuf |
2016-12-11 | make use of make variable CURDIR instead of calling pwd | Uwe Kleine-König |
2016-07-29 | objtool: Un-capitalize "Warning" for out-of-sync instruction decoder | Josh Poimboeuf |
2016-07-22 | tools build: Fix objtool build with ARCH=x86_64 | Josh Poimboeuf |
2016-07-22 | objtool: Always use host headers | Arnaldo Carvalho de Melo |
2016-07-22 | objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCH | Arnaldo Carvalho de Melo |
2016-07-15 | objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapi | Arnaldo Carvalho de Melo |
2016-07-13 | objtool: Avoid checking code drift on busybox's diff | Arnaldo Carvalho de Melo |
2016-05-17 | objtool: Allow building with older libelf | Jan Beulich |
2016-03-09 | objtool: Compile with debugging symbols | Josh Poimboeuf |
2016-03-03 | objtool: Support CROSS_COMPILE | Josh Poimboeuf |