kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-20 15:19:25 to 2023-03-21 15:49:05 UTC [more...]

[PATCH v3 0/8] vdpa_sim: add support for user VA
 2023-03-21 15:48 UTC  (8+ messages)
` [PATCH v3 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v3 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v3 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v3 4/8] vringh: support VA with iotlb
` [PATCH v3 5/8] vdpa_sim: make devices agnostic for work management
  ` [PATCH v3 6/8] vdpa_sim: use kthread worker
  ` [PATCH v3 8/8] vdpa_sim: add support for user VA

[kvm-unit-tests PATCH v3 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
 2023-03-21 15:41 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] Clean up the arm/run script
 2023-03-21 15:41 UTC  (2+ messages)

[PATCH v3] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21 15:30 UTC  (5+ messages)

[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
 2023-03-21 15:26 UTC  (11+ messages)
` [kvm-unit-tests PATCH v10 1/7] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v10 2/7] add .gitpublish metadata
` [kvm-unit-tests PATCH v10 4/7] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v10 5/7] arm/locking-tests: add comprehensive locking test

[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
 2023-03-21 15:25 UTC  (7+ messages)

[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
 2023-03-21 15:21 UTC  (28+ messages)
` [WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field
` [WIP Patch v2 09/14] KVM: Introduce KVM_CAP_MEMORY_FAULT_NOWAIT without implementation

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-21 15:10 UTC  (27+ messages)
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[RFC PATCH v4] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-21 15:03 UTC 

[PATCH v2 0/4] Reenable VFIO support on POWER systems
 2023-03-21 13:18 UTC  (6+ messages)

[PATCH v2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21 13:10 UTC  (10+ messages)

[PATCH v4 00/29] Add KVM LoongArch support
 2023-03-21 12:30 UTC  (33+ messages)
` [PATCH v4 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v4 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v4 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v4 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v4 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v4 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v4 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v4 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v4 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v4 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v4 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v4 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v4 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v4 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v4 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v4 16/29] LoongArch: KVM: Implement update VM id function
` [PATCH v4 17/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v4 18/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v4 19/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v4 20/29] LoongArch: KVM: Implement handle csr excption
` [PATCH v4 21/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v4 22/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v4 23/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v4 24/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v4 25/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v4 26/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v4 27/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v4 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v4 29/29] LoongArch: KVM: Enable kvm config and add the makefile

[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
 2023-03-21 12:02 UTC  (3+ messages)
` [PATCH 02/45] target/riscv: Refactor some of the generic vector functionality

[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
 2023-03-21 12:02 UTC  (2+ messages)

[PATCH v15 00/12] Parallel CPU bringup for x86_64
 2023-03-21 11:43 UTC  (4+ messages)
` [PATCH v15 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()

[PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
 2023-03-21 11:27 UTC 

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-21 11:21 UTC  (11+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations

[RFC PATCH v3] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-21 10:36 UTC  (3+ messages)

[PATCH 00/11] KVM: arm64: Userspace SMCCC call filtering
 2023-03-21  9:53 UTC  (15+ messages)
` [PATCH 01/11] KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALL
` [PATCH 02/11] KVM: arm64: Add a helper to check if a VM has ran once
` [PATCH 03/11] KVM: arm64: Add vm fd device attribute accessors
` [PATCH 04/11] KVM: arm64: Rename SMC/HVC call handler to reflect reality
` [PATCH 05/11] KVM: arm64: Start handling SMCs from EL1
` [PATCH 06/11] KVM: arm64: Refactor hvc filtering to support different actions
` [PATCH 07/11] KVM: arm64: Use a maple tree to represent the SMCCC filter
` [PATCH 08/11] KVM: arm64: Add support for KVM_EXIT_HYPERCALL
` [PATCH 09/11] KVM: arm64: Indroduce support for userspace SMCCC filtering
` [PATCH 10/11] KVM: selftests: Add a helper for SMCCC calls with SMC instruction
` [PATCH 11/11] KVM: selftests: Add test for SMCCC filter

[PATCH 0/3] KVM: support the cpu feature FLUSH_L1D
 2023-03-21  9:43 UTC  (13+ messages)
` [PATCH 1/3] kvm: vmx: Add IA32_FLUSH_CMD guest support

[PATCH v5 00/34] x86: enable FRED for x86-64
 2023-03-21  8:59 UTC  (26+ messages)
` [PATCH v5 04/34] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v5 20/34] x86/fred: add a machine check entry stub for FRED
` [PATCH v5 22/34] x86/fred: FRED initialization code
` [PATCH v5 23/34] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v5 25/34] x86/fred: disallow the swapgs instruction when FRED is enabled

[RFC PATCH v1 0/3] fix header length on skb merging
 2023-03-21  8:31 UTC  (11+ messages)
` [RFC PATCH v1 1/3] virtio/vsock: "
` [RFC PATCH v1 2/3] virtio/vsock: add WARN() for invalid state of socket
` [RFC PATCH v1 3/3] test/vsock: skbuff merging test

[RFC PATCH v2] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-21  8:28 UTC  (4+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-21  8:05 UTC  (4+ messages)
` [PATCH v10 10/16] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

[PATCH kernel v3 2/3] KVM: SEV: Enable data breakpoints in SEV-ES
 2023-03-21  6:56 UTC  (5+ messages)
` [PATCH kernel v4] "

[PATCH v2 0/5] Add Intel VT-d nested translation
 2023-03-21  6:31 UTC  (9+ messages)
` [PATCH v2 1/5] iommufd: Add nesting related data structures for Intel VT-d
` [PATCH v2 3/5] iommu/vt-d: Extend dmar_domain to support nested domain

[kvm-unit-tests v2 00/10] powerpc: updates, P10, PNV support
 2023-03-21  6:14 UTC  (5+ messages)
` [kvm-unit-tests v2 09/10] powerpc: Support powernv machine with QEMU TCG

[PATCH v4 03/12] x86/mtrr: support setting MTRR state for software defined MTRRs
 2023-03-21  6:01 UTC  (5+ messages)

[PATCH net-next v1] virtio/vsock: check transport before skb allocation
 2023-03-21  4:46 UTC  (2+ messages)

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-21  1:25 UTC  (5+ messages)
` [PATCH 04/12] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()

[Patch v3 0/7] Optimize clear dirty log
 2023-03-21  0:51 UTC  (5+ messages)
` [Patch v3 4/7] KVM: x86/mmu: Optimize SPTE change for aging gfn range

[PATCH] KVM: x86: Allow restore of some sregs with protected state
 2023-03-20 22:51 UTC 

KVM call for agenda for 2023-03-21
 2023-03-20 22:45 UTC  (4+ messages)

[PATCH v6 0/7] Linear Address Masking (LAM) KVM Enabling
 2023-03-20 22:36 UTC  (3+ messages)
` [PATCH v6 2/7] KVM: VMX: Use is_64_bit_mode() to check 64-bit mode

[PATCH v2 0/2] KVM: Minor structure layout changes
 2023-03-20 21:37 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: Shrink struct kvm_mmu_memory_cache

[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-20 21:34 UTC  (13+ messages)
` [PATCH v3 2/6] KVM: VMX: Avoid retpoline call for control register caused exits
` [PATCH v3 3/6] KVM: x86: Do not unload MMU roots when only toggling CR0.WP
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
` [PATCH v3 6/6] KVM: VMX: Make CR0.WP a guest owned bit

[PATCH rcu 0/7] RCU-related lockdep changes for v6.4
 2023-03-20 20:36 UTC  (14+ messages)
` [PATCH rcu 1/7] locking/lockdep: Introduce lock_sync()
` [PATCH rcu 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
` [PATCH rcu 7/7] rcutorture: Add srcu_lockdep.sh

[PATCH 00/21] KVM: x86/MMU: Formalize the Shadow MMU
 2023-03-20 19:09 UTC  (6+ messages)
` [PATCH 06/21] KVM: x86/mmu: Get rid of is_cpuid_PSE36()
` [PATCH 09/21] KVM: x86/MMU: Move paging_tmpl.h includes to shadow_mmu.c

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-03-20 19:08 UTC  (4+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH 0/7] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-20 19:07 UTC  (9+ messages)
` [PATCH 2/7] vfio/pci: Only check ownership of opened devices in "
` [PATCH 3/7] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH 4/7] vfio/pci: Renaming for accepting device fd in hot reset path
` [PATCH 6/7] vfio: Accpet device file from vfio PCI "

[PATCH] KVM: SVM: Flush Hyper-V TLB when required
 2023-03-20 18:51 UTC 

[PATCH v2 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-20 17:34 UTC  (3+ messages)
` [PATCH v2 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()

[RFC PATCH 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-03-20 16:12 UTC  (7+ messages)
` [RFC PATCH 8/8] vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X

[PATCH v3 0/8] Clean up the supported xfeatures
 2023-03-20 15:45 UTC  (2+ messages)

[PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
 2023-03-20 15:33 UTC  (11+ 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).