public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-05 16:16:17 to 2023-06-06 17:06:09 UTC [more...]

[PATCH v3 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-06-06 17:05 UTC  (4+ messages)

[PATCH] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
 2023-06-06 16:54 UTC  (5+ messages)

[PATCH 0/3] KVM: x86: Use "standard" mmu_notifier hook for APIC page
 2023-06-06 16:43 UTC  (6+ messages)
` [PATCH 1/3] KVM: VMX: Retry APIC-access page reload if invalidation is in-progress
` [PATCH 2/3] KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access page

[PATCH v11 0/5] Support writable CPU ID registers from userspace
 2023-06-06 16:42 UTC  (6+ messages)
` [PATCH 0/3] RE: Support writable CPU ID registers from userspace [v11]
  ` [PATCH 3/3] KVM: arm64: Use per guest ID register for ID_AA64PFR1_EL1.MTE

[PATCH v2 0/3] MSR_IA32_ARCH_CAPABILITIES cleanups
 2023-06-06 16:40 UTC  (3+ messages)
` [PATCH v2 1/3] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-06 16:30 UTC  (19+ messages)
` [PATCH v10 03/59] arm64: Add missing VA CMO encodings
` [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 v2] docs: KVM: Fix register ID of SPSR_FIQ
 2023-06-06 15:46 UTC 

[PATCH v3 0/6] s390/uvdevice: Expose secret UVCs
 2023-06-06 15:24 UTC  (12+ messages)
` [PATCH v3 1/6] s390/uvdevice: Add info IOCTL
` [PATCH v3 2/6] s390/uvdevice: Add 'Add Secret' UVC
` [PATCH v3 3/6] s390/uvdevice: Add 'List Secrets' UVC
` [PATCH v3 4/6] s390/uvdevice: Add 'Lock Secret Store' UVC
` [PATCH v3 5/6] s390/uv: replace scnprintf with sysfs_emit
` [PATCH v3 6/6] s390/uv: Update query for secret-UVCs

[PATCH v1] KVM: s390: selftests: CMMA: don't run if CMMA not supported
 2023-06-06 15:05 UTC 

[PATCH kvmtool 0/3] Build fixes
 2023-06-06 14:37 UTC  (4+ messages)
` [PATCH kvmtool 1/3] Makefile: Refine -s handling in the make parameters
` [PATCH kvmtool 2/3] arm/kvm-cpu: Fix new build warning
` [PATCH kvmtool 3/3] virtio/rng: Fix build warning from min()

[PATCH v11 00/23] Add vfio_device cdev for iommufd support
 2023-06-06 14:42 UTC  (10+ messages)
` [PATCH v11 20/23] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT

[PATCH 0/3] vfio: Cleanup Kconfigs
 2023-06-06 14:25 UTC  (5+ messages)
` [PATCH 1/3] vfio/pci: Cleanup Kconfig

[kvm-unit-tests] arm/arm64: psci_cpu_on_test failures with tcg
 2023-06-06 14:20 UTC  (2+ messages)

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-06 14:18 UTC  (13+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace

[PATCH v11 00/20] TDX host kernel support
 2023-06-06 14:00 UTC  (14+ messages)
` [PATCH v11 02/20] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[PATCH v3 3/6] target/riscv: check the in-kernel irqchip support
 2023-06-06 13:45 UTC  (4+ messages)
` [PATCH v3 4/6] target/riscv: Create an KVM AIA irqchip

[PATCH v8 00/33] x86: enable FRED for x86-64
 2023-06-06 13:27 UTC  (38+ messages)
` [PATCH v8 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v8 02/33] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v8 03/33] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v8 04/33] x86/traps: add install_system_interrupt_handler()
` [PATCH v8 05/33] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v8 09/33] x86/cpu: add X86_CR4_FRED macro
` [PATCH v8 29/33] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v8 30/33] x86/fred: allow dynamic stack frame size
` [PATCH v8 31/33] x86/fred: BUG() when ERETU with %rsp not equal to that when the ring 3 event was just delivered

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-06 13:19 UTC  (12+ messages)
` [PATCH v14 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v14 031/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v14 111/113] RFC: KVM: x86, TDX: Add check for setting CPUID

[PATCH kvmtool v2 00/17] Fix vhost-net, scsi and vsock
 2023-06-06 13:04 UTC  (18+ messages)
` [PATCH kvmtool v2 01/17] virtio: Factor vhost initialization
` [PATCH kvmtool v2 02/17] virtio/vhost: Factor vring operation
` [PATCH kvmtool v2 03/17] virtio/vhost: Factor notify_vq_eventfd()
` [PATCH kvmtool v2 04/17] virtio/vhost: Factor notify_vq_gsi()
` [PATCH kvmtool v2 05/17] virtio/scsi: Move VHOST_SCSI_SET_ENDPOINT to device start
` [PATCH kvmtool v2 06/17] virtio/scsi: Fix and simplify command-line
` [PATCH kvmtool v2 07/17] disk/core: Fix segfault on exit with SCSI
` [PATCH kvmtool v2 08/17] virtio/scsi: Initialize max_target
` [PATCH kvmtool v2 09/17] virtio/scsi: Fix feature selection
` [PATCH kvmtool v2 10/17] virtio/vsock: "
` [PATCH kvmtool v2 11/17] virtio/net: "
` [PATCH kvmtool v2 12/17] virtio: Document how to test the devices
` [PATCH kvmtool v2 13/17] virtio: Fix messages about missing Linux config
` [PATCH kvmtool v2 14/17] virtio/net: Warn about enabling multiqueue with vhost
` [PATCH kvmtool v2 15/17] Factor epoll thread
` [PATCH kvmtool v2 16/17] virtio/vhost: Support line interrupt signaling
` [PATCH kvmtool v2 17/17] virtio/vhost: Clear VIRTIO_F_ACCESS_PLATFORM

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-06 12:58 UTC  (12+ messages)

[PATCH v3 00/21] Enable CET Virtualization
 2023-06-06 11:03 UTC  (7+ messages)
` [PATCH v3 08/21] KVM:x86: Init kvm_caps.supported_xss with supported feature bits
` [PATCH v3 10/21] KVM:x86: Add #CP support in guest exception classification
` [PATCH v3 12/21] KVM:x86: Add fault checks for guest CR4.CET setting

[PATCH v2 1/2] vgaarb: various coding style and comments fix
 2023-06-06 11:00 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH v12 00/31] Add KVM LoongArch support
 2023-06-06 10:00 UTC  (50+ messages)
` [PATCH v12 01/31] LoongArch: KVM: Add kvm related header files
` [PATCH v12 05/31] LoongArch: KVM: Add vcpu "
` [PATCH v12 07/31] LoongArch: KVM: Implement vcpu run interface
` [PATCH v12 08/31] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v12 09/31] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v12 10/31] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v12 12/31] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v12 16/31] LoongArch: KVM: Implement update VM id function
` [PATCH v12 17/31] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v12 19/31] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v12 20/31] LoongArch: KVM: Implement handle csr excption
` [PATCH v12 21/31] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v12 22/31] LoongArch: KVM: Implement handle idle exception
` [PATCH v12 23/31] LoongArch: KVM: Implement handle gspr exception
` [PATCH v12 24/31] LoongArch: KVM: Implement handle mmio exception
` [PATCH v12 25/31] LoongArch: KVM: Implement handle fpu exception
` [PATCH v12 26/31] LoongArch: KVM: Implement kvm exception vector
` [PATCH v12 27/31] LoongArch: KVM: Implement vcpu world switch
` [PATCH v12 29/31] LoongArch: KVM: Enable kvm config and add the makefile

[PATCH] KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
 2023-06-06  9:47 UTC  (4+ messages)

[PATCH RFC net-next v3 8/8] tests: add vsock dgram tests
 2023-06-06  9:34 UTC 

[PATCH v8 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-06-06  9:26 UTC  (4+ messages)

[PATCH v9 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-06-06  9:18 UTC  (7+ messages)
` [PATCH v9 1/6] KVM: x86: Consolidate flags for __linearize()
` [PATCH v9 2/6] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v9 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v9 4/6] KVM: x86: Introduce untag_addr() in kvm_x86_ops
` [PATCH v9 5/6] KVM: x86: Untag address when LAM applicable
` [PATCH v9 6/6] KVM: x86: Expose LAM feature to userspace VMM

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-06  8:34 UTC  (3+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()

[RFC PATCH V6 00/14] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-06-06  7:50 UTC  (9+ messages)
` [RFC PATCH V6 01/14] x86/sev: Add a #HV exception handler

[PATCH v5 0/4] x86: Add test cases for LAM
 2023-06-06  7:08 UTC  (6+ messages)
` [PATCH v5 4/4] x86: Add test case for INVVPID with LAM

[PATCH v2 0/3] KVM: Fix some comments
 2023-06-06 14:23 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: Fix comment for KVM_ENABLE_CAP
` [PATCH v2 2/3] KVM: x86: Fix comments that refer to the out-dated msrs_to_save_all

[PATCH v1 0/6] LASS KVM virtualization support
 2023-06-06  6:22 UTC  (19+ messages)
` [PATCH v1 2/6] KVM: x86: Virtualize CR4.LASS
` [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
` [PATCH v1 5/6] KVM: x86: LASS protection on KVM emulation

[PATCH 00/10] accel/kvm: Spring cleaning
 2023-06-06  5:32 UTC  (3+ messages)
` [PATCH 01/10] sysemu/kvm: Remove unused headers

[PATCH] KVM: VMX: remove LFENCE in vmx_spec_ctrl_restore_host()
 2023-06-06  3:59 UTC  (16+ messages)

[PATCH] RISC-V: KVM: Redirect AMO load/store misaligned traps to guest
 2023-06-06  3:35 UTC  (2+ messages)

[PATCH] RISC-V: KVM: use bitmap_zero() API
 2023-06-06  3:31 UTC  (2+ messages)

KVM Forum BoF on I/O + secure virtualization
 2023-06-06  2:43 UTC  (2+ messages)

[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
 2023-06-06  0:51 UTC  (5+ messages)

[PATCH v2 0/6] Add printf and formatted asserts in the guest
 2023-06-06  0:05 UTC  (9+ messages)
` [PATCH v2 2/6] KVM: selftests: Add kvm_snprintf() to KVM selftests
` [PATCH v2 3/6] KVM: selftests: Add additional pages to the guest to accommodate ucall
` [PATCH v2 4/6] KVM: selftests: Add string formatting options to ucall
` [PATCH v2 5/6] KVM: selftests: Add ucall_fmt2()

[PATCH 0/3] Relax break-before-make use with FEAT_BBM
 2023-06-05 21:36 UTC  (4+ messages)
` [PATCH 3/3] KVM: arm64: Skip break phase when we have FEAT_BBM level 2

[PATCH RFC net-next v3 0/8] virtio/vsock: support datagrams
 2023-06-05 20:42 UTC  (2+ messages)

[PATCH v2] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-06-05 20:42 UTC  (7+ messages)

[PATCH] KVM: x86: Clean up: remove redundant bool conversions
 2023-06-05 20:01 UTC 

[PATCH] KVM: x86/mmu: Remove KVM MMU write lock when accessing indirect_shadow_pages
 2023-06-05 18:27 UTC  (9+ messages)

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-05 17:46 UTC  (8+ messages)
` [PATCH v4 02/16] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO

[PATCH v2] KVM: MAINTAINERS: note that linux-kvm.org isn't current
 2023-06-05 16:48 UTC  (3+ messages)

[PATCH -next v21 00/27] riscv: Add vector ISA support
 2023-06-05 16:25 UTC  (6+ messages)
` [PATCH -next v21 20/27] riscv: hwcap: change ELF_HWCAP to a function
` [PATCH -next v21 23/27] riscv: detect assembler support for .option arch

[PATCH] KVM: Clean up kvm_vm_ioctl_create_vcpu()
 2023-06-05 16:16 UTC  (4+ messages)


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