aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/tools/relocs.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29x86, relocs: Ignore relocations in .notes sectionGravatar Kees Cook 1-0/+8
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeGravatar Juergen Gross 1-1/+1
2023-04-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 1-1/+1
2022-09-26x86/tools/relocs: Ignore __kcfi_typeid_ relocationsGravatar Sami Tolvanen 1-0/+1
2021-12-29x86/build: Use the proper name CONFIG_FW_LOADERGravatar Lukas Bulwahn 1-1/+1
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2021-10-27x86/tools/relocs: Support >64K section headersGravatar Kristen Carlson Accardi 1-25/+78
2021-10-22x86/build: Tuck away built-in firmware under FW_LOADERGravatar Luis Chamberlain 1-0/+2
2021-08-23x86/tools/relocs: Mark die() with the printf function attr formatGravatar Borislav Petkov 1-17/+20
2021-08-05x86/tools/relocs: Fix non-POSIX regexpGravatar H. Nikolaus Schaller 1-4/+4
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 1-2/+2
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREGravatar Christoph Hellwig 1-2/+2
2021-01-28x86/build: Treat R_386_PLT32 relocation as R_386_PC32Gravatar Fangrui Song 1-4/+8
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2019-04-19x86/tools/relocs: Fix big section header tablesGravatar Artem Savkov 1-29/+45
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesGravatar Andy Lutomirski 1-1/+1
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Gravatar Jordan Borgner 1-2/+2
2018-09-27x86: Add support for 64-bit place relative relocationsGravatar Ard Biesheuvel 1-0/+10
2018-08-09x86/relocs: Add __end_rodata_aligned to S_RELGravatar Joerg Roedel 1-0/+1
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32Gravatar H.J. Lu 1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-19x86/tools: Fix gcc-7 warning in relocs.cGravatar Markus Trippelsdorf 1-1/+2
2014-11-04x86-64: Handle PC-relative relocations on per-CPU dataGravatar Jan Beulich 1-9/+27
2014-09-24x86/relocs: Make per_cpu_load_addr staticGravatar Ben Hutchings 1-1/+1
2014-03-18x86, vdso: Make vsyscall_gtod_data handling x86 genericGravatar Stefani Seibold 1-1/+1
2014-01-29Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildGravatar H. Peter Anvin 1-5/+15
2014-01-22x86, relocs: Add manual debug modeGravatar Michael Davidson 1-1/+29
2013-10-18x86/relocs: Add percpu fixup for GNU ld 2.23Gravatar Kees Cook 1-0/+2
2013-10-13x86, relocs: Add more per-cpu gold special casesGravatar Michael Davidson 1-5/+13
2013-06-12x86, relocs: Move __vvar_page from S_ABS to S_RELGravatar Kees Cook 1-3/+1
2013-04-16x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELFGravatar H. Peter Anvin 1-131/+31
2013-04-16x86, relocs: Add 64-bit ELF support to relocs toolGravatar Kees Cook 1-6/+261
2013-04-16x86, relocs: Consolidate processing logicGravatar Kees Cook 1-134/+170
2013-04-16x86, relocs: Generalize ELF structure namesGravatar Kees Cook 1-71/+99
2013-01-27x86/boot: Fix minor fd leakage in tools/relocs.cGravatar Cong Ding 1-2/+4
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+7
2012-05-24x86, relocs: Add jiffies and jiffies_64 to the relative whitelistGravatar H. Peter Anvin 1-0/+1
2012-05-23x86-32, relocs: Whitelist more symbols for ld bug workaroundGravatar H. Peter Anvin 1-0/+11
2012-05-18x86, relocs: When printing an error, say relative or absoluteGravatar H. Peter Anvin 1-3/+8
2012-05-18x86, relocs: Workaround for binutils 2.22.52.0.1 section bugGravatar H. Peter Anvin 1-1/+5
2012-05-18x86, realmode: 16-bit real-mode code support for relocs toolGravatar H. Peter Anvin 1-0/+797
2012-05-18x86, relocs: When printing an error, say relative or absoluteGravatar H. Peter Anvin 1-3/+8
2012-05-18x86, relocs: More relocations which may end up as absoluteGravatar H. Peter Anvin 1-1/+5
2012-05-18x86, relocs: Workaround for binutils 2.22.52.0.1 section bugGravatar H. Peter Anvin 1-1/+1
2012-05-08x86, realmode: move relocs from scripts/ to arch/x86/toolsGravatar Jarkko Sakkinen 1-0/+804