summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2021-06-21x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel1-2/+2
2021-05-20x86/entry/64: Sign-extend system calls on entry to intH. Peter Anvin (Intel)1-1/+2
2021-05-12x86/entry: Reverse arguments to do_syscall_64()H. Peter Anvin (Intel)1-2/+2
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross1-1/+1
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-14/+12
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner1-39/+0
2021-02-10x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner1-1/+0
2021-02-10x86/entry: Convert system vectors to irq stack macroThomas Gleixner1-1/+0
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross1-9/+7
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross1-5/+5
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+80
2020-10-12Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2020-10-12Merge tag 'x86_fsgsbase_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2020-09-22x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner1-0/+2
2020-09-09x86/entry/64: Add entry code for #VC handlerJoerg Roedel1-0/+80
2020-08-24x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASEBorislav Petkov1-2/+3
2020-08-15x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRTJuergen Gross1-2/+2
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-32/+107
2020-08-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-07-24x86/entry: Use generic syscall exit functionalityThomas Gleixner1-1/+1
2020-07-21exec: Implement kernel_execveEric W. Biederman1-1/+1
2020-06-18x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitChang S. Bae1-26/+85
2020-06-18x86/entry/64: Switch CR3 before SWAPGS in paranoid entryChang S. Bae1-8/+24
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner1-1/+10
2020-06-11x86/entry: Remove DBn stacksPeter Zijlstra1-17/+0
2020-06-11x86/entry: Remove the TRACE_IRQS cruftThomas Gleixner1-13/+0
2020-06-11x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner1-13/+0
2020-06-11x86/entry/64: Remove TRACE_IRQS_*_DEBUGThomas Gleixner1-45/+3
2020-06-11x86/entry/64: Remove IRQ stack switching ASMThomas Gleixner1-96/+0
2020-06-11x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner1-143/+0
2020-06-11x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEThomas Gleixner1-4/+0
2020-06-11x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner1-5/+0
2020-06-11x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner1-17/+0
2020-06-11x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*Thomas Gleixner1-7/+0
2020-06-11x86/entry: Convert various system vectorsThomas Gleixner1-19/+0
2020-06-11x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner1-7/+0
2020-06-11x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner1-6/+0
2020-06-11x86/entry: Provide IDTENTRY_SYSVECThomas Gleixner1-0/+8
2020-06-11x86/entry: Use idtentry for interruptsThomas Gleixner1-28/+3
2020-06-11x86/entry: Add IRQENTRY_IRQ macroThomas Gleixner1-0/+14
2020-06-11x86/irq: Convey vector as argument and not in ptregsThomas Gleixner1-33/+7
2020-06-11x86/entry/64: Remove error_exit()Thomas Gleixner1-9/+0
2020-06-11x86/entry: Change exit path of xen_failsafe_callbackThomas Gleixner1-1/+1
2020-06-11x86/entry: Remove the transition leftoversThomas Gleixner1-22/+4
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner1-19/+0
2020-06-11x86/entry/64: Simplify idtentry_bodyThomas Gleixner1-2/+0