aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/elf.h
Commit message (Expand)AuthorAge
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-23
|\
| * x86/fsgsbase/64: Convert the ELF core dump code to the new FSGSBASE helpersChang S. Bae2018-10-08
* | x86: Add support for 64-bit place relative relocationsArd Biesheuvel2018-09-27
|/
* x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-16
* x86/mm: Fix ELF_ET_DYN_BASE for 5-level pagingKirill A. Shutemov2017-11-09
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-04
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-26
| |\
| * | x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov2017-07-21
| * | x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov2017-07-21
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-04
|\ \ \ | |_|/ |/| |
| * | x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumpsAndy Lutomirski2017-08-10
| * | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski2017-07-30
| |/
* / mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook2017-08-18
|/
* binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook2017-07-10
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-02
|\
| * x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-14
| * x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-13
| * x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-13
* | x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner2017-04-10
|/
* x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGrzegorz Andrejczuk2017-02-04
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-04
* x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2016-04-29
* x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-01
* x86/elf/64: Clear more registers in elf_common_init()Andy Lutomirski2015-10-09
* x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-07
* x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2015-07-06
* x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2015-07-06
* x86/compat: Make mmap_is_ia32() common compatBrian Gerst2015-07-06
* mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-14
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-13
|\
| * x86/mm: Improve AMD Bulldozer ASLR workaroundHector Marco-Gisbert2015-03-31
* | x86/asm/entry: Clear EXTRA_REGS for all executable formatsDenys Vlasenko2015-04-06
|/
* x86: Reject x32 executables if x32 ABI not supportedBen Hutchings2014-10-08
* x86, vdso: Move the 32-bit vdso special pages after the textAndy Lutomirski2014-05-05
* x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-05
* x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski2014-05-05
* x86, vdso: Remove compat vdso supportAndy Lutomirski2014-03-13
* mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse2012-12-11
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-29
|\
| * x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin2012-02-21
| * x32: Handle process creationH. Peter Anvin2012-02-20
| * x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-20
* | Disintegrate asm/system.h for X86David Howells2012-03-28
|/
* x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov2011-08-05
* x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32Oleg Nesterov2010-02-16
* x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin2010-01-29
* elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-16
* x86-64: make compat_start_thread() match start_thread()H. Peter Anvin2009-10-09
* x86: Increase MIN_GAP to include randomized stackMichal Hocko2009-09-10