summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson2019-09-244-23/+14
* KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error codeSean Christopherson2019-09-242-2/+20
* KVM: x86: Refactor kvm_vcpu_do_singlestep() to remove out paramSean Christopherson2019-09-241-6/+6
* KVM: x86: Clean up handle_emulation_failure()Sean Christopherson2019-09-241-6/+4
* KVM: x86: Relocate MMIO exit stats countingSean Christopherson2019-09-243-3/+2
* KVM: nVMX: Check Host Address Space Size on vmentry of nested guestsKrish Sadhukhan2019-09-241-0/+28
* KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is im...Vitaly Kuznetsov2019-09-242-1/+10
* KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernelWanpeng Li2019-09-241-2/+10
* KVM: x86: Manually flush collapsible SPTEs only when toggling flagsSean Christopherson2019-09-241-1/+6
* KVM: x86: announce KVM_CAP_HYPERV_ENLIGHTENED_VMCS support only when it is av...Vitaly Kuznetsov2019-09-241-2/+4
* KVM: x86: svm: remove unneeded nested_enable_evmcs() hookVitaly Kuznetsov2019-09-241-8/+1
* KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov2019-09-244-0/+47
* KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan2019-09-242-0/+9
* x86/Hyper-V: Fix definition of struct hv_vp_assist_pageTianyu Lan2019-09-241-5/+15
* kvm: x86: Add Intel PMU MSRs to msrs_to_save[]Jim Mattson2019-09-241-0/+41
* Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-212-12/+2
|\
| * um: Use real DMA barriersJohannes Berg2019-09-151-3/+0
| * um: Don't use generic barrier.hJohannes Berg2019-09-151-8/+1
| * um: Fix VDSO compiler warningJohannes Berg2019-09-151-1/+1
* | 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-204-5/+16
|\ \ \
| * | | fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann2019-08-092-1/+5
| * | | x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific headerThiago Jung Bauermann2019-08-092-1/+10
| * | | x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/KconfigThiago Jung Bauermann2019-08-091-3/+1
* | | | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-202-1/+3
|\ \ \ \
| * | | | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-1/+2
| * | | | kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-0/+1
* | | | | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-next-2019-07-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-08-061-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-07-29344-6049/+8008
| | |\ \ \ \ \
| | * | | | | | x86/gpu: add TGL stolen memory supportMichel Thierry2019-07-171-0/+1
* | | | | | | | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-197-21/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | swiotlb-xen: simplify cache maintainanceChristoph Hellwig2019-09-111-14/+0
| * | | | | | | | xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig2019-09-111-2/+0
| * | | | | | | | dma-mapping: provide a better default ->get_required_maskChristoph Hellwig2019-09-041-0/+1
| * | | | | | | | dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-042-0/+4
| * | | | | | | | dma-mapping: fix filename referencesAndy Shevchenko2019-09-033-5/+2
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-1831-5538/+132
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel2019-09-091-11/+6
| * | | | | | | | | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede2019-09-051-1/+1
| * | | | | | | | | crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-6/+6
| * | | | | | | | | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede2019-08-221-0/+2
| * | | | | | | | | crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede2019-08-222-2/+2
| * | | | | | | | | crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel2019-08-229-18/+81
| * | | | | | | | | crypto: x86/des - switch to library interfaceArd Biesheuvel2019-08-221-19/+23
| * | | | | | | | | crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
| * | | | | | | | | crypto: 3des - move verification out of exported routineArd Biesheuvel2019-08-221-0/+4
| * | | | | | | | | crypto: ghash - add comment and improve help textEric Biggers2019-07-271-2/+1