KVM: VMX: Remove duplicated include from vmx.c
[sfrench/cifs-2.6.git] / arch /
2018-12-21 YueHaibingKVM: VMX: Remove duplicated include from vmx.c
2018-12-21 Vitaly KuznetsovKVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
2018-12-21 Paolo BonziniKVM: x86: fix size of x86_fpu_cache objects
2018-12-20 Radim KrčmářMerge tag 'kvm-ppc-next-4.21-1' of git://git./linux...
2018-12-19 Paolo BonziniMerge tag 'kvm-s390-next-4.21-1' of git://git./linux...
2018-12-19 Paolo BonziniMerge tag 'kvmarm-for-v4.21' of git://git./linux/kernel...
2018-12-19 Marc Zyngierarm: KVM: Add S2_PMD_{MASK,SIZE} constants
2018-12-19 Marc Zyngierarm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro
2018-12-19 Will Deaconarm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2...
2018-12-19 Marc Zyngierarm64: KVM: Add trapped system register access tracepoint
2018-12-19 Christoffer DallKVM: arm64: Make vcpu const in vcpu_read_sys_reg
2018-12-19 Christoffer DallKVM: arm/arm64: Fixup the kvm_exit tracepoint
2018-12-18 Christoffer DallKVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
2018-12-18 Punit AgrawalKVM: arm64: Add support for creating PUD hugepages...
2018-12-18 Punit AgrawalKVM: arm64: Update age handlers to support PUD hugepages
2018-12-18 Punit AgrawalKVM: arm64: Support handling access faults for PUD...
2018-12-18 Punit AgrawalKVM: arm64: Support PUD hugepage in stage2_is_exec()
2018-12-18 Punit AgrawalKVM: arm64: Support dirty page tracking for PUD hugepages
2018-12-18 Punit AgrawalKVM: arm/arm64: Introduce helpers to manipulate page...
2018-12-18 Mark RutlandKVM: arm/arm64: Log PSTATE for unhandled sysregs
2018-12-18 Mark Rutlandarm64: KVM: Consistently advance singlestep when emulat...
2018-12-18 Michael MuellerKVM: s390: fix kmsg component kvm-s390
2018-12-18 Michael MuellerKVM: s390: unregister debug feature on failing arch...
2018-12-17 Suraj Jitindar SinghKVM: PPC: Book3S HV: Allow passthrough of an emulated...
2018-12-17 Suraj Jitindar SinghKVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUE...
2018-12-17 Suraj Jitindar SinghKVM: PPC: Book3S HV: Allow passthrough of an emulated...
2018-12-17 Suraj Jitindar SinghKVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants
2018-12-17 Suraj Jitindar SinghKVM: PPC: Add load_from_eaddr and store_to_eaddr to...
2018-12-17 Suraj Jitindar SinghKVM: PPC: Book3S HV: Implement functions to access...
2018-12-17 Suraj Jitindar SinghKVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
2018-12-17 Suraj Jitindar SinghKVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO...
2018-12-16 Paul MackerrasKVM: PPC: Book3S HV: Flush guest mappings when turning...
2018-12-16 Paul MackerrasKVM: PPC: Book3S HV: Cleanups - constify memslots,...
2018-12-16 Paul MackerrasKVM: PPC: Book3S HV: Map single pages when doing dirty...
2018-12-16 Bharata B RaoKVM: PPC: Pass change type down to memslot commit function
2018-12-14 Marc Orrkvm: x86: Dynamically allocate guest_fpu
2018-12-14 Marc Orrkvm: x86: Use task structs fpu field for user
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for Guest Non-Register State...
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for Host Control Registers...
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for VM-Entry Control Fields...
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for VM-Exit Control Fields...
2018-12-14 Sean ChristophersonKVM: nVMX: Remove param indirection from nested_vmx_che...
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for VM-Execution Control...
2018-12-14 Krish SadhukhanKVM: nVMX: Prepend "nested_vmx_" to check_vmentry_...
2018-12-14 Lan TianyuKVM/VMX: Check ept_pointer before flushing ept tlb
2018-12-14 Krish SadhukhanKVM nVMX: MSRs should not be stored if VM-entry fails...
2018-12-14 Jim Mattsonkvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset
2018-12-14 Wei Huangkvm: vmx: add cpu into VMX preemption timer bug list
2018-12-14 Eduardo Habkostkvm: x86: Report STIBP on GET_SUPPORTED_CPUID
2018-12-14 Vitaly Kuznetsovx86/hyper-v: Stop caring about EOI for direct stimers
2018-12-14 Vitaly Kuznetsovx86/kvm/hyper-v: avoid open-coding stimer_mark_pending...
2018-12-14 Vitaly Kuznetsovx86/kvm/hyper-v: direct mode for synthetic timers
2018-12-14 Vitaly Kuznetsovx86/kvm/hyper-v: use stimer config definition from...
2018-12-14 Vitaly Kuznetsovx86/hyper-v: move synic/stimer control structures defin...
2018-12-14 Vitaly Kuznetsovx86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID
2018-12-14 Vitaly Kuznetsovx86/kvm/hyper-v: Introduce nested_get_evmcs_version...
2018-12-14 Vitaly Kuznetsovx86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition
2018-12-14 Vitaly Kuznetsovx86/hyper-v: Do some housekeeping in hyperv-tlfs.h
2018-12-14 Vitaly Kuznetsovx86/hyper-v: Mark TLFS structures packed
2018-12-14 Roman Kaganx86: kvm: hyperv: don't retry message delivery for...
2018-12-14 Roman Kaganx86: kvm: hyperv: simplify SynIC message delivery
2018-12-14 Peng Haokvm: x86: remove unnecessary recalculate_apic_map
2018-12-14 Peng Haokvm: svm: remove unused struct definition
2018-12-14 Jim Mattsonkvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when...
2018-12-14 Jim Mattsonkvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entry
2018-12-14 Jim Mattsonkvm: vmx: Document the need for MSR_STAR in i386 builds
2018-12-14 Jim Mattsonkvm: vmx: Set IA32_TSC_AUX for legacy mode guests
2018-12-14 Sean ChristophersonKVM: nVMX: Move nested code to dedicated files
2018-12-14 Sean ChristophersonKVM: VMX: Expose nested_vmx_allowed() to nested VMX...
2018-12-14 Sean ChristophersonKVM: VMX: Expose various getters and setters to nested VMX
2018-12-14 Sean ChristophersonKVM: VMX: Expose misc variables needed for nested VMX
2018-12-14 Sean ChristophersonKVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper...
2018-12-14 Sean ChristophersonKVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @neste...
2018-12-14 Sean ChristophersonKVM: nVMX: Set callbacks for nested functions during...
2018-12-14 Sean ChristophersonKVM: VMX: Move the hardware {un}setup functions to...
2018-12-14 Sean ChristophersonKVM: x86: nVMX: Allow nested_enable_evmcs to be NULL
2018-12-14 Sean ChristophersonKVM: VMX: Move nested hardware/vcpu {un}setup to helper...
2018-12-14 Sean ChristophersonKVM: VMX: Move VMX instruction wrappers to a dedicated...
2018-12-14 Sean ChristophersonKVM: VMX: Move eVMCS code to dedicated files
2018-12-14 Sean ChristophersonKVM: VMX: Add vmx.h to hold VMX definitions
2018-12-14 Sean ChristophersonKVM: nVMX: Move vmcs12 code to dedicated files
2018-12-14 Sean ChristophersonKVM: VMX: Move VMCS definitions to dedicated file
2018-12-14 Sean ChristophersonKVM: VMX: Expose various module param vars via capabili...
2018-12-14 Sean ChristophersonKVM: VMX: Move capabilities structs and helpers to...
2018-12-14 Sean ChristophersonKVM: VMX: Pass vmx_capability struct to setup_vmcs_config()
2018-12-14 Sean ChristophersonKVM: VMX: Properly handle dynamic VM Entry/Exit controls
2018-12-14 Sean ChristophersonKVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()
2018-12-14 Sean ChristophersonKVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h
2018-12-14 Sean ChristophersonKVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fie...
2018-12-14 Sean ChristophersonKVM: VMX: Move VMX specific files to a "vmx" subdirectory
2018-12-14 Sean ChristophersonKVM: x86: Add requisite includes to hyperv.h
2018-12-14 Sean ChristophersonKVM: x86: Add requisite includes to kvm_cache_regs.h
2018-12-14 Sean ChristophersonKVM: VMX: Alphabetize the includes in vmx.c
2018-12-14 Sean ChristophersonKVM: nVMX: Allocate and configure VM{READ,WRITE} bitmap...
2018-12-14 Sean ChristophersonKVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm...
2018-12-14 Paolo Bonzinikvm: introduce manual dirty log reprotect
2018-12-14 Paolo Bonzinikvm: rename last argument to kvm_get_dirty_log_protect
2018-12-14 Paolo Bonzinikvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic
2018-12-14 Paolo BonziniMerge branch 'khdr_fix' of git://git./linux/kernel...
2018-12-14 Suraj Jitindar SinghKVM: PPC: Book3S PR: Set hflag to indicate that POWER9...
next