messages from 2022-11-16 01:56:23 to 2022-11-29 19:20:04 UTC [more...]
[PATCH 0/4] KVM: arm64: Parallel access faults
2022-11-29 19:19 UTC (8+ messages)
` [PATCH 1/4] KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set
` [PATCH 3/4] KVM: arm64: Handle access faults behind the read lock
[PATCH v2 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64
2022-11-29 17:31 UTC (10+ messages)
` [PATCH v2 1/2] KVM: selftests: Have perf_test_util signal when to stop vCPUs
` [PATCH v2 2/2] KVM: selftests: Build access_tracking_perf_test for arm64
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-11-29 9:33 UTC (5+ messages)
[PATCH v3 0/8] perf: Arm SPEv1.2 support
2022-11-28 17:15 UTC (14+ messages)
` [PATCH v3 7/8] perf: Add perf_event_attr::config3
[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
2022-11-29 3:03 UTC (43+ messages)
` [PATCH v4 02/16] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v4 05/16] KVM: arm64: PMU: Narrow the overflow checking when required
` [PATCH v4 06/16] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH v4 07/16] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH v4 09/16] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
` [PATCH v4 11/16] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH v4 12/16] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon "
` [PATCH v4 13/16] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v4 14/16] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
` [PATCH v4 15/16] KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification
[PATCH v5 0/8] arm64/sve: Clean up KVM integration and optimise syscalls
2022-11-28 8:47 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/2] arm/arm64: teach virt_to_pte_phys() about block descriptors
2022-11-24 15:28 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm/arm64: mmu: Teach "
` [kvm-unit-tests PATCH v2 2/2] arm/arm64: mmu: Rename mmu_get_pte() -> follow_pte()
[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
2022-11-24 13:55 UTC (5+ messages)
` [External] "
KVM: arm64: A new approach for SPE support
2022-11-23 11:40 UTC (2+ messages)
[PATCH for-next] KVM: Push dirty information unconditionally to backup bitmap
2022-11-22 13:11 UTC (2+ messages)
[PATCH v4 0/3] KVM: arm64: Fixes for parallel faults series
2022-11-22 13:09 UTC (11+ messages)
` [PATCH v4 1/3] KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
` [PATCH v4 2/3] KVM: arm64: Don't acquire RCU read lock for exclusive table walks
` [PATCH v4 3/3] KVM: arm64: Reject shared table walks in the hyp code
[PATCH 0/9] tools: Make {clear,set}_bit() atomic for reals
2022-11-19 1:34 UTC (20+ messages)
` [PATCH 1/9] KVM: selftests: Add rdmsr_from_l2() implementation in Hyper-V eVMCS test
` [PATCH 2/9] KVM: selftests: Remove unused "vcpu" param to fix build error
` [PATCH 3/9] KVM: arm64: selftests: Enable single-step without a "full" ucall()
` [PATCH 4/9] tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpers
` [PATCH 5/9] perf tools: Use dedicated non-atomic clear/set bit helpers
` [PATCH 6/9] KVM: selftests: Use non-atomic clear/set bit helpers in KVM tests
` [PATCH 7/9] tools: Drop conflicting non-atomic test_and_{clear, set}_bit() helpers
` [PATCH 7/9] tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpers
` [PATCH 8/9] tools: Drop "atomic_" prefix from atomic test_and_set_bit()
` [PATCH 9/9] tools: KVM: selftests: Convert clear/set_bit() to actual atomics
[PATCH v3 0/2] KVM: arm64: Fixes for parallel faults series
2022-11-18 17:12 UTC (14+ messages)
` [PATCH v3 1/2] KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
` [PATCH v3 2/2] KVM: arm64: Don't acquire RCU read lock for exclusive table walks
[RFC PATCH 0/3] KVM: arm64: Allow userspace to trap hypercall ranges
2022-11-18 17:04 UTC (6+ messages)
` [RFC PATCH 2/3] KVM: arm64: Allow userspace to trap SMCCC sub-ranges
[PATCH v2] KVM: arm64: Update comment of create_hyp_mappings
2022-11-18 5:59 UTC
[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
2022-11-18 2:29 UTC (10+ messages)
` disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
[PATCH 0/2] KVM: arm64: selftests: Fixes for single-step test
2022-11-17 22:32 UTC (22+ messages)
` [PATCH 1/2] KVM: arm64: selftests: Disable single-step with correct KVM define
` [PATCH 2/2] KVM: arm64: selftests: Disable single-step without relying on ucall()
[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging
2022-11-17 21:50 UTC (8+ messages)
` [RFC PATCH 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-17 15:16 UTC (20+ messages)
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
[PATCH 00/12] KVM: arm64: FF-A proxy for pKVM
2022-11-16 17:48 UTC (32+ messages)
` [PATCH 01/12] firmware: arm_ffa: Move constants to header file
` [PATCH 02/12] firmware: arm_ffa: Move comment before the field it is documenting
` [PATCH 03/12] KVM: arm64: Block unsafe FF-A calls from the host
` [PATCH 04/12] KVM: arm64: Probe FF-A version and host/hyp partition ID during init
` [PATCH 05/12] KVM: arm64: Handle FFA_FEATURES call from the host
` [PATCH 06/12] KVM: arm64: Allocate pages for hypervisor FF-A mailboxes
` [PATCH 07/12] KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the host
` [PATCH 08/12] KVM: arm64: Add FF-A helpers to share/unshare memory with secure world
` [PATCH 09/12] KVM: arm64: Handle FFA_MEM_SHARE calls from the host
` [PATCH 10/12] KVM: arm64: Handle FFA_MEM_RECLAIM "
` [PATCH 11/12] KVM: arm64: Handle FFA_MEM_LEND "
` [PATCH 12/12] ANDROID: KVM: arm64: pkvm: Add support for fragmented FF-A descriptors
[PATCH] KVM: arm64: Update comment of create_hyp_mappings
2022-11-16 9:48 UTC (3+ messages)
[PATCH v2] KVM: arm64: Don't acquire RCU read lock for exclusive table walks
2022-11-16 8:14 UTC (7+ 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