aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-29x86, relocs: Ignore relocations in .notes sectionGravatar Kees Cook 1-0/+8
2024-01-08Merge tag 'x86-build-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-38/+4
2024-01-04x86/tools: objdump_reformat.awk: Skip bad instructions from llvm-objdumpGravatar Nathan Chancellor 1-1/+1
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeGravatar Juergen Gross 1-1/+1
2023-11-30x86/tools: Remove chkobjdump.awkGravatar Nathan Chancellor 2-35/+1
2023-11-30x86/tools: objdump_reformat.awk: Allow for spacesGravatar Samuel Zeter 1-1/+1
2023-11-30x86/tools: objdump_reformat.awk: Ensure regex matches fwaitGravatar Samuel Zeter 1-1/+1
2023-04-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 1-1/+1
2023-01-22kbuild: allow to combine multiple V= levelsGravatar Masahiro Yamada 1-1/+1
2022-09-26x86/tools/relocs: Ignore __kcfi_typeid_ relocationsGravatar Sami Tolvanen 1-0/+1
2021-12-29x86/build: Use the proper name CONFIG_FW_LOADERGravatar Lukas Bulwahn 1-1/+1
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2021-10-27x86/tools/relocs: Support >64K section headersGravatar Kristen Carlson Accardi 1-25/+78
2021-10-22x86/build: Tuck away built-in firmware under FW_LOADERGravatar Luis Chamberlain 1-0/+2
2021-08-30Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-17/+21
2021-08-23x86/tools/relocs: Mark die() with the printf function attr formatGravatar Borislav Petkov 2-17/+21
2021-08-12x86/tools: Fix objdump version check againGravatar Randy Dunlap 1-0/+1
2021-08-05x86/tools/relocs: Fix non-POSIX regexpGravatar H. Nikolaus Schaller 1-4/+4
2021-03-15x86/tools/insn_sanity: Convert to insn_decode()Gravatar Borislav Petkov 1-4/+4
2021-03-15x86/tools/insn_decoder_test: Convert to insn_decode()Gravatar Borislav Petkov 1-4/+6
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-8/+4
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 1-2/+2
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREGravatar Christoph Hellwig 1-2/+2
2021-01-28x86/build: Treat R_386_PLT32 relocation as R_386_PC32Gravatar Fangrui Song 1-4/+8
2021-01-13x86/insn: Support big endian cross-compilesGravatar Martin Schwidefsky 1-4/+0
2021-01-13x86/tools: Use tools headers for instruction decoder selftestsGravatar Vasily Gorbik 1-4/+4
2020-09-07x86/insn: Make inat-tables.c suitable for pre-decompression codeGravatar Joerg Roedel 1-1/+49
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-2/+2
2019-10-01x86/insn: Fix awk regexp warningsGravatar Alexander Kapshuk 1-2/+2
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-18/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesGravatar Ingo Molnar 2-18/+18
2019-04-19x86/tools/relocs: Fix big section header tablesGravatar Artem Savkov 1-29/+45
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesGravatar Andy Lutomirski 1-1/+1
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Gravatar Jordan Borgner 1-2/+2
2018-09-27x86: Add support for 64-bit place relative relocationsGravatar Ard Biesheuvel 1-0/+10
2018-08-09x86/relocs: Add __end_rodata_aligned to S_RELGravatar Joerg Roedel 1-0/+1
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32Gravatar H.J. Lu 1-0/+3
2017-12-12x86/tools: Standardize output format of insn_decode_testGravatar Masami Hiramatsu 1-11/+22
2017-12-12x86/tools: Rename distill.awk to objdump_reformat.awkGravatar Masami Hiramatsu 3-7/+7
2017-12-12x86/tools: Rename test_get_len to insn_decoder_testGravatar Masami Hiramatsu 3-11/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 8-0/+8
2016-12-19x86/tools: Fix gcc-7 warning in relocs.cGravatar Markus Trippelsdorf 1-1/+2
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+3
2016-11-28x86/build: Annotate die() with noreturn to fix build warning on clangGravatar Peter Foley 1-1/+1
2016-10-26x86/decoder: Use stderr if insn sanity test failsGravatar Paul Bolle 1-1/+2