messages from 2021-11-18 13:06:02 to 2021-11-29 17:55:27 UTC [more...]
[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
2021-11-29 17:55 UTC (7+ messages)
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
[PATCH] KVM: arm64: Add minimal handling for the ARMv8.7 PMU
2021-11-29 16:59 UTC (2+ messages)
[PATCH v3 0/6] KVM: arm64: Emulate the OS lock
2021-11-29 14:15 UTC (9+ messages)
` [PATCH v3 1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined
` [PATCH v3 2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context
` [PATCH v3 3/6] KVM: arm64: Allow guest to set the OSLK bit
` [PATCH v3 4/6] KVM: arm64: Emulate the OS Lock
` [PATCH v3 5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs
` [PATCH v3 6/6] selftests: KVM: Test OS lock behavior
[RFC PATCH 0/2] KVM: arm64: Host/Guest trace syncronization
2021-11-29 12:47 UTC (15+ messages)
` [RFC PATCH 1/2] arm64/tracing: add cntvct based trace clock
` [RFC PATCH 2/2] KVM: arm64: export cntvoff in debugfs
[PATCH 0/2] KVM: arm64: nv: Fix issue with Stage 2 MMU init for Nested case
2021-11-29 6:00 UTC (11+ messages)
` [PATCH 1/2] KVM: arm64: Use appropriate mmu pointer in stage2 page table init
` [PATCH 2/2] KVM: arm64: nv: fixup! Support multiple nested Stage-2 mmu structures
[PATCH v5 0/4] KVM: allow mapping non-refcounted pages
2021-11-29 3:43 UTC (5+ messages)
` [PATCH v5 1/4] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v5 2/4] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v5 3/4] KVM: arm64/mmu: "
` [PATCH v5 4/4] KVM: mmu: remove over-aggressive warnings
[RFC PATCH v2 00/11] KVM: arm64: Add support for hypercall services selection
2021-11-27 17:27 UTC (13+ messages)
` [RFC PATCH v2 01/11] KVM: arm64: Factor out firmware register handling from psci.c
` [RFC PATCH v2 02/11] KVM: Introduce kvm_vcpu_has_run_once
` [RFC PATCH v2 03/11] KVM: Introduce kvm_vm_has_run_once
` [RFC PATCH v2 04/11] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
[PATCH v5.5 00/30] KVM: Scalable memslots implementation
2021-11-26 12:33 UTC (6+ messages)
[GIT PULL] KVM/arm64 fixes for 5.16, take #2
2021-11-26 10:42 UTC (2+ messages)
[RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace
2021-11-25 20:30 UTC (55+ messages)
` [RFC PATCH v3 01/29] KVM: arm64: Add has_reset_once flag for vcpu
` [RFC PATCH v3 02/29] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH v3 03/29] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH v3 04/29] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v3 08/29] KVM: arm64: Make ID_AA64MMFR0_EL1 writable
` [RFC PATCH v3 09/29] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest
` [RFC PATCH v3 10/29] KVM: arm64: Make ID_AA64DFR0_EL1 writable
` [RFC PATCH v3 11/29] KVM: arm64: Make ID_DFR0_EL1 writable
` [RFC PATCH v3 12/29] KVM: arm64: Make ID_DFR1_EL1 writable
` [RFC PATCH v3 21/29] KVM: arm64: Introduce framework to trap disabled features
` [RFC PATCH v3 29/29] KVM: arm64: selftests: Introduce id_reg_test
[PATCH 00/17] KVM: selftests: aarch64: Test userspace IRQ injection
2021-11-25 2:23 UTC (6+ messages)
` [PATCH 02/17] KVM: selftests: aarch64: add function for accessing GICv3 dist and redist registers
[PATCH 0/2] ARM Error Source Table Support
2021-11-24 18:51 UTC (5+ messages)
` [PATCH 1/2] ACPI/AEST: Initial AEST driver
` [PATCH 2/2] trace, ras: add ARM RAS extension trace event
[kvm-unit-tests PATCH v8 00/10] MTTCG sanity tests for ARM
2021-11-24 16:48 UTC (16+ messages)
` [kvm-unit-tests PATCH v8 01/10] docs: mention checkpatch in the README
` [kvm-unit-tests PATCH v8 02/10] arm/flat.lds: don't drop debug during link
` [kvm-unit-tests PATCH v8 03/10] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v8 04/10] run_tests.sh: add --config option for alt test set
` [kvm-unit-tests PATCH v8 05/10] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v8 06/10] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v8 07/10] arm/locking-tests: add comprehensive locking test
` [kvm-unit-tests PATCH v8 08/10] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v8 09/10] arm/run: use separate --accel form
` [kvm-unit-tests PATCH v8 10/10] arm/tcg-test: some basic TCG exercising tests
[PATCH 0/2] KVM/arm64: Early PSTATE evaluation fixes
2021-11-24 13:11 UTC (5+ messages)
` [PATCH 1/2] KVM: arm64: Save PSTATE early on exit
` [PATCH 2/2] KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure
[PATCH MANUALSEL 5.10 5/5] KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus()
2021-11-23 16:36 UTC
[PATCH MANUALSEL 5.15 8/8] KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus()
2021-11-23 16:36 UTC
[PATCH v2 0/5] KVM: arm64: Rework FPSIMD/SVE tracking
2021-11-23 12:33 UTC (9+ messages)
` [PATCH v2 2/5] KVM: arm64: Get rid of host SVE tracking/saving
[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
2021-11-23 9:12 UTC (14+ messages)
` [PATCH v5 01/12] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
` [PATCH v5 02/12] KVM: Add Makefile.kvm for common files, use it for x86
` [PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files
` [PATCH v5 04/12] KVM: mips: "
` [PATCH v5 05/12] KVM: RISC-V: "
` [PATCH v5 06/12] KVM: powerpc: "
` [PATCH v5 07/12] KVM: arm64: "
` [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support
` [PATCH v5 09/12] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
` [PATCH v5 10/12] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
` [PATCH v5 11/12] KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty
` [PATCH v5 12/12] KVM: x86: First attempt at converting nested virtual APIC page to gpc
[PATCH 0/4] KVM: arm64: Improve PMU support on heterogeneous systems
2021-11-22 14:43 UTC (9+ messages)
` [PATCH 3/4] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
` [PATCH 4/4] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU
[PATCH v4 0/4] kvm/arm: New VMID allocator based on asid
2021-11-22 12:18 UTC (5+ messages)
` [PATCH v4 1/4] KVM: arm64: Introduce a new VMID allocator for KVM
` [PATCH v4 2/4] KVM: arm64: Make VMID bits accessible outside of allocator
` [PATCH v4 3/4] KVM: arm64: Align the VMID allocation with the arm64 ASID
` [PATCH v4 4/4] KVM: arm64: Make active_vmids invalid on vCPU schedule out
PATCH v4 00/11] KVM: x86/xen: Add in-kernel Xen event channel delivery
2021-11-20 18:20 UTC (17+ messages)
` [PATCH v4 01/11] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
` [PATCH v4 02/11] KVM: Add Makefile.kvm for common files, use it for x86
` [PATCH v4 03/11] KVM: s390: Use Makefile.kvm for common files
` [PATCH v4 04/11] KVM: mips: "
` [PATCH v4 05/11] KVM: RISC-V: "
` [PATCH v4 06/11] KVM: powerpc: "
` [PATCH v4 07/11] KVM: arm64: "
` [PATCH v4 08/11] KVM: Reinstate gfn_to_pfn_cache with invalidation support
` [PATCH v4 09/11] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
` [PATCH v4 10/11] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
` [PATCH v4 11/11] KVM: x86: First attempt at converting nested virtual APIC page to gpc
` [PATCH v4 12/11] KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty
[kvm-unit-tests PATCH v4 0/3] GIC ITS tests
2021-11-19 18:32 UTC (5+ messages)
` [kvm-unit-tests PATCH v4 1/3] arm64: remove invalid check from its-trigger test
` [kvm-unit-tests PATCH v4 2/3] arm64: enable its-migration tests for TCG
` [kvm-unit-tests PATCH v4 3/3] arch-run: do not process ERRATA when running under TCG
[kvm-unit-tests PATCH v3 0/3] GIC ITS tests
2021-11-19 18:30 UTC (6+ messages)
[PATCH v3 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
2021-11-19 9:23 UTC (14+ messages)
` [PATCH v3 02/12] KVM: Add Makefile.kvm for common files, use it for x86
` [PATCH v3 06/12] KVM: powerpc: Use Makefile.kvm for common files
` [PATCH v3 08/12] KVM: Propagate vcpu explicitly to mark_page_dirty_in_slot()
` [PATCH v3 09/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support
` [PATCH v3 10/12] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox