messages from 2025-05-16 12:14:10 to 2025-05-22 23:52:36 UTC [more...]
[PATCH v3 00/13] KVM: Make irqfd registration globally unique
2025-05-22 23:52 UTC (2+ messages)
` [PATCH v3 01/13] KVM: Use a local struct to do the initial vfs_poll() on an irqfd
[PATCH v22 0/5] arm64/perf: Enable branch stack sampling
2025-05-22 17:20 UTC (13+ messages)
` [PATCH v22 1/5] arm64/sysreg: Add BRBE registers and fields
` [PATCH v22 2/5] arm64: el2_setup.h: Make __init_el2_fgt labels consistent, again
` [PATCH v22 3/5] arm64: Handle BRBE booting requirements
` [PATCH v22 4/5] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v22 5/5] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)
[PATCH v5 0/2] Rework Arm64 exception mask helpers
2025-05-22 10:56 UTC (3+ messages)
` [PATCH v5 1/2] arm64: New exception mask helpers to manage DAIF, PMR and ALLINT
` [PATCH v5 2/2] arm64: Deprecate the old daifflags helpers
[PATCH v21 0/4] arm64/perf: Enable branch stack sampling
2025-05-21 15:58 UTC (13+ messages)
` [PATCH v21 1/4] arm64/sysreg: Add BRBE registers and fields
` [PATCH v21 2/4] arm64: Handle BRBE booting requirements
` [PATCH v21 3/4] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v21 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)
[PATCH v2 00/12] KVM: Make irqfd registration globally unique
2025-05-21 15:05 UTC (21+ messages)
` [PATCH v2 01/12] KVM: Use a local struct to do the initial vfs_poll() on an irqfd
` [PATCH v2 02/12] KVM: Acquire SCRU lock outside of irqfds.lock during assignment
` [PATCH v2 03/12] KVM: Initialize irqfd waitqueue callback when adding to the queue
` [PATCH v2 04/12] KVM: Add irqfd to KVM's list via the vfs_poll() callback
` [PATCH v2 05/12] KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lock
` [PATCH v2 06/12] sched/wait: Add a waitqueue helper for fully exclusive priority waiters
` [PATCH v2 07/12] KVM: Disallow binding multiple irqfds to an eventfd with a priority waiter
` [PATCH v2 08/12] sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
` [PATCH v2 09/12] KVM: Drop sanity check that per-VM list of irqfds is unique
` [PATCH v2 10/12] KVM: selftests: Assert that eventfd() succeeds in Xen shinfo test
` [PATCH v2 11/12] KVM: selftests: Add utilities to create eventfds and do KVM_IRQFD
` [PATCH v2 12/12] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements
[PATCH v6 00/10] Stage-2 huge mappings for pKVM np-guests
2025-05-21 14:00 UTC (12+ messages)
` [PATCH v6 01/10] KVM: arm64: Handle huge mappings for np-guest CMOs
` [PATCH v6 02/10] KVM: arm64: Introduce for_each_hyp_page
` [PATCH v6 03/10] KVM: arm64: Add a range to __pkvm_host_share_guest()
` [PATCH v6 04/10] KVM: arm64: Add a range to __pkvm_host_unshare_guest()
` [PATCH v6 05/10] KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()
` [PATCH v6 06/10] KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()
` [PATCH v6 07/10] KVM: arm64: Convert pkvm_mappings to interval tree
` [PATCH v6 08/10] KVM: arm64: Add a range to pkvm_mappings
` [PATCH v6 09/10] KVM: arm64: Stage-2 huge mappings for np-guests
` [PATCH v6 10/10] KVM: arm64: np-guest CMOs with PMD_SIZE fixmap
[PATCH v4 0/5] KVM: arm64: Map GPU device memory as cacheable
2025-05-21 13:17 UTC (11+ messages)
` [PATCH v4 1/5] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v4 2/5] KVM: arm64: Make stage2_has_fwb global scope
` [PATCH v4 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping
` [PATCH v4 4/5] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v4 5/5] KVM: arm64: Expose new KVM cap for cacheable PFNMAP
[PATCH v5 00/10] Stage-2 huge mappings for pKVM np-guests
2025-05-21 12:04 UTC (14+ messages)
` [PATCH v5 01/10] KVM: arm64: Handle huge mappings for np-guest CMOs
` [PATCH v5 02/10] KVM: arm64: Introduce for_each_hyp_page
` [PATCH v5 03/10] KVM: arm64: Add a range to __pkvm_host_share_guest()
` [PATCH v5 04/10] KVM: arm64: Add a range to __pkvm_host_unshare_guest()
` [PATCH v5 05/10] KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()
` [PATCH v5 06/10] KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()
` [PATCH v5 07/10] KVM: arm64: Convert pkvm_mappings to interval tree
` [PATCH v5 08/10] KVM: arm64: Add a range to pkvm_mappings
` [PATCH v5 09/10] KVM: arm64: Stage-2 huge mappings for np-guests
` [PATCH v5 10/10] KVM: arm64: np-guest CMOs with PMD_SIZE fixmap
[PATCH] KVM: arm64: nv: Handle TLBI S1E2 for VNCR invalidation with mmu_lock held
2025-05-21 11:05 UTC
[PATCH] KVM: arm64: nv: Release faulted-in VNCR page from mmu_lock critical section
2025-05-21 11:04 UTC
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-05-21 10:21 UTC (45+ messages)
` [PATCH v8 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v8 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v8 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v8 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v8 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v8 30/43] arm64: RME: Prevent Device mappings for Realms
` [PATCH v8 33/43] arm64: RME: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v8 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v8 35/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v8 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v8 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v8 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v8 40/43] arm64: RME: Provide accurate register list
` [PATCH v8 43/43] KVM: arm64: Allow activating realms
[PATCH 00/10] perf: arm_spe: Armv8.8 SPE features
2025-05-21 9:51 UTC (26+ messages)
` [PATCH 01/10] arm64: sysreg: Add new PMSIDR_EL1 and PMSFCR_EL1 fields
` [PATCH 02/10] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH 03/10] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH 04/10] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH 06/10] perf: Add perf_event_attr::config4
` [PATCH 07/10] perf: arm_spe: Add support for filtering on data source
` [PATCH 09/10] perf tools: Add support for perf_event_attr::config4
` [PATCH 10/10] perf docs: arm-spe: Document new SPE filtering features
[PATCH] KVM: arm64: nv: Hold mmu_lock when invalidating VNCR SW-TLB before translating
2025-05-21 9:09 UTC (3+ messages)
[PATCH v2] KVM: arm64: vgic-its: Add debugfs interface to expose ITS tables
2025-05-21 9:08 UTC (2+ messages)
[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
2025-05-21 6:20 UTC (16+ messages)
` [kvm-unit-tests PATCH v3 09/16] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments "
` [kvm-unit-tests PATCH v3 11/16] scripts: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v3 12/16] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v3 13/16] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v3 14/16] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v3 16/16] scripts: Enable kvmtool
[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-05-20 23:39 UTC (6+ messages)
` [PATCH v1 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v1 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid
[PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
2025-05-20 14:05 UTC (17+ messages)
` [PATCH v3 02/10] arm/cpu: Add sysreg properties generation
` [PATCH v3 06/10] arm/kvm: Allow reading all the writable ID registers
` [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
[PATCH v3 0/6] Add FIELD_MODIFY() helper
2025-05-19 15:39 UTC (7+ messages)
` [PATCH v3 2/6] coccinelle: misc: Add field_modify script
` [cocci] "
[PATCH v4 00/10] Stage-2 huge mappings for pKVM np-guests
2025-05-19 14:46 UTC (20+ messages)
` [PATCH v4 01/10] KVM: arm64: Handle huge mappings for np-guest CMOs
` [PATCH v4 02/10] KVM: arm64: Introduce for_each_hyp_page
` [PATCH v4 03/10] KVM: arm64: Add a range to __pkvm_host_share_guest()
` [PATCH v4 07/10] KVM: arm64: Convert pkvm_mappings to interval tree
` [PATCH v4 09/10] KVM: arm64: Stage-2 huge mappings for np-guests
` [PATCH v4 10/10] KVM: arm64: np-guest CMOs with PMD_SIZE fixmap
[PATCH v4 00/43] KVM: arm64: Revamp Fine Grained Trap handling
2025-05-19 11:59 UTC (2+ messages)
[PATCH v4] arm64: errata: Work around AmpereOne's erratum AC04_CPU_23
2025-05-19 11:57 UTC (4+ messages)
[PATCH v4 00/17] KVM: arm64: Recursive NV support
2025-05-19 7:04 UTC (3+ messages)
[PATCH v5 00/25] Tracefs support for pKVM
2025-05-16 13:40 UTC (26+ messages)
` [PATCH v5 01/25] ring-buffer: Add page statistics to the meta-page
` [PATCH v5 02/25] ring-buffer: Introduce ring-buffer remotes
` [PATCH v5 03/25] tracing: Introduce trace remotes
` [PATCH v5 04/25] tracing: Add reset to "
` [PATCH v5 05/25] tracing: Add init callback "
` [PATCH v5 06/25] tracing: Add events "
` [PATCH v5 07/25] tracing: Add events/ root files "
` [PATCH v5 08/25] tracing: Add helpers to create trace remote events
` [PATCH v5 09/25] ring-buffer: Export buffer_data_page and macros
` [PATCH v5 10/25] tracing: Introduce simple_ring_buffer
` [PATCH v5 11/25] tracing: Add a trace remote module for testing
` [PATCH v5 12/25] tracing: selftests: Add trace remote tests
` [PATCH v5 13/25] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v5 14/25] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v5 15/25] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v5 16/25] KVM: arm64: Add .hyp.data section
` [PATCH v5 17/25] KVM: arm64: Add clock support for the pKVM hyp
` [PATCH v5 18/25] KVM: arm64: Add tracing capability "
` [PATCH v5 19/25] KVM: arm64: Add trace remote "
` [PATCH v5 20/25] KVM: arm64: Sync boot clock with "
` [PATCH v5 21/25] KVM: arm64: Add trace reset to "
` [PATCH v5 22/25] KVM: arm64: Add event support to the pKVM hyp and trace remote
` [PATCH v5 23/25] KVM: arm64: Add hyp_enter/hyp_exit events to pKVM hyp
` [PATCH v5 24/25] KVM: arm64: Add selftest event support "
` [PATCH v5 25/25] tracing: selftests: Add pKVM trace remote tests
[PATCH v4 0/5] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
2025-05-16 12:14 UTC (5+ messages)
` [PATCH v4 2/5] KVM: arm64: Zero x4-x7 in ffa_set_retval
` [PATCH v4 3/5] KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupported
` [PATCH v4 4/5] KVM: arm64: Bump the supported version of FF-A to 1.2
` [PATCH v4 5/5] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 in host handler
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).