summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Make .write_log_dirty a nested operationSean Christopherson2020-07-081-1/+1
* Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini2020-07-082-0/+5
|\
| * KVM: x86: Switch KVM guest to using interrupts for page ready APF deliveryVitaly Kuznetsov2020-06-151-0/+7
* | KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson2020-06-231-2/+0
* | KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-231-1/+1
* | KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini2020-06-221-1/+1
* | Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-134-14/+35
|\ \
| * | x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-111-6/+13
| * | Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-11111-2221/+1787
| |\ \
| * | | x86/mce: Drop bogus comment about mce.kflagsTony Luck2020-04-171-1/+1
| * | | x86/mce: Fixup exception only for the correct MCEsBorislav Petkov2020-04-141-0/+1
| * | | x86/mce: Add a struct mce.kflags fieldTony Luck2020-04-142-0/+9
| * | | x86/mce: Rename "first" function as "early"Tony Luck2020-04-141-7/+9
| * | | x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov2020-04-141-1/+2
| * | | x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner2020-04-141-0/+1
* | | | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-1328-454/+840
|\ \ \ \
| * | | | x86/entry: Make NMI use IDTENTRY_RAWThomas Gleixner2020-06-121-2/+2
| * | | | x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski2020-06-121-1/+1
| | |/ / | |/| |
| * | | x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-111-0/+7
| * | | x86/entry: __always_inline CR2 for noinstrPeter Zijlstra2020-06-113-6/+6
| * | | x86/entry: __always_inline arch_atomic_* for noinstrPeter Zijlstra2020-06-111-7/+7
| * | | x86/entry: __always_inline irqflags for noinstrPeter Zijlstra2020-06-111-10/+10
| * | | x86/entry: __always_inline debugreg for noinstrPeter Zijlstra2020-06-111-3/+3
| * | | x86/idt: Consolidate idt functionalityThomas Gleixner2020-06-111-15/+2
| * | | x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra2020-06-111-2/+0
| * | | x86/entry: Remove DBn stacksPeter Zijlstra2020-06-111-9/+3
| * | | x86/entry: Remove debug IDT frobbingPeter Zijlstra2020-06-112-52/+1
| * | | x86/entry: Optimize local_db_save() for virtPeter Zijlstra2020-06-111-1/+4
| * | | x86/entry: Introduce local_db_{save,restore}()Peter Zijlstra2020-06-111-0/+30
| * | | x86/entry: Remove the TRACE_IRQS cruftThomas Gleixner2020-06-111-10/+0
| * | | x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner2020-06-111-12/+0
| * | | x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEThomas Gleixner2020-06-115-26/+2
| * | | x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner2020-06-111-0/+4
| * | | x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-114-44/+10
| * | | x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*Thomas Gleixner2020-06-114-14/+6
| * | | x86/entry: Convert various system vectorsThomas Gleixner2020-06-117-56/+24
| * | | x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-114-11/+7
| * | | x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner2020-06-115-13/+8
| * | | x86/entry: Provide IDTENTRY_SYSVECThomas Gleixner2020-06-111-0/+79
| * | | x86/entry: Use idtentry for interruptsThomas Gleixner2020-06-113-4/+8
| * | | x86/entry: Add IRQENTRY_IRQ macroThomas Gleixner2020-06-111-0/+49
| * | | x86/irq: Rework handle_irq() for 64-bitThomas Gleixner2020-06-111-1/+1
| * | | x86/irq: Convey vector as argument and not in ptregsThomas Gleixner2020-06-115-3/+53
| * | | x86/irq: Use generic irq_regs implementationThomas Gleixner2020-06-111-32/+0
| * | | x86/entry: Remove the transition leftoversThomas Gleixner2020-06-111-3/+3
| * | | x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner2020-06-112-12/+2
| * | | x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner2020-06-111-0/+34
| * | | x86/entry: Provide helpers for executing on the irqstackThomas Gleixner2020-06-111-0/+53
| * | | x86/entry: Clean up idtentry_enter/exit() leftoversThomas Gleixner2020-06-111-11/+1
| * | | x86/idtentry: Switch to conditional RCU handlingThomas Gleixner2020-06-111-4/+6