messages from 2022-11-04 23:41:29 to 2022-11-08 08:57:07 UTC [more...]
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-08 8:56 UTC (50+ messages)
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
[PATCH v3 0/8] perf: Arm SPEv1.2 support
2022-11-07 19:48 UTC (7+ messages)
` [PATCH v3 3/8] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v3 8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering
[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
2022-11-07 18:09 UTC (12+ messages)
` [v2 1/6] KVM: arm64: Document PV-lock interface
` [v2 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [v2 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [External] Re: [v2 0/6] KVM: arm64: implement vcpu_is_preempted check
[PATCH v3 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
2022-11-08 5:38 UTC (32+ messages)
` [PATCH v3 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
` [PATCH v3 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v3 03/14] KVM: arm64: PMU: Always advertise the CHAIN event
` [PATCH v3 04/14] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
` [PATCH v3 05/14] KVM: arm64: PMU: Narrow the overflow checking when required
` [PATCH v3 06/14] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH v3 07/14] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH v3 08/14] KVM: arm64: PMU: Simplify setting a counter to a specific value
` [PATCH v3 09/14] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
` [PATCH v3 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v3 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH v3 12/14] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon "
` [PATCH v3 13/14] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v3 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-11-08 5:36 UTC (15+ messages)
` [PATCH v2 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
[PATCH v9 0/7] KVM: arm64: Enable ring-based dirty memory tracking
2022-11-08 4:10 UTC (16+ messages)
` [PATCH v9 1/7] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
` [PATCH v9 2/7] KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
` [PATCH v9 3/7] KVM: Support dirty ring in conjunction with bitmap
` [PATCH v9 4/7] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v9 5/7] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v9 6/7] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v9 7/7] KVM: selftests: Automate choosing dirty ring size "
[PATCH v8 0/7] KVM: arm64: Enable ring-based dirty memory tracking
2022-11-08 3:30 UTC (61+ messages)
` [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
` [PATCH v8 4/7] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v8 5/7] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v8 6/7] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v8 7/7] KVM: selftests: Automate choosing dirty ring size "
[PATCH v5 00/14] KVM: arm64: Parallel stage-2 fault handling
2022-11-07 22:00 UTC (30+ messages)
` [PATCH v5 01/14] KVM: arm64: Combine visitor arguments into a context structure
` [PATCH v5 02/14] KVM: arm64: Stash observed pte value in visitor context
` [PATCH v5 03/14] KVM: arm64: Pass mm_ops through the "
` [PATCH v5 04/14] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
` [PATCH v5 05/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH v5 06/14] KVM: arm64: Use an opaque type for pteps
` [PATCH v5 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH v5 08/14] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v5 09/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH v5 10/14] KVM: arm64: Split init and set for table PTE
` [PATCH v5 11/14] KVM: arm64: Make block->table PTE changes parallel-aware
` [PATCH v5 12/14] KVM: arm64: Make leaf->leaf "
` [PATCH v5 13/14] KVM: arm64: Make table->block "
` [PATCH v5 14/14] KVM: arm64: Handle stage-2 faults in parallel
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-11-07 17:20 UTC (11+ messages)
` [PATCH v5 3/8] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v5 5/8] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v5 6/8] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v5 7/8] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v5 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE
[PATCH v1 0/3] KVM: arm64: Support tracing virtual CPU ID
2022-11-07 15:39 UTC (14+ messages)
` [PATCH v1 1/3] KVM: arm64: Dynamically register callback for tracepoints
` [PATCH v1 2/3] KVM: arm64: Add trace events with field 'vcpu_id'
` [PATCH v1 3/3] perf arm64: Support virtual CPU ID for kvm-stat
[PATCH] KVM: arm64: Fix typo in comment
2022-11-06 12:30 UTC
[PATCH v3 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
2022-11-04 23:57 UTC (4+ messages)
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;
as well as URLs for NNTP newsgroup(s).