kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-05 04:57:25 to 2022-11-07 18:36:06 UTC [more...]

[PATCH v3 1/3] KVM: x86/pmu: Stop adding speculative Intel GP PMCs that don't exist yet
 2022-11-07 18:34 UTC  (8+ messages)
` [PATCH v3 3/3] KVM: x86/pmu: Limit the maximum number of supported AMD GP counters

[PATCH 0/6] Add Hyper-v extended hypercall support in KVM
 2022-11-07 18:30 UTC  (7+ messages)
` [PATCH 3/6] KVM: selftests: Test Hyper-V extended hypercall enablement
` [PATCH 4/6] KVM: selftests: Make Hyper-V guest OS ID common
` [PATCH 5/6] KVM: selftests: Move hypercall() to hyper.h
` [PATCH 6/6] KVM: selftests: Test Hyper-V extended hypercall exit to userspace

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-07 18:24 UTC  (13+ messages)
` [v2 1/6] KVM: arm64: Document PV-lock interface
` [v2 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [v2 3/6] KVM: arm64: Support pvlock preempted via shared structure
  ` [External] Re: [v2 0/6] KVM: arm64: implement vcpu_is_preempted check

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-07 18:22 UTC  (24+ messages)
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC

[PATCH v10 0/4] randomize memory access of dirty_log_perf_test
 2022-11-07 18:22 UTC  (5+ messages)
` [PATCH v10 1/4] KVM: selftests: implement random number generator for guest code
` [PATCH v10 2/4] KVM: selftests: create -r argument to specify random seed
` [PATCH v10 3/4] KVM: selftests: randomize which pages are written vs read
` [PATCH v10 4/4] KVM: selftests: randomize page access order

[PATCH v1 00/18] KVM selftests code consolidation and cleanup
 2022-11-07 18:19 UTC  (10+ messages)

[PATCH v9 2/4] KVM: selftests: create -r argument to specify random seed
 2022-11-07 18:18 UTC  (2+ messages)

[PATCH 0/8] KVM: SVM: fixes for vmentry code
 2022-11-07 18:14 UTC  (20+ messages)
` [PATCH 1/8] KVM: SVM: extract VMCB accessors to a new file
` [PATCH 2/8] KVM: SVM: replace regs argument of __svm_vcpu_run with vcpu_svm
` [PATCH 3/8] KVM: SVM: adjust register allocation for __svm_vcpu_run
` [PATCH 4/8] KVM: SVM: move guest vmsave/vmload to assembly
` [PATCH 5/8] KVM: SVM: retrieve VMCB from assembly
` [PATCH 6/8] KVM: SVM: restore host save area "
` [PATCH 7/8] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
` [PATCH 8/8] x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers

[PATCH v9 1/4] KVM: selftests: implement random number generator for guest code
 2022-11-07 18:14 UTC  (2+ messages)

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-11-07 18:05 UTC  (14+ messages)
` [PATCH 04/10] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio

[PATCH v10 0/9] s390x: CPU Topology
 2022-11-07 18:04 UTC  (12+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v10 2/9] s390x/cpu topology: reporting the CPU topology to the guest

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-07 17:54 UTC  (28+ messages)
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility

[kvm-unit-tests PATCH v5 00/27] x86/pmu: Test case optimization, fixes and additions
 2022-11-07 17:50 UTC  (3+ messages)

[PATCH] KVM: VMX: Do not trap VMFUNC instructions for L1 guests
 2022-11-07 17:36 UTC  (3+ messages)

[PATCH linux-next] KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()
 2022-11-07 17:30 UTC  (2+ messages)

[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-11-07 17:20 UTC  (11+ messages)
` [PATCH v5 3/8] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v5 5/8] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v5 6/8] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v5 7/8] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v5 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE

[PATCH V2] KVM: SVM: Only dump VSMA to klog for debugging
 2022-11-07 17:18 UTC  (3+ messages)

[PATCH v8 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-07 16:05 UTC  (24+ messages)
` [PATCH v8 3/7] KVM: Support dirty ring in conjunction with bitmap
` [PATCH v8 4/7] KVM: arm64: Enable ring-based dirty memory tracking

[PATCH] tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspace
 2022-11-07 15:45 UTC  (2+ messages)

[PATCH v5 00/15] KVM: nVMX: VMX MSR quirk+fixes, CR4 fixes
 2022-11-07 15:06 UTC  (10+ messages)
` [PATCH v5 05/15] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value

[PATCH] tools/kvm_stat: fix attack vector with user controlled FUSE mounts
 2022-11-07 14:12 UTC  (3+ messages)

[PATCH v2 0/1] s390/mm: fix virtual-physical address confusion for swiotlb
 2022-11-07 12:29 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH kvmtool 0/6] RISC-V Svinval, Zihintpause, anad Zicbom support
 2022-11-07 12:20 UTC  (2+ messages)

[PATCH v1] s390/mm: fix virtual-physical address confusion for swiotlb
 2022-11-07 12:06 UTC  (3+ messages)

[PATCH] x86/paravirt: use common macro for creating simple asm paravirt functions
 2022-11-07 11:27 UTC  (2+ messages)

[PATCH v8 0/8] s390x/pci: zPCI interpretation support
 2022-11-07 10:25 UTC  (4+ messages)
` [PATCH v8 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-07  9:52 UTC  (9+ messages)
` [PATCH v11 01/11] s390x: Register TYPE_S390_CCW_MACHINE properties as class properties

[GIT PULL 0/2] s390 fixes for 6.1-rc5
 2022-11-07  9:43 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: pv: don't allow userspace to set the clock under PV
` [GIT PULL 2/2] KVM: s390: pci: Fix allocation size of aift kzdev elements

[PATCH 0/4] ifcvf/vDPA implement features provisioning
 2022-11-07  9:33 UTC  (5+ messages)
` [PATCH 1/4] vDPA/ifcvf: ifcvf base layer interfaces work on struct ifcvf_hw
` [PATCH 2/4] vDPA/ifcvf: IRQ interfaces work on ifcvf_hw
` [PATCH 3/4] vDPA/ifcvf: allocate ifcvf_adapter in dev_add()
` [PATCH 4/4] vDPA/ifcvf: implement features provisioning

KVM vs AMD: Re: [PATCH v3 48/59] x86/retbleed: Add SKL return thunk
 2022-11-07  9:37 UTC  (3+ messages)

[PATCH v3 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-07  8:54 UTC  (15+ messages)
` [PATCH v3 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
` [PATCH v3 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v3 03/14] KVM: arm64: PMU: Always advertise the CHAIN event
` [PATCH v3 04/14] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
` [PATCH v3 05/14] KVM: arm64: PMU: Narrow the overflow checking when required
` [PATCH v3 06/14] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH v3 07/14] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH v3 08/14] KVM: arm64: PMU: Simplify setting a counter to a specific value
` [PATCH v3 09/14] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
` [PATCH v3 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v3 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH v3 12/14] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon "
` [PATCH v3 13/14] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v3 14/14] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest

[PATCH v1] KVM: s390: GISA: sort out physical vs virtual pointers usage
 2022-11-07  8:57 UTC 

[RFC PATCH v3 00/11] virtio/vsock: experimental zerocopy receive
 2022-11-07  5:23 UTC  (14+ messages)
` [RFC PATCH v3 01/11] virtio/vsock: rework packet allocation logic
` [RFC PATCH v3 02/11] virtio/vsock: update, 'virtio_transport_recv_pkt()'
` [RFC PATCH v3 03/11] af_vsock: add zerocopy receive logic
` [RFC PATCH v3 04/11] virtio/vsock: add transport zerocopy callback
` [RFC PATCH v3 05/11] vhost/vsock: switch packet's buffer allocation
` [RFC PATCH v3 06/11] vhost/vsock: enable zerocopy callback
` [RFC PATCH v3 07/11] virtio/vsock: "
` [RFC PATCH v3 08/11] test/vsock: rework message bound test
` [RFC PATCH v3 09/11] test/vsock: add big message test
` [RFC PATCH v3 10/11] test/vsock: add receive zerocopy tests
` [RFC PATCH v3 11/11] test/vsock: vsock_rx_perf utility

[GIT PULL] More KVM fixes for Linux 6.1-rc4
 2022-11-06 18:49 UTC  (2+ messages)

[PATCH vfio 00/13] Add migration PRE_COPY support for mlx5 driver
 2022-11-06 17:46 UTC  (14+ messages)
` [PATCH vfio 01/13] vfio: Add an option to get migration data size
` [PATCH vfio 02/13] vfio/mlx5: Fix a typo in mlx5vf_cmd_load_vhca_state()
` [PATCH vfio 03/13] net/mlx5: Introduce ifc bits for pre_copy
` [PATCH vfio 04/13] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH vfio 05/13] vfio/mlx5: Enforce a single SAVE command at a time
` [PATCH vfio 06/13] vfio/mlx5: Refactor total_length name and usage
` [PATCH vfio 07/13] vfio/mlx5: Introduce device transitions of PRE_COPY
` [PATCH vfio 08/13] vfio/mlx5: Introduce vfio precopy ioctl implementation
` [PATCH vfio 09/13] vfio/mlx5: Manage read() of multiple state saves
` [PATCH vfio 10/13] vfio/mlx5: Introduce SW headers for migration states
` [PATCH vfio 11/13] vfio/mlx5: Introduce multiple loads
` [PATCH vfio 12/13] vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY error
` [PATCH vfio 13/13] vfio/mlx5: Enable MIGRATION_PRE_COPY flag

[PATCH v2 0/9] nSVM: Security and correctness fixes
 2022-11-06 15:53 UTC  (3+ messages)
` [PATCH v2 9/9] KVM: x86: remove exit_int_info warning in svm_handle_exit

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-06 12:47 UTC  (11+ messages)
` [PATCH v2 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH -next] vfio/mlx5: Switch to use module_pci_driver() macro
 2022-11-06 11:17 UTC  (3+ messages)

[PATCH 0/3] x86/speculation: Support Automatic IBRS
 2022-11-06  8:38 UTC  (7+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] x86/speculation: Support Automatic IBRS under virtualization

[PATCH v4 0/3] vfio/pci: Check the device set open_count on reset
 2022-11-05 22:56 UTC  (4+ messages)
` [PATCH v4 2/3] vfio: Add an open counter to vfio_device_set

[PATCH v5 0/3] vfio/pci: Check the device set open count on reset
 2022-11-05 22:44 UTC  (4+ messages)
` [PATCH v5 1/3] vfio: Fix container device registration life cycle
` [PATCH v5 2/3] vfio: Export the device set open count
` [PATCH v5 3/3] vfio/pci: Check the device set open count on reset

[PATCH] KVM: selftests: Delete the semicolon after curly braces
 2022-11-05 15:41 UTC 


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).