messages from 2022-10-27 22:22:20 to 2022-11-02 23:19:20 UTC [more...]
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-02 23:18 UTC (8+ messages)
` [PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH 03/44] KVM: Allocate cpus_hardware_enabled "
[PATCH v3 00/15] KVM: arm64: Parallel stage-2 fault handling
2022-11-02 23:03 UTC (35+ messages)
` [PATCH v3 08/15] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v3 09/15] KVM: arm64: Free removed stage-2 tables in RCU callback
` [PATCH v3 10/15] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH v3 11/15] KVM: arm64: Split init and set for table PTE
` [PATCH v3 12/15] KVM: arm64: Make block->table PTE changes parallel-aware
` [PATCH v3 13/15] KVM: arm64: Make leaf->leaf "
` [PATCH v3 14/15] KVM: arm64: Make table->block "
` [PATCH v3 15/15] KVM: arm64: Handle stage-2 faults in parallel
[PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking
2022-11-02 17:18 UTC (50+ messages)
` [PATCH v7 1/9] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
` [PATCH v7 2/9] KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
` [PATCH v7 3/9] KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them
` [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap
` [PATCH v7 5/9] KVM: arm64: Improve no-running-vcpu report for dirty ring
` [PATCH v7 6/9] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v7 7/9] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v7 8/9] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v7 9/9] KVM: selftests: Automate choosing dirty ring size "
` (subset) [PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking
[RFC 0/6] KVM: arm64: implement vcpu_is_preempted check
2022-11-02 16:13 UTC (7+ messages)
` [RFC 1/6] KVM: arm64: Document PV-lock interface
` [RFC 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [RFC 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [RFC 4/6] KVM: arm64: Provide VCPU attributes for PV lock
` [RFC 5/6] KVM: arm64: Support the VCPU preemption check
` [RFC 6/6] KVM: selftests: add tests for PV time specific hypercalls
[PATCH 25/30] KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()
2022-11-01 21:14 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 6.1, take #3
2022-11-02 9:10 UTC (2+ messages)
[PATCH 5.10 87/91] arm64/mm: Fix __enable_mmu() for new TGRAN range values
2022-11-02 2:34 UTC
Patch "arm64/mm: Fix __enable_mmu() for new TGRAN range values" has been added to the 5.10-stable tree
2022-11-02 1:28 UTC
[PATCH 5.10 0/2] arm64: backport two patches to 5.10-stable
2022-11-02 1:27 UTC (4+ messages)
` [PATCH 5.10 1/2] arm64/mm: Fix __enable_mmu() for new TGRAN range values
` [PATCH 5.10 2/2] arm64/kexec: Test page size support with "
[PATCH v2 0/2] arm64/sme: Fix SMPRI_EL1 traps for KVM guests
2022-11-01 19:35 UTC (7+ messages)
` [PATCH v2 1/2] arm64: booting: Document our requirements for fine grained traps with SME
` [PATCH v2 2/2] KVM: arm64: Trap access to SMPRI_EL1 and TPIDR2 in VHE mode
` (subset) [PATCH v2 0/2] arm64/sme: Fix SMPRI_EL1 traps for KVM guests
[PATCH v6 3/8] KVM: Add support for using dirty ring in conjunction with bitmap
2022-10-31 22:48 UTC (22+ messages)
[PATCH v1 0/2] arm64/sme: Fix SMPRI_EL1 traps for KVM guests
2022-10-31 12:41 UTC (7+ messages)
` [PATCH v1 1/2] arm64: booting: Document our requirements for fine grained traps with SME
` [PATCH v1 2/2] KVM: arm64: Trap access to SMPRI_EL1 in VHE mode
[PATCH v1 0/2] KVM: arm: Refuse to enable KVM on systems with SME but not FGT
2022-10-31 12:38 UTC (4+ messages)
[PATCH V2] arm64/mm: Fix __enable_mmu() for new TGRAN range values
2022-10-28 20:35 UTC (4+ messages)
[PATCH v2 00/15] KVM: arm64: Parallel stage-2 fault handling
2022-10-28 18:53 UTC (13+ messages)
` [PATCH v2 06/15] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH v2 07/15] KVM: arm64: Use an opaque type for pteps
[kvm-unit-tests PATCH v4 0/4] arm: pmu: Fixes for bare metal
2022-10-28 15:31 UTC (4+ messages)
[kvm-unit-tests PATCH] MAINTAINERS: new kvmarm mailing list
2022-10-28 12:54 UTC (9+ messages)
[REPOST][URGENT] kvmarm mailing list migration
2022-10-28 11:20 UTC (3+ messages)
[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
2022-10-28 10:54 UTC (30+ messages)
` [PATCH v2 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
` [PATCH v2 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v2 03/14] KVM: arm64: PMU: Always advertise the CHAIN event
` [PATCH v2 04/14] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
` [PATCH v2 05/14] KVM: arm64: PMU: Narrow the overflow checking when required
` [PATCH v2 06/14] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH v2 07/14] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH v2 08/14] KVM: arm64: PMU: Simplify setting a counter to a specific value
` [PATCH v2 09/14] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
` [PATCH v2 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH v2 12/14] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon "
` [PATCH v2 13/14] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v2 14/14] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
2022-10-28 10:53 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: pKVM memory transitions cleanup
2022-10-28 10:23 UTC (10+ messages)
` [PATCH 1/2] KVM: arm64: Clean out the odd handling of completer_addr
` [PATCH 2/2] KVM: arm64: Redefine pKVM memory transitions in terms of source/target
[PATCH v5 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
2022-10-28 10:01 UTC (13+ messages)
` [PATCH v5 02/25] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
` [PATCH v5 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
` [PATCH v5 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v5 06/25] KVM: arm64: Implement do_donate() helper for donating memory
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