]> www.infradead.org Git - users/dwmw2/linux.git/shortlog
users/dwmw2/linux.git
2024-02-17 David WoodhouseKVM: pfncache: clean up rwlock abuse shared_info14
2024-02-17 David WoodhouseKVM: x86/xen: fix recursive deadlock in timer injection
2024-02-17 David WoodhouseKVM: pfncache: simplify locking and make more self...
2024-02-17 David WoodhouseKVM: x86/xen: remove WARN_ON_ONCE() with false positive...
2024-02-17 David WoodhouseKVM: x86/xen: inject vCPU upcall vector when local...
2024-02-17 David WoodhouseKVM: x86/xen: improve accuracy of Xen timers
2024-02-15 Paul DurrantKVM: x86/xen: allow vcpu_info content to be 'safely...
2024-02-15 Paul DurrantKVM: pfncache: check the need for invalidation under...
2024-02-15 Paul DurrantKVM: x86/xen: don't block on pfncache locks in kvm_xen_...
2024-02-15 Paul DurrantKVM: x86/xen: split up kvm_xen_set_evtchn_fast()
2024-02-15 Paul DurrantKVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_I...
2024-02-15 Paul DurrantKVM: selftests: re-map Xen's vcpu_info using HVA rather...
2024-02-15 Paul DurrantKVM: selftests: map Xen's shared_info page using HVA...
2024-02-15 Paul DurrantKVM: x86/xen: allow vcpu_info to be mapped by fixed HVA
2024-02-15 Paul DurrantKVM: x86/xen: allow shared_info to be mapped by fixed HVA
2024-02-15 Paul DurrantKVM: x86/xen: re-initialize shared_info if guest (32...
2024-02-15 Paul DurrantKVM: x86/xen: separate initialization of shared_info...
2024-02-15 Paul DurrantKVM: pfncache: allow a cache to be activated with a...
2024-02-14 Sean ChristophersonKVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_...
2024-02-14 Paul DurrantKVM: pfncache: include page offset in uhva and use...
2024-02-14 Paul DurrantKVM: pfncache: stop open-coding offset_in_page()
2024-02-14 Paul DurrantKVM: pfncache: remove KVM_GUEST_USES_PFN usage
2024-02-14 Paul DurrantKVM: pfncache: add a mark-dirty helper
2024-02-14 Paul DurrantKVM: x86/xen: mark guest pages dirty with the pfncache...
2024-02-14 Paul DurrantKVM: pfncache: remove unnecessary exports
2024-02-14 Paul DurrantKVM: pfncache: Add a map helper function
2024-02-09 Sean ChristophersonMerge branches 'asyncpf', 'asyncpf_abi', 'fixes', ... kvm-x86-next-2024.02.08
2024-02-08 Julian StecklinaKVM: x86: rename push to emulate_push for consistency
2024-02-08 Julian StecklinaKVM: x86: Clean up partially uninitialized integer...
2024-02-07 Thomas PrescherKVM: x86/emulator: emulate movbe with operand-size...
2024-02-07 Chao GaoKVM: VMX: Report up-to-date exit qualification to userspace
2024-02-06 Sean ChristophersonKVM: SVM: Return -EINVAL instead of -EBUSY on attempt... kvm-x86-svm-6.9
2024-02-06 Ashish KalraKVM: SVM: Add support for allowing zero SEV ASIDs
2024-02-06 Sean ChristophersonKVM: SVM: Use unsigned integers when dealing with ASIDs
2024-02-06 Sean ChristophersonKVM: SVM: Set sev->asid in sev_asid_new() instead of...
2024-02-06 Sean ChristophersonKVM: Nullify async #PF worker's "apf" pointer as soon...
2024-02-06 Sean ChristophersonKVM: Get reference to VM's address space in the async...
2024-02-06 Sean ChristophersonKVM: Put mm immediately after async #PF worker complete...
2024-02-06 Sean ChristophersonKVM: Always flush async #PF workqueue when vCPU is...
2024-02-06 Xiaoyao LiKVM: x86: Improve documentation of MSR_KVM_ASYNC_PF_EN kvm-x86-asyncpf_abi-6.9
2024-02-06 Xiaoyao Lix86/kvm: Use separate percpu variable to track the...
2024-02-06 Sean ChristophersonKVM: selftests: Don't assert on exact number of 4KiB... kvm-x86-selftests-6.8-rcN
2024-02-06 Sean ChristophersonKVM: selftests: Fix a semaphore imbalance in the dirty...
2024-02-05 Mathias KrauseKVM: x86: Fix broken debugregs ABI for 32 bit kernels
2024-02-05 Mathias KrauseKVM: x86: Fix KVM_GET_MSRS stack info leak kvm-x86-fixes-6.8-rcN
2024-02-02 Mingwei ZhangKVM: x86/pmu: Fix type length error when reading pmu...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Avoid CPL lookup if PMC enabline for...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Check eventsel first when emulating ...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Expand the comment about what bits are...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Snapshot event selectors that KVM emulate...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Process only enabled PMCs when emulating...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Add macros to iterate over all PMCs given...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Snapshot and clear reprogramming bitmap...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Move pmc_idx => pmc translation helper...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Add common define to capture fixed counte...
2024-02-01 Sean ChristophersonKVM: x86/pmu: Zero out PMU metadata on AMD if PMU is...
2024-02-01 Vitaly KuznetsovKVM: x86: Make gtod_is_based_on_tsc() return 'bool'
2024-02-01 Vitaly KuznetsovKVM: selftests: Make hyperv_clock require TSC based...
2024-02-01 Vitaly KuznetsovKVM: selftests: Run clocksource dependent tests with...
2024-02-01 Vitaly KuznetsovKVM: selftests: Use generic sys_clocksource_is_tsc...
2024-02-01 Vitaly KuznetsovKVM: selftests: Generalize check_clocksource() from...
2024-01-31 Kunwu ChanKVM: x86/mmu: Use KMEM_CACHE instead of kmem_cache_create()
2024-01-31 Prasad PanditKVM: x86: make KVM_REQ_NMI request iff NMI pending...
2024-01-30 Sean ChristophersonKVM: selftests: Extend PMU counters test to validate...
2024-01-30 Sean ChristophersonKVM: selftests: Add helpers for safe and safe+forced...
2024-01-30 Sean ChristophersonKVM: selftests: Add a forced emulation variation of...
2024-01-30 Sean ChristophersonKVM: selftests: Test PMC virtualization with forced...
2024-01-30 Sean ChristophersonKVM: selftests: Move KVM_FEP macro into common library...
2024-01-30 Sean ChristophersonKVM: selftests: Query module param to detect FEP in...
2024-01-30 Sean ChristophersonKVM: selftests: Add helpers to read integer module...
2024-01-30 Sean ChristophersonKVM: selftests: Add a helper to query if the PMU module...
2024-01-30 Sean ChristophersonKVM: selftests: Expand PMU counters test to verify...
2024-01-30 Jinrong LiangKVM: selftests: Add functional test for Intel's fixed...
2024-01-30 Jinrong LiangKVM: selftests: Test consistency of CPUID with num...
2024-01-30 Jinrong LiangKVM: selftests: Test consistency of CPUID with num...
2024-01-30 Jinrong LiangKVM: selftests: Test Intel PMU architectural events...
2024-01-30 Jinrong LiangKVM: selftests: Test Intel PMU architectural events...
2024-01-30 Jinrong LiangKVM: selftests: Add pmu.h and lib/pmu.c for common...
2024-01-30 Sean ChristophersonKVM: selftests: Extend {kvm,this}_pmu_has() to support...
2024-01-30 Sean ChristophersonKVM: selftests: Drop the "name" param from KVM_X86_PMU_...
2024-01-30 Jinrong LiangKVM: selftests: Add vcpu_set_cpuid_property() to set...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Explicitly check for RDPMC of unsupported...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Treat "fixed" PMU type in RDPMC as index...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Disallow "fast" RDPMC for architectural...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
2024-01-30 Sean ChristophersonKVM: x86/pmu: Prioritize VMX interception over #GP...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Get eventsel for fixed counters from...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Setup fixed counters' eventsel during...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Remove KVM's enumeration of Intel's archi...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Allow programming events that match unsup...
2024-01-30 Sean ChristophersonKVM: x86/pmu: Always treat Fixed counters as available...
2024-01-30 Vitaly KuznetsovKVM: selftests: Fail tests when open() fails with ...
2024-01-30 Vitaly KuznetsovKVM: selftests: Avoid infinite loop in hyperv_features...
2024-01-30 Sean ChristophersonKVM: selftests: Delete superfluous, unused "stage"...
2024-01-30 Andrew JonesKVM: selftests: x86_64: Remove redundant newlines
2024-01-29 Andrew JonesKVM: selftests: s390x: Remove redundant newlines
2024-01-29 Andrew JonesKVM: selftests: riscv: Remove redundant newlines
2024-01-29 Andrew JonesKVM: selftests: aarch64: Remove redundant newlines
2024-01-29 Andrew JonesKVM: selftests: Remove redundant newlines
next