summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-25s390/mm: no need for pte_alloc_map_lock() if we know the pmd is presentDavid Hildenbrand
2021-10-25s390/uv: fully validate the VMA before calling follow_page()David Hildenbrand
2021-10-25s390/mm: fix VMA and page table handling code in storage key handling functionsDavid Hildenbrand
2021-10-25s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand
2021-10-25s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand
2021-10-25s390/gmap: validate VMA in __gmap_zap()David Hildenbrand
2021-10-22KVM: selftests: Fix nested SVM tests when built with clangJim Mattson
2021-10-22kvm: x86: Remove stale declaration of kvm_no_apic_vcpuJim Mattson
2021-10-22KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetupSean Christopherson
2021-10-22x86/irq: Ensure PI wakeup handler is unregistered before module unloadSean Christopherson
2021-10-22KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelismSean Christopherson
2021-10-22KVM: x86: Move SVM's APICv sanity check to common x86Sean Christopherson
2021-10-22riscv: do not select non-existing config ANON_INODESLukas Bulwahn
2021-10-22KVM: x86/mmu: Extract zapping of rmaps for gfn range to separate helperSean Christopherson
2021-10-22KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()Sean Christopherson
2021-10-22KVM: x86/mmu: Drop a redundant, broken remote TLB flushSean Christopherson
2021-10-22KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()Lai Jiangshan
2021-10-22KVM: X86: pair smp_wmb() of mmu_try_to_unsync_pages() with smp_rmb()Lai Jiangshan
2021-10-22KVM: X86: Cache CR3 in prev_roots when PCID is disabledLai Jiangshan
2021-10-22KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()Lai Jiangshan
2021-10-22KVM: X86: Don't reset mmu context when toggling X86_CR4_PGELai Jiangshan
2021-10-22KVM: X86: Don't reset mmu context when X86_CR4_PCIDE 1->0Lai Jiangshan
2021-10-22KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth
2021-10-22KVM: emulate: Comment on difference between RDPMC implementation and manualWanpeng Li
2021-10-22KVM: x86: Add vendor name to kvm_x86_ops, use it for error messagesSean Christopherson
2021-10-22kvm: x86: mmu: Make NX huge page recovery period configurableJunaid Shahid
2021-10-22KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0Wanpeng Li
2021-10-22KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4kDavid Matlack
2021-10-22KVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other CPUID bitXiaoyao Li
2021-10-22KVM: VMX: Rename pt_desc.addr_range to pt_desc.num_address_rangesXiaoyao Li
2021-10-22KVM: VMX: Use precomputed vmx->pt_desc.addr_rangeXiaoyao Li
2021-10-22KVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it's not zeroXiaoyao Li
2021-10-22KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini
2021-10-22KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens
2021-10-21Merge branch kvm/selftests/memslot into kvmarm-master/nextMarc Zyngier
2021-10-21KVM: selftests: Build the memslot tests for arm64Ricardo Koller
2021-10-21KVM: selftests: Make memslot_perf_test arch independentRicardo Koller
2021-10-20KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic
2021-10-20KVM: s390: clear kicked_mask before sleeping againHalil Pasic
2021-10-18selftests: KVM: Introduce system counter offset testOliver Upton
2021-10-18selftests: KVM: Add helpers for vCPU device attributesOliver Upton
2021-10-18selftests: KVM: Fix kvm device helper ioctl assertionsOliver Upton
2021-10-18selftests: KVM: Add test for KVM_{GET,SET}_CLOCKOliver Upton
2021-10-18tools: arch: x86: pull in pvclock headersOliver Upton
2021-10-18KVM: x86: Expose TSC offset controls to userspaceOliver Upton
2021-10-18KVM: x86: Refactor tsc synchronization codeOliver Upton
2021-10-18kvm: x86: protect masterclock with a seqcountPaolo Bonzini
2021-10-18KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCKOliver Upton
2021-10-18KVM: x86: avoid warning with -Wbitwise-instead-of-logicalPaolo Bonzini
2021-10-18Merge commit 'kvm-pagedata-alloc-fixes' into HEADPaolo Bonzini