summaryrefslogtreecommitdiffstats
path: root/arch/x86/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * x86, insn: Add new opcodes as of June, 2013Masami Hiramatsu2013-08-061-1/+3
* | x86, relocs: Move __vvar_page from S_ABS to S_RELKees Cook2013-06-121-3/+1
|/
* x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELFH. Peter Anvin2013-04-167-151/+181
* x86, relocs: Build separate 32/64-bit toolsKees Cook2013-04-162-3/+20
* x86, relocs: Add 64-bit ELF support to relocs toolKees Cook2013-04-161-6/+261
* x86, relocs: Consolidate processing logicKees Cook2013-04-161-134/+170
* x86, relocs: Generalize ELF structure namesKees Cook2013-04-161-71/+99
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-051-2/+8
|\
| * arch/x86/tools/insn_sanity.c: Identify source of messagesAndrew Morton2013-01-241-2/+8
* | x86/boot: Fix minor fd leakage in tools/relocs.cCong Ding2013-01-271-2/+4
|/
* x86: Fix the error of using "const" in gen-insn-attr-x86.awkCong Ding2012-12-101-3/+3
* UAPI: x86: Fix the test_get_len toolDavid Howells2012-10-021-1/+1
* x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefixMasami Hiramatsu2012-06-061-5/+9
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-291-0/+7
|\
| * x86, relocs: When printing an error, say relative or absoluteH. Peter Anvin2012-05-181-3/+8
| * x86, relocs: More relocations which may end up as absoluteH. Peter Anvin2012-05-181-1/+5
| * x86, relocs: Workaround for binutils 2.22.52.0.1 section bugH. Peter Anvin2012-05-181-1/+1
| * x86, realmode: move relocs from scripts/ to arch/x86/toolsJarkko Sakkinen2012-05-083-0/+809
* | x86, relocs: Add jiffies and jiffies_64 to the relative whitelistH. Peter Anvin2012-05-241-0/+1
* | x86-32, relocs: Whitelist more symbols for ld bug workaroundH. Peter Anvin2012-05-231-0/+11
* | x86, relocs: When printing an error, say relative or absoluteH. Peter Anvin2012-05-181-3/+8
* | x86, relocs: Workaround for binutils 2.22.52.0.1 section bugH. Peter Anvin2012-05-181-1/+5
* | x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin2012-05-183-0/+802
|/
* x86/tools: Add decoded instruction dump modeMasami Hiramatsu2011-12-051-3/+4
* x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu2011-12-051-9/+12
* x86/tools: Fix insn_sanity message outputsMasami Hiramatsu2011-12-051-2/+2
* x86/tools: Fix instruction decoder message outputMasami Hiramatsu2011-12-051-4/+3
* x86/tools: Fix Makefile to build all test toolsMasami Hiramatsu2011-12-051-2/+1