messages from 2024-12-12 18:05:33 to 2024-12-17 15:21:20 UTC [more...]
[PATCH RFCv2 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model
2024-12-17 15:21 UTC (14+ messages)
` [PATCH RFCv2 01/20] kvm: kvm_get_writable_id_regs
` [PATCH RFCv2 02/20] arm/cpu: Add sysreg definitions in cpu-sysregs.h
[PATCH 00/16] KVM: arm64: Add NV GICv3 support
2024-12-17 15:13 UTC (17+ messages)
` [PATCH 01/16] arm64: sysreg: Add layout for ICH_HCR_EL2
` [PATCH 02/16] arm64: sysreg: Add layout for ICH_VTR_EL2
` [PATCH 03/16] arm64: sysreg: Add layout for ICH_MISR_EL2
` [PATCH 04/16] KVM: arm64: Move host SVE/SME state flags out of vCPU
` [PATCH 05/16] KVM: arm64: nv: Load timer before the GIC
` [PATCH 06/16] KVM: arm64: nv: Add ICH_*_EL2 registers to vpcu_sysreg
` [PATCH 07/16] KVM: arm64: nv: Plumb handling of GICv3 EL2 accesses
` [PATCH 08/16] KVM: arm64: nv: Sanitise ICH_HCR_EL2 accesses
` [PATCH 09/16] KVM: arm64: nv: Nested GICv3 emulation
` [PATCH 10/16] KVM: arm64: nv: Handle L2->L1 transition on interrupt injection
` [PATCH 11/16] KVM: arm64: nv: Add Maintenance Interrupt emulation
` [PATCH 12/16] KVM: arm64: nv: Respect virtual HCR_EL2.TWx setting
` [PATCH 13/16] KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
` [PATCH 14/16] KVM: arm64: nv: Propagate used_lrs between L1 and L0 contexts
` [PATCH 15/16] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH 16/16] KVM: arm64: nv: Allow userland to set VGIC maintenance IRQ
[PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable
2024-12-17 15:10 UTC (6+ messages)
[PATCH v3 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
2024-12-17 14:31 UTC (51+ messages)
` [PATCH v3 01/18] KVM: arm64: Change the layout of enum pkvm_page_state
` [PATCH v3 02/18] KVM: arm64: Move enum pkvm_page_state to memory.h
` [PATCH v3 03/18] KVM: arm64: Make hyp_page::order a u8
` [PATCH v3 04/18] KVM: arm64: Move host page ownership tracking to the hyp vmemmap
` [PATCH v3 05/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoung
` [PATCH v3 06/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_perms
` [PATCH v3 07/18] KVM: arm64: Make kvm_pgtable_stage2_init() a static inline function
` [PATCH v3 08/18] KVM: arm64: Add {get,put}_pkvm_hyp_vm() helpers
` [PATCH v3 09/18] KVM: arm64: Introduce __pkvm_vcpu_{load,put}()
` [PATCH v3 10/18] KVM: arm64: Introduce __pkvm_host_share_guest()
` [PATCH v3 11/18] KVM: arm64: Introduce __pkvm_host_unshare_guest()
` [PATCH v3 12/18] KVM: arm64: Introduce __pkvm_host_relax_guest_perms()
` [PATCH v3 13/18] KVM: arm64: Introduce __pkvm_host_wrprotect_guest()
` [PATCH v3 14/18] KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()
` [PATCH v3 15/18] KVM: arm64: Introduce __pkvm_host_mkyoung_guest()
` [PATCH v3 16/18] KVM: arm64: Introduce __pkvm_tlb_flush_vmid()
` [PATCH v3 17/18] KVM: arm64: Introduce the EL1 pKVM MMU
` [PATCH v3 18/18] KVM: arm64: Plumb the pKVM MMU in KVM
[PATCH v2 00/12] KVM: arm64: Add NV timer support
2024-12-17 14:23 UTC (13+ messages)
` [PATCH v2 01/12] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v2 02/12] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v2 03/12] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v2 04/12] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v2 05/12] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV in use
` [PATCH v2 06/12] KVM: arm64: nv: Accelerate EL0 counter accesses from hypervisor context
` [PATCH v2 07/12] KVM: arm64: Handle counter access early in non-HYP context
` [PATCH v2 08/12] KVM: arm64: nv: Add trap routing for CNTHCTL_EL2.EL1{NVPCT,NVVCT,TVT,TVCT}
` [PATCH v2 09/12] KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bits
` [PATCH v2 10/12] KVM: arm64: nv: Sanitise CNTHCTL_EL2
` [PATCH v2 11/12] KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosity
` [PATCH v2 12/12] KVM: arm64: nv: Document EL2 timer API
[PATCH 6.6 v1] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
2024-12-17 10:40 UTC (5+ messages)
[syzbot] [kvmarm?] BUG: unable to handle kernel paging request in vgic_its_set_attr
2024-12-17 9:48 UTC
[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
2024-12-17 8:48 UTC (11+ messages)
` [PATCH V3 1/7] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH V3 2/7] arm64/sysreg: Add register fields for MDSELR_EL1
` [PATCH V3 3/7] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH V3 4/7] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH V3 5/7] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
` [PATCH V3 6/7] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
` [PATCH V3 7/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
[PATCH] mm/ptdump: Drop GENERIC_PTDUMP
2024-12-17 7:47 UTC (2+ messages)
[PATCH V2 00/46] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
2024-12-17 4:33 UTC (20+ messages)
` [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 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 18/46] arm64/sysreg: Add register fields for PMUACR_EL1
[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
2024-12-16 22:33 UTC (2+ messages)
[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
2024-12-16 17:51 UTC (5+ messages)
` [PATCH v6 03/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v6 04/43] arm64: RME: Add SMC definitions for calling the RMM
[PATCH v5 00/17] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
2024-12-16 10:50 UTC (18+ messages)
` [PATCH v5 01/17] KVM: arm64: Consolidate allowed and restricted VM feature checks
` [PATCH v5 02/17] KVM: arm64: Group setting traps for protected VMs by control register
` [PATCH v5 03/17] KVM: arm64: Move checking protected vcpu features to a separate function
` [PATCH v5 04/17] KVM: arm64: Remove KVM_ARM_VCPU_POWER_OFF from protected VMs allowed features in pKVM
` [PATCH v5 05/17] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v5 06/17] KVM: arm64: Initialize feature id registers for protected VMs
` [PATCH v5 07/17] KVM: arm64: Fix RAS trapping in pKVM "
` [PATCH v5 08/17] KVM: arm64: Set protected VM traps based on its view of feature registers
` [PATCH v5 09/17] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v5 10/17] KVM: arm64: Remove fixed_config.h header
` [PATCH v5 11/17] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v5 12/17] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v5 13/17] KVM: arm64: Refactor kvm_reset_cptr_el2()
` [PATCH v5 14/17] KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
` [PATCH v5 15/17] KVM: arm64: Remove PtrAuth guest vcpu flag
` [PATCH v5 16/17] KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
` [PATCH v5 17/17] KVM: arm64: Use kvm_vcpu_has_feature() directly for struct kvm
[syzbot] [kvmarm?] BUG: unable to handle kernel paging request in __hwasan_check_x0_ADDR
2024-12-16 9:38 UTC (3+ messages)
[PATCH v6.12] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
2024-12-16 8:50 UTC
[PATCH 1/3] KVM: arm64: timers: Fix percpu address space issues in kvm_timer_hyp_init()
2024-12-16 7:37 UTC (7+ messages)
` [PATCH 2/3] irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base
` [PATCH 3/3] mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()
[PATCH v1 10/13] KVM: selftests: Add KVM Userfault mode to demand_paging_test
2024-12-14 22:46 UTC (2+ messages)
[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
2024-12-13 19:48 UTC (41+ messages)
` [RFC PATCH v2 23/58] KVM: arm64: iommu: Support power management
` [RFC PATCH v2 24/58] KVM: arm64: iommu: Support DABT for IOMMU
` [RFC PATCH v2 25/58] KVM: arm64: iommu: Add SMMUv3 driver
` [RFC PATCH v2 26/58] KVM: arm64: smmu-v3: Initialize registers
` [RFC PATCH v2 27/58] KVM: arm64: smmu-v3: Setup command queue
` [RFC PATCH v2 28/58] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH v2 29/58] KVM: arm64: smmu-v3: Setup event queue
` [RFC PATCH v2 30/58] KVM: arm64: smmu-v3: Reset the device
` [RFC PATCH v2 31/58] KVM: arm64: smmu-v3: Support io-pgtable
` [RFC PATCH v2 32/58] KVM: arm64: smmu-v3: Add {alloc/free}_domain
` [RFC PATCH v2 33/58] KVM: arm64: smmu-v3: Add TLB ops
` [RFC PATCH v2 34/58] KVM: arm64: smmu-v3: Add context descriptor functions
` [RFC PATCH v2 35/58] KVM: arm64: smmu-v3: Add attach_dev
` [RFC PATCH v2 36/58] KVM: arm64: smmu-v3: Add detach_dev
` [RFC PATCH v2 37/58] iommu/io-pgtable: Generalize walker interface
` [RFC PATCH v2 38/58] iommu/io-pgtable-arm: Add post table walker callback
` [RFC PATCH v2 39/58] drivers/iommu: io-pgtable: Add IO_PGTABLE_QUIRK_UNMAP_INVAL
` [RFC PATCH v2 40/58] KVM: arm64: smmu-v3: Add map/unmap pages and iova_to_phys
` [RFC PATCH v2 41/58] KVM: arm64: smmu-v3: Add DABT handler
` [RFC PATCH v2 42/58] iommu/arm-smmu-v3-kvm: Add host driver for pKVM
` [RFC PATCH v2 43/58] iommu/arm-smmu-v3-kvm: Pass a list of SMMU devices to the hypervisor
` [RFC PATCH v2 44/58] iommu/arm-smmu-v3-kvm: Validate device features
` [RFC PATCH v2 45/58] iommu/arm-smmu-v3-kvm: Allocate structures and reset device
` [RFC PATCH v2 46/58] KVM: arm64: Add function to topup generic allocator
` [RFC PATCH v2 47/58] KVM: arm64: Add macro for SMCCC call with all returns
` [RFC PATCH v2 48/58] iommu/arm-smmu-v3-kvm: Add function to topup IOMMU allocator
` [RFC PATCH v2 49/58] iommu/arm-smmu-v3-kvm: Add IOMMU ops
` [RFC PATCH v2 50/58] iommu/arm-smmu-v3-kvm: Add map, unmap and iova_to_phys operations
` [RFC PATCH v2 51/58] iommu/arm-smmu-v3-kvm: Support PASID operations
` [RFC PATCH v2 52/58] iommu/arm-smmu-v3-kvm: Add IRQs for the driver
` [RFC PATCH v2 53/58] iommu/arm-smmu-v3-kvm: Probe power domains
` [RFC PATCH v2 54/58] iommu/arm-smmu-v3-kvm: Enable runtime PM
` [RFC PATCH v2 55/58] drivers/iommu: Add deferred map_sg operations
` [RFC PATCH v2 56/58] KVM: arm64: iommu: Add hypercall for map_sg
` [RFC PATCH v2 57/58] iommu/arm-smmu-v3-kvm: Implement sg operations
` [RFC PATCH v2 58/58] iommu/arm-smmu-v3-kvm: Support command queue batching
[RESEND RFC PATCH v1 0/5] Initial BBML2 support for contpte_convert()
2024-12-13 16:53 UTC (12+ messages)
` [RESEND RFC PATCH v1 1/5] arm64: Add TLB Conflict Abort Exception handler to KVM
` [RESEND RFC PATCH v1 2/5] arm64: Add BBM Level 2 cpu feature
[PATCH v3 0/3] KVM: arm64: Errata management for VM Live migration
2024-12-13 16:45 UTC (7+ messages)
` [PATCH v3 1/3] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
` [PATCH v3 2/3] KVM: arm64: Introduce hypercall support for retrieving target implementations
` [PATCH v3 3/3] arm64: paravirt: Enable errata based on implementation CPUs
[RFC PATCH v1 3/5] arm64: Add errata and workarounds for systems with broken BBML2
2024-12-13 16:21 UTC
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