index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
entry_32.S
Age
Commit message (
Expand
)
Author
2020-06-11
x86/entry: Convert NMI to IDTENTRY_NMI
Thomas Gleixner
2020-06-11
x86/entry: Convert Machine Check to IDTENTRY_IST
Thomas Gleixner
2020-06-11
x86/entry: Convert INT3 exception to IDTENTRY_RAW
Thomas Gleixner
2020-06-11
x86/entry/32: Convert IRET exception to IDTENTRY_SW
Thomas Gleixner
2020-06-11
x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Alignment check exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Coprocessor error exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert General protection exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Stack segment exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Segment not present exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Invalid TSS exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Device not available exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Bounds exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Overflow exception to IDTENTRY
Thomas Gleixner
2020-06-11
x86/entry: Convert Divide Error to IDTENTRY
Thomas Gleixner
2020-06-11
x86/idtentry: Provide macros to define/declare IDT entry points
Thomas Gleixner
2020-06-11
x86/entry/32: Provide macro to emit IDT entry stubs
Thomas Gleixner
2020-06-11
x86/entry: Move irq flags tracing to prepare_exit_to_usermode()
Thomas Gleixner
2020-06-11
x86/entry: Move irq tracing on syscall entry to C-code
Thomas Gleixner
2020-06-11
x86/entry/32: Move non entry code into .text section
Thomas Gleixner
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-05-19
x86/kvm: Handle async page faults directly through do_page_fault()
Andy Lutomirski
2020-04-30
x86: Change {JMP,CALL}_NOSPEC argument
Peter Zijlstra
2020-04-14
x86/32: Remove CONFIG_DOUBLEFAULT
Borislav Petkov
2020-03-10
x86/entry/64: Trace irqflags unconditionally as ON when returning to user space
Thomas Gleixner
2020-03-10
x86/entry/32: Remove unused label restore_nocheck
Thomas Gleixner
2020-02-29
x86/entry/32: Remove the 0/-1 distinction from exception entries
Thomas Gleixner
2020-02-27
x86/entry/entry_32: Route int3 through common_exception
Thomas Gleixner
2020-02-27
x86/entry/32: Force MCE through do_mce()
Thomas Gleixner
2020-02-27
x86/entry/32: Add missing ASM_CLAC to general_protection entry
Thomas Gleixner
2019-11-27
x86/entry/32: Remove unused 'restore_all_notrace' local label
Borislav Petkov
2019-11-26
x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bit
Andy Lutomirski
2019-11-26
Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-25
x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
Andy Lutomirski
2019-11-21
x86/entry/32: Fix NMI vs ESPFIX
Peter Zijlstra
2019-11-21
x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
Andy Lutomirski
2019-11-21
x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
Andy Lutomirski
2019-11-21
x86/entry/32: Use %ss segment where required
Andy Lutomirski
2019-11-21
x86/entry/32: Fix IRET exception
Peter Zijlstra
2019-11-19
x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout
Jan Beulich
2019-11-19
x86/stackframe/32: Repair 32-bit Xen PV
Jan Beulich
2019-11-16
x86/entry/32: Remove unused resume_userspace label
Thomas Gleixner
2019-11-16
x86/entry/32: Clarify register saving in __switch_to_asm()
Thomas Gleixner
2019-10-18
x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
x86/asm/32: Change all ENTRY+END to SYM_CODE_*
Jiri Slaby
[prev]
[next]