| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Clean up 'sizeof x' => 'sizeof(x)' | Jordan Borgner | 2018-10-29 | 1 | -2/+2 |
* | x86: Add support for 64-bit place relative relocations | Ard Biesheuvel | 2018-09-27 | 1 | -0/+10 |
* | x86/relocs: Add __end_rodata_aligned to S_REL | Joerg Roedel | 2018-08-09 | 1 | -0/+1 |
* | x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 | H.J. Lu | 2018-02-22 | 1 | -0/+3 |
* | x86/tools: Standardize output format of insn_decode_test | Masami Hiramatsu | 2017-12-12 | 1 | -11/+22 |
* | x86/tools: Rename distill.awk to objdump_reformat.awk | Masami Hiramatsu | 2017-12-12 | 3 | -7/+7 |
* | x86/tools: Rename test_get_len to insn_decoder_test | Masami Hiramatsu | 2017-12-12 | 3 | -11/+7 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 8 | -0/+8 |
* | x86/tools: Fix gcc-7 warning in relocs.c | Markus Trippelsdorf | 2016-12-19 | 1 | -1/+2 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-12-12 | 2 | -2/+3 |
|\ |
|
| * | x86/decoder: Use stderr if insn sanity test fails | Paul Bolle | 2016-10-26 | 1 | -1/+2 |
| * | x86/decoder: Use stdout if insn decoder test is successful | Paul Bolle | 2016-10-26 | 1 | -1/+1 |
* | | x86/build: Annotate die() with noreturn to fix build warning on clang | Peter Foley | 2016-11-28 | 1 | -1/+1 |
|/ |
|
* | x86/insn: Add AVX-512 support to the instruction decoder | Adrian Hunter | 2016-07-21 | 1 | -3/+8 |
* | x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_... | Yinghai Lu | 2016-04-29 | 1 | -42/+0 |
* | x86, build: replace Perl script with Shell script | Kees Cook | 2015-01-26 | 2 | -39/+42 |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-10 | 1 | -9/+27 |
|\ |
|
| * | x86-64: Handle PC-relative relocations on per-CPU data | Jan Beulich | 2014-11-04 | 1 | -9/+27 |
* | | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-10 | 2 | -2/+2 |
|\ \ |
|
| * | | x86: Remove arbitrary instruction size limit in instruction decoder | Dave Hansen | 2014-11-18 | 2 | -2/+2 |
| |/ |
|
* | | x86, kaslr: Handle Gold linker for finding bss/brk | Kees Cook | 2014-11-18 | 1 | -1/+10 |
* | | x86, kaslr: Prevent .bss from overlaping initrd | Junjie Mao | 2014-11-01 | 1 | -0/+30 |
|/ |
|
* | x86/relocs: Make per_cpu_load_addr static | Ben Hutchings | 2014-09-24 | 1 | -1/+1 |
* | x86/build: Supress "Nothing to be done for ..." messages | Masahiro Yamada | 2014-04-14 | 1 | -0/+2 |
* | x86, vdso: Make vsyscall_gtod_data handling x86 generic | Stefani Seibold | 2014-03-18 | 1 | -1/+1 |
* | Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/build | H. Peter Anvin | 2014-01-29 | 1 | -5/+15 |
|\ |
|
| * | x86/relocs: Add percpu fixup for GNU ld 2.23 | Kees Cook | 2013-10-18 | 1 | -0/+2 |
| * | x86, relocs: Add more per-cpu gold special cases | Michael Davidson | 2013-10-13 | 1 | -5/+13 |
* | | x86, relocs: Add manual debug mode | Michael Davidson | 2014-01-22 | 3 | -8/+45 |
|/ |
|
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-04 | 1 | -1/+3 |
|\ |
|
| * | x86, insn: Add new opcodes as of June, 2013 | Masami Hiramatsu | 2013-08-06 | 1 | -1/+3 |
* | | x86, relocs: Move __vvar_page from S_ABS to S_REL | Kees Cook | 2013-06-12 | 1 | -3/+1 |
|/ |
|
* | x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELF | H. Peter Anvin | 2013-04-16 | 7 | -151/+181 |
* | x86, relocs: Build separate 32/64-bit tools | Kees Cook | 2013-04-16 | 2 | -3/+20 |
* | x86, relocs: Add 64-bit ELF support to relocs tool | Kees Cook | 2013-04-16 | 1 | -6/+261 |
* | x86, relocs: Consolidate processing logic | Kees Cook | 2013-04-16 | 1 | -134/+170 |
* | x86, relocs: Generalize ELF structure names | Kees Cook | 2013-04-16 | 1 | -71/+99 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-02-05 | 1 | -2/+8 |
|\ |
|
| * | arch/x86/tools/insn_sanity.c: Identify source of messages | Andrew Morton | 2013-01-24 | 1 | -2/+8 |
* | | x86/boot: Fix minor fd leakage in tools/relocs.c | Cong Ding | 2013-01-27 | 1 | -2/+4 |
|/ |
|
* | x86: Fix the error of using "const" in gen-insn-attr-x86.awk | Cong Ding | 2012-12-10 | 1 | -3/+3 |
* | UAPI: x86: Fix the test_get_len tool | David Howells | 2012-10-02 | 1 | -1/+1 |
* | x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefix | Masami Hiramatsu | 2012-06-06 | 1 | -5/+9 |
* | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2012-05-29 | 1 | -0/+7 |
|\ |
|
| * | x86, relocs: When printing an error, say relative or absolute | H. Peter Anvin | 2012-05-18 | 1 | -3/+8 |
| * | x86, relocs: More relocations which may end up as absolute | H. Peter Anvin | 2012-05-18 | 1 | -1/+5 |
| * | x86, relocs: Workaround for binutils 2.22.52.0.1 section bug | H. Peter Anvin | 2012-05-18 | 1 | -1/+1 |
| * | x86, realmode: move relocs from scripts/ to arch/x86/tools | Jarkko Sakkinen | 2012-05-08 | 3 | -0/+809 |
* | | x86, relocs: Add jiffies and jiffies_64 to the relative whitelist | H. Peter Anvin | 2012-05-24 | 1 | -0/+1 |
* | | x86-32, relocs: Whitelist more symbols for ld bug workaround | H. Peter Anvin | 2012-05-23 | 1 | -0/+11 |