1. d6f12f8 x86/build: Use the proper name CONFIG_FW_LOADER by Lukas Bulwahn · 3 years ago
  2. 95faf6b Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 2 months ago
  3. a54c401 x86/tools/relocs: Support >64K section headers by Kristen Carlson Accardi · 3 years, 3 months ago
  4. c8dcf65 x86/build: Tuck away built-in firmware under FW_LOADER by Luis Chamberlain · 3 years, 2 months ago
  5. ced119b Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  6. 03dca99 x86/tools/relocs: Mark die() with the printf function attr format by Borislav Petkov · 3 years, 6 months ago
  7. 839ad22 x86/tools: Fix objdump version check again by Randy Dunlap · 3 years, 5 months ago
  8. fa953ad x86/tools/relocs: Fix non-POSIX regexp by H. Nikolaus Schaller · 3 years, 6 months ago
  9. a277ce6 x86/tools/insn_sanity: Convert to insn_decode() by Borislav Petkov · 4 years, 1 month ago
  10. 0c925c6 x86/tools/insn_decoder_test: Convert to insn_decode() by Borislav Petkov · 4 years, 1 month ago
  11. 21a6ab2 Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 3 years, 10 months ago
  12. a56ff24 Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  13. 3679482 module: remove EXPORT_UNUSED_SYMBOL* by Christoph Hellwig · 4 years ago
  14. f1c3d73 module: remove EXPORT_SYMBOL_GPL_FUTURE by Christoph Hellwig · 4 years ago
  15. bb73d07 x86/build: Treat R_386_PLT32 relocation as R_386_PC32 by Fangrui Song · 4 years ago
  16. 1d509f2 x86/insn: Support big endian cross-compiles by Martin Schwidefsky · 4 years, 2 months ago
  17. c8d7b7e x86/tools: Use tools headers for instruction decoder selftests by Vasily Gorbik · 4 years, 2 months ago
  18. 05a2ae7 x86/insn: Make inat-tables.c suitable for pre-decompression code by Joerg Roedel · 4 years, 4 months ago
  19. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  20. 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
  21. 700c101 x86/insn: Fix awk regexp warnings by Alexander Kapshuk · 5 years ago
  22. da17702 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  23. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  24. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  25. 8f14772 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  26. 1fc654c x86/paravirt: Standardize 'insn_buff' variable names by Ingo Molnar · 6 years ago
  27. f36e749 x86/tools/relocs: Fix big section header tables by Artem Savkov · 6 years ago
  28. e6401c1 x86/irq/64: Split the IRQ stack into its own pages by Andy Lutomirski · 6 years ago
  29. 0e96f31 x86: Clean up 'sizeof x' => 'sizeof(x)' by Jordan Borgner · 6 years ago
  30. b40a142 x86: Add support for 64-bit place relative relocations by Ard Biesheuvel · 6 years ago
  31. a29dba1 x86/relocs: Add __end_rodata_aligned to S_REL by Joerg Roedel · 6 years ago
  32. b21ebf2f x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 by H.J. Lu · 7 years ago
  33. 10c9157 x86/tools: Standardize output format of insn_decode_test by Masami Hiramatsu · 7 years ago
  34. 98fe07f x86/tools: Rename distill.awk to objdump_reformat.awk by Masami Hiramatsu · 7 years ago
  35. 6b63dd1 x86/tools: Rename test_get_len to insn_decoder_test by Masami Hiramatsu · 7 years ago
  36. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  37. 7ebb916 x86/tools: Fix gcc-7 warning in relocs.c by Markus Trippelsdorf · 8 years ago
  38. 5645688 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. adee870 x86/build: Annotate die() with noreturn to fix build warning on clang by Peter Foley · 8 years ago
  40. bb12d67 x86/decoder: Use stderr if insn sanity test fails by Paul Bolle · 8 years ago
  41. bdcc18b x86/decoder: Use stdout if insn decoder test is successful by Paul Bolle · 8 years ago
  42. 25af37f x86/insn: Add AVX-512 support to the instruction decoder by Adrian Hunter · 8 years ago
  43. 4d2d542 x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_total_size' by Yinghai Lu · 9 years ago
  44. d69911a x86, build: replace Perl script with Shell script by Kees Cook · 10 years ago
  45. b6444bd Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  47. 70b61e3 x86, kaslr: Handle Gold linker for finding bss/brk by Kees Cook · 10 years ago
  48. 6ba48ff x86: Remove arbitrary instruction size limit in instruction decoder by Dave Hansen · 10 years ago
  49. 6d24c5f x86-64: Handle PC-relative relocations on per-CPU data by Jan Beulich · 10 years ago
  50. e602336 x86, kaslr: Prevent .bss from overlaping initrd by Junjie Mao · 10 years ago
  51. eeeda4c x86/relocs: Make per_cpu_load_addr static by Ben Hutchings · 10 years ago
  52. e6bcd1a x86/build: Supress "Nothing to be done for ..." messages by Masahiro Yamada · 11 years ago
  53. d2312e3 x86, vdso: Make vsyscall_gtod_data handling x86 generic by Stefani Seibold · 11 years ago
  54. 4064e0e Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/build by H. Peter Anvin · 11 years ago
  55. 214a887 x86, relocs: Add manual debug mode by Michael Davidson · 11 years ago
  56. aec58ba x86/relocs: Add percpu fixup for GNU ld 2.23 by Kees Cook · 11 years ago
  57. d751c16 x86, relocs: Add more per-cpu gold special cases by Michael Davidson · 11 years ago
  58. 3d7e5fc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  59. 3e21bb0 x86, insn: Add new opcodes as of June, 2013 by Masami Hiramatsu · 11 years ago
  60. b1983b0 x86, relocs: Move __vvar_page from S_ABS to S_REL by Kees Cook · 12 years ago
  61. c889ba8 x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELF by H. Peter Anvin · 12 years ago
  62. 17c961f x86, relocs: Build separate 32/64-bit tools by Kees Cook · 12 years ago
  63. 946166a x86, relocs: Add 64-bit ELF support to relocs tool by Kees Cook · 12 years ago
  64. 5d442e6 x86, relocs: Consolidate processing logic by Kees Cook · 12 years ago
  65. bf11655 x86, relocs: Generalize ELF structure names by Kees Cook · 12 years ago
  66. 51c1abb Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  67. 65315d4 x86/boot: Fix minor fd leakage in tools/relocs.c by Cong Ding · 12 years ago
  68. 55a6e62 arch/x86/tools/insn_sanity.c: Identify source of messages by Andrew Morton · 12 years ago
  69. 28a7938 x86: Fix the error of using "const" in gen-insn-attr-x86.awk by Cong Ding · 12 years ago
  70. 584c5ef UAPI: x86: Fix the test_get_len tool by David Howells · 12 years ago
  71. 436d03f x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefix by Masami Hiramatsu · 13 years ago
  72. 731a737 Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  73. ea17e74 x86, relocs: Add jiffies and jiffies_64 to the relative whitelist by H. Peter Anvin · 13 years ago
  74. fd95281 x86-32, relocs: Whitelist more symbols for ld bug workaround by H. Peter Anvin · 13 years ago
  75. 24ab82b x86, relocs: When printing an error, say relative or absolute by H. Peter Anvin · 13 years ago
  76. a3e854d x86, relocs: Workaround for binutils 2.22.52.0.1 section bug by H. Peter Anvin · 13 years ago
  77. 6520fe5 x86, realmode: 16-bit real-mode code support for relocs tool by H. Peter Anvin · 13 years ago
  78. 8a3b947 x86, relocs: When printing an error, say relative or absolute by H. Peter Anvin · 13 years ago
  79. c54a354 x86, relocs: More relocations which may end up as absolute by H. Peter Anvin · 13 years ago
  80. bea3f87 x86, relocs: Workaround for binutils 2.22.52.0.1 section bug by H. Peter Anvin · 13 years ago
  81. f2604c1 x86, realmode: move relocs from scripts/ to arch/x86/tools by Jarkko Sakkinen · 13 years ago
  82. 9dde9dc x86/tools: Add decoded instruction dump mode by Masami Hiramatsu · 13 years ago
  83. a9c373d x86: Update instruction decoder to support new AVX formats by Masami Hiramatsu · 13 years ago
  84. e70825f x86/tools: Fix insn_sanity message outputs by Masami Hiramatsu · 13 years ago
  85. bfbe901 x86/tools: Fix instruction decoder message output by Masami Hiramatsu · 13 years ago
  86. 1056c3e x86/tools: Fix Makefile to build all test tools by Masami Hiramatsu · 13 years ago
  87. 1ec454b x86, perf: Add a build-time sanity test to the x86 decoder by Masami Hiramatsu · 13 years ago
  88. 3235dc3 x86: Remove trailing spaces in messages by Frans Pop · 15 years ago
  89. 605c1a1 Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 15 years ago
  90. 8bee738 x86: Fix objdump version check in chkobjdump.awk for different formats. by Masami Hiramatsu · 15 years ago
  91. 8c63450 x86: Fix objdump version check in arch/x86/tools/chkobjdump.awk by akpm@linux-foundation.org · 15 years ago
  92. 4beb3d6 x86: Don't use POSIX character classes in gen-insn-attr-x86.awk by Roland Dreier · 15 years ago
  93. 61ecdb84 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. 2363756 x86: Fix kprobes build with non-gawk awk by Jonathan Nieder · 15 years ago
  95. be2bf0a x86, perf probe: Fix warning in test_get_len() by Jean Delvare · 15 years ago
  96. d103d01 Merge branch 'perf/probes' into perf/core by Ingo Molnar · 15 years ago
  97. 6f5f672 x86: insn decoder test checks objdump version by Masami Hiramatsu · 15 years ago
  98. 80509e2 x86: Fix insn decoder test typos by Masami Hiramatsu · 15 years ago
  99. ce64c620 x86: Instruction decoder test should generate build warning by Masami Hiramatsu · 15 years ago
  100. 35039eb x86: Show symbol name if insn decoder test failed by Masami Hiramatsu · 15 years ago