summaryrefslogtreecommitdiff
path: root/arch/x86/entry/entry_32.S
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner1-6/+0
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner1-6/+0
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner1-6/+0
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner1-7/+0
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner1-7/+0
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner1-7/+0
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner1-7/+0
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner1-7/+0
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner1-7/+0
2020-06-11x86/idtentry: Provide macros to define/declare IDT entry pointsThomas Gleixner1-0/+6
2020-06-11x86/entry/32: Provide macro to emit IDT entry stubsThomas Gleixner1-0/+68
2020-06-11x86/entry: Move irq flags tracing to prepare_exit_to_usermode()Thomas Gleixner1-8/+4
2020-06-11x86/entry: Move irq tracing on syscall entry to C-codeThomas Gleixner1-12/+0
2020-06-11x86/entry/32: Move non entry code into .text sectionThomas Gleixner1-0/+9
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+0
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+0
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski1-8/+0
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra1-3/+3
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov1-2/+0
2020-03-10x86/entry/64: Trace irqflags unconditionally as ON when returning to user spaceThomas Gleixner1-1/+1
2020-03-10x86/entry/32: Remove unused label restore_nocheckThomas Gleixner1-1/+1
2020-02-29x86/entry/32: Remove the 0/-1 distinction from exception entriesThomas Gleixner1-3/+3
2020-02-27x86/entry/entry_32: Route int3 through common_exceptionThomas Gleixner1-8/+2
2020-02-27x86/entry/32: Force MCE through do_mce()Thomas Gleixner1-1/+1
2020-02-27x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner1-0/+1
2019-11-27x86/entry/32: Remove unused 'restore_all_notrace' local labelBorislav Petkov1-1/+0
2019-11-26x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski1-0/+42
2019-11-26Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+7
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-80/+80
2019-11-25x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski1-3/+18
2019-11-21x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra1-12/+41
2019-11-21x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski1-14/+16
2019-11-21x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski1-31/+35
2019-11-21x86/entry/32: Use %ss segment where requiredAndy Lutomirski1-5/+14
2019-11-21x86/entry/32: Fix IRET exceptionPeter Zijlstra1-1/+1
2019-11-19x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich1-13/+9
2019-11-19x86/stackframe/32: Repair 32-bit Xen PVJan Beulich1-2/+2
2019-11-16x86/entry/32: Remove unused resume_userspace labelThomas Gleixner1-1/+0
2019-11-16x86/entry/32: Clarify register saving in __switch_to_asm()Thomas Gleixner1-1/+7
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-12/+12
2019-10-18x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby1-52/+52
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby1-1/+2
2019-10-18x86/asm: Remove the last GLOBAL user and remove the macroJiri Slaby1-2/+2
2019-10-18x86/asm/entry: Annotate interrupt symbols properlyJiri Slaby1-14/+14
2019-07-31x86: Use CONFIG_PREEMPTIONThomas Gleixner1-3/+3
2019-07-24x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins1-4/+9
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra1-3/+22
2019-07-17x86/entry/32: Simplify common_exceptionPeter Zijlstra1-23/+13
2019-07-09x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby1-1/+1
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-40/+105