Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-05-15 17:47:50 to 2023-05-23 11:53:31 UTC [more...]

[PATCH 0/5] b4/sysreg: More conversions to automatic generation
 2023-05-23 11:53 UTC  (17+ messages)
` [PATCH 1/5] arm64/sysreg: Remove some unused sysreg definitions
` [PATCH 2/5] arm64/sysreg: Convert MDCCINT_EL1 to automatic register generation
` [PATCH 3/5] arm64/sysreg: Convert MDSCR_EL1 "
` [PATCH 4/5] arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1
` [PATCH 5/5] arm64/sysreg: Convert OSLAR_EL1 to automatic generation

[PATCH v3 00/10] KVM: arm64: FF-A proxy for pKVM
 2023-05-23 10:18 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: arm64: Block unsafe FF-A calls from the host
` [PATCH v3 02/10] KVM: arm64: Probe FF-A version and host/hyp partition ID during init
` [PATCH v3 03/10] KVM: arm64: Allocate pages for hypervisor FF-A mailboxes
` [PATCH v3 04/10] KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the host
` [PATCH v3 05/10] KVM: arm64: Add FF-A helpers to share/unshare memory with secure world
` [PATCH v3 06/10] KVM: arm64: Handle FFA_MEM_SHARE calls from the host
` [PATCH v3 07/10] KVM: arm64: Handle FFA_MEM_RECLAIM "
` [PATCH v3 08/10] KVM: arm64: Handle FFA_MEM_LEND "
` [PATCH v3 09/10] KVM: arm64: Handle FFA_FEATURES call "
` [PATCH v3 10/10] KVM: arm64: pkvm: Add support for fragmented FF-A descriptors

[kvm-unit-tests PATCH] arm64: Make vector_table and vector_stub weak symbols
 2023-05-23  9:52 UTC  (5+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-05-23  9:32 UTC  (3+ messages)
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls to userspace

[PATCH v2 00/10] KVM: arm64: FF-A proxy for pKVM
 2023-05-23  8:07 UTC  (8+ messages)
` [PATCH v2 01/10] KVM: arm64: Block unsafe FF-A calls from the host
` [PATCH v2 04/10] KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP "

[PATCH v10 0/5] Support writable CPU ID registers from userspace
 2023-05-22 22:18 UTC  (6+ messages)
` [PATCH v10 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v10 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v10 3/5] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v10 4/5] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v10 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v9 0/5] Support writable CPU ID registers from userspace
 2023-05-22 17:27 UTC  (14+ messages)
` [PATCH v9 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v9 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v9 3/5] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v9 4/5] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v9 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v4 0/2] KVM: arm64: Support for per-guest fine grained traps configuration
 2023-05-22 16:23 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: Add feature detection for fine grained traps
` [PATCH v4 2/2] KVM: arm64: Move FGT value configuration to vCPU state

[linux-next:master] BUILD SUCCESS WITH WARNING 9f258af06b6268be8e960f63c3f66e88bdbbbdb0
 2023-05-22 16:01 UTC 

[PATCH] KVM: arm64: Reload PTE after invoking walker callback on preorder traversal
 2023-05-22 10:59 UTC  (4+ messages)

[PATCH] KVM: arm64: Prevent unconditional donation of unmapped regions from the host
 2023-05-21 20:08 UTC  (2+ messages)

[PATCH v4 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-05-21 19:32 UTC  (8+ messages)
` [PATCH v4 1/6] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v4 2/6] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v4 3/6] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v4 4/6] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v4 5/6] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v4 6/6] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH] KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
 2023-05-21 19:19 UTC  (3+ messages)

[PATCH v8 0/6] Support writable CPU ID registers from userspace
 2023-05-20  8:45 UTC  (32+ messages)
` [PATCH v8 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v8 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v8 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v8 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling
 2023-05-19 17:41 UTC  (3+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-05-19 15:33 UTC  (3+ messages)
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains

[PATCH 0/4] KVM: arm64: vgic: Locking fixes
 2023-05-19 13:22 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm64: vgic: Fix a circular locking issue
` [PATCH 2/4] KVM: arm64: vgic: Wrap vgic_its_create() with config_lock
` [PATCH 3/4] KVM: arm64: vgic: Fix locking comment
` [PATCH 4/4] KVM: arm64: vgic: Fix a comment

[PATCH] arm64: kvm: avoid overflow in integer division
 2023-05-18 17:45 UTC  (4+ messages)

[PATCH v3 00/13] KVM: arm64: Userspace SMCCC call filtering
 2023-05-18 12:16 UTC  (11+ messages)
` [PATCH v3 08/13] KVM: arm64: Add support for KVM_EXIT_HYPERCALL

[PATCH 2/2] KVM: selftests: Add riscv get-reg-list test
 2023-05-18  8:10 UTC  (2+ messages)

current status for allowing setting arm cpu model
 2023-05-18  0:57 UTC 

[PATCH v2] KVM: arm64: Use BTI for nvhe
 2023-05-17 17:35 UTC 

[GIT PULL] KVM/arm64 fixes for 6.4, take #1
 2023-05-17 17:35 UTC  (2+ messages)

[PATCH] KVM: arm64: Use BTI for pKVM
 2023-05-17 14:19 UTC  (4+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-05-17 14:12 UTC  (33+ messages)
` [PATCH v10 12/59] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
` [PATCH v10 17/59] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v10 20/59] KVM: arm64: nv: Trap CPACR_EL1 access in virtual EL2
` [PATCH v10 21/59] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v10 22/59] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v10 23/59] KVM: arm64: nv: Respect virtual HCR_EL2.{NV,TSC) settings
` [PATCH v10 24/59] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v10 28/59] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v10 29/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v10 30/59] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v10 31/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v10 32/59] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v10 33/59] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v10 34/59] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v10 35/59] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v10 37/59] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v10 40/59] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v10 41/59] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v10 47/59] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v10 48/59] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v10 50/59] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v10 51/59] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v10 52/59] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v10 53/59] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v10 54/59] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v10 55/59] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v10 57/59] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

[PATCH 0/2] KVM: arm64: Handle MTE Set/Way CMOs
 2023-05-17 10:24 UTC  (6+ messages)
` [PATCH 1/2] arm64: Add missing Set/Way CMO encodings
` [PATCH 2/2] KVM: arm64: Handle trap of tagged Set/Way CMOs

[PATCH] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-05-16 21:37 UTC 

[PATCH 00/15] arm64: address -Wmissing-prototype warnings
 2023-05-16 19:53 UTC  (18+ messages)
` [PATCH 01/15] arm64: xor-neon: mark xor_arm64_neon_*() static
` [PATCH 02/15] arm64: add scs_patch_vmlinux prototype
` [PATCH 03/15] arm64: avoid prototype warnings for syscalls
` [PATCH 04/15] arm64: move cpu_suspend_set_dbg_restorer() prototype to header
` [PATCH 05/15] arm64: spectre: provide prototypes for internal functions
` [PATCH 06/15] arm64: kvm: add prototypes for functions called in asm
` [PATCH 07/15] arm64: cpuidle: fix #ifdef for acpi functions
` [PATCH 08/15] arm64: efi: add efi_handle_corrupted_x18 prototype
` [PATCH 09/15] arm64: hide unused is_valid_bugaddr()
` [PATCH 10/15] arm64: module-plts: inline linux/moduleloader.h
` [PATCH 11/15] arm64: flush: include linux/libnvdimm.h
` [PATCH 12/15] arm64: kaslr: add kaslr_early_init() declaration
` [PATCH 13/15] arm64: signal: include asm/exception.h
` [PATCH 14/15] arm64: move early_brk64 prototype to header
` [PATCH 15/15] arm64: add alt_cb_patch_nops prototype

[PATCH v3 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-05-16 18:54 UTC  (12+ messages)
` [PATCH v3 2/7] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v3 6/7] KVM: arm64: Add 'skip_flush' arg to stage2_put_pte()
` [PATCH v3 7/7] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH v8 00/12] Implement Eager Page Splitting for ARM
 2023-05-16 18:21 UTC  (2+ messages)

[PATCH] KVM: arm64: Use different pointer authentication keys for pKVM
 2023-05-16 14:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox