messages from 2023-05-09 14:23:21 to 2023-05-19 00:52:38 UTC [more...]
[PATCH v4 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-05-19 0:52 UTC (3+ 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 v8 0/6] Support writable CPU ID registers from userspace
2023-05-18 21:08 UTC (28+ 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 v9 0/5] Support writable CPU ID registers from userspace
2023-05-18 19:48 UTC (8+ 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 0/4] KVM: arm64: vgic: Locking fixes
2023-05-18 18:23 UTC (7+ 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)
[kvm-unit-tests PATCH] arm64: Make vector_table and vector_stub weak symbols
2023-05-18 16:06 UTC (2+ 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] KVM: arm64: Prevent unconditional donation of unmapped regions from the host
2023-05-18 9:58 UTC
[PATCH 2/2] KVM: selftests: Add riscv get-reg-list test
2023-05-18 8:10 UTC (2+ messages)
[PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling
2023-05-18 7:38 UTC (4+ messages)
` [PATCH v2 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown
` [PATCH v2 2/2] KVM: Don't enable hardware after a restart/shutdown is initiated
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 (65+ messages)
` [PATCH v10 01/59] KVM: arm64: Move VTCR_EL2 into struct s2_mmu
` [PATCH v10 02/59] arm64: Add missing Set/Way CMO encodings
` [PATCH v10 03/59] arm64: Add missing VA "
` [PATCH v10 04/59] arm64: Add missing ERXMISCx_EL1 encodings
` [PATCH v10 05/59] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v10 06/59] arm64: Add TLBI operation encodings
` [PATCH v10 07/59] arm64: Add AT "
` [PATCH v10 08/59] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v10 09/59] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v10 10/59] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v10 11/59] KVM: arm64: nv: Expose FEAT_EVT to nested guests
` [PATCH v10 12/59] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
` [PATCH v10 13/59] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
` [PATCH v10 14/59] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v10 15/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v10 16/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v10 17/59] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v10 18/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v10 19/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v10 20/59] KVM: arm64: nv: Trap CPACR_EL1 access "
` [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 25/59] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v10 26/59] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v10 27/59] KVM: arm64: nv: Handle shadow stage 2 page faults
` [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 36/59] KVM: arm64: nv: Load timer before the GIC
` [PATCH v10 37/59] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v10 38/59] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v10 39/59] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [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 42/59] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v10 43/59] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v10 44/59] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v10 45/59] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v10 46/59] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [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 49/59] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [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 56/59] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v10 57/59] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v10 58/59] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v10 59/59] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
[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
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-05-15 17:16 UTC (20+ messages)
[PATCH] KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
2023-05-15 17:00 UTC
[PATCH v2 00/11] arm64: Support for Armv8.8 memcpy instructions in userspace
2023-05-12 4:02 UTC (13+ messages)
` [PATCH v2 01/11] KVM: arm64: initialize HCRX_EL2
` [PATCH v2 02/11] arm64: cpufeature: detect FEAT_HCX
` [PATCH v2 03/11] KVM: arm64: switch HCRX_EL2 between host and guest
` [PATCH v2 04/11] arm64: mops: document boot requirements for MOPS
` [PATCH v2 05/11] arm64: mops: don't disable host MOPS instructions from EL2
` [PATCH v2 06/11] KVM: arm64: hide MOPS from guests
` [PATCH v2 07/11] arm64: mops: handle MOPS exceptions
` [PATCH v2 08/11] arm64: mops: handle single stepping after MOPS exception
` [PATCH v2 09/11] arm64: mops: detect and enable FEAT_MOPS
` [PATCH v2 10/11] arm64: mops: allow disabling MOPS from the kernel command line
` [PATCH v2 11/11] kselftest/arm64: add MOPS to hwcap test
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-05-10 23:44 UTC (5+ messages)
[PATCH v2 00/10] KVM: arm64: FF-A proxy for pKVM
2023-05-10 20:50 UTC (5+ 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] KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implementations
2023-05-10 6:21 UTC (2+ messages)
[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
2023-05-09 20:51 UTC (2+ 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