messages from 2023-11-30 16:52:39 to 2023-12-07 17:12:50 UTC [more...]
[PATCH v2 00/12] KVM: arm64: Fixes to fine grain traps and pKVM traps
2023-12-07 17:12 UTC (19+ messages)
` [PATCH v2 01/12] KVM: Add missing HCRX_EL2 field definitions
` [PATCH v2 02/12] KVM: arm64: Add latest HFGxTR_EL2 FGT entries to nested virt
` [PATCH v2 03/12] KVM: arm64: Add latest HFGITR_EL2 "
` [PATCH v2 04/12] KVM: arm64: Add bit masks for HAFGRTR_EL2
` [PATCH v2 05/12] KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virt
` [PATCH v2 06/12] KVM: arm64: Update and fix FGT register masks
` [PATCH v2 07/12] KVM: arm64: Add build validation for FGT trap mask values
` [PATCH v2 08/12] KVM: arm64: Use generated FGT RES0 bits instead of specifying them
` [PATCH v2 09/12] KVM: arm64: Generate the HFGWTR-only RES0 bits
` [PATCH v2 10/12] KVM: arm64: Define FGT NMASK bits relative to other fields
` [PATCH v2 11/12] KVM: arm64: Trap external trace for protected VMs
` [PATCH v2 12/12] KVM: arm64: Mark CMOW as allowed "
[PATCH v3 00/21] arm64: Support for 2023 DPISA extensions
2023-12-07 15:47 UTC (26+ messages)
` [PATCH v3 01/21] arm64/sysreg: Add definition for ID_AA64PFR2_EL1
` [PATCH v3 02/21] arm64/sysreg: Update ID_AA64ISAR2_EL1 defintion for DDI0601 2023-09
` [PATCH v3 03/21] arm64/sysreg: Add definition for ID_AA64ISAR3_EL1
` [PATCH v3 04/21] arm64/sysreg: Add definition for ID_AA64FPFR0_EL1
` [PATCH v3 05/21] arm64/sysreg: Update ID_AA64SMFR0_EL1 definition for DDI0601 2023-09
` [PATCH v3 06/21] arm64/sysreg: Update SCTLR_EL1 "
` [PATCH v3 07/21] arm64/sysreg: Update HCRX_EL2 definition "
` [PATCH v3 08/21] arm64/sysreg: Add definition for FPMR
` [PATCH v3 09/21] arm64/cpufeature: Hook new identification registers up to cpufeature
` [PATCH v3 10/21] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH v3 11/21] arm64/fpsimd: Support FEAT_FPMR
` [PATCH v3 12/21] arm64/signal: Add FPMR signal handling
` [PATCH v3 13/21] arm64/ptrace: Expose FPMR via ptrace
` [PATCH v3 14/21] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v3 15/21] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH v3 16/21] arm64/hwcap: Define hwcaps for 2023 DPISA features
` [PATCH v3 17/21] kselftest/arm64: Handle FPMR context in generic signal frame parser
` [PATCH v3 18/21] kselftest/arm64: Add basic FPMR test
` [PATCH v3 19/21] kselftest/arm64: Add 2023 DPISA hwcap test coverage
` [PATCH v3 20/21] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH v3 21/21] KVM: arm64: selftests: Teach get-reg-list about FPMR
[PATCH v3 00/25] Permission Overlay Extension
2023-12-07 15:44 UTC (25+ messages)
` [PATCH v3 01/25] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v3 02/25] arm64/sysreg: update CPACR_EL1 register
` [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 07/25] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v3 09/25] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v3 10/25] arm64: mask out POIndex when modifying a PTE
` [PATCH v3 11/25] arm64: enable ARCH_HAS_PKEYS on arm64
[PATCH 0/5] KVM: arm64: vgic fixes for 6.7
2023-12-07 15:12 UTC (6+ messages)
` [PATCH 1/5] KVM: arm64: vgic: Simplify kvm_vgic_destroy()
` [PATCH 2/5] KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()
` [PATCH 3/5] KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy
` [PATCH 4/5] KVM: arm64: vgic: Ensure that slots_lock is held in vgic_register_all_redist_iodevs()
` [PATCH 5/5] KVM: Convert comment into an assertion in kvm_io_bus_register_dev()
[PATCH v2 0/4] KVM: arm64: Hide unsupported MPAM from the guest
2023-12-07 15:08 UTC (5+ messages)
` [PATCH v2 1/4] arm64: head.S: Initialise MPAM EL2 registers and disable traps
` [PATCH v2 2/4] arm64: cpufeature: discover CPU support for MPAM
` [PATCH v2 3/4] KVM: arm64: Fix missing traps of guest accesses to the MPAM registers
` [PATCH v2 4/4] KVM: arm64: Disable MPAM visibility by default, and handle traps
[PATCH v2 1/1] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2023-12-07 14:50 UTC (39+ messages)
[PATCH 0/5] KVM: selftests: Remove redundant newlines
2023-12-07 11:19 UTC (11+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] KVM: selftests: aarch64: "
` [PATCH 3/5] KVM: selftests: riscv: "
` [PATCH 4/5] KVM: selftests: s390x: "
` [PATCH 5/5] KVM: selftests: x86_64: "
[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
2023-12-06 21:44 UTC (9+ messages)
` [PATCH v7 13/39] arm64/mm: Map pages for guarded control stack
` [PATCH v7 21/39] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v7 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v7 23/39] arm64/mm: Implement map_shadow_stack()
[PATCH 0/2] perf build: Fixes for arm64 sysreg-defs build rules
2023-12-06 13:45 UTC (5+ messages)
` [PATCH 2/2] perf build: Ensure sysreg-defs Makefile respects output dir
[PATCH v3 0/3] arm64: Drop support for VPIPT i-cache policy
2023-12-05 15:16 UTC (10+ messages)
` [PATCH v3 1/3] KVM: arm64: Remove VPIPT I-cache handling
` [PATCH v3 2/3] arm64: Kill detection of VPIPT i-cache policy
` [PATCH v3 3/3] arm64: Rename reserved values for CTR_EL0.L1Ip
[PATCH] arm64: Make icache detection a cpu capability
2023-12-05 13:31 UTC
[PATCH v1 0/6] KVM: arm64: Fixes to fine grain traps and pKVM traps
2023-12-05 11:48 UTC (9+ messages)
` [PATCH v1 1/6] KVM: arm64: Update and fix FGT register masks
` [PATCH v1 2/6] KVM: arm64: Add bit masks for HAFGRTR_EL2
` [PATCH v1 3/6] KVM: arm64: Add build validation for trap mask values
` [PATCH v1 4/6] KVM: arm64: Calculate FGT RES0 Bits
` [PATCH v1 5/6] KVM: arm64: Trap external trace for protected VMs
` [PATCH v1 6/6] KVM: arm64: Mark features as supported "
[PATCH v3 0/6] kvm/coresight: Support exclude guest and exclude host
2023-12-05 10:05 UTC (10+ messages)
` [PATCH v3 2/6] arm64: KVM: Move SPE and trace registers to the sysreg array
` [PATCH v3 3/6] arm64: KVM: Add iflag for FEAT_TRF
` [PATCH v3 4/6] arm64: KVM: Add interface to set guest value for TRFCR register
[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
2023-12-05 7:58 UTC (7+ messages)
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test
[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
2023-12-04 18:23 UTC (3+ messages)
[PATCH v2 0/3] arm64: Drop support for VPIPT i-cache policy
2023-12-04 13:09 UTC (2+ messages)
[RFC PATCH] KVM: arm/arm64: GICv4: Support shared VLPI
2023-12-04 9:06 UTC (10+ messages)
[PATCH V15 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
2023-12-04 8:42 UTC (4+ messages)
` [PATCH V15 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-12-03 14:07 UTC (7+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
2023-12-03 12:14 UTC (7+ messages)
` [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
[GIT PULL] KVM/arm64 fixes for 6.7, take #1
2023-12-02 21:18 UTC
[PATCH] KVM: selftests: Drop newline from __TEST_REQUIRE
2023-12-02 8:12 UTC (5+ messages)
[PATCH 00/21] Initial cleanups for vCPU hotplug
2023-12-01 16:09 UTC (34+ messages)
` [PATCH 01/21] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 11/21] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH 14/21] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/21] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH 16/21] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH 17/21] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH 19/21] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH 21/21] riscv: "
[PATCH] KVM: arm64: fix MPIDR to vcpu index cache to support vcpu change at runtime
2023-12-01 12:15 UTC (4+ messages)
[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
2023-12-01 8: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