summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/elf.h
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Move vDSO to mmap regionDaniel Micay2024-02-271-1/+0
* x86/ia32: State that IA32 emulation is disabledBorislav Petkov (AMD)2023-12-111-1/+1
* x86/elf: Make loading of 32bit processes depend on ia32_enabled()Nikolay Borisov2023-09-141-1/+2
* Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-121-1/+0
|\
| * kill extern of vsyscall32_sysctlAl Viro2022-10-231-1/+0
* | x86: Remove __USER32_DSBrian Gerst2022-10-191-4/+0
|/
* x86/32: Simplify ELF_CORE_COPY_REGSBrian Gerst2022-04-121-13/+2
* x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZChang S. Bae2021-05-191-0/+4
* x86: Remove unusual Unicode characters from commentsIngo Molnar2021-03-211-5/+5
* x32: make X32, !IA32_EMULATION setups able to execute x32 binariesAl Viro2021-01-061-1/+1
* x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi2020-12-021-0/+2
* x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi2020-10-261-2/+4
* x86/elf: Use e_machine to select start_thread for x32Gabriel Krisman Bertazi2020-10-261-2/+3
* x86/elf: Use e_machine to choose DLINFO in compatGabriel Krisman Bertazi2020-10-261-1/+1
* kill elf_fpxregs_tAl Viro2020-07-271-2/+0
* x86/elf: Disable automatic READ_IMPLIES_EXEC on 64-bitKees Cook2020-04-201-2/+2
* x86/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACKKees Cook2020-04-201-2/+3
* x86/elf: Add table to document READ_IMPLIES_EXECKees Cook2020-04-201-0/+19
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-3/+3
|\
| * x86/fsgsbase/64: Convert the ELF core dump code to the new FSGSBASE helpersChang S. Bae2018-10-081-3/+3
* | x86: Add support for 64-bit place relative relocationsArd Biesheuvel2018-09-271-2/+1
|/
* x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-161-0/+1
* x86/mm: Fix ELF_ET_DYN_BASE for 5-level pagingKirill A. Shutemov2017-11-091-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-2/+2
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-2/+2
| |\
| * | x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov2017-07-211-1/+1
| * | x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov2017-07-211-2/+2
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-7/+8
|\ \ \ | |_|/ |/| |
| * | x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumpsAndy Lutomirski2017-08-101-2/+3
| * | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski2017-07-301-5/+5
| |/
* / mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook2017-08-181-2/+2
|/
* binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook2017-07-101-6/+7
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-011-11/+17
|\
| * x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-141-0/+1
| * x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-0/+3
| * x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-131-11/+13
* | x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner2017-04-101-1/+1
|/
* x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGrzegorz Andrejczuk2017-02-041-0/+9
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-2/+2
* x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2016-04-291-3/+3
* x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-011-1/+1
* x86/elf/64: Clear more registers in elf_common_init()Andy Lutomirski2015-10-091-4/+4
* x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-071-1/+1
* x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2015-07-061-1/+1
* x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2015-07-061-2/+2
* x86/compat: Make mmap_is_ia32() common compatBrian Gerst2015-07-061-8/+3
* mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-141-3/+0
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-131-0/+1
|\
| * x86/mm: Improve AMD Bulldozer ASLR workaroundHector Marco-Gisbert2015-03-311-0/+1