aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/elf.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-27x86/vdso: Move vDSO to mmap regionGravatar Daniel Micay 1-1/+0
2023-12-11x86/ia32: State that IA32 emulation is disabledGravatar Borislav Petkov (AMD) 1-1/+1
2023-09-14x86/elf: Make loading of 32bit processes depend on ia32_enabled()Gravatar Nikolay Borisov 1-1/+2
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2022-10-23kill extern of vsyscall32_sysctlGravatar Al Viro 1-1/+0
2022-10-19x86: Remove __USER32_DSGravatar Brian Gerst 1-4/+0
2022-04-12x86/32: Simplify ELF_CORE_COPY_REGSGravatar Brian Gerst 1-13/+2
2021-05-19x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZGravatar Chang S. Bae 1-0/+4
2021-03-21x86: Remove unusual Unicode characters from commentsGravatar Ingo Molnar 1-5/+5
2021-01-06x32: make X32, !IA32_EMULATION setups able to execute x32 binariesGravatar Al Viro 1-1/+1
2020-12-02x86: vdso: Expose sigreturn address on vdso to the kernelGravatar Gabriel Krisman Bertazi 1-0/+2
2020-10-26x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gravatar Gabriel Krisman Bertazi 1-2/+4
2020-10-26x86/elf: Use e_machine to select start_thread for x32Gravatar Gabriel Krisman Bertazi 1-2/+3
2020-10-26x86/elf: Use e_machine to choose DLINFO in compatGravatar Gabriel Krisman Bertazi 1-1/+1
2020-07-27kill elf_fpxregs_tGravatar Al Viro 1-2/+0
2020-04-20x86/elf: Disable automatic READ_IMPLIES_EXEC on 64-bitGravatar Kees Cook 1-2/+2
2020-04-20x86/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKGravatar Kees Cook 1-2/+3
2020-04-20x86/elf: Add table to document READ_IMPLIES_EXECGravatar Kees Cook 1-0/+19
2018-10-23Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+3
2018-10-08x86/fsgsbase/64: Convert the ELF core dump code to the new FSGSBASE helpersGravatar Chang S. Bae 1-3/+3
2018-09-27x86: Add support for 64-bit place relative relocationsGravatar Ard Biesheuvel 1-2/+1
2017-11-16x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderGravatar Kirill A. Shutemov 1-0/+1
2017-11-09x86/mm: Fix ELF_ET_DYN_BASE for 5-level pagingGravatar Kirill A. Shutemov 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+8
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsGravatar Ingo Molnar 1-2/+2
2017-08-18mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesGravatar Kees Cook 1-2/+2
2017-08-10x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumpsGravatar Andy Lutomirski 1-2/+3
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsGravatar Andy Lutomirski 1-5/+5
2017-07-21x86/mm: Prepare to expose larger address space to userspaceGravatar Kirill A. Shutemov 1-1/+1
2017-07-21x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Gravatar Kirill A. Shutemov 1-2/+2
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEGravatar Kees Cook 1-6/+7
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-11/+17
2017-04-10x86/vdso: Plug race between mapping and ELF header setupGravatar Thomas Gleixner 1-1/+1
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesGravatar Dmitry Safonov 1-0/+1
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Gravatar Dmitry Safonov 1-0/+3
2017-03-13x86/mm: Add task_size parameter to mmap_base()Gravatar Dmitry Safonov 1-11/+13
2017-02-04x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGravatar Grzegorz Andrejczuk 1-0/+9
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-2/+2
2016-04-29x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseGravatar Andy Lutomirski 1-3/+3
2016-02-01x86/cpufeature: Use enum cpuid_leafs instead of magic numbersGravatar Huaitong Han 1-1/+1
2015-10-09x86/elf/64: Clear more registers in elf_common_init()Gravatar Andy Lutomirski 1-4/+4
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionGravatar Andy Lutomirski 1-1/+1
2015-07-06x86/compat: Don't build the 32-bit VDSO if not neededGravatar Brian Gerst 1-1/+1
2015-07-06x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Gravatar Brian Gerst 1-2/+2
2015-07-06x86/compat: Make mmap_is_ia32() common compatGravatar Brian Gerst 1-8/+3
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEGravatar Kees Cook 1-3/+0
2015-04-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2015-04-06x86/asm/entry: Clear EXTRA_REGS for all executable formatsGravatar Denys Vlasenko 1-3/+4