summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon
2021-06-17KVM: x86/mmu: Skip rmap operations if rmaps not allocatedBen Gardon
2021-06-17KVM: x86/mmu: Add a field to control memslot rmap allocationBen Gardon
2021-06-17KVM: x86/mmu: Factor out allocating memslot rmapBen Gardon
2021-06-17KVM: x86/mmu: Deduplicate rmap freeingBen Gardon
2021-06-17KVM: x86: Do not write protect huge page in initially-all-set modeKeqian Zhu
2021-06-17KVM: x86: Support write protecting only large pagesKeqian Zhu
2021-06-17KVM: hyper-v: Advertise support for fast XMM hypercallsSiddharth Chandrasekaran
2021-06-17KVM: x86: kvm_hv_flush_tlb use inputs from XMM registersSiddharth Chandrasekaran
2021-06-17KVM: hyper-v: Collect hypercall params into structSiddharth Chandrasekaran
2021-06-17KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran
2021-06-17KVM: x86/mmu: Make is_nx_huge_page_enabled an inline functionShaokun Zhang
2021-06-11KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson
2021-06-11KVM: X86: Fix x86_emulator slab cache leakWanpeng Li
2021-06-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun
2021-06-10KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson
2021-06-10KVM: x86: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-06-10KVM: SVM: fix doc warningsChenXiaoSong
2021-06-09kvm: LAPIC: Restore guard to prevent illegal APIC register accessJim Mattson
2021-06-08KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU syncLai Jiangshan
2021-06-08KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint messageSean Christopherson
2021-06-08KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behaviorLai Jiangshan
2021-06-08KVM: X86: MMU: Use the correct inherited permissions to get shadow pageLai Jiangshan
2021-06-08KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timerWanpeng Li
2021-06-08KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...Ashish Kalra
2021-05-28Merge tag 'kvmarm-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-05-28KVM: X86: Kill off ctxt->udWanpeng Li
2021-05-28KVM: X86: Fix warning caused by stale emulation contextWanpeng Li
2021-05-28KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interceptionYuan Yao
2021-05-27KVM: x86/mmu: Fix comment mentioning skip_4kDavid Matlack
2021-05-27KVM: VMX: update vcpu posted-interrupt descriptor when assigning deviceMarcelo Tosatti
2021-05-27KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti
2021-05-27KVM: x86: add start_assignment hook to kvm_x86_opsMarcelo Tosatti
2021-05-27KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switchWanpeng Li
2021-05-27KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots()Wanpeng Li
2021-05-27KVM: X86: Fix vCPU preempted state from guest's point of viewWanpeng Li
2021-05-27KVM: X86: Bail out of direct yield in case of under-committed scenariosWanpeng Li
2021-05-27KVM: PPC: exit halt polling on need_resched()Wanpeng Li
2021-05-27KVM: arm64: Prevent mixed-width VM creationMarc Zyngier
2021-05-27KVM: arm64: Resolve all pending PC updates before immediate exitZenghui Yu
2021-05-24KVM: SVM: make the avic parameter a boolPaolo Bonzini
2021-05-24KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov
2021-05-24KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov
2021-05-17Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-05-15KVM: arm64: Fix debug register indexingMarc Zyngier
2021-05-15KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier
2021-05-15KVM: arm64: Mark the host stage-2 memory pools staticQuentin Perret
2021-05-15KVM: arm64: Mark pkvm_pgtable_mm_ops staticQuentin Perret
2021-05-15KVM: arm64: Fix boolreturn.cocci warningskernel test robot