summaryrefslogtreecommitdiff
path: root/arch/x86/entry/Makefile
AgeCommit message (Expand)Author
2022-08-04x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi
2022-06-27x86/bugs: Add retbleed=ibpbPeter Zijlstra
2021-05-25x86/syscalls: Don't adjust CFLAGS for syscall tablesBrian Gerst
2021-05-25x86/syscalls: Remove -Wno-override-init for syscall tablesBrian Gerst
2020-07-19x86/entry: Actually disable stack protectorKees Cook
2020-06-11x86/entry: Make entry_64_compat.S objtool cleanPeter Zijlstra
2020-06-11x86/entry: Exclude low level entry code from sanitizingPeter Zijlstra
2020-03-21x86/entry/64: Split X32 syscall table into its own fileBrian Gerst
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18x86/entry/64: Add unwind hint annotationsJosh Poimboeuf
2016-10-25x86/build: Fix build with older GCC versionsJan Beulich
2016-08-10x86/build: Reduce the W=1 warnings noise when compiling x86 syscall tablesValdis Kletnieks
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf
2015-07-07x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski
2015-06-07x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar
2015-06-04x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar
2015-06-04x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar
2015-06-03x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/Ingo Molnar
2015-06-03x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar