aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/tools
AgeCommit message (Expand)Author
2021-08-30Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-23x86/tools/relocs: Mark die() with the printf function attr formatBorislav Petkov
2021-08-12x86/tools: Fix objdump version check againRandy Dunlap
2021-08-05x86/tools/relocs: Fix non-POSIX regexpH. Nikolaus Schaller
2021-03-15x86/tools/insn_sanity: Convert to insn_decode()Borislav Petkov
2021-03-15x86/tools/insn_decoder_test: Convert to insn_decode()Borislav Petkov
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig
2021-01-28x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song
2021-01-13x86/insn: Support big endian cross-compilesMartin Schwidefsky
2021-01-13x86/tools: Use tools headers for instruction decoder selftestsVasily Gorbik
2020-09-07x86/insn: Make inat-tables.c suitable for pre-decompression codeJoerg Roedel
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2019-10-01x86/insn: Fix awk regexp warningsAlexander Kapshuk
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar
2019-04-19x86/tools/relocs: Fix big section header tablesArtem Savkov
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner
2018-09-27x86: Add support for 64-bit place relative relocationsArd Biesheuvel
2018-08-09x86/relocs: Add __end_rodata_aligned to S_RELJoerg Roedel
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu
2017-12-12x86/tools: Standardize output format of insn_decode_testMasami Hiramatsu
2017-12-12x86/tools: Rename distill.awk to objdump_reformat.awkMasami Hiramatsu
2017-12-12x86/tools: Rename test_get_len to insn_decoder_testMasami Hiramatsu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-19x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-11-28x86/build: Annotate die() with noreturn to fix build warning on clangPeter Foley
2016-10-26x86/decoder: Use stderr if insn sanity test failsPaul Bolle
2016-10-26x86/decoder: Use stdout if insn decoder test is successfulPaul Bolle
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter
2016-04-29x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu
2015-01-26x86, build: replace Perl script with Shell scriptKees Cook
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-18x86, kaslr: Handle Gold linker for finding bss/brkKees Cook
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen
2014-11-04x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao
2014-09-24x86/relocs: Make per_cpu_load_addr staticBen Hutchings
2014-04-14x86/build: Supress "Nothing to be done for ..." messagesMasahiro Yamada
2014-03-18x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin