summaryrefslogtreecommitdiffstats
path: root/arch/x86/tools
AgeCommit message (Expand)AuthorLines
2015-01-26x86, build: replace Perl script with Shell scriptKees Cook-39/+42
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+27
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2014-11-18x86, kaslr: Handle Gold linker for finding bss/brkKees Cook-1/+10
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen-2/+2
2014-11-04x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich-9/+27
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao-0/+30
2014-09-24x86/relocs: Make per_cpu_load_addr staticBen Hutchings-1/+1
2014-04-14x86/build: Supress "Nothing to be done for ..." messagesMasahiro Yamada-0/+2
2014-03-18x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold-1/+1
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin-5/+15
2014-01-22x86, relocs: Add manual debug modeMichael Davidson-8/+45
2013-10-18x86/relocs: Add percpu fixup for GNU ld 2.23Kees Cook-0/+2
2013-10-13x86, relocs: Add more per-cpu gold special casesMichael Davidson-5/+13
2013-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+3
2013-08-06x86, insn: Add new opcodes as of June, 2013Masami Hiramatsu-1/+3
2013-06-12x86, relocs: Move __vvar_page from S_ABS to S_RELKees Cook-3/+1
2013-04-16x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELFH. Peter Anvin-151/+181
2013-04-16x86, relocs: Build separate 32/64-bit toolsKees Cook-3/+20
2013-04-16x86, relocs: Add 64-bit ELF support to relocs toolKees Cook-6/+261
2013-04-16x86, relocs: Consolidate processing logicKees Cook-134/+170
2013-04-16x86, relocs: Generalize ELF structure namesKees Cook-71/+99
2013-02-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+8
2013-01-27x86/boot: Fix minor fd leakage in tools/relocs.cCong Ding-2/+4
2013-01-24arch/x86/tools/insn_sanity.c: Identify source of messagesAndrew Morton-2/+8
2012-12-10x86: Fix the error of using "const" in gen-insn-attr-x86.awkCong Ding-3/+3
2012-10-02UAPI: x86: Fix the test_get_len toolDavid Howells-1/+1
2012-06-06x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefixMasami Hiramatsu-5/+9
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+7
2012-05-24x86, relocs: Add jiffies and jiffies_64 to the relative whitelistH. Peter Anvin-0/+1
2012-05-23x86-32, relocs: Whitelist more symbols for ld bug workaroundH. Peter Anvin-0/+11
2012-05-18x86, relocs: When printing an error, say relative or absoluteH. Peter Anvin-3/+8
2012-05-18x86, relocs: Workaround for binutils 2.22.52.0.1 section bugH. Peter Anvin-1/+5
2012-05-18x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin-0/+802
2012-05-18x86, relocs: When printing an error, say relative or absoluteH. Peter Anvin-3/+8
2012-05-18x86, relocs: More relocations which may end up as absoluteH. Peter Anvin-1/+5
2012-05-18x86, relocs: Workaround for binutils 2.22.52.0.1 section bugH. Peter Anvin-1/+1
2012-05-08x86, realmode: move relocs from scripts/ to arch/x86/toolsJarkko Sakkinen-0/+809
2011-12-05x86/tools: Add decoded instruction dump modeMasami Hiramatsu-3/+4
2011-12-05x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu-9/+12
2011-12-05x86/tools: Fix insn_sanity message outputsMasami Hiramatsu-2/+2
2011-12-05x86/tools: Fix instruction decoder message outputMasami Hiramatsu-4/+3
2011-12-05x86/tools: Fix Makefile to build all test toolsMasami Hiramatsu-2/+1
2011-11-10x86, perf: Add a build-time sanity test to the x86 decoderMasami Hiramatsu-1/+284
2010-02-07x86: Remove trailing spaces in messagesFrans Pop-2/+2
2009-12-28Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar-1/+1
2009-12-18x86: Fix objdump version check in chkobjdump.awk for different formats.Masami Hiramatsu-3/+13
2009-12-17x86: Fix objdump version check in arch/x86/tools/chkobjdump.awkakpm@linux-foundation.org-1/+1
2009-12-17x86: Don't use POSIX character classes in gen-insn-attr-x86.awkRoland Dreier-6/+4
2009-12-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+5