index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
entry_32.S
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
x86/entry: Convert Stack segment exception to IDTENTRY
Thomas Gleixner
1
-6
/
+0
2020-06-11
x86/entry: Convert Segment not present exception to IDTENTRY
Thomas Gleixner
1
-6
/
+0
2020-06-11
x86/entry: Convert Invalid TSS exception to IDTENTRY
Thomas Gleixner
1
-6
/
+0
2020-06-11
x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
Thomas Gleixner
1
-7
/
+0
2020-06-11
x86/entry: Convert Device not available exception to IDTENTRY
Thomas Gleixner
1
-7
/
+0
2020-06-11
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
1
-7
/
+0
2020-06-11
x86/entry: Convert Bounds exception to IDTENTRY
Thomas Gleixner
1
-7
/
+0
2020-06-11
x86/entry: Convert Overflow exception to IDTENTRY
Thomas Gleixner
1
-7
/
+0
2020-06-11
x86/entry: Convert Divide Error to IDTENTRY
Thomas Gleixner
1
-7
/
+0
2020-06-11
x86/idtentry: Provide macros to define/declare IDT entry points
Thomas Gleixner
1
-0
/
+6
2020-06-11
x86/entry/32: Provide macro to emit IDT entry stubs
Thomas Gleixner
1
-0
/
+68
2020-06-11
x86/entry: Move irq flags tracing to prepare_exit_to_usermode()
Thomas Gleixner
1
-8
/
+4
2020-06-11
x86/entry: Move irq tracing on syscall entry to C-code
Thomas Gleixner
1
-12
/
+0
2020-06-11
x86/entry/32: Move non entry code into .text section
Thomas Gleixner
1
-0
/
+9
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-8
/
+0
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+0
2020-05-19
x86/kvm: Handle async page faults directly through do_page_fault()
Andy Lutomirski
1
-8
/
+0
2020-04-30
x86: Change {JMP,CALL}_NOSPEC argument
Peter Zijlstra
1
-3
/
+3
2020-04-14
x86/32: Remove CONFIG_DOUBLEFAULT
Borislav Petkov
1
-2
/
+0
2020-03-10
x86/entry/64: Trace irqflags unconditionally as ON when returning to user space
Thomas Gleixner
1
-1
/
+1
2020-03-10
x86/entry/32: Remove unused label restore_nocheck
Thomas Gleixner
1
-1
/
+1
2020-02-29
x86/entry/32: Remove the 0/-1 distinction from exception entries
Thomas Gleixner
1
-3
/
+3
2020-02-27
x86/entry/entry_32: Route int3 through common_exception
Thomas Gleixner
1
-8
/
+2
2020-02-27
x86/entry/32: Force MCE through do_mce()
Thomas Gleixner
1
-1
/
+1
2020-02-27
x86/entry/32: Add missing ASM_CLAC to general_protection entry
Thomas Gleixner
1
-0
/
+1
2019-11-27
x86/entry/32: Remove unused 'restore_all_notrace' local label
Borislav Petkov
1
-1
/
+0
2019-11-26
x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bit
Andy Lutomirski
1
-0
/
+42
2019-11-26
Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+7
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-80
/
+80
2019-11-25
x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
Andy Lutomirski
1
-3
/
+18
2019-11-21
x86/entry/32: Fix NMI vs ESPFIX
Peter Zijlstra
1
-12
/
+41
2019-11-21
x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
Andy Lutomirski
1
-14
/
+16
2019-11-21
x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
Andy Lutomirski
1
-31
/
+35
2019-11-21
x86/entry/32: Use %ss segment where required
Andy Lutomirski
1
-5
/
+14
2019-11-21
x86/entry/32: Fix IRET exception
Peter Zijlstra
1
-1
/
+1
2019-11-19
x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout
Jan Beulich
1
-13
/
+9
2019-11-19
x86/stackframe/32: Repair 32-bit Xen PV
Jan Beulich
1
-2
/
+2
2019-11-16
x86/entry/32: Remove unused resume_userspace label
Thomas Gleixner
1
-1
/
+0
2019-11-16
x86/entry/32: Clarify register saving in __switch_to_asm()
Thomas Gleixner
1
-1
/
+7
2019-10-18
x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
1
-12
/
+12
2019-10-18
x86/asm/32: Change all ENTRY+END to SYM_CODE_*
Jiri Slaby
1
-52
/
+52
2019-10-18
x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*
Jiri Slaby
1
-1
/
+2
2019-10-18
x86/asm: Remove the last GLOBAL user and remove the macro
Jiri Slaby
1
-2
/
+2
2019-10-18
x86/asm/entry: Annotate interrupt symbols properly
Jiri Slaby
1
-14
/
+14
2019-07-31
x86: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-3
/
+3
2019-07-24
x86/entry/32: Pass cr2 to do_async_page_fault()
Matt Mullins
1
-4
/
+9
2019-07-17
x86/mm, tracing: Fix CR2 corruption
Peter Zijlstra
1
-3
/
+22
2019-07-17
x86/entry/32: Simplify common_exception
Peter Zijlstra
1
-23
/
+13
2019-07-09
x86/entry/32: Fix ENDPROC of common_spurious
Jiri Slaby
1
-1
/
+1
2019-07-08
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-40
/
+105
[prev]
[next]