summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-166/+198
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds35-615/+797
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2020-06-12x86/entry: Make NMI use IDTENTRY_RAWThomas Gleixner1-1/+1
2020-06-12x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski1-26/+38
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+16
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-63/+78
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner3-1/+16
2020-06-11x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck1-1/+1
2020-06-11x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck1-4/+14
2020-06-11Merge branch 'x86/entry' into ras/coreThomas Gleixner100-1523/+2048
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner4-18/+2
2020-06-11x86/entry: Re-order #DB handler to avoid *SAN instrumentationPeter Zijlstra1-28/+27
2020-06-11x86/idt: Consolidate idt functionalityThomas Gleixner1-25/+38
2020-06-11x86/idt: Cleanup trap_init()Thomas Gleixner2-9/+18
2020-06-11x86/idt: Use proper constants for table sizeThomas Gleixner1-1/+2
2020-06-11x86/idt: Add comments about early #PF handlingThomas Gleixner1-2/+8
2020-06-11x86/idt: Mark init only functions __initThomas Gleixner1-2/+2
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra3-4/+4
2020-06-11x86/entry: Remove DBn stacksPeter Zijlstra2-8/+2
2020-06-11x86/entry: Remove debug IDT frobbingPeter Zijlstra3-56/+0
2020-06-11x86/entry: Optimize local_db_save() for virtPeter Zijlstra1-4/+22
2020-06-11x86/entry, mce: Disallow #DB during #MCPeter Zijlstra1-0/+12
2020-06-11x86/entry, nmi: Disable #DBPeter Zijlstra1-52/+3
2020-06-11x86/entry: Introduce local_db_{save,restore}()Peter Zijlstra1-16/+2
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on user_pcid_flush_maskLai Jiangshan1-0/+11
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rwLai Jiangshan1-0/+9
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on direct GDTLai Jiangshan1-8/+22
2020-06-11x86/hw_breakpoint: Add within_area() to check data breakpointsLai Jiangshan1-2/+11
2020-06-11x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner3-0/+17
2020-06-11x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner1-3/+4
2020-06-11x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEThomas Gleixner3-33/+5
2020-06-11x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner2-17/+14
2020-06-11x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*Thomas Gleixner2-21/+9
2020-06-11x86/entry: Convert various system vectorsThomas Gleixner5-26/+23
2020-06-11x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner3-19/+14
2020-06-11x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner3-25/+11
2020-06-11x86/entry: Use idtentry for interruptsThomas Gleixner3-36/+17
2020-06-11x86/irq: Rework handle_irq() for 64-bitThomas Gleixner2-2/+11
2020-06-11x86/irq: Convey vector as argument and not in ptregsThomas Gleixner3-12/+35
2020-06-11x86/irq: Use generic irq_regs implementationThomas Gleixner1-3/+0
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner2-8/+11
2020-06-11x86/entry/64: Move do_softirq_own_stack() to CThomas Gleixner1-0/+6
2020-06-11x86/idtentry: Switch to conditional RCU handlingThomas Gleixner2-7/+7
2020-06-11x86/entry: Fix allnoconfig build warningIngo Molnar1-1/+1
2020-06-11x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner3-11/+20
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner3-7/+21
2020-06-11x86/traps: Address objtool noinstr complaints in #DBThomas Gleixner1-2/+8
2020-06-11x86/traps: Restructure #DB handlingThomas Gleixner1-34/+35
2020-06-11x86/entry: Implement user mode C entry points for #DB and #MCEThomas Gleixner2-23/+87