summaryrefslogtreecommitdiffstats
path: root/arch/x86/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* x86, perf: Add a build-time sanity test to the x86 decoderMasami Hiramatsu2011-11-102-1/+284
* x86: Remove trailing spaces in messagesFrans Pop2010-02-071-2/+2
* Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-281-1/+1
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-161-5/+5
| |\
| * | x86, perf probe: Fix warning in test_get_len()Jean Delvare2009-12-061-1/+1
* | | x86: Fix objdump version check in chkobjdump.awk for different formats.Masami Hiramatsu2009-12-181-3/+13
* | | x86: Fix objdump version check in arch/x86/tools/chkobjdump.awkakpm@linux-foundation.org2009-12-171-1/+1
* | | x86: Don't use POSIX character classes in gen-insn-attr-x86.awkRoland Dreier2009-12-171-6/+4
| |/ |/|
* | x86: Fix kprobes build with non-gawk awkJonathan Nieder2009-12-151-5/+5
|/
* Merge branch 'perf/probes' into perf/coreIngo Molnar2009-12-032-3/+35
|\
| * x86: insn decoder test checks objdump versionMasami Hiramatsu2009-11-202-1/+27
| * x86: Fix insn decoder test typosMasami Hiramatsu2009-11-201-3/+9
* | x86: Instruction decoder test should generate build warningMasami Hiramatsu2009-11-191-6/+11
|/
* x86: Show symbol name if insn decoder test failedMasami Hiramatsu2009-11-172-1/+14
* x86: Add verbose option to insn decoder testMasami Hiramatsu2009-11-172-12/+71
* x86: AVX instruction set decoder supportMasami Hiramatsu2009-10-291-24/+70
* x86: Merge INAT_REXPFX into INAT_PFX_*Masami Hiramatsu2009-10-291-3/+3
* x86, instruction decoder: Fix test_get_len build rulesIngo Molnar2009-10-211-2/+2
* x86: Remove unused config macros from instruction decoder selftestMasami Hiramatsu2009-09-041-5/+0
* x86: Allow x86-32 instruction decoder selftest on x86-64Masami Hiramatsu2009-09-042-8/+8
* x86: Check awk features before generating inat-tables.cMasami Hiramatsu2009-08-271-0/+20
* x86: Fix x86 instruction decoder selftest to check only .textMasami Hiramatsu2009-08-271-1/+1
* x86: X86 instruction decoder build-time selftestMasami Hiramatsu2009-08-273-0/+170
* x86: Instruction decoder APIMasami Hiramatsu2009-08-271-0/+314