aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-06-11x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck
2020-06-11Merge branch 'x86/entry' into ras/coreThomas Gleixner
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner
2020-06-11x86/entry: __always_inline CR2 for noinstrPeter Zijlstra
2020-06-11x86/entry: Re-order #DB handler to avoid *SAN instrumentationPeter Zijlstra
2020-06-11x86/entry: __always_inline arch_atomic_* for noinstrPeter Zijlstra
2020-06-11x86/entry: __always_inline irqflags for noinstrPeter Zijlstra
2020-06-11x86/entry: __always_inline debugreg for noinstrPeter Zijlstra
2020-06-11x86/idt: Consolidate idt functionalityThomas Gleixner
2020-06-11x86/idt: Cleanup trap_init()Thomas Gleixner
2020-06-11x86/idt: Use proper constants for table sizeThomas Gleixner
2020-06-11x86/idt: Add comments about early #PF handlingThomas Gleixner
2020-06-11x86/idt: Mark init only functions __initThomas Gleixner
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra
2020-06-11x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra
2020-06-11x86/entry: Remove DBn stacksPeter Zijlstra
2020-06-11x86/entry: Remove debug IDT frobbingPeter Zijlstra
2020-06-11x86/entry: Optimize local_db_save() for virtPeter Zijlstra
2020-06-11x86/entry, mce: Disallow #DB during #MCPeter Zijlstra
2020-06-11x86/entry, nmi: Disable #DBPeter Zijlstra
2020-06-11x86/entry: Introduce local_db_{save,restore}()Peter Zijlstra
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on user_pcid_flush_maskLai Jiangshan
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rwLai Jiangshan
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on direct GDTLai Jiangshan
2020-06-11x86/hw_breakpoint: Add within_area() to check data breakpointsLai Jiangshan
2020-06-11xen: Move xen_setup_callback_vector() definition to include/xen/hvm.hVitaly Kuznetsov
2020-06-11x86/entry: Remove the TRACE_IRQS cruftThomas Gleixner
2020-06-11x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner
2020-06-11x86/entry/64: Remove TRACE_IRQS_*_DEBUGThomas Gleixner
2020-06-11x86/entry/32: Remove redundant irq disable codeThomas Gleixner
2020-06-11x86/entry: Make enter_from_user_mode() staticThomas Gleixner
2020-06-11x86/entry/64: Remove IRQ stack switching ASMThomas Gleixner
2020-06-11x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner
2020-06-11x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEThomas Gleixner
2020-06-11x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner
2020-06-11x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner
2020-06-11x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*Thomas Gleixner
2020-06-11x86/entry: Convert various system vectorsThomas Gleixner
2020-06-11x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner
2020-06-11x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner
2020-06-11x86/entry: Provide IDTENTRY_SYSVECThomas Gleixner
2020-06-11x86/entry: Use idtentry for interruptsThomas Gleixner
2020-06-11x86/entry: Add IRQENTRY_IRQ macroThomas Gleixner
2020-06-11x86/irq: Rework handle_irq() for 64-bitThomas Gleixner
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/32: Remove common_exception()Thomas Gleixner
2020-06-11x86/entry/64: Remove error_exit()Thomas Gleixner
2020-06-11x86/entry: Change exit path of xen_failsafe_callbackThomas Gleixner
2020-06-11x86/entry: Remove the transition leftoversThomas Gleixner