aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/tools
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-26x86/decoder: Use stdout if insn decoder test is successfulGravatar Paul Bolle 1-1/+1
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderGravatar Adrian Hunter 1-3/+8
2016-04-29x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Gravatar Yinghai Lu 1-42/+0
2015-01-26x86, build: replace Perl script with Shell scriptGravatar Kees Cook 2-39/+42
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+27
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+2
2014-11-18x86, kaslr: Handle Gold linker for finding bss/brkGravatar Kees Cook 1-1/+10
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderGravatar Dave Hansen 2-2/+2
2014-11-04x86-64: Handle PC-relative relocations on per-CPU dataGravatar Jan Beulich 1-9/+27
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdGravatar Junjie Mao 1-0/+30
2014-09-24x86/relocs: Make per_cpu_load_addr staticGravatar Ben Hutchings 1-1/+1
2014-04-14x86/build: Supress "Nothing to be done for ..." messagesGravatar Masahiro Yamada 1-0/+2
2014-03-18x86, vdso: Make vsyscall_gtod_data handling x86 genericGravatar Stefani Seibold 1-1/+1
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildGravatar H. Peter Anvin 1-5/+15
2014-01-22x86, relocs: Add manual debug modeGravatar Michael Davidson 3-8/+45
2013-10-18x86/relocs: Add percpu fixup for GNU ld 2.23Gravatar Kees Cook 1-0/+2
2013-10-13x86, relocs: Add more per-cpu gold special casesGravatar Michael Davidson 1-5/+13
2013-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+3
2013-08-06x86, insn: Add new opcodes as of June, 2013Gravatar Masami Hiramatsu 1-1/+3
2013-06-12x86, relocs: Move __vvar_page from S_ABS to S_RELGravatar Kees Cook 1-3/+1
2013-04-16x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELFGravatar H. Peter Anvin 7-151/+181
2013-04-16x86, relocs: Build separate 32/64-bit toolsGravatar Kees Cook 2-3/+20
2013-04-16x86, relocs: Add 64-bit ELF support to relocs toolGravatar Kees Cook 1-6/+261
2013-04-16x86, relocs: Consolidate processing logicGravatar Kees Cook 1-134/+170
2013-04-16x86, relocs: Generalize ELF structure namesGravatar Kees Cook 1-71/+99
2013-02-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+8
2013-01-27x86/boot: Fix minor fd leakage in tools/relocs.cGravatar Cong Ding 1-2/+4
2013-01-24arch/x86/tools/insn_sanity.c: Identify source of messagesGravatar Andrew Morton 1-2/+8
2012-12-10x86: Fix the error of using "const" in gen-insn-attr-x86.awkGravatar Cong Ding 1-3/+3
2012-10-02UAPI: x86: Fix the test_get_len toolGravatar David Howells 1-1/+1
2012-06-06x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefixGravatar Masami Hiramatsu 1-5/+9