platform/kernel/linux-starfive.git
2022-06-20 Sean ChristophersonKVM: x86: Give host userspace full control of MSR_IA32_...
2022-06-20 Dongliang Mux86: kvm: remove NULL check before kfree
2022-06-20 Sean ChristophersonKVM: Do not zero initialize 'pfn' in hva_to_pfn()
2022-06-20 Sean ChristophersonKVM: x86/mmu: Shove refcounted page dependency into...
2022-06-20 Sean ChristophersonKVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_t...
2022-06-20 Sean ChristophersonKVM: Take a 'struct page', not a pfn in kvm_is_zone_dev...
2022-06-20 Sean ChristophersonKVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_...
2022-06-20 Sean ChristophersonKVM: Don't WARN if kvm_pfn_to_page() encounters a ...
2022-06-20 Sean ChristophersonKVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC...
2022-06-20 Sean ChristophersonKVM: Avoid pfn_to_page() and vice versa when releasing...
2022-06-20 Sean ChristophersonKVM: Don't set Accessed/Dirty bits for ZERO_PAGE
2022-06-20 Sean ChristophersonKVM: Drop bogus "pfn != 0" guard from kvm_release_pfn()
2022-06-20 Sean ChristophersonKVM: x86/mmu: Use common logic for computing the 32...
2022-06-20 Sean ChristophersonKVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK...
2022-06-20 Paolo BonziniKVM: x86/mmu: Use common macros to compute 32/64-bit...
2022-06-20 Sean ChristophersonKVM: x86/mmu: Use separate namespaces for guest PTEs...
2022-06-20 Sean ChristophersonKVM: x86/mmu: Dedup macros for computing various page...
2022-06-20 Sean ChristophersonKVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_...
2022-06-20 Sean ChristophersonKVM: VMX: Refactor 32-bit PSE PT creation to avoid...
2022-06-20 Sean ChristophersonKVM: x86: Use lapic_in_kernel() to query in-kernel...
2022-06-20 Sean ChristophersonKVM: x86: Move "apicv_active" into "struct kvm_lapic"
2022-06-20 Sean ChristophersonKVM: x86: Check for in-kernel xAPIC when querying APICv...
2022-06-20 Sean ChristophersonKVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_...
2022-06-20 Sean ChristophersonKVM: SVM: Drop unused AVIC / kvm_x86_ops declarations
2022-06-20 Sean ChristophersonKVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs0...
2022-06-20 Sean ChristophersonKVM: nVMX: Save BNDCFGS to vmcs12 iff relevant controls...
2022-06-20 Sean ChristophersonKVM: nVMX: Rename nested.vmcs01_* fields to nested...
2022-06-20 Sean ChristophersonKVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_r...
2022-06-20 Sean ChristophersonKVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_ru...
2022-06-15 Uros BizjakKVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte
2022-06-15 Uros BizjakKVM: VMX: Use try_cmpxchg64 in pi_try_set_control
2022-06-15 Uros BizjakKVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
2022-06-15 Sean ChristophersonKVM: VMX: Skip filter updates for MSRs that KVM is...
2022-06-15 Sean ChristophersonKVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
2022-06-15 Lai JiangshanKVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
2022-06-15 Lai JiangshanKVM: X86/MMU: Remove useless mmu_topup_memory_caches...
2022-06-15 Lai JiangshanKVM: Rename ack_flush() to ack_kick()
2022-06-15 Lai JiangshanKVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK...
2022-06-15 Janis Schoetterl... KVM: s390: selftests: Fix memop extension capability...
2022-06-15 Sean ChristophersonKVM: SVM: Hide SEV migration lockdep goo behind CONFIG_...
2022-06-15 Paolo BonziniKVM: SEV: fix misplaced closing parenthesis
2022-06-15 Shaoqin HuangKVM: selftests: Remove the mismatched parameter comments
2022-06-14 Sean ChristophersonKVM: selftests: Use kvm_has_cap(), not kvm_check_cap...
2022-06-14 Sean ChristophersonKVM: selftests: Drop a duplicate TEST_ASSERT() in vm_nr...
2022-06-14 Sean ChristophersonKVM: selftests: Call a dummy helper in VM/vCPU ioctls...
2022-06-14 Sean ChristophersonKVM: selftests: Add a missing apostrophe in comment...
2022-06-14 Andrew JonesKVM: selftests: kvm_binary_stats_test: Fix index expres...
2022-06-11 Sean ChristophersonKVM: selftests: Sanity check input to ioctls() at build...
2022-06-11 Sean ChristophersonKVM: selftests: Use TAP-friendly ksft_exit_skip() in...
2022-06-11 Sean ChristophersonKVM: selftests: Add TEST_REQUIRE macros to reduce skipp...
2022-06-11 Sean ChristophersonKVM: selftests: Add kvm_has_cap() to provide syntactic...
2022-06-11 Sean ChristophersonKVM: selftests: Return an 'unsigned int' from kvm_check...
2022-06-11 Sean ChristophersonKVM: selftests: Drop DEFAULT_GUEST_PHY_PAGES, open...
2022-06-11 Sean ChristophersonKVM: selftests: Trust that MAXPHYADDR > memslot0 in...
2022-06-11 Sean ChristophersonKVM: selftests: Move per-VM/per-vCPU nr pages calculati...
2022-06-11 Sean ChristophersonKVM: selftests: Drop @num_percpu_pages from __vm_create...
2022-06-11 Sean ChristophersonKVM: selftests: Drop @slot0_mem_pages from __vm_create_...
2022-06-11 Sean ChristophersonKVM: selftests: Open code and drop 'struct kvm_vm'...
2022-06-11 Sean ChristophersonKVM: selftests: Remove vcpu_state() helper
2022-06-11 Sean ChristophersonKVM: selftests: Drop vcpu_get(), rename vcpu_find(...
2022-06-11 Sean ChristophersonKVM: selftests: Purge vm+vcpu_id == vcpu silliness
2022-06-11 Sean ChristophersonKVM: selftests: Require vCPU output array when creating...
2022-06-11 Sean ChristophersonKVM: selftests: Remove vcpu_get() usage from dirty_log_test
2022-06-11 Sean ChristophersonKVM: selftests: Stop conflating vCPU index and ID in...
2022-06-11 Sean ChristophersonKVM: selftests: Stop hardcoding vCPU IDs in vcpu_width_...
2022-06-11 Sean ChristophersonKVM: selftests: Convert get-reg-list away from its...
2022-06-11 Sean ChristophersonKVM: selftests: Convert kvm_binary_stats_test away...
2022-06-11 Sean ChristophersonKVM: selftests: Convert kvm_page_table_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Drop @vcpuids param from VM creators
2022-06-11 Sean ChristophersonKVM: selftests: Drop vm_create_default* helpers
2022-06-11 Sean ChristophersonKVM: selftests: Use vm_create_with_vcpus() in max_guest...
2022-06-11 Sean ChristophersonKVM: selftests: Use vm_create() in tsc_scaling_sync
2022-06-11 Sean ChristophersonKVM: selftests: Convert tprot away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert s390x/diag318_test_handler...
2022-06-11 Sean ChristophersonKVM: selftests: Convert memop away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert s390's "resets" test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert sync_regs_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert xapic_ipi_test away from *_VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert hypercalls test away from vm_cr...
2022-06-11 Sean ChristophersonKVM: selftests: Sync stage before VM is freed in hyperc...
2022-06-11 Sean ChristophersonKVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
2022-06-11 Sean ChristophersonKVM: selftests: Convert vgic_init away from vm_create_d...
2022-06-11 Sean ChristophersonKVM: selftests: Convert triple_fault_event_test away...
2022-06-11 Sean ChristophersonKVM: selftests: Convert svm_nested_soft_inject_test...
2022-06-11 Sean ChristophersonKVM: selftests: Convert arch_timer away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert steal_time away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Add VM creation helper that "returns...
2022-06-11 Sean ChristophersonKVM: selftests: Convert hardware_disable_test to pass...
2022-06-11 Sean ChristophersonKVM: selftests: Convert psci_test away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert set_boot_cpu_id away from globa...
2022-06-11 Sean ChristophersonKVM: selftests: Rename vm_vcpu_add* helpers to better...
2022-06-11 Sean ChristophersonKVM: selftests: Return created vcpu from vm_vcpu_add_de...
2022-06-11 Sean ChristophersonKVM: selftests: Add "arch" to common utils that have...
2022-06-11 Sean ChristophersonKVM: selftests: Move vm_is_unrestricted_guest() to...
2022-06-11 Sean ChristophersonKVM: selftests: Make arm64's guest_get_vcpuid() declara...
2022-06-11 Sean ChristophersonKVM: selftests: Convert vgic_irq away from VCPU_ID
2022-06-11 Sean ChristophersonKVM: selftests: Convert fix_hypercall_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert debug-exceptions away from...
2022-06-11 Sean ChristophersonKVM: selftests: Convert xapic_state_test away from...
2022-06-11 Sean ChristophersonKVM: selftests: Track kvm_vcpu object in tsc_scaling_sync
next