1. 1cc1e4c objtool: Add straight-line-speculation validation by Peter Zijlstra · 3 years, 1 month ago
  2. 900b4df objtool: Parse options from OBJTOOL_ARGS by Peter Zijlstra · 3 years, 11 months ago
  3. a2f605f objtool: Collate parse_options() users by Peter Zijlstra · 3 years, 11 months ago
  4. 8ad15c6 objtool: Add --backup by Peter Zijlstra · 3 years, 11 months ago
  5. 414eece Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 11 months ago
  6. 41425eb objtool: Split noinstr validation from --vmlinux by Sami Tolvanen · 4 years, 4 months ago
  7. 0e731db objtool: Don't autodetect vmlinux.o by Sami Tolvanen · 4 years, 6 months ago
  8. 99d0021 objtool: Add a pass for generating __mcount_loc by Peter Zijlstra · 4 years, 5 months ago
  9. 7786032 objtool: Rework header include paths by Vasily Gorbik · 4 years, 2 months ago
  10. d44becb objtool: Move ORC logic out of check() by Julien Thierry · 4 years, 5 months ago
  11. 6545eb0 objtool: Move object file loading out of check() by Julien Thierry · 4 years, 5 months ago
  12. 0decf1f objtool: Enable compilation of objtool for all architectures by Matt Helsley · 4 years, 8 months ago
  13. c4a3393 objtool: Implement noinstr validation by Peter Zijlstra · 4 years, 10 months ago
  14. 1e11f3f objtool: Add a statistics mode by Peter Zijlstra · 4 years, 10 months ago
  15. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  16. ea24213 objtool: Add UACCESS validation by Peter Zijlstra · 6 years ago
  17. 7697eee objtool: Add --backtrace support by Peter Zijlstra · 6 years ago
  18. ca41b97 objtool: Add module specific retpoline rules by Peter Zijlstra · 7 years ago
  19. b5bc223 objtool: Add retpoline validation by Peter Zijlstra · 7 years ago
  20. 43a4525 objtool: Use existing global variables for options by Peter Zijlstra · 7 years ago
  21. 867ac9d objtool: Fix gcov check for older versions of GCC by Josh Poimboeuf · 7 years ago
  22. 627fce1 objtool: Add ORC unwind table generation by Josh Poimboeuf · 8 years ago
  23. dcc914f objtool: Move checking code to check.c by Josh Poimboeuf · 8 years ago
  24. 92b0a14 objtool: Add fortify_panic as __noreturn function by Kees Cook · 8 years ago
  25. 0061459 objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it now by Arnaldo Carvalho de Melo · 8 years ago
  26. 5c51f4a objtool: Fix another GCC jump table detection issue by Josh Poimboeuf · 8 years ago
  27. e390f9a objtool, modules: Discard objtool annotation sections for modules by Josh Poimboeuf · 8 years ago
  28. d1091c7 objtool: Improve detection of BUG() and other dead ends by Josh Poimboeuf · 8 years ago
  29. 56fb2d6 objtool: Fix rare switch jump table pattern detection by Josh Poimboeuf · 8 years ago
  30. 9cfffb1 objtool: Skip all "unreachable instruction" warnings for gcov kernels by Josh Poimboeuf · 8 years ago
  31. 3732710 objtool: Improve rare switch jump table pattern detection by Josh Poimboeuf · 8 years ago
  32. c1fad9e objtool: Add do_task_dead() to global noreturn list by Josh Poimboeuf · 8 years ago
  33. 6d01f28 objtool: Support new GCC 6 switch jump table pattern by Josh Poimboeuf · 8 years ago
  34. 7e4dc77 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  35. b49364f objtool: Initialize variable to silence old compiler by Arnaldo Carvalho de Melo · 9 years ago
  36. d0761e3 perf tools: Uninline scnprintf() and vscnprint() by Arnaldo Carvalho de Melo · 9 years ago
  37. 0ea5ad8 objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbols by Josh Poimboeuf · 9 years ago
  38. b1547d3 objtool: Detect falling through to the next function by Josh Poimboeuf · 9 years ago
  39. 7e57844 objtool: Add workaround for GCC switch jump table bug by Josh Poimboeuf · 9 years ago
  40. 1bcb58a objtool: Only print one warning per function by Josh Poimboeuf · 9 years ago
  41. 042ba73 objtool: Add several performance improvements by Josh Poimboeuf · 9 years ago
  42. 8133fbb objtool: Fix false positive warnings for functions with multiple switch statements by Josh Poimboeuf · 9 years ago
  43. a196e17 objtool: Rename some variables and functions by Josh Poimboeuf · 9 years ago
  44. e2a5f18 objtool: Remove superflous INIT_LIST_HEAD by Josh Poimboeuf · 9 years ago
  45. 74aec05 objtool: Add helper macros for traversing instructions by Josh Poimboeuf · 9 years ago
  46. d8d1b2c objtool: Fix false positive warnings related to sibling calls by Josh Poimboeuf · 9 years ago
  47. b1e0324 objtool: Detect infinite recursion by Josh Poimboeuf · 9 years ago
  48. 81bfafc objtool: Prevent infinite recursion in noreturn detection by Josh Poimboeuf · 9 years ago
  49. 442f04c objtool: Add tool to perform compile-time stack metadata validation by Josh Poimboeuf · 9 years ago