kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-31 09:22:39 to 2023-02-01 00:22:48 UTC [more...]

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-02-01  0:22 UTC  (16+ messages)
` [PATCH v2 06/11] KVM: SVM: add wrappers to enable/disable IRET interception
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface
` [PATCH v2 09/11] KVM: SVM: Add VNMI bit definition
` [PATCH v2 10/11] KVM: SVM: implement support for vNMI

[RFC v3 00/18] vfio: Adopt iommufd
 2023-01-31 23:30 UTC  (20+ messages)
` [RFC v3 01/18] scripts/update-linux-headers: Add iommufd.h
` [RFC v3 02/18] linux-headers: Import vfio.h and iommufd.h
` [RFC v3 03/18] vfio/common: Move IOMMU agnostic helpers to a separate file
` [RFC v3 04/18] vfio/common: Introduce vfio_container_add|del_section_window()
` [RFC v3 05/18] vfio/common: Move legacy VFIO backend code into separate container.c
` [RFC v3 06/18] vfio/common: Rename into as.c
` [RFC v3 07/18] vfio: Add base container
` [RFC v3 08/18] vfio/container: Introduce vfio_[attach/detach]_device
` [RFC v3 09/18] vfio/platform: Use vfio_[attach/detach]_device
` [RFC v3 10/18] vfio/ap: "
` [RFC v3 11/18] vfio/ccw: "
` [RFC v3 12/18] vfio/container-base: Introduce [attach/detach]_device container callbacks
` [RFC v3 13/18] vfio/container-base: Introduce VFIOContainer reset callback
` [RFC v3 14/18] backends/iommufd: Introduce the iommufd object
` [RFC v3 15/18] util/char_dev: Add open_cdev()
` [RFC v3 16/18] vfio/iommufd: Implement the iommufd backend
` [RFC v3 17/18] vfio/iommufd: Add IOAS_COPY_DMA support
` [RFC v3 18/18] vfio/as: Allow the selection of a given iommu backend

[PATCH v3 00/14] KVM perf support
 2023-01-31 22:46 UTC  (13+ messages)
` [PATCH v3 03/14] RISC-V: Improve SBI PMU extension related definitions
` [PATCH v3 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v3 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v3 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-31 22:42 UTC  (20+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH v8 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-31 22:20 UTC  (85+ messages)
` [PATCH v8 01/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v8 02/69] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH v8 03/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v8 04/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v8 05/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v8 06/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v8 07/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v8 08/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v8 09/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v8 10/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v8 11/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v8 12/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v8 13/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v8 14/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v8 15/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v8 16/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v8 17/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v8 18/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v8 19/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v8 20/69] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v8 21/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v8 22/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v8 23/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v8 24/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v8 25/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v8 26/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v8 27/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v8 28/69] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v8 29/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v8 30/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v8 31/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v8 32/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v8 33/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v8 34/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v8 35/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v8 36/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v8 37/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v8 38/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v8 39/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v8 40/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v8 41/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v8 42/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v8 43/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v8 44/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v8 45/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v8 46/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v8 47/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v8 48/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v8 49/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v8 50/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v8 51/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v8 52/69] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v8 53/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v8 54/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v8 55/69] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v8 56/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v8 57/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v8 58/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v8 59/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v8 60/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v8 61/69] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v8 62/69] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v8 63/69] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v8 64/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v8 65/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v8 66/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v8 67/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v8 68/69] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v8 69/69] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on

[PATCH] vfio: fix deadlock between group lock and kvm lock
 2023-01-31 20:25 UTC  (2+ messages)

[PATCH v2 0/5] target/i386: Update AMD EPYC CPU Models
 2023-01-31 20:21 UTC  (3+ messages)

[PATCH kernel v3 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-01-31 19:22 UTC  (3+ messages)
` [PATCH kernel v3 2/3] KVM: SEV: Enable data breakpoints in SEV-ES

[PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
 2023-01-31 19:10 UTC  (4+ messages)

[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
 2023-01-31 19:06 UTC  (16+ messages)
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-01-31 18:34 UTC  (15+ messages)
` [RFC PATCH V3 01/16] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V3 03/16] x86/hyperv: Set Virtual Trust Level in vmbus init message
` [RFC PATCH V3 06/16] x86/hyperv: decrypt vmbus pages for sev-snp enlightened guest
` [RFC PATCH V3 07/16] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V3 08/16] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V3 09/16] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc
` [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest

[PATCH V5 0/2] selftests: KVM: Add a test for eager page splitting
 2023-01-31 18:18 UTC  (3+ messages)
` [PATCH V5 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
` [PATCH V5 2/2] selftests: KVM: Add dirty logging page splitting test

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-01-31 18:05 UTC  (3+ messages)
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()

[Patch] KVM: x86/mmu: Make optimized __handle_changed_spte() for clear dirty log
 2023-01-31 18:01 UTC  (8+ messages)

[kvm-unit-tests PATCH v2 0/8] Some cleanup patches
 2023-01-31 17:56 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 5/8] s390x: use C pre-processor for linker script generation
` [kvm-unit-tests PATCH v2 7/8] lib/linux/const.h: test for `__ASSEMBLER__` as well

[PATCH 1/3] KVM: Support sharing gpc locks
 2023-01-31 16:58 UTC  (3+ messages)
` [PATCH 4/3] KVM: x86/xen: Make runstate cache gpcs share a lock

[PATCH V8 0/7] fixes for virtual address update
 2023-01-31 16:58 UTC  (8+ messages)
` [PATCH V8 1/7] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V8 2/7] vfio/type1: prevent underflow of locked_vm via exec()
` [PATCH V8 3/7] vfio/type1: track locked_vm per dma
` [PATCH V8 4/7] vfio/type1: restore locked_vm
` [PATCH V8 5/7] vfio/type1: revert "block on invalid vaddr"
` [PATCH V8 6/7] vfio/type1: revert "implement notify callback"
` [PATCH V8 7/7] vfio: revert "iommu driver "

[PATCH v4 0/2] selftests: KVM: Add a test for eager page splitting
 2023-01-31 16:57 UTC  (3+ messages)

[Question PATCH kernel] x86/amd/sev/nmi+vc: Fix stack handling (why is this happening?)
 2023-01-31 16:47 UTC  (11+ messages)

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-31 16:38 UTC  (15+ messages)

[PATCH 0/6] KVM: x86/pmu: Misc PMU MSR fixes
 2023-01-31 16:08 UTC  (4+ messages)
` [PATCH 2/6] KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-01-31 16:05 UTC  (7+ messages)
` [PATCH v2 14/15] KVM: x86: Add Arch LBR data MSR access interface

[PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
 2023-01-31 16:02 UTC  (3+ messages)

[PATCH] kvm/vfio: Fix potential deadlock on vfio group_lock
 2023-01-31 15:12 UTC  (8+ messages)

[PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
 2023-01-31 14:53 UTC 

[RFC] Support for Arm CCA VMs on Linux
 2023-01-31 14:43 UTC  (4+ messages)
` [RFC kvm-unit-tests 00/27] Support for Arm Confidential Compute Architecture
  ` [RFC kvm-unit-tests 01/27] lib/string: include stddef.h for size_t

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-31 14:00 UTC  (2+ messages)

add bvec initialization helpers
 2023-01-31 13:45 UTC  (4+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-01-31 12:34 UTC  (7+ messages)
` [PATCH -next v13 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v13 15/19] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux

[RFC PATCH v6 0/6] KVM: x86: add per-vCPU exits disable capability
 2023-01-31 12:11 UTC  (3+ messages)
` [RFC PATCH v6 3/6] KVM: x86: Reject disabling of MWAIT interception when not allowed

[kvm-unit-tests PATCH v5 0/2] arm: Add PSCI CPU_OFF test
 2023-01-31 11:49 UTC  (8+ messages)
` [kvm-unit-tests PATCH v5 2/2] arm/psci: Add PSCI CPU_OFF test case

[kvm-unit-tests PATCH v3 0/1] arm: Replace MAX_SMP probe loop
 2023-01-31 11:00 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly

[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-31  9:51 UTC  (9+ messages)
` [PATCH v2 1/7] RISC-V: Add AIA related CSR defines
` [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH v2 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH v2 4/7] RISC-V: KVM: Initial skeletal support for AIA

[PATCH v2] vfio: platform: ignore missing reset if disabled at module init
 2023-01-31  9:49 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).