messages from 2023-04-28 12:05:18 to 2023-05-16 18:47:03 UTC [more...]
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-05-16 18:47 UTC (62+ 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 v3 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-05-16 18:46 UTC (11+ 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 00/15] arm64: address -Wmissing-prototype warnings
2023-05-16 17:17 UTC (17+ 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 v8 0/6] Support writable CPU ID registers from userspace
2023-05-16 16:57 UTC (22+ 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 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v8 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [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] KVM: arm64: Use BTI for pKVM
2023-05-16 15:47 UTC (2+ messages)
[PATCH] KVM: arm64: Use different pointer authentication keys for pKVM
2023-05-16 14:15 UTC
[kvm-unit-tests PATCH] arm64: Make vector_table and vector_stub weak symbols
2023-05-15 22:15 UTC
[PATCH 0/2] KVM: arm64: Handle MTE Set/Way CMOs
2023-05-15 20:46 UTC (3+ messages)
` [PATCH 1/2] arm64: Add missing Set/Way CMO encodings
` [PATCH 2/2] KVM: arm64: Handle trap of tagged Set/Way CMOs
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-05-15 17:16 UTC (45+ messages)
` [PATCH v3 04/22] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v3 22/22] KVM: selftests: Handle memory fault exits in demand_paging_test
[PATCH] KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
2023-05-15 17:00 UTC
[PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling
2023-05-12 23:31 UTC (3+ 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
[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
[GIT PULL] KVM/arm64 fixes for 6.4, take #1
2023-05-11 14:36 UTC
[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)
[PATCH 0/9] KVM: arm64: Use MMU read lock for clearing dirty logs
2023-05-06 0:55 UTC (4+ messages)
` [PATCH 9/9] KVM: arm64: Run clear-dirty-log under MMU read lock
[kvm-unit-tests PATCH v5 00/29] EFI and ACPI support for arm64
2023-05-05 14:55 UTC (38+ messages)
` [kvm-unit-tests PATCH v5 01/29] lib: Move acpi header and implementation to lib
` [kvm-unit-tests PATCH v5 02/29] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [kvm-unit-tests PATCH v5 03/29] lib: Apply Lindent to acpi.{c,h}
` [kvm-unit-tests PATCH v5 04/29] lib: Fix style for acpi.{c,h}
` [kvm-unit-tests PATCH v5 08/29] lib/acpi: Add support for the XSDT table
` [kvm-unit-tests PATCH v5 09/29] lib/acpi: Extend the definition of the FADT table
` [kvm-unit-tests PATCH v5 11/29] arm64: Add support for setting up the PSCI conduit through ACPI
` [kvm-unit-tests PATCH v5 12/29] arm64: Add support for discovering the UART "
` [kvm-unit-tests PATCH v5 14/29] arm64: Add support for cpu initialization "
` [kvm-unit-tests PATCH v5 22/29] arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v5 25/29] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v5 26/29] lib: Avoid external dependency in libelf
` [kvm-unit-tests PATCH v5 27/29] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH v5 28/29] lib: arm: Print test exit status
` [kvm-unit-tests PATCH v5 29/29] arm64: Add an efi/run script
[PATCH v9 3/3] KVM: arm64: Dirty quota-based throttling of vcpus
2023-05-04 15:08 UTC
[PATCH v9 00/50] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-05-02 9:35 UTC (3+ messages)
` [PATCH v9 17/50] KVM: arm64: nv: Handle shadow stage 2 page faults
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