messages from 2024-12-17 21:21:12 to 2024-12-20 17:05:51 UTC [more...]
[PATCH v8 0/8] kvm/coresight: Support exclude guest and exclude host
2024-12-20 17:05 UTC (3+ messages)
` [PATCH v8 6/8] KVM: arm64: coresight: Give TRBE enabled state to KVM
[PATCH RFC v3 00/27] KVM: arm64: Implement support for SME in non-protected guests
2024-12-20 16:46 UTC (28+ messages)
` [PATCH RFC v3 01/27] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH RFC v3 02/27] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH RFC v3 03/27] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH RFC v3 04/27] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH RFC v3 05/27] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH RFC v3 06/27] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH RFC v3 07/27] KVM: arm64: Convert cpacr_clear_set() to a static inline
` [PATCH RFC v3 08/27] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH RFC v3 09/27] KVM: arm64: Factor SVE guest exit handling out into a function
` [PATCH RFC v3 10/27] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH RFC v3 11/27] KVM: arm64: Document the KVM ABI for SME
` [PATCH RFC v3 12/27] KVM: arm64: Define internal features "
` [PATCH RFC v3 13/27] KVM: arm64: Rename sve_state_reg_region
` [PATCH RFC v3 14/27] KVM: arm64: Store vector lengths in an array
` [PATCH RFC v3 15/27] KVM: arm64: Implement SME vector length configuration
` [PATCH RFC v3 16/27] KVM: arm64: Add definitions for SME control register
` [PATCH RFC v3 17/27] KVM: arm64: Support TPIDR2_EL0
` [PATCH RFC v3 18/27] KVM: arm64: Support SMIDR_EL1 for guests
` [PATCH RFC v3 19/27] KVM: arm64: Support SME priority registers
` [PATCH RFC v3 20/27] KVM: arm64: Provide assembly for SME state restore
` [PATCH RFC v3 21/27] KVM: arm64: Support Z and P registers in streaming mode
` [PATCH RFC v3 22/27] KVM: arm64: Expose SME specific state to userspace
` [PATCH RFC v3 23/27] KVM: arm64: Context switch SME state for normal guests
` [PATCH RFC v3 24/27] KVM: arm64: Handle SME exceptions
` [PATCH RFC v3 25/27] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH RFC v3 26/27] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH RFC v3 27/27] KVM: arm64: selftests: Add SME to set_id_regs test
[PATCH RFCv2 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model
2024-12-20 16:17 UTC (15+ messages)
[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
2024-12-20 15:42 UTC (3+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
[PATCH v5 00/17] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
2024-12-20 15:22 UTC (2+ messages)
[PATCH] KVM: arm64: Selftest for pKVM transitions
2024-12-20 15:14 UTC (3+ messages)
[PATCH v4 0/3] KVM: arm64: Errata management for VM Live migration
2024-12-20 15:00 UTC (14+ messages)
` [PATCH v4 1/3] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
` [PATCH v4 2/3] KVM: arm64: Introduce hypercall support for retrieving target implementations
` [PATCH v4 3/3] arm64: paravirt: Enable errata based on implementation CPUs
[PATCH v4 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
2024-12-20 11:10 UTC (22+ messages)
` [PATCH v4 01/18] KVM: arm64: Change the layout of enum pkvm_page_state
` [PATCH v4 02/18] KVM: arm64: Move enum pkvm_page_state to memory.h
` [PATCH v4 03/18] KVM: arm64: Make hyp_page::order a u8
` [PATCH v4 04/18] KVM: arm64: Move host page ownership tracking to the hyp vmemmap
` [PATCH v4 05/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoung
` [PATCH v4 06/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_perms
` [PATCH v4 07/18] KVM: arm64: Make kvm_pgtable_stage2_init() a static inline function
` [PATCH v4 08/18] KVM: arm64: Add {get,put}_pkvm_hyp_vm() helpers
` [PATCH v4 09/18] KVM: arm64: Introduce __pkvm_vcpu_{load,put}()
` [PATCH v4 10/18] KVM: arm64: Introduce __pkvm_host_share_guest()
` [PATCH v4 11/18] KVM: arm64: Introduce __pkvm_host_unshare_guest()
` [PATCH v4 12/18] KVM: arm64: Introduce __pkvm_host_relax_guest_perms()
` [PATCH v4 13/18] KVM: arm64: Introduce __pkvm_host_wrprotect_guest()
` [PATCH v4 14/18] KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()
` [PATCH v4 15/18] KVM: arm64: Introduce __pkvm_host_mkyoung_guest()
` [PATCH v4 16/18] KVM: arm64: Introduce __pkvm_tlb_flush_vmid()
` [PATCH v4 17/18] KVM: arm64: Introduce the EL1 pKVM MMU
` [PATCH v4 18/18] KVM: arm64: Plumb the pKVM MMU in KVM
[PATCH v4 00/19] KVM: arm64: Debug cleanups
2024-12-20 9:28 UTC (21+ messages)
` [PATCH v4 01/19] KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
` [PATCH v4 02/19] KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
` [PATCH v4 03/19] KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU
` [PATCH v4 04/19] KVM: arm64: Move host SME/SVE tracking flags to host data
` [PATCH v4 05/19] KVM: arm64: Write MDCR_EL2 directly from kvm_arm_setup_mdcr_el2()
` [PATCH v4 06/19] KVM: arm64: Evaluate debug owner at vcpu_load()
` [PATCH v4 07/19] KVM: arm64: Clean up KVM_SET_GUEST_DEBUG handler
` [PATCH v4 08/19] KVM: arm64: Select debug state to save/restore based on debug owner
` [PATCH v4 09/19] KVM: arm64: Remove debug tracepoints
` [PATCH v4 10/19] KVM: arm64: Remove vestiges of debug_ptr
` [PATCH v4 11/19] KVM: arm64: Use debug_owner to track if debug regs need save/restore
` [PATCH v4 12/19] KVM: arm64: Reload vCPU for accesses to OSLAR_EL1
` [PATCH v4 13/19] KVM: arm64: Compute MDCR_EL2 at vcpu_load()
` [PATCH v4 14/19] KVM: arm64: Don't hijack guest context MDSCR_EL1
` [PATCH v4 15/19] KVM: arm64: Manage software step state at load/put
` [PATCH v4 16/19] KVM: arm64: nv: Honor MDCR_EL2.TDE routing for debug exceptions
` [PATCH v4 17/19] KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restore
` [PATCH v4 18/19] KVM: arm64: Fold DBGxVR/DBGxCR accessors into common set
` [PATCH v4 19/19] KVM: arm64: Promote guest ownership for DBGxVR/DBGxCR reads
[PATCH 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
2024-12-20 7:22 UTC (8+ messages)
` [PATCH 1/7] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH 2/7] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH 3/7] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH 4/7] arm64/sysreg: Add register fields for HFGITR2_EL2
` [PATCH 5/7] arm64/sysreg: Add register fields for HFGRTR2_EL2
` [PATCH 6/7] arm64/sysreg: Add register fields for HFGWTR2_EL2
` [PATCH 7/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
[PATCH 0/8] KVM: selftests: Binary stats fixes and infra updates
2024-12-20 1:39 UTC (9+ messages)
` [PATCH 1/8] KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
` [PATCH 2/8] KVM: selftests: Close VM's binary stats FD when releasing VM
` [PATCH 3/8] KVM: selftests: Assert that __vm_get_stat() actually finds a stat
` [PATCH 4/8] KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
` [PATCH 5/8] KVM: selftests: Add struct and helpers to wrap binary stats cache
` [PATCH 6/8] KVM: selftests: Get VM's binary stats FD when opening VM
` [PATCH 7/8] KVM: selftests: Add infrastructure for getting vCPU binary stats
` [PATCH 8/8] KVM: selftests: Add compile-time assertions to guard against stats typos
[PATCH v2 0/4] arm64/sysreg: Get rid of *_ELx as fields for EL12 accessors
2024-12-19 19:47 UTC (7+ messages)
` [PATCH v2 1/4] arm64/sysreg: Allow a 'Mapping' descriptor for system registers
` [PATCH v2 2/4] arm64/sysreg: Get rid of the TCR2_EL1x SysregFields
` [PATCH v2 3/4] arm64/sysreg: Convert *_EL12 accessors to Mapping
` [PATCH v2 4/4] arm64/sysreg: Get rid of CPACR_ELx SysregFields
[PATCH v3 00/16] KVM: arm64: Debug cleanups
2024-12-19 18:16 UTC (8+ messages)
` [PATCH v3 10/16] KVM: arm64: Use debug_owner to track if debug regs need save/restore
` [PATCH v3 12/16] KVM: arm64: Compute MDCR_EL2 at vcpu_load()
[PATCH v3 0/9] arm64: Support 2024 dpISA extensions
2024-12-19 16:57 UTC (10+ messages)
` [PATCH v3 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 to DDI0601 2024-09
[RESEND RFC PATCH v1 0/5] Initial BBML2 support for contpte_convert()
2024-12-19 16:45 UTC (13+ messages)
` [RESEND RFC PATCH v1 2/5] arm64: Add BBM Level 2 cpu feature
` [RESEND RFC PATCH v1 4/5] arm64/mm: Delay tlbi in contpte_convert() under BBML2
` [RESEND RFC PATCH v1 5/5] arm64/mm: Elide "
[PATCH V2 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
2024-12-19 15:49 UTC (5+ messages)
` [PATCH V2 5/7] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
2024-12-19 15:14 UTC (6+ messages)
[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
2024-12-19 14:24 UTC (13+ messages)
` [RFC PATCH v2 11/58] KVM: arm64: pkvm: Add pkvm_udelay()
` [RFC PATCH v2 12/58] KVM: arm64: Add __pkvm_{use, unuse}_dma()
` [RFC PATCH v2 21/58] KVM: arm64: pkvm: Add __pkvm_host_add_remove_page()
` [RFC PATCH v2 55/58] drivers/iommu: Add deferred map_sg operations
[PATCH] KVM: arm64: nv: Set ISTATUS for emulated timers, If timer expired
2024-12-19 12:23 UTC (9+ messages)
[PATCH 6.6 v1] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
2024-12-19 10:49 UTC (4+ messages)
[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
2024-12-19 5:44 UTC (5+ messages)
` [PATCH v6 06/43] arm64: RME: Check for RME support at KVM init
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs
[PATCH V2 00/46] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
2024-12-19 3:13 UTC (41+ messages)
` [PATCH V2 01/46] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH V2 02/46] arm64/sysreg: Update register fields for ID_AA64MMFR4_EL1
` [PATCH V2 03/46] arm64/sysreg: Update register fields for ID_AA64PFR0_EL1
` [PATCH V2 04/46] arm64/sysreg: Update register fields for TRBIDR_EL1
` [PATCH V2 05/46] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH V2 06/46] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH V2 07/46] arm64/sysreg: Add register fields for HFGITR2_EL2
` [PATCH V2 08/46] arm64/sysreg: Add register fields for HFGRTR2_EL2
` [PATCH V2 09/46] arm64/sysreg: Add register fields for HFGWTR2_EL2
` [PATCH V2 10/46] arm64/sysreg: Add register fields for MDSELR_EL1
` [PATCH V2 11/46] arm64/sysreg: Add register fields for PMSIDR_EL1
` [PATCH V2 12/46] arm64/sysreg: Add register fields for TRBMPAM_EL1
` [PATCH V2 13/46] arm64/sysreg: Add register fields for PMSDSFR_EL1
` [PATCH V2 14/46] arm64/sysreg: Add register fields for SPMDEVAFF_EL1
` [PATCH V2 15/46] arm64/sysreg: Add register fields for PFAR_EL1
` [PATCH V2 16/46] arm64/sysreg: Add register fields for PMIAR_EL1
` [PATCH V2 17/46] arm64/sysreg: Add register fields for PMECR_EL1
` [PATCH V2 46/46] KVM: arm64: nv: Add trap forwarding for FEAT_FGT2 described registers
[PATCH 00/18] KVM: arm64: Support FEAT_PMUv3 on Apple hardware
2024-12-18 23:23 UTC (17+ messages)
` [PATCH 04/18] drivers/perf: apple_m1: Provide helper for mapping PMUv3 events
` [PATCH 05/18] KVM: arm64: Compute PMCEID from arm_pmu's event bitmaps
` [PATCH 06/18] KVM: arm64: Always support SW_INCR PMU event
` [PATCH 07/18] KVM: arm64: Remap PMUv3 events onto hardware
` [PATCH 08/18] KVM: arm64: Use a cpucap to determine if system supports FEAT_PMUv3
` [PATCH 09/18] KVM: arm64: Drop kvm_arm_pmu_available static key
` [PATCH 10/18] KVM: arm64: Use guard() to cleanup usage of arm_pmus_lock
` [PATCH 11/18] KVM: arm64: Move PMUVer filtering into KVM code
` [PATCH 12/18] KVM: arm64: Compute synthetic sysreg ESR for Apple PMUv3 traps
` [PATCH 13/18] KVM: arm64: Advertise PMUv3 if IMPDEF traps are present
` [PATCH 14/18] KVM: arm64: Advertise 0 event counters for IMPDEF PMU
` [PATCH 15/18] arm64: Enable IMP DEF PMUv3 traps on Apple M2
` [RFC PATCH 16/18] drivers/perf: apple_m1: Map a few more PMUv3 events
` [RFC PATCH 17/18] KVM: arm64: Provide 1 event counter on IMPDEF hardware
` [HACK PATCH 18/18] KVM: arm64: selftests: Add test for probing PMUv3 sysregs
[PATCH] KVM: arm64: Always check the state from hyp_ack_unshare()
2024-12-18 21:30 UTC (2+ messages)
[PATCH 0/4] KVM: arm64: PMU fixes for 6.13
2024-12-18 21:30 UTC (3+ messages)
[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
2024-12-18 13:15 UTC (8+ messages)
` [PATCH V3 6/7] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
[PATCH v3 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
2024-12-18 12:06 UTC (6+ messages)
` [PATCH v3 18/18] KVM: arm64: Plumb the pKVM MMU in KVM
[PATCH] mm/ptdump: Drop GENERIC_PTDUMP
2024-12-18 6:59 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