public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-03 22:05:37 to 2023-10-06 01:16:55 UTC [more...]

[RFC] KVM: Allow polling vCPUs for events
 2023-10-06  1:16 UTC  (4+ messages)

[PATCH 1/2] KVM: x86: Fix partially uninitialized integer in emulate_pop
 2023-10-06  0:56 UTC  (6+ messages)
` [PATCH 2/2] KVM: x86: rename push to emulate_push for consistency

[PATCH v4 00/12] KVM: x86/mmu: refine memtype related mmu zap
 2023-10-06  0:50 UTC  (5+ messages)

[PATCH] KVM: x86: Ignore MSR_AMD64_BU_CFG access
 2023-10-06  0:44 UTC  (9+ messages)

[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
 2023-10-06  0:36 UTC  (22+ messages)
` [PATCH v5 02/17] KVM: Add docstrings to __kvm_read/write_guest_page()
` [PATCH v5 04/17] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v5 05/17] KVM: Annotate -EFAULTs from kvm_vcpu_read/write_guest_page()
` [PATCH v5 06/17] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v5 07/17] KVM: arm64: Annotate -EFAULT from user_mem_abort()
` [PATCH v5 10/17] KVM: Implement KVM_CAP_USERFAULT_ON_MISSING by atomizing __gfn_to_pfn_memslot() calls
` [PATCH v5 11/17] KVM: x86: Enable KVM_CAP_USERFAULT_ON_MISSING

[PATCH 0/2] tools: arm64: Sync sysreg.h with the kernel
 2023-10-06  0:23 UTC  (4+ messages)
` [PATCH 2/2] tools: arm64: Sync sysreg.h with the kernel source
  ` [PATCH 1/2] tools: arm64: Add a copy of sysreg-defs.h generated from the kernel

[RFC PATCH v2 0/6] KVM: gmem: Implement test cases for error_remove_page
 2023-10-05 23:48 UTC  (6+ messages)
` [RFC PATCH v2 1/6] KVM: gmem: Truncate pages on punch hole

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-10-05 22:46 UTC  (10+ messages)
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace

[PATCH 0/3] KVM: arm64: Cleanups for managing SMCCC filter maple tree
 2023-10-05 20:55 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Add a predicate for testing if SMCCC filter is configured
` [PATCH 2/3] KVM: arm64: Only insert reserved ranges when SMCCC filter is used
` [PATCH 3/3] KVM: arm64: Use mtree_empty() to determine if SMCCC filter configured

[PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication
 2023-10-05 20:34 UTC  (2+ messages)

[PATCH 11/12] PCI/CMA: Expose in sysfs whether devices are authenticated
 2023-10-05 20:20 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/apic: Gates test_pv_ipi on KVM cpuid, not test device
 2023-10-05 20:19 UTC  (6+ messages)

[PATCH 08/12] PCI/CMA: Authenticate devices on enumeration
 2023-10-05 20:10 UTC  (2+ messages)

[PATCH 00/12] PCI device authentication
 2023-10-05 20:09 UTC  (11+ messages)
` [PATCH 04/12] certs: Create blacklist keyring earlier
` [PATCH 02/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH 09/12] PCI/CMA: Validate "

[linux-next:master] BUILD REGRESSION 7d730f1bf6f39ece2d9f3ae682f12e5b593d534d
 2023-10-05 19:35 UTC 

[PATCH vhost v2 00/16] vdpa: Add support for vq descriptor mappings
 2023-10-05 19:18 UTC  (4+ messages)

[PATCH] x86: KVM: Add feature flag for AMD's FsGsKernelGsBaseNonSerializing
 2023-10-05 17:52 UTC  (16+ messages)

Bug? Incompatible APF for 4.14 guest on 5.10 and later host
 2023-10-05 17:24 UTC 

[PATCH v2] x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]
 2023-10-05 16:45 UTC  (3+ messages)

[PATCH 00/10] VM: SVM: Honor KVM_MAX_VCPUS when AVIC is enabled
 2023-10-05 12:59 UTC  (21+ messages)
` [PATCH 01/10] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH 02/10] KVM: SVM: Use AVIC_HPA_MASK when initializing vCPU's Physical ID entry
` [PATCH 03/10] KVM: SVM: Drop pointless masking of kernel page pa's with "AVIC's" HPA mask
` [PATCH 04/10] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 05/10] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH 06/10] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 07/10] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH 08/10] KVM: SVM: WARN if KVM attempts to create AVIC backing page with user APIC
` [PATCH 09/10] KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creation
` [PATCH 10/10] KVM: SVM: Rename "avic_physical_id_cache" to "avic_physical_id_entry"

[PATCH v2] KVM: x86: Refine calculation of guest wall clock to use a single TSC read
 2023-10-05  9:16 UTC 

Bug? Incompatible APF for 4.14 guest on 5.10 and later host
 2023-10-05 16:15 UTC  (3+ messages)

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-10-05  8:04 UTC  (6+ messages)
` [PATCH v12 06/37] Documentation/x86/64: Add a documentation for FRED

[PATCH v2 0/7] Use TAP in some more x86 KVM selftests
 2023-10-05 14:38 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: selftests: x86: sync_regs_test: Use vcpu_run() where appropriate
` [PATCH v2 2/7] KVM: selftests: x86: sync_regs_test: Get regs structure before modifying it
` [PATCH v2 3/7] KVM: selftests: Add a macro to define a test with one vcpu
` [PATCH v2 4/7] KVM: selftests: x86: Use TAP interface in the sync_regs test
` [PATCH v2 5/7] KVM: selftests: x86: Use TAP interface in the fix_hypercall test
` [PATCH v2 6/7] KVM: selftests: x86: Use TAP interface in the vmx_pmu_caps test
` [PATCH v2 7/7] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test

[PATCH] KVM: selftests: Zero-initialize entire test_result in memslot perf test
 2023-10-05 10:45 UTC  (3+ messages)

[PATCH v3 2/6] RISC-V: Detect Zicond from ISA string
 2023-10-05  5:50 UTC  (3+ messages)

[RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
 2023-10-05 14:42 UTC 

[GIT PULL] LoongArch KVM changes for v6.7
 2023-10-05  9:18 UTC 

[PATCH v3 0/6] KVM RISC-V Conditional Operations
 2023-10-05  6:05 UTC  (2+ messages)

[PATCH vfio 00/11] Introduce a vfio driver over virtio devices
 2023-10-05 11:10 UTC  (9+ messages)
` [PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device

[PATCH 0/7] KVM RISC-V Conditional Operations
 2023-10-05  6:49 UTC  (5+ messages)
` [PATCH 1/7] RISC-V: Detect XVentanaCondOps from ISA string

[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
 2023-10-05  8:36 UTC  (3+ messages)

[PATCH v2] KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flag
 2023-10-05  8:43 UTC  (4+ messages)

[PATCH v3] KVM: x86: Use fast path for Xen timer delivery
 2023-10-05  1:29 UTC  (2+ messages)

[PATCH v2 0/4] KVM: SVM: Fix unexpected #UD on INT3 in SEV guests
 2023-10-05  1:29 UTC  (2+ messages)

[PATCH] KVM: selftests: Treat %llx like %lx when formatting guest printf
 2023-10-05  1:29 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Remove obsolete and incorrect test case metadata
 2023-10-05  1:29 UTC  (2+ messages)

[PATCH 0/5] KVM: x86: Fix breakage in KVM_SET_XSAVE's ABI
 2023-10-05  1:29 UTC  (7+ messages)

[PATCH] KVM: x86: Refine calculation of guest wall clock to use a single TSC read
 2023-10-05  0:00 UTC  (2+ messages)

[PATCH v2] KVM: x86: Use octal for file permission
 2023-10-04 22:22 UTC  (2+ messages)

[Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event
 2023-10-04 22:05 UTC  (19+ messages)

[PATCH kvmtool] virtio: Cancel and join threads when exiting devices
 2023-10-04 20:49 UTC 

[PATCH RESEND] KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=n
 2023-10-04 19:28 UTC  (3+ messages)

[PATCH RFC 1/1] KVM: x86: add param to update master clock periodically
 2023-10-04 19:13 UTC  (19+ messages)

[PATCH v11 00/12] KVM: arm64: Enable 'writable' ID registers
 2023-10-04 17:48 UTC  (22+ messages)
` [PATCH v11 01/12] KVM: arm64: Allow userspace to get the writable masks for feature "
` [PATCH v11 02/12] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v11 03/12] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v11 04/12] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v11 05/12] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v11 06/12] KVM: arm64: Allow userspace to change ID_AA64ISAR{0-2}_EL1
` [PATCH v11 07/12] KVM: arm64: Allow userspace to change ID_AA64MMFR{0-2}_EL1
` [PATCH v11 08/12] KVM: arm64: Allow userspace to change ID_AA64PFR0_EL1
` [PATCH v11 09/12] KVM: arm64: Allow userspace to change ID_AA64ZFR0_EL1
` [PATCH v11 10/12] KVM: arm64: Document vCPU feature selection UAPIs
` [PATCH v11 11/12] KVM: arm64: selftests: Import automatic generation of sysreg defs
` [PATCH v11 12/12] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH] KVM: xen: ignore the VCPU_SSHOTTMR_future flag
 2023-10-04 17:43 UTC  (4+ messages)

[PATCH v3 00/19] IOMMUFD Dirty Tracking
 2023-10-04 17:01 UTC  (3+ messages)
` [PATCH v3 17/19] iommu/amd: Access/Dirty bit support in IOPTEs

[PATCH net-next v2 00/12] vsock/virtio: continue MSG_ZEROCOPY support
 2023-10-04 16:42 UTC  (15+ messages)
` [PATCH net-next v2 10/12] test/vsock: MSG_ZEROCOPY flag tests
` [PATCH net-next v2 11/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
` [PATCH net-next v2 12/12] test/vsock: io_uring rx/tx tests

[PATCH v3] vfio: Fix uninitialized symbol and potential dereferencing errors in vfio_combine_iova_ranges
 2023-10-04 15:35 UTC  (3+ messages)
` [PATCH] vfio: Fix smatch errors in vfio_combine_iova_ranges()

[PATCH 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-10-04 14:30 UTC  (6+ messages)
` [PATCH 1/5] riscv: use ".L" local labels in assembly when applicable
` [PATCH 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH 3/5] riscv: kernel: Use correct SYM_DATA_*() macro for data
` [PATCH 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH 5/5] riscv: kvm: use ".L" local labels in assembly when applicable

[PATCH] docs: move powerpc under arch
 2023-10-04 13:31 UTC  (4+ messages)

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2023-10-04 13:14 UTC  (3+ messages)

[PATCH iwl-next v3 00/13] Add E800 live migration driver
 2023-10-04 12:25 UTC  (4+ messages)
` [PATCH iwl-next v3 13/13] vfio/ice: Implement vfio_pci driver for E800 devices

kvm/x86: perf: Softlockup issue
 2023-10-04 10:08 UTC  (3+ messages)

[PATCH 09/13] target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss
 2023-10-04  9:06 UTC 

Pakiet biznesowy - kurs języka angielskiego
 2023-10-04  8:00 UTC 

[PATCH] vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()
 2023-10-04  7:30 UTC  (2+ messages)

[PATCH] vfio/cdx: Add parentheses between bitwise AND expression and logical NOT
 2023-10-04  6:48 UTC  (5+ messages)


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