summaryrefslogtreecommitdiff
path: root/arch/x86/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* 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