summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/proto.h
AgeCommit message (Expand)Author
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner
2023-09-14x86/entry: Make IA32 syscalls' availability depend on ia32_enabled()Nikolay Borisov
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-19x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner
2022-04-04x86/cpu: Remove "noexec"Borislav Petkov
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae
2021-04-12x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel
2020-09-09x86/entry/64: Add entry code for #VC handlerJoerg Roedel
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross
2017-03-20x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar
2015-06-08x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar
2014-05-05x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski
2013-02-22x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds
2010-02-12Move round_up/down to kernel.hYinghai Lu
2009-11-16x86: remove "extern" from function prototypes in <asm/proto.h>H. Peter Anvin
2009-11-16x86, mm: Report state of NX protections during bootKees Cook
2009-11-16x86, mm: Clean up and simplify NX enablementH. Peter Anvin
2009-07-02x86: fix power-of-2 round_up/round_down macrosLinus Torvalds
2009-01-29x86/Voyager: remove X86_BIOS_REBOOT Kconfig quirkIngo Molnar
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro