summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "kvm: x86: optimize dr6 restore"Radim Krčmář2018-10-231-9/+4
* Merge tag 'kvm-ppc-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-10-214-9/+17
|\
| * KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy2018-10-203-7/+6
| * KVM: PPC: Book3S HV: Don't use streamlined entry path on early POWER9 chipsPaul Mackerras2018-10-191-2/+11
* | x86/kvm/nVMX: tweak shadow fieldsVitaly Kuznetsov2018-10-192-9/+6
* | Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-10-1939-369/+814
|\ \
| * | KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-195-2/+44
| * | arm/arm64: KVM: Enable 32 bits kvm vcpu events supportDongjiu Geng2018-10-181-1/+0
| * | arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng2018-10-183-4/+4
| * | arm64: KVM: Remove some extra semicolon in kvm_target_cpuzhong jiang2018-10-031-3/+3
| * | KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2018-10-034-4/+8
| * | kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose2018-10-032-24/+13
| * | kvm: arm64: Limit the minimum number of page table levelsSuzuki K Poulose2018-10-032-2/+15
| * | kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose2018-10-033-9/+48
| * | kvm: arm64: Add 52bit support for PAR to HPFAR conversoinSuzuki K Poulose2018-10-012-1/+8
| * | kvm: arm64: Switch to per VM IPA limitSuzuki K Poulose2018-10-014-3/+5
| * | kvm: arm64: Configure VTCR_EL2.SL0 per VMSuzuki K Poulose2018-10-012-19/+49
| * | kvm: arm64: Dynamic configuration of VTTBR maskSuzuki K Poulose2018-10-012-10/+88
| * | kvm: arm64: Make stage2 page table layout dynamicSuzuki K Poulose2018-10-011-32/+52
| * | kvm: arm64: Prepare for dynamic stage2 page table layoutSuzuki K Poulose2018-10-014-124/+136
| * | kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose2018-10-017-74/+95
| * | kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose2018-10-017-81/+45
| * | kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose2018-10-013-0/+16
| * | kvm: arm64: Clean up VTCR_EL2 initialisationSuzuki K Poulose2018-10-012-26/+11
| * | arm64: Add a helper for PARange to physical shift conversionSuzuki K Poulose2018-10-011-0/+20
| * | kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose2018-10-013-3/+12
| * | Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-231-1/+1
| |\ \
| | * | xen/x86/vpmu: Zero struct pt_regs before calling into sample handling codeBoris Ostrovsky2018-09-191-1/+1
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-2315-39/+234
| |\ \ \
| | * | | x86/mm: Expand static page table for fixmap spaceFeng Tang2018-09-206-8/+42
| | * | | x86/paravirt: Fix some warning messagesDan Carpenter2018-09-191-2/+2
| | * | | x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre2018-09-181-1/+1
| | * | | x86/intel_rdt: Fix exclusive mode handling of MBA resourceReinette Chatre2018-09-181-2/+12
| | * | | x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre2018-09-181-1/+1
| | * | | x86/intel_rdt: Do not allow pseudo-locking of MBA resourceReinette Chatre2018-09-181-0/+6
| | * | | x86/intel_rdt: Fix unchecked MSR accessReinette Chatre2018-09-181-0/+12
| | * | | x86/intel_rdt: Fix invalid mode warning when multiple resources are managedReinette Chatre2018-09-181-1/+1
| | * | | x86/intel_rdt: Global closid helper to support future fixesReinette Chatre2018-09-182-0/+8
| | * | | x86/intel_rdt: Fix size reporting of MBA resourceReinette Chatre2018-09-181-4/+10
| | * | | x86/intel_rdt: Fix data type in parsing callbacksXiaochen Shen2018-09-182-17/+20
| | * | | x86/kvm: Use __bss_decrypted attribute in shared variablesBrijesh Singh2018-09-151-3/+49
| | * | | x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2018-09-155-0/+70
* | | | | KVM: VMX: enable nested virtualization by defaultPaolo Bonzini2018-10-171-1/+1
* | | | | KVM/x86: Use 32bit xor to clear registers in svm.cUros Bizjak2018-10-172-16/+18
* | | | | kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOADJim Mattson2018-10-171-0/+5
* | | | | kvm: vmx: Defer setting of DR6 until #DB deliveryJim Mattson2018-10-172-31/+62
* | | | | kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson2018-10-174-21/+62
* | | | | kvm: x86: Add payload operands to kvm_multiple_exceptionJim Mattson2018-10-171-7/+15
* | | | | kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson2018-10-173-18/+51
* | | | | kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson2018-10-172-0/+10