summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2020-06-11x86/irq: Convey vector as argument and not in ptregsThomas Gleixner
2020-06-11x86/irq: Use generic irq_regs implementationThomas Gleixner
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner
2020-06-11x86/entry/64: Move do_softirq_own_stack() to CThomas Gleixner
2020-06-11x86/idtentry: Switch to conditional RCU handlingThomas Gleixner
2020-06-11x86/entry: Fix allnoconfig build warningIngo Molnar
2020-06-11x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner
2020-06-11x86/traps: Address objtool noinstr complaints in #DBThomas Gleixner
2020-06-11x86/traps: Restructure #DB handlingThomas Gleixner
2020-06-11x86/entry: Implement user mode C entry points for #DB and #MCEThomas Gleixner
2020-06-11x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner
2020-06-11x86/db: Split out dr6/7 handlingPeter Zijlstra
2020-06-11x86/nmi: Protect NMI entry against instrumentationThomas Gleixner
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner
2020-06-11x86/mce: Use untraced rd/wrmsr in the MCE offline/crash checkThomas Gleixner
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner
2020-06-11x86/mce: Move nmi_enter/exit() into the entry pointThomas Gleixner
2020-06-11x86/traps: Split int3 handler upPeter Zijlstra
2020-06-11x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner
2020-06-11x86/int3: Inline bsearch()Peter Zijlstra
2020-06-11x86/int3: Avoid atomic instrumentationPeter Zijlstra
2020-06-11x86/int3: Ensure that poke_int3_handler() is not tracedThomas Gleixner
2020-06-11x86/entry/32: Convert IRET exception to IDTENTRY_SWThomas Gleixner
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner
2020-06-11x86/traps: Prepare for using DEFINE_IDTENTRYThomas Gleixner
2020-06-11x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner
2020-06-11x86/traps: Mark sync_regs() noinstrThomas Gleixner
2020-06-11x86/traps: Mark fixup_bad_iret() noinstrThomas Gleixner
2020-06-11x86/entry/64: Move non entry code into .text sectionThomas Gleixner
2020-06-11x86/idt: Remove update_intr_gate()Thomas Gleixner
2020-06-11x86/doublefault: Remove memmove() callPeter Zijlstra
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_areaAndy Lutomirski
2020-06-11x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov
2020-06-11x86/idt: Annotate alloc_intr_gate() with __initVitaly Kuznetsov
2020-06-11x86/idt: Remove address operator on function machine_check()Lai Jiangshan
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds