- 1c33bb0 x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ by Chang S. Bae · 3 years, 10 months ago
- c681df8 x86: Remove unusual Unicode characters from comments by Ingo Molnar · 4 years ago
- 85f2ada x32: make X32, !IA32_EMULATION setups able to execute x32 binaries by Al Viro · 4 years, 2 months ago
- c5c8781 x86: vdso: Expose sigreturn address on vdso to the kernel by Gabriel Krisman Bertazi · 4 years, 4 months ago
- 3316ec8 x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages() by Gabriel Krisman Bertazi · 4 years, 5 months ago
- 2424b14 x86/elf: Use e_machine to select start_thread for x32 by Gabriel Krisman Bertazi · 4 years, 5 months ago
- 2656af0d x86/elf: Use e_machine to choose DLINFO in compat by Gabriel Krisman Bertazi · 4 years, 5 months ago
- 7a89602 kill elf_fpxregs_t by Al Viro · 4 years, 9 months ago
- 9fccc5c x86/elf: Disable automatic READ_IMPLIES_EXEC on 64-bit by Kees Cook · 5 years ago
- 1223061 x86/elf: Split READ_IMPLIES_EXEC from executable PT_GNU_STACK by Kees Cook · 5 years ago
- 9d9e435 x86/elf: Add table to document READ_IMPLIES_EXEC by Kees Cook · 5 years ago
- e1d20be Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 824eea3 x86/fsgsbase/64: Convert the ELF core dump code to the new FSGSBASE helpers by Chang S. Bae · 6 years ago
- b40a142 x86: Add support for 64-bit place relative relocations by Ard Biesheuvel · 6 years ago
- 1e0f25d x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border by Kirill A. Shutemov · 7 years ago
- be739f4 x86/mm: Fix ELF_ET_DYN_BASE for 5-level paging by Kirill A. Shutemov · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 8 years ago
- c715b72 mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes by Kees Cook · 8 years ago
- 9584d98 x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps by Andy Lutomirski · 8 years ago
- 9950481 x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads by Andy Lutomirski · 8 years ago
- b569bab x86/mm: Prepare to expose larger address space to userspace by Kirill A. Shutemov · 8 years ago
- e8f01a8 x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit() by Kirill A. Shutemov · 8 years ago
- eab0953 binfmt_elf: use ELF_ET_DYN_BASE only for PIE by Kees Cook · 8 years ago
- d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 6fdc6dd x86/vdso: Plug race between mapping and ELF header setup by Thomas Gleixner · 8 years ago
- e13b73d x86/hugetlb: Adjust to the new native/compat mmap bases by Dmitry Safonov · 8 years ago
- 1b028f7 x86/mm: Introduce mmap_compat_base() for 32-bit mmap() by Dmitry Safonov · 8 years ago
- 8f3e474 x86/mm: Add task_size parameter to mmap_base() by Dmitry Safonov · 8 years ago
- 0274f95 x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAIT by Grzegorz Andrejczuk · 8 years ago
- 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 9 years ago
- 296f781 x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase by Andy Lutomirski · 9 years ago
- 16aaa53 x86/cpufeature: Use enum cpuid_leafs instead of magic numbers by Huaitong Han · 9 years ago
- 7bcdea4 x86/elf/64: Clear more registers in elf_common_init() by Andy Lutomirski · 9 years ago
- 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
- ab8b82ee6 x86/compat: Don't build the 32-bit VDSO if not needed by Brian Gerst · 10 years ago
- 7da7707 x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread' by Brian Gerst · 10 years ago
- b2e02b8 x86/compat: Make mmap_is_ia32() common compat by Brian Gerst · 10 years ago
- 204db6e mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE by Kees Cook · 10 years ago
- 6cf78d4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- fc3e958 x86/asm/entry: Clear EXTRA_REGS for all executable formats by Denys Vlasenko · 10 years ago
- 4e26d11f x86/mm: Improve AMD Bulldozer ASLR workaround by Hector Marco-Gisbert · 10 years ago
- 0e6d311 x86: Reject x32 executables if x32 ABI not supported by Ben Hutchings · 11 years ago
- 18d0a6f x86, vdso: Move the 32-bit vdso special pages after the text by Andy Lutomirski · 11 years ago
- 6f121e5 x86, vdso: Reimplement vdso.so preparation in build-time C by Andy Lutomirski · 11 years ago
- 3d7ee96 x86, vdso: Clean up 32-bit vs 64-bit vdso params by Andy Lutomirski · 11 years ago
- b0b49f2 x86, vdso: Remove compat vdso support by Andy Lutomirski · 11 years ago
- f9902472 mm: use vm_unmapped_area() on x86_64 architecture by Michel Lespinasse · 12 years ago
- a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
- 22e842d x32: Fix coding style violations in the x32 VDSO code by H. Peter Anvin · 13 years ago
- d1a797f x32: Handle process creation by H. Peter Anvin · 13 years ago
- 6bd3300 x86: Factor out TIF_IA32 from 32-bit address space by H. Peter Anvin · 13 years ago
- dfb09f9 x86, amd: Avoid cache aliasing penalties on AMD family 15h by Borislav Petkov · 14 years ago
- 11557b2 x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32 by Oleg Nesterov · 15 years ago
- 05d43ed x86: get rid of the insane TIF_ABI_PENDING bit by H. Peter Anvin · 15 years ago
- 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
- a6f05a6 x86-64: make compat_start_thread() match start_thread() by H. Peter Anvin · 15 years ago
- 8093833 x86: Increase MIN_GAP to include randomized stack by Michal Hocko · 16 years ago
- ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 16 years ago
- d9a89a2 x86: add %gs accessors for x86_32 by Tejun Heo · 16 years ago
- fc5243d [S390] arch_setup_additional_pages arguments by Martin Schwidefsky · 16 years ago
- 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
- bb89855 x86, um: ... and asm-x86 move by Al Viro · 17 years ago[Renamed from include/asm-x86/elf.h]
- 0b59268 [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY by Martin Schwidefsky · 16 years ago
- e496e3d Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', 'x86/urgent' and 'x86/vmalloc' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
- b6edbb1 x86_64: use save/loadsegment in ia32 compat by Jeremy Fitzhardinge · 17 years ago
- 77ef50a x86: consolidate header guards by Vegard Nossum · 17 years ago
- 9f9d489 x86/paravirt, 64-bit: make load_gs_index() a paravirt operation by Jeremy Fitzhardinge · 17 years ago
- 486386f include/asm-x86/elf.h: checkpatch cleanups - formatting only by Joe Perches · 17 years ago
- e40c0fe x86: cleanup duplicate includes by Joe Perches · 17 years ago
- 516c25a Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed by Kirill A. Shutemov · 17 years ago
- 0649547 x86: kdump failure by Hiroshi Shimamoto · 17 years ago
- a97f52e x86: compat_binfmt_elf by Roland McGrath · 17 years ago
- 60b3b9a x86: x86 user_regset cleanup by Roland McGrath · 17 years ago
- 975511b x86: x86 CORE_DUMP_USE_REGSET by Roland McGrath · 17 years ago
- 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
- af65d64 x86 vDSO: consolidate vdso32 by Roland McGrath · 17 years ago
- 6c3652e x86 vDSO: i386 vdso32 by Roland McGrath · 17 years ago
- c1d171a x86: randomize brk by Jiri Kosina · 17 years ago
- 2439a79 x86: merge elf_32/64.h by Thomas Gleixner · 17 years ago
- 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago