summaryrefslogtreecommitdiffstats
path: root/arch/x86/tools
Commit message (Expand)AuthorAgeFilesLines
* x86/tools/insn_sanity: Convert to insn_decode()Borislav Petkov2021-03-151-4/+4
* x86/tools/insn_decoder_test: Convert to insn_decode()Borislav Petkov2021-03-151-4/+6
* Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-2/+2
|\
| * module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-2/+2
| * module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-2/+2
* | Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-232-8/+4
|\ \
| * | x86/insn: Support big endian cross-compilesMartin Schwidefsky2021-01-131-4/+0
| * | x86/tools: Use tools headers for instruction decoder selftestsVasily Gorbik2021-01-131-4/+4
| |/
* / x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song2021-01-281-4/+8
|/
* x86/insn: Make inat-tables.c suitable for pre-decompression codeJoerg Roedel2020-09-071-1/+49
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-2/+2
* x86/insn: Fix awk regexp warningsAlexander Kapshuk2019-10-011-2/+2
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-082-18/+18
|\
| * x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar2019-04-292-18/+18
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-1/+1
|\ \
| * | x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-171-1/+1
| |/
* / x86/tools/relocs: Fix big section header tablesArtem Savkov2019-04-191-29/+45
|/
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-2/+2
* x86: Add support for 64-bit place relative relocationsArd Biesheuvel2018-09-271-0/+10
* x86/relocs: Add __end_rodata_aligned to S_RELJoerg Roedel2018-08-091-0/+1
* x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu2018-02-221-0/+3
* x86/tools: Standardize output format of insn_decode_testMasami Hiramatsu2017-12-121-11/+22
* x86/tools: Rename distill.awk to objdump_reformat.awkMasami Hiramatsu2017-12-123-7/+7
* x86/tools: Rename test_get_len to insn_decoder_testMasami Hiramatsu2017-12-123-11/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf2016-12-191-1/+2
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-122-2/+3
|\
| * x86/decoder: Use stderr if insn sanity test failsPaul Bolle2016-10-261-1/+2
| * x86/decoder: Use stdout if insn decoder test is successfulPaul Bolle2016-10-261-1/+1
* | x86/build: Annotate die() with noreturn to fix build warning on clangPeter Foley2016-11-281-1/+1
|/
* x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter2016-07-211-3/+8
* x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu2016-04-291-42/+0
* x86, build: replace Perl script with Shell scriptKees Cook2015-01-262-39/+42
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-9/+27
|\
| * x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich2014-11-041-9/+27
* | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-102-2/+2
|\ \
| * | x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-182-2/+2
| |/
* | x86, kaslr: Handle Gold linker for finding bss/brkKees Cook2014-11-181-1/+10
* | x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao2014-11-011-0/+30
|/
* x86/relocs: Make per_cpu_load_addr staticBen Hutchings2014-09-241-1/+1
* x86/build: Supress "Nothing to be done for ..." messagesMasahiro Yamada2014-04-141-0/+2
* x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold2014-03-181-1/+1
* Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin2014-01-291-5/+15
|\
| * x86/relocs: Add percpu fixup for GNU ld 2.23Kees Cook2013-10-181-0/+2
| * x86, relocs: Add more per-cpu gold special casesMichael Davidson2013-10-131-5/+13
* | x86, relocs: Add manual debug modeMichael Davidson2014-01-223-8/+45
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-041-1/+3
|\