index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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: Unbreak __irqentry_text_start/end magic
Thomas Gleixner
1
-1
/
+10
2020-06-11
x86/entry/32: Remove redundant irq disable code
Thomas Gleixner
1
-76
/
+0
2020-06-11
x86/entry: Remove the apic/BUILD interrupt leftovers
Thomas Gleixner
1
-18
/
+0
2020-06-11
x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC
Thomas Gleixner
1
-5
/
+0
2020-06-11
x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC
Thomas Gleixner
1
-14
/
+0
2020-06-11
x86/entry: Provide IDTENTRY_SYSVEC
Thomas Gleixner
1
-0
/
+4
2020-06-11
x86/entry: Use idtentry for interrupts
Thomas Gleixner
1
-31
/
+0
2020-06-11
x86/entry: Add IRQENTRY_IRQ macro
Thomas Gleixner
1
-0
/
+14
2020-06-11
x86/irq: Convey vector as argument and not in ptregs
Thomas Gleixner
1
-29
/
+4
2020-06-11
x86/entry/32: Remove common_exception()
Thomas Gleixner
1
-21
/
+0
2020-06-11
x86/entry: Change exit path of xen_failsafe_callback
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Remove the transition leftovers
Thomas Gleixner
1
-2
/
+1
2020-06-11
x86/entry: Switch page fault exception to IDTENTRY_RAW
Thomas Gleixner
1
-30
/
+0
2020-06-11
x86/entry: Switch XEN/PV hypercall entry to IDTENTRY
Thomas Gleixner
1
-8
/
+12
2020-06-11
x86/entry: Convert double fault exception to IDTENTRY_DF
Thomas Gleixner
1
-2
/
+2
2020-06-11
x86/entry: Convert Debug exception to IDTENTRY_DB
Thomas Gleixner
1
-10
/
+0
2020-06-11
x86/entry: Convert NMI to IDTENTRY_NMI
Thomas Gleixner
1
-4
/
+4
2020-06-11
x86/entry: Convert Machine Check to IDTENTRY_IST
Thomas Gleixner
1
-9
/
+0
2020-06-11
x86/entry: Convert INT3 exception to IDTENTRY_RAW
Thomas Gleixner
1
-7
/
+0
2020-06-11
x86/entry/32: Convert IRET exception to IDTENTRY_SW
Thomas Gleixner
1
-7
/
+7
2020-06-11
x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
Thomas Gleixner
1
-14
/
+0
2020-06-11
x86/entry: Convert Alignment check exception to IDTENTRY
Thomas Gleixner
1
-6
/
+0
2020-06-11
x86/entry: Convert Coprocessor error exception to IDTENTRY
Thomas Gleixner
1
-7
/
+0
2020-06-11
x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
Thomas Gleixner
1
-7
/
+0
2020-06-11
x86/entry: Convert General protection exception to IDTENTRY
Thomas Gleixner
1
-7
/
+1
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-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-8
/
+0
2020-06-02
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
[next]