1. 37ffdca objtool: Support Clang non-section symbols in ORC generation by Josh Poimboeuf · 5 years ago
  2. 536aea4 objtool: Don't fail on missing symbol table by Josh Poimboeuf · 4 years, 2 months ago
  3. 6e1bed4 x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes by Masami Hiramatsu · 4 years, 3 months ago
  4. a59182b objtool: Fix noreturn detection for ignored functions by Josh Poimboeuf · 4 years, 6 months ago
  5. 472f875 objtool: Ignore empty alternatives by Julien Thierry · 5 years ago
  6. 9310355 objtool: Fix stack offset tracking for indirect CFAs by Josh Poimboeuf · 4 years, 10 months ago
  7. 0424695 objtool: Support Clang non-section symbols in ORC dump by Josh Poimboeuf · 5 years ago
  8. 1b429bd objtool: Fix CONFIG_UBSAN_TRAP unreachable warnings by Josh Poimboeuf · 5 years ago
  9. 3365079 objtool: Fix switch table detection in .text.unlikely by Josh Poimboeuf · 5 years ago
  10. aca25759 x86/decoder: Add TEST opcode to Group3-2 by Masami Hiramatsu · 5 years ago
  11. 21f32d7 x86/insn: Add some Intel instructions to the opcode map by Adrian Hunter · 5 years ago
  12. fbb0e38 x86/insn: Fix awk regexp warnings by Alexander Kapshuk · 5 years ago
  13. 3180af1 objtool: Clobber user CFLAGS variable by Josh Poimboeuf · 6 years ago
  14. 21b50a1 objtool: Query pkg-config for libelf location by Rolf Eike Beer · 6 years ago
  15. c9f57f2 objtool: Add rewind_stack_do_exit() to the noreturn list by Josh Poimboeuf · 6 years ago
  16. 779e18a objtool: Add machine_real_restart() to the noreturn list by Josh Poimboeuf · 7 years ago
  17. a22c637 objtool: Support GCC 9 cold subfunction naming scheme by Josh Poimboeuf · 6 years ago
  18. f1a58e1 objtool: Support per-function rodata sections by Allan Xavier · 6 years ago
  19. dcb38ed objtool: Don't use ignore flag for fake jumps by Josh Poimboeuf · 6 years ago
  20. 94c775d objtool: Allow AR to be overridden with HOSTAR by Nathan Chancellor · 6 years ago
  21. 47265db objtool: Fix function fallthrough detection by Josh Poimboeuf · 6 years ago
  22. d431ba6 objtool: Move objtool_file struct off the stack by Josh Poimboeuf · 6 years ago
  23. 5ce4164 objtool: Fix segfault in .cold detection with -ffunction-sections by Artem Savkov · 6 years ago
  24. de21975 objtool: Fix double-free in .cold detection error path by Artem Savkov · 6 years ago
  25. 0bcba95 objtool: Support GCC 8 '-fnoreorder-functions' by Josh Poimboeuf · 7 years ago
  26. e828854 Kbuild: fix # escaping in .cmd files for future Make by Rasmus Villemoes · 7 years ago
  27. 847f0ca objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/arch/x86/include/asm/insn.h by Ingo Molnar · 7 years ago
  28. 6bcf3b0 objtool: Fix "noreturn" detection for recursive sibling calls by Josh Poimboeuf · 7 years ago
  29. 806a730c objtool: Detect RIP-relative switch table references, part 2 by Josh Poimboeuf · 7 years ago
  30. afb5e5c objtool: Detect RIP-relative switch table references by Josh Poimboeuf · 7 years ago
  31. 2c26d57 objtool: Support GCC 8 switch tables by Josh Poimboeuf · 7 years ago
  32. 1bea53d objtool: Support GCC 8's cold subfunctions by Josh Poimboeuf · 7 years ago
  33. f1b4692 objtool: Add Clang support by Josh Poimboeuf · 7 years ago
  34. e8be8ff objtool: Fix 32-bit build by Josh Poimboeuf · 7 years ago
  35. a617f2e objtool: Fix another switch table detection issue by Josh Poimboeuf · 7 years ago
  36. a69898c objtool: Add module specific retpoline rules by Peter Zijlstra · 7 years ago
  37. e699314 objtool: Add retpoline validation by Peter Zijlstra · 7 years ago
  38. 8c27681 objtool: Use existing global variables for options by Peter Zijlstra · 7 years ago
  39. 842a0d9 objtool: Fix segfault in ignore_unreachable_insn() by Josh Poimboeuf · 7 years ago
  40. 2a3d301 objtool: Fix switch-table detection by Peter Zijlstra · 7 years ago
  41. 23a4ca4e objtool: Warn on stripped section symbol by Josh Poimboeuf · 7 years ago
  42. 3e04e09 objtool: Add support for alternatives at the end of a section by Josh Poimboeuf · 7 years ago
  43. a358df03 objtool: Improve retpoline alternative handling by Josh Poimboeuf · 7 years ago
  44. f45bbd9 objtool: Improve error message for bad file argument by Josh Poimboeuf · 7 years ago
  45. 5174ec1 objtool: Fix seg fault caused by missing parameter by Simon Ser · 7 years ago
  46. 78172c7 objtool: Fix Clang enum conversion warning by Lukas Bulwahn · 7 years ago
  47. e093c08 objtool: Fix seg fault with clang-compiled objects by Simon Ser · 7 years ago
  48. 50c1c6c tools/objtool/Makefile: don't assume sync-check.sh is executable by Andrew Morton · 7 years ago
  49. 6b95f61 objtool: Allow alternatives to be ignored by Josh Poimboeuf · 7 years ago
  50. 6a4d118 objtool: Detect jumps to retpoline thunks by Josh Poimboeuf · 7 years ago
  51. da8eb8ad0 x86/decoder: Fix and update the opcodes map by Randy Dunlap · 7 years ago
  52. 76358c8 objtool: Fix 64-bit build on 32-bit host by Mikulas Patocka · 7 years ago
  53. 6a8f768 tools/headers: Sync objtool UAPI header by Ingo Molnar · 7 years ago
  54. 3033f9e objtool: Fix cross-build by Josh Poimboeuf · 7 years ago
  55. 2845aee objtool: Move kernel headers/code sync check to a script by Josh Poimboeuf · 7 years ago
  56. 62c3743 objtool: Move synced files to their original relative locations by Josh Poimboeuf · 7 years ago
  57. 61d1ad3 objtool: Print top level commands on incorrect usage by Kamalesh Babulal · 7 years ago
  58. 42314ede objtool: Don't report end of section error after an empty unwind hint by Josh Poimboeuf · 7 years ago
  59. da0db32 objtool: Resync objtool's instruction decoder source code copy with the kernel's latest version by Josh Poimboeuf · 7 years ago
  60. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  61. b703798 objtool: Fix memory leak in decode_instructions() by Kamalesh Babulal · 7 years ago
  62. 607a402 objtool: Support unoptimized frame pointer setup by Josh Poimboeuf · 7 years ago
  63. f5caf62 x86/asm: Fix inline asm call constraints for Clang by Josh Poimboeuf · 7 years ago
  64. 0d0970e objtool: Handle another GCC stack pointer adjustment bug by Josh Poimboeuf · 7 years ago
  65. 97dab2a objtool: Fix object file corruption by Josh Poimboeuf · 7 years ago
  66. df968c9 objtool: Do not retrieve data from empty sections by Petr Vandrovec · 7 years ago
  67. 0998b7a objtool: Fix memory leak in elf_create_rela_section() by Martin Kepplinger · 7 years ago
  68. dd88a0a objtool: Handle GCC stack pointer adjustment bug by Josh Poimboeuf · 8 years ago
  69. ee97638 objtool: Fix objtool fallthrough detection with function padding by Josh Poimboeuf · 8 years ago
  70. bf4d1a8 objtool: Track DRAP separately from callee-saved registers by Josh Poimboeuf · 8 years ago
  71. 12b2572 objtool: Fix validate_branch() return codes by Josh Poimboeuf · 8 years ago
  72. 21ec3bf objtool: Disable GCC '-Wpacked' warnings by Josh Poimboeuf · 8 years ago
  73. 5b8de48 objtool: Fix '-mtune=atom' decoding support in objtool 2.0 by Josh Poimboeuf · 8 years ago
  74. 0e2bb2b objtool: Skip unreachable warnings for 'alt' instructions by Josh Poimboeuf · 8 years ago
  75. 649ea4d objtool: Assume unannotated UD2 instructions are dead ends by Josh Poimboeuf · 8 years ago
  76. 867ac9d objtool: Fix gcov check for older versions of GCC by Josh Poimboeuf · 8 years ago
  77. 39358a0 objtool, x86: Add facility for asm code to provide unwind hints by Josh Poimboeuf · 8 years ago
  78. 627fce1 objtool: Add ORC unwind table generation by Josh Poimboeuf · 8 years ago
  79. 4855022 objtool: Fix sibling call detection logic by Josh Poimboeuf · 8 years ago
  80. 7447d56 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  81. 2513cbf objtool: Silence warnings for functions which use IRET by Josh Poimboeuf · 8 years ago
  82. baa4146 objtool: Implement stack validation 2.0 by Josh Poimboeuf · 8 years ago
  83. dcc914f objtool: Move checking code to check.c by Josh Poimboeuf · 8 years ago
  84. d5b1a5f x86/insn: perf tools: Add new ptwrite instruction by Adrian Hunter · 8 years ago
  85. 92b0a14 objtool: Add fortify_panic as __noreturn function by Kees Cook · 8 years ago
  86. 0061459 objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it now by Arnaldo Carvalho de Melo · 8 years ago
  87. 5c51f4a objtool: Fix another GCC jump table detection issue by Josh Poimboeuf · 8 years ago
  88. e390f9a objtool, modules: Discard objtool annotation sections for modules by Josh Poimboeuf · 8 years ago
  89. d1091c7 objtool: Improve detection of BUG() and other dead ends by Josh Poimboeuf · 8 years ago
  90. b5b46c4 objtool: Fix IRET's opcode by Jiri Slaby · 8 years ago
  91. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  92. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago
  93. 69042bf objtool: Fix bytes check of lea's rex_prefix by Jiri Slaby · 8 years ago
  94. 56fb2d6 objtool: Fix rare switch jump table pattern detection by Josh Poimboeuf · 8 years ago
  95. 9cfffb1 objtool: Skip all "unreachable instruction" warnings for gcov kernels by Josh Poimboeuf · 8 years ago
  96. 3732710 objtool: Improve rare switch jump table pattern detection by Josh Poimboeuf · 8 years ago
  97. 2cc17fd objtool: Support '-mtune=atom' stack frame setup instruction by Josh Poimboeuf · 8 years ago
  98. c1fad9e objtool: Add do_task_dead() to global noreturn list by Josh Poimboeuf · 8 years ago
  99. 228ffba Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  100. 2af04ea objtool: Un-capitalize "Warning" for out-of-sync instruction decoder by Josh Poimboeuf · 9 years ago