messages from 2026-06-12 11:40:57 to 2026-06-16 14:28:04 UTC [more...]
[RFC] arm: property and value naming summary between named CPU models vs customizable host model
2026-06-16 14:27 UTC (6+ messages)
[PATCH v3 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
2026-06-16 14:24 UTC (18+ messages)
` [PATCH v3 1/7] KVM: arm64: Enforce strict SBZ checks in the FF-A proxy
` [PATCH v3 1/7] KVM: arm64: Support FFA_NOTIFICATION_BITMAP_CREATE in host handler
` [PATCH v3 2/7] KVM: arm64: Forward FFA_NOTIFICATION_BITMAP calls to Trustzone
` [PATCH v3 2/7] KVM: arm64: Support FFA_NOTIFICATION_BITMAP_DESTROY in host handler
` [PATCH v3 3/7] KVM: arm64: Support FFA_NOTIFICATION_BIND "
` [PATCH v3 4/7] KVM: arm64: Support FFA_NOTIFICATION_UNBIND "
` [PATCH v3 5/7] KVM: arm64: Support FFA_NOTIFICATION_SET "
` [PATCH v3 6/7] KVM: arm64: Support FFA_NOTIFICATION_GET "
` [PATCH v3 7/7] KVM: arm64: Support FFA_NOTIFICATION_INFO_GET "
[RFC PATCH v6 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-06-16 13:17 UTC (18+ messages)
` [RFC PATCH v6 01/17] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [RFC PATCH v6 02/17] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [RFC PATCH v6 03/17] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [RFC PATCH v6 04/17] arm/cpu: Add infra to handle generated ID register definitions
` [RFC PATCH v6 05/17] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [RFC PATCH v6 06/17] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [RFC PATCH v6 07/17] target/arm/cpu-idregs.h.inc: generate with script
` [RFC PATCH v6 08/17] target/arm/cpu-idregs.h.inc: Generate enum values
` [RFC PATCH v6 09/17] target/arm/cpu_idregs: generate tables for Arm64 ID registers and fields
` [RFC PATCH v6 10/17] target/arm/kvm: Retrieve writable ID reg map
` [RFC PATCH v6 11/17] arm/kvm: Initialize all writable ID registers from host
` [RFC PATCH v6 12/17] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [RFC PATCH v6 13/17] target/arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [RFC PATCH v6 14/17] arm-qmp-cmds: introspection for ID register props
` [RFC PATCH v6 15/17] target/arm/cpu-idregs.h.inc: Generate reserved fields
` [RFC PATCH v6 16/17] target/arm/kvm: Ignore and trace unexpected writable "
` [RFC PATCH v6 17/17] arm/cpu-features: document ID reg properties
[PATCH] KVM: arm64: nv: Translate vEL2 PSTATE to EL1 in kvm_hyp_handle_mops()
2026-06-16 12:03 UTC (2+ messages)
[PATCH v2 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
2026-06-16 9:59 UTC (11+ messages)
[PATCH v7 00/20] ARM64 PMU Partitioning
2026-06-16 9:07 UTC (3+ messages)
` [PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()
[PATCH v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-06-16 8:02 UTC (8+ messages)
` [PATCH v5 04/18] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v5 17/18] arm-qmp-cmds: introspection for ID register props
[PATCH v7 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
2026-06-15 20:04 UTC (31+ messages)
` [PATCH v7 01/20] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v7 02/20] KVM: selftests: Add macros to read/write+sync to/from guest memory
` [PATCH v7 03/20] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v7 04/20] KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()
` [PATCH v7 05/20] KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNG
` [PATCH v7 06/20] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v7 07/20] KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) test
` [PATCH v7 08/20] KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass test
` [PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd IRQ test
` [PATCH v7 10/20] KVM: selftests: Add a helper to set proc IRQ affinity for "
` [PATCH v7 11/20] KVM: selftests: Verify interrupts are received when IRQ affinity changes in "
` [PATCH v7 12/20] KVM: selftests: Add option to set empty routing between IRQs in eventfd "
` [PATCH v7 13/20] KVM: selftests: Make number of IRQs configurable in "
` [PATCH v7 14/20] KVM: selftests: Verify non-postable IRQ remapping "
` [PATCH v7 15/20] KVM: selftests: Add kvm_gettid() wrapper and convert users
` [PATCH v7 16/20] KVM: selftests: Add kvm_sched_getaffinity() "
` [PATCH v7 17/20] KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU set
` [PATCH v7 18/20] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v7 19/20] KVM: selftests: Make number of vCPUs configurable "
` [PATCH v7 20/20] KVM: selftests: Add xAPIC support in eventfd "
[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
2026-06-15 19:07 UTC (5+ messages)
[PATCH] KVM: arm64: Handle race between interrupt affinity change and LPI disabling
2026-06-15 18:33 UTC (2+ messages)
[PATCH v1 00/11] KVM: arm64: Rework pKVM vCPU state synchronisation
2026-06-15 16:44 UTC (16+ messages)
` [PATCH v1 02/11] KVM: arm64: Use guard(hyp_spinlock) in pKVM hypervisor code
` [PATCH v1 03/11] KVM: arm64: Use guard()/scoped_guard() in arm64 KVM EL1 code
` [PATCH v1 05/11] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH v1 06/11] KVM: arm64: Factor out reusable vCPU reset helpers
` [PATCH v1 11/11] KVM: arm64: Implement lazy vCPU state sync for non-protected guests
[RFC PATCH v2 00/29] target/arm: Named CPU models for Arm64 on KVM
2026-06-15 16:15 UTC (4+ messages)
[PATCH] KVM: arm64: Sync SPSR_EL1 when injecting an exception into a pVM
2026-06-15 15:10 UTC (10+ messages)
[PATCH 0/7] KVM: arm64: Fix missing ESR_ELx.IL in syndrome injection
2026-06-15 13:12 UTC (15+ messages)
` [PATCH 1/7] KVM: arm64: Set ESR_ELx.IL for injected undefined exceptions at EL2
` [PATCH 2/7] KVM: arm64: Unconditionally set IL for injected undefined exceptions
` [PATCH 3/7] KVM: arm64: Unconditionally set IL for injected abort exceptions
` [PATCH 4/7] KVM: arm64: Set IL for injected FPAC exceptions during ERET emulation
` [PATCH 5/7] KVM: arm64: Set IL for emulated SError injection
` [PATCH 6/7] KVM: arm64: Set IL for nested "
` [PATCH 7/7] KVM: arm64: Set IL in fake ESR for pKVM memory sharing exit
[PATCH] KVM: arm64: nv: Write ESR_EL2 for injected nested SError exceptions
2026-06-15 13:11 UTC
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-06-15 11:45 UTC (6+ messages)
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
[PATCH v2 0/2] KVM: arm64: Fix MPIDR lookup for unreset vCPUs
2026-06-15 10:08 UTC (5+ messages)
` [PATCH v2 2/2] KVM: arm64: Skip unreset vCPUs in MPIDR lookup table
[PATCH v1 0/4] trace_hyp_printk() for pKVM/nVHE hypervisor
2026-06-15 8:57 UTC (17+ messages)
` [PATCH v1 1/4] KVM: arm64: Allow early calls to pKVM host_share/unshare_hyp
` [PATCH v1 2/4] KVM: arm64: Move kvm_define_hypevents.h to arch/arm64/kvm/
` [PATCH v1 3/4] tracing/remotes: Add REMOTE_EVENT_CUSTOM_PRINTK() helper
` [PATCH v1 4/4] KVM: arm64: Add hyp_printk event to nVHE/pKVM hyp
[PATCH] KVM: arm64: vgic: Check the interrupt is still ours before migrating it
2026-06-15 5:43 UTC (9+ messages)
[PATCH] KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2
2026-06-15 5:13 UTC
[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
2026-06-12 23:56 UTC (8+ messages)
` [PATCH v4 1/9] KVM: selftest: Create KVM selftest runner
[PATCH v8 00/21] ARM64 PMU Partitioning
2026-06-12 20:01 UTC (35+ messages)
` [PATCH 01/21] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/21] KVM: arm64: Reorganize PMU includes
` [PATCH 03/21] KVM: arm64: Reorganize PMU functions
` [PATCH 04/21] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr
` [PATCH 06/21] perf: arm_pmuv3: Allocate counter indices from high to low
` [PATCH 07/21] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH 08/21] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 09/21] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH 10/21] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH 12/21] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH 13/21] perf: Add perf_pmu_resched_update()
` [PATCH 14/21] KVM: arm64: Apply dynamic guest counter reservations
` [PATCH 15/21] KVM: arm64: Implement lazy PMU context swaps
` [PATCH 16/21] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 17/21] KVM: arm64: Detect overflows for the Partitioned PMU
` [PATCH 18/21] KVM: arm64: Add vCPU device attr to partition the PMU
` [PATCH 19/21] KVM: selftests: Add find_bit to KVM library
` [PATCH 20/21] KVM: arm64: selftests: Add test case for Partitioned PMU
` [PATCH 21/21] KVM: arm64: selftests: Relax testing for exceptions when partitioned
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-06-12 16:35 UTC (7+ messages)
` [PATCH v5 1/5] KVM: arm64: Pass walk flags to kvm_pgtable_get_leaf()
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation
` [PATCH v5 3/5] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH v5 4/5] KVM: selftests: Add option for different backing in pre-fault tests
` [PATCH v5 5/5] KVM: selftests: Add nested pre-fault test for arm64
[PATCH v6 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
2026-06-12 16:07 UTC (9+ messages)
` [PATCH v6 3/6] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v6 4/6] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v6 5/6] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v6 6/6] KVM: arm64: Ensure FFA ranges are page aligned
[PATCH v2 0/2] KVM: arm64: nv: Expose shadow page tables in debugfs
2026-06-12 13:41 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH] KVM: arm64: Sync SCTLR_EL1 when injecting an exception into a pVM
2026-06-12 11:40 UTC (3+ 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