summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson2019-09-241-2/+1
* KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is im...Vitaly Kuznetsov2019-09-241-0/+7
* KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov2019-09-242-0/+6
* KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan2019-09-241-0/+1
* x86/Hyper-V: Fix definition of struct hv_vp_assist_pageTianyu Lan2019-09-241-5/+15
* Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds2019-09-212-9/+9
|\
| * x86: bug.h: use asm_inline in _BUG_FLAGS definitionsRasmus Villemoes2019-09-151-2/+2
| * x86: alternative.h: use asm_inline for all alternative variantsRasmus Villemoes2019-09-151-7/+7
* | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-0/+10
|\ \
| * | x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific headerThiago Jung Bauermann2019-08-091-0/+10
* | | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-14/+0
|\ \ \
| * | | swiotlb-xen: simplify cache maintainanceChristoph Hellwig2019-09-111-14/+0
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-182-13/+1
|\ \ \ \
| * | | | crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel2019-08-221-1/+1
| * | | | crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-261-12/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-184-5/+33
|\ \ \ \ \
| * | | | | KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon2019-09-111-0/+2
| * | | | | KVM: VMX: Introduce exit reason for receiving INIT signal on guest-modeLiran Alon2019-09-111-0/+2
| * | | | | KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson2019-09-111-0/+14
| * | | | | KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson2019-09-101-0/+2
| * | | | | KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson2019-09-101-2/+2
| * | | | | Merge tag 'kvmarm-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2019-09-102-0/+39
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-ppc-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-09-104-4/+4
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2019-09-101-0/+7
| * | | | | | KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson2019-08-221-1/+1
| * | | | | | x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov2019-08-221-1/+2
| * | | | | | x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov2019-08-221-1/+1
* | | | | | | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-171-0/+8
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-09-171-0/+8
| |\ \ \ \ \ \ \
| | * | | | | | | cpuidle-haltpoll: vcpu hotplug supportJoao Martins2019-09-031-2/+2
| | * | | | | | | cpuidle-haltpoll: disable host side polling when kvm virtualizedMarcelo Tosatti2019-07-301-0/+8
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov2019-08-231-3/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-179-165/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/apic/flat64: Remove the IPI shorthand decision logicThomas Gleixner2019-07-251-4/+0
| * | | | | | | | x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner2019-07-251-0/+1
| * | | | | | | | x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner2019-07-251-0/+2
| * | | | | | | | x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2019-07-251-0/+2
| * | | | | | | | x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner2019-07-251-0/+1
| * | | | | | | | x86/cpu: Move arch_smt_update() to a neutral placeThomas Gleixner2019-07-251-0/+2
| * | | | | | | | x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner2019-07-251-2/+0
| * | | | | | | | x86/apic: Move apic_flat_64 header into apic directoryThomas Gleixner2019-07-251-8/+0
| * | | | | | | | x86/apic: Move ipi header into apic directoryThomas Gleixner2019-07-251-90/+0
| * | | | | | | | x86/apic: Move IPI inlines into ipi.cThomas Gleixner2019-07-251-19/+0
| * | | | | | | | x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper2019-07-224-42/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-172-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() codeHeiner Kallweit2019-08-191-1/+1
| * | | | | | | | x86/irq: Improve definition of VECTOR_SHUTDOWN et alHeiner Kallweit2019-08-191-2/+2
* | | | | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-162-0/+55
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom2019-08-282-0/+55
| | |_|_|_|_|_|/ / | |/| | | | | | |