1. c8a5496 objtool: Support Clang non-section symbols in ORC generation by Josh Poimboeuf · 4 years, 8 months ago
  2. d850441 objtool: Fix noreturn detection for ignored functions by Josh Poimboeuf · 4 years, 2 months ago
  3. 6235304 kbuild: support LLVM=1 to switch the default tools to Clang/LLVM by Masahiro Yamada · 4 years, 7 months ago
  4. 07d4540 objtool: Ignore empty alternatives by Julien Thierry · 4 years, 8 months ago
  5. 1a31c44 objtool: Fix stack offset tracking for indirect CFAs by Josh Poimboeuf · 4 years, 7 months ago
  6. 8c627d4 objtool: Support Clang non-section symbols in ORC dump by Josh Poimboeuf · 4 years, 8 months ago
  7. 820126d objtool: Fix CONFIG_UBSAN_TRAP unreachable warnings by Josh Poimboeuf · 4 years, 8 months ago
  8. d979eda objtool: Fix switch table detection in .text.unlikely by Josh Poimboeuf · 4 years, 8 months ago
  9. a4f6948 objtool: Fix ARCH=x86_64 build error by Shile Zhang · 4 years, 10 months ago
  10. 47dbff7 objtool: Silence build output by Olof Johansson · 4 years, 10 months ago
  11. 3930357 ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uaccess regions by Peter Zijlstra · 5 years ago
  12. 4b526de KVM: x86: Check kvm_rebooting in kvm_spurious_fault() by Sean Christopherson · 5 years ago
  13. 772c1d0 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  14. f73b3cc objtool: Clobber user CFLAGS variable by Josh Poimboeuf · 5 years ago
  15. ae31a51 objtool: Ignore intentional differences for the x86 insn decoder by Arnaldo Carvalho de Melo · 5 years ago
  16. 2ffd84a objtool: Update sync-check.sh from perf's check-headers.sh by Arnaldo Carvalho de Melo · 5 years ago
  17. d046b72 objtool: Move x86 insn decoder to a common location by Josh Poimboeuf · 5 years ago
  18. 882a0db objtool: Improve UACCESS coverage by Peter Zijlstra · 5 years ago
  19. b68b990 objtool: Support conditional retpolines by Josh Poimboeuf · 5 years ago
  20. 9fe7b76 objtool: Convert insn type to enum by Josh Poimboeuf · 5 years ago
  21. e65050b objtool: Fix seg fault on bad switch table entry by Josh Poimboeuf · 5 years ago
  22. bd98c81 objtool: Support repeated uses of the same C jump table by Jann Horn · 5 years ago
  23. e7c2bc3 objtool: Refactor jump table code by Josh Poimboeuf · 5 years ago
  24. 0c1ddd3 objtool: Refactor sibling call detection logic by Josh Poimboeuf · 5 years ago
  25. c9bab22 objtool: Do frame pointer check before dead end check by Josh Poimboeuf · 5 years ago
  26. 8e25c9f objtool: Change dead_end_function() to return boolean by Josh Poimboeuf · 5 years ago
  27. 61e9b75 objtool: Warn on zero-length functions by Josh Poimboeuf · 5 years ago
  28. e10cd8f objtool: Refactor function alias logic by Josh Poimboeuf · 5 years ago
  29. c705cec objtool: Track original function across branches by Josh Poimboeuf · 5 years ago
  30. a7e47f2 objtool: Add mcsafe_handle_tail() to the uaccess safe list by Josh Poimboeuf · 5 years ago
  31. 54f698f Merge branch 'x86/debug' into core/urgent by Thomas Gleixner · 5 years ago
  32. 8e14479 objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain by Michael Forney · 5 years ago
  33. 3c3ea50 objtool: Use Elf_Scn typedef instead of assuming struct name by Michael Forney · 5 years ago
  34. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  35. 87b512d objtool: Add support for C jump tables by Josh Poimboeuf · 5 years ago
  36. 0c69b93 objtool: Fix build by linking against tools/lib/ctype.o sources by Jiri Olsa · 5 years ago
  37. 8afecfb Merge tag 'v5.2-rc4' into mauro by Jonathan Corbet · 5 years ago
  38. cb1aaeb docs: fix broken documentation links by Mauro Carvalho Chehab · 5 years ago
  39. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 5 years ago
  40. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  41. 1335d9a Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  42. 8ea58f1 objtool: Allow AR to be overridden with HOSTAR by Nathan Chancellor · 6 years ago
  43. b2ca74d Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  44. 2decec4 objtool: Fix whitelist documentation typo by Raphael Gault · 6 years ago
  45. e6f393b objtool: Fix function fallthrough detection by Josh Poimboeuf · 6 years ago
  46. e6da956 objtool: Don't use ignore flag for fake jumps by Josh Poimboeuf · 6 years ago
  47. 8c79f4c Merge tag 'docs-5.2' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  48. 89e33ea docs: livepatch: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  49. 6ec6296 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  50. 4fa5ecd objtool: Add rewind_stack_do_exit() to the noreturn list by Josh Poimboeuf · 6 years ago
  51. 2f0f9e9 objtool: Add Direction Flag validation by Peter Zijlstra · 6 years ago
  52. ea24213 objtool: Add UACCESS validation by Peter Zijlstra · 6 years ago
  53. 54262aa objtool: Fix sibling call detection by Peter Zijlstra · 6 years ago
  54. 764eef4 objtool: Rewrite alt->skip_orig by Peter Zijlstra · 6 years ago
  55. 7697eee objtool: Add --backtrace support by Peter Zijlstra · 6 years ago
  56. aaf5c62 objtool: Rewrite add_ignores() by Peter Zijlstra · 6 years ago
  57. 09f30d8 objtool: Handle function aliases by Peter Zijlstra · 6 years ago
  58. a4d09dd objtool: Set insn->func for alternatives by Peter Zijlstra · 6 years ago
  59. ff05ab2 x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVE by Peter Zijlstra · 6 years ago
  60. 056d28d objtool: Query pkg-config for libelf location by Rolf Eike Beer · 6 years ago
  61. 0c67181 objtool: Move objtool_file struct off the stack by Josh Poimboeuf · 6 years ago
  62. 22566c1 objtool: Fix segfault in .cold detection with -ffunction-sections by Artem Savkov · 6 years ago
  63. 0b9301fb objtool: Fix double-free in .cold detection error path by Artem Savkov · 6 years ago
  64. 23a12dd Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix by Ingo Molnar · 6 years ago
  65. bcb6fb5 objtool: Support GCC 9 cold subfunction naming scheme by Josh Poimboeuf · 6 years ago
  66. 4b783dd Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x86/urgent, to pick up simple topic branches by Ingo Molnar · 6 years ago
  67. b34006c x86/jump_table: Use relative references by Ard Biesheuvel · 6 years ago
  68. 4a60aa0 objtool: Support per-function rodata sections by Allan Xavier · 6 years ago
  69. e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  70. f24d6f2 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  71. b90a368 kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS by Laura Abbott · 6 years ago
  72. 96f14fe kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS by Laura Abbott · 6 years ago
  73. 6d77d3b objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on Clang by Simon Ser · 6 years ago
  74. 08b393d objtool: Support GCC 8 '-fnoreorder-functions' by Josh Poimboeuf · 6 years ago
  75. d31a580 x86/unwind/orc: Detect the end of the stack by Josh Poimboeuf · 7 years ago
  76. 684fb24 objtool: Add machine_real_restart() to the noreturn list by Josh Poimboeuf · 6 years ago
  77. cd77849 objtool: Fix GCC 8 cold subfunction detection for aliased functions by Josh Poimboeuf · 6 years ago
  78. 7dec80c objtool: Detect RIP-relative switch table references, part 2 by Josh Poimboeuf · 7 years ago
  79. 6f5ec29 objtool: Detect RIP-relative switch table references by Josh Poimboeuf · 7 years ago
  80. fd35c88 objtool: Support GCC 8 switch tables by Josh Poimboeuf · 7 years ago
  81. 1381043 objtool: Support GCC 8's cold subfunctions by Josh Poimboeuf · 7 years ago
  82. 0afd0d9 objtool: Fix "noreturn" detection for recursive sibling calls by Josh Poimboeuf · 7 years ago
  83. 4fe875e 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
  84. 596a9f6 objtool: Support HOSTCFLAGS and HOSTLDFLAGS by Laura Abbott · 7 years ago
  85. 9564a8c Kbuild: fix # escaping in .cmd files for future Make by Rasmus Villemoes · 7 years ago
  86. 3c1f058 objtool: Add Clang support by Josh Poimboeuf · 7 years ago
  87. 63474dc objtool: Fix 32-bit build by Josh Poimboeuf · 7 years ago
  88. 1402fd8 objtool: Fix another switch table detection issue by Josh Poimboeuf · 7 years ago
  89. ca41b97 objtool: Add module specific retpoline rules by Peter Zijlstra · 7 years ago
  90. b5bc223 objtool: Add retpoline validation by Peter Zijlstra · 7 years ago
  91. 43a4525 objtool: Use existing global variables for options by Peter Zijlstra · 7 years ago
  92. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. fe24e27 objtool: Fix segfault in ignore_unreachable_insn() by Josh Poimboeuf · 7 years ago
  94. 99ce796 objtool: Fix switch-table detection by Peter Zijlstra · 7 years ago
  95. 3527799 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  96. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  97. 830c1e3 objtool: Warn on stripped section symbol by Josh Poimboeuf · 7 years ago
  98. 17bc339 objtool: Add support for alternatives at the end of a section by Josh Poimboeuf · 7 years ago
  99. a845c7c objtool: Improve retpoline alternative handling by Josh Poimboeuf · 7 years ago
  100. 88dc7fc Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago