OSDN Git Service

x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
[uclinux-h8/linux.git] / arch /
2018-10-16 Paolo Bonzinix86/kvm/mmu: get rid of redundant kvm_mmu_setup()
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu: introduce guest_mmu
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_ro...
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ep...
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
2018-10-16 Paolo Bonzinikvm: x86: optimize dr6 restore
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: optimize sparse VP set processing
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: fix 'tlb_lush' typo
2018-10-16 Sean ChristophersonKVM: nVMX: WARN if nested run hits VMFail with early...
2018-10-16 Sean ChristophersonKVM: nVMX: add option to perform early consistency...
2018-10-16 Sean ChristophersonKVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host...
2018-10-16 Sean ChristophersonKVM: nVMX: call kvm_skip_emulated_instruction in nested...
2018-10-16 Sean ChristophersonKVM: nVMX: do not call nested_vmx_succeed() for consist...
2018-10-16 Sean ChristophersonKVM: nVMX: do not skip VMEnter instruction that succeeds
2018-10-16 Sean ChristophersonKVM: nVMX: do early preparation of vmcs02 before check_...
2018-10-16 Sean ChristophersonKVM: nVMX: initialize vmcs02 constant exactly once...
2018-10-16 Sean ChristophersonKVM: nVMX: split pieces of prepare_vmcs02() to prepare_...
2018-10-16 Sean ChristophersonKVM: VMX: remove ASSERT() on vmx->pml_pg validity
2018-10-16 Sean ChristophersonKVM: vVMX: rename label for post-enter_guest_mode consi...
2018-10-16 Sean ChristophersonKVM: nVMX: assimilate nested_vmx_entry_failure() into...
2018-10-16 Sean ChristophersonKVM: nVMX: move check_vmentry_postreqs() call to nested...
2018-10-16 Sean ChristophersonKVM: nVMX: rename enter_vmx_non_root_mode to nested_vmx...
2018-10-16 Sean ChristophersonKVM: nVMX: try to set EFER bits correctly when initiali...
2018-10-16 Sean ChristophersonKVM: vmx: do not unconditionally clear EFER switching
2018-10-16 Sean ChristophersonKVM: nVMX: reset cache/shadows when switching loaded...
2018-10-16 Sean ChristophersonKVM: nVMX: use vm_exit_controls_init() to write exit...
2018-10-16 Sean ChristophersonKVM: nVMX: move vmcs12 EPTP consistency check to check_...
2018-10-16 Sean ChristophersonKVM: nVMX: move host EFER consistency checks to VMFail...
2018-10-16 Jim MattsonKVM: nVMX: Always reflect #NM VM-exits to L1
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: implement PV IPI send hypercalls
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: optimize kvm_hv_flush_tlb() for vp_in...
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: valid_bank_mask should be 'u64'
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: keep track of mismatched VP indexes
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: consistently use 'hv_vcpu' for 'struc...
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_fl...
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
2018-10-16 Paolo Bonzinikvm/x86: return meaningful value from KVM_SIGNAL_MSI
2018-10-16 Wei YangKVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and...
2018-10-16 Tianyu LanKVM/VMX: Remve unused function is_external_interrupt().
2018-10-16 Wei YangKVM: x86: return 0 in case kvm_mmu_memory_cache has...
2018-10-16 Krish SadhukhannVMX x86: Make nested_vmx_check_pml_controls() concise
2018-10-16 Wei YangKVM: x86: adjust kvm_mmu_page member to save 8 bytes
2018-10-16 Sean ChristophersonKVM: nVMX: restore host state in nested_vmx_vmexit...
2018-10-16 Jim MattsonKVM: nVMX: Clear reserved bits of #DB exit qualification
2018-10-16 Wanpeng LiKVM: LAPIC: Tune lapic_timer_advance_ns automatically
2018-10-13 Liran AlonKVM: nVMX: Do not flush TLB on L1<->L2 transitions...
2018-10-13 Liran AlonKVM: nVMX: Flush linear and combined mappings on VPID02...
2018-10-13 Liran AlonKVM: nVMX: Use correct VPID02 when emulating L1 INVVPID
2018-10-13 Liran AlonKVM: nVMX: Flush TLB entries tagged by dest EPTP on...
2018-10-13 Sean ChristophersonKVM: vmx: rename KVM_GUEST_CR0_MASK tp KVM_VM_CR0_ALWAY...
2018-10-13 Paolo BonziniMerge tag 'kvm-s390-next-4.20-2' of git://git./linux...
2018-10-10 Paolo BonziniMerge tag 'kvm-ppc-next-4.20-1' of git://git./linux...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Add a VM capability to enable...
2018-10-09 Paul MackerrasMerge remote-tracking branch 'remotes/powerpc/topic...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Add nested shadow page tables...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Allow HV module to load without...
2018-10-09 Suraj Jitindar SinghKVM: PPC: Book3S HV: Handle differing endianness for...
2018-10-09 Suraj Jitindar SinghKVM: PPC: Book3S HV: Sanitise hv_regs on nested guest...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Add one-reg interface to virtual...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR...
2018-10-09 Suraj Jitindar SinghKVM: PPC: Book3S HV: Invalidate TLB when nested vcpu...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Use hypercalls for TLB invalidatio...
2018-10-09 Suraj Jitindar SinghKVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
2018-10-09 Suraj Jitindar SinghKVM: PPC: Book3S HV: Introduce rmap to track nested...
2018-10-09 Suraj Jitindar SinghKVM: PPC: Book3S HV: Handle page fault for a nested...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Handle hypercalls correctly when...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Use XICS hypercalls when running...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Nested guest entry via hypercall
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Framework and hcall stubs for...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unma...
2018-10-09 Suraj Jitindar SinghKVM: PPC: Book3S HV: Refactor radix page fault handler
2018-10-09 Suraj Jitindar SinghKVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate proces...
2018-10-09 Suraj Jitindar SinghKVM: PPC: Book3S HV: Clear partition table entry on...
2018-10-09 Paul MackerrasKVM: PPC: Use ccr field in pt_regs struct embedded...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Add a debugfs file to dump radix...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Handle hypervisor instruction...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Streamlined guest entry/exit path...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with...
2018-10-09 Paul MackerrasKVM: PPC: Book3S: Rework TM save/restore code and make...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Simplify real-mode interrupt handling
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Extract PMU save/restore operation...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Move interrupt delivery on guest...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Remove left-over code in XICS...
2018-10-09 Paul MackerrasKVM: PPC: Book3S: Simplify external interrupt handling
2018-10-09 Paul Mackerraspowerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hyperv...
2018-10-09 Alexey KardashevskiyKVM: PPC: Remove redundand permission bits removal
2018-10-09 Alexey KardashevskiyKVM: PPC: Propagate errors to the guest when failed...
2018-10-09 Alexey KardashevskiyKVM: PPC: Validate TCEs against preregistered memory...
2018-10-08 Christian BorntraegerMerge branch 'apv11' of git://git./linux/kernel/git...
2018-10-05 Pierre MorelKVM: s390: Tracing APCB changes
2018-10-05 Christian BorntraegerKVM: s390: fix locking for crypto setting error path
2018-10-05 Paul MackerrasKVM: PPC: Book3S HV: Provide mode where all vCPUs on...
2018-10-05 Cameron KaiserKVM: PPC: Book3S PR: Exiting split hack mode needs...
2018-10-04 Paolo BonziniMerge tag 'kvm-s390-next-4.20-1' of git://git./linux...
2018-10-04 Paolo Bonzinikvm: nVMX: fix entry with pending interrupt if APICv...
2018-10-04 Paolo BonziniKVM: VMX: hide flexpriority from guest when disabled...
2018-10-04 Sean ChristophersonKVM: VMX: check for existence of secondary exec control...
2018-10-02 Alexey KardashevskiyKVM: PPC: Inform the userspace about TCE update failures
2018-10-02 Alexey KardashevskiyKVM: PPC: Validate all tces before updating tables
next