summaryrefslogtreecommitdiffstats
path: root/arch/x86/tools/relocs.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu2018-02-221-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf2016-12-191-1/+2
* x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich2014-11-041-9/+27
* x86/relocs: Make per_cpu_load_addr staticBen Hutchings2014-09-241-1/+1
* 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-221-1/+29
|/
* 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-161-131/+31
* 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
* x86/boot: Fix minor fd leakage in tools/relocs.cCong Ding2013-01-271-2/+4
* 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-081-0/+804
* 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-181-0/+797