public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-03 07:57:34 to 2023-10-05 14:20:03 UTC [more...]

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

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

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

[PATCH v4 00/12] KVM: x86/mmu: refine memtype related mmu zap
 2023-10-05  2:28 UTC  (4+ messages)

[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
 2023-10-05  1:53 UTC  (15+ 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 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: selftests: Zero-initialize entire test_result in memslot perf test
 2023-10-05  0:29 UTC 

[PATCH] KVM: x86: Ignore MSR_AMD64_BU_CFG access
 2023-10-05  0:10 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 0/3] KVM: arm64: Cleanups for managing SMCCC filter maple tree
 2023-10-04 23:49 UTC  (4+ 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

[RFC] KVM: Allow polling vCPUs for events
 2023-10-04 23:47 UTC  (2+ messages)

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

[Patch v4 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU
 2023-10-04 22:05 UTC  (22+ messages)
` [Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event

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

[PATCH] x86: KVM: Add feature flag for AMD's FsGsKernelGsBaseNonSerializing
 2023-10-04 20:29 UTC  (7+ messages)

[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  (23+ 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  (23+ messages)
` [PATCH net-next v2 01/12] vsock: set EPOLLERR on non-empty error queue
` [PATCH net-next v2 02/12] vsock: read from socket's "
` [PATCH net-next v2 08/12] vsock: enable setting SO_ZEROCOPY
` [PATCH net-next v2 09/12] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [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 1/2] KVM: x86: Fix partially uninitialized integer in emulate_pop
 2023-10-04 15:13 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: rename push to emulate_push for consistency

[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 v3 2/6] RISC-V: Detect Zicond from ISA string
 2023-10-04 14:07 UTC  (2+ messages)

[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  (6+ messages)

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

[PATCH 00/12] PCI device authentication
 2023-10-03 22:53 UTC  (30+ messages)
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper
` [PATCH 02/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH 04/12] certs: Create blacklist keyring earlier
` [PATCH 01/12] X.509: Make certificate parser public
` [PATCH 07/12] spdm: Introduce library to authenticate devices
` [PATCH 08/12] PCI/CMA: Authenticate devices on enumeration
` [PATCH 09/12] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH 10/12] PCI/CMA: Reauthenticate devices on reset and resume
` [PATCH 11/12] PCI/CMA: Expose in sysfs whether devices are authenticated
` [PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-10-03 20:58 UTC  (12+ messages)
` [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v9 4/6] KVM: Migrate kvm_vcpu_map to __kvm_follow_pfn
` [PATCH v9 5/6] KVM: x86: Migrate "
` [PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages

[PATCH v10 00/12] KVM: arm64: Enable 'writable' ID registers
 2023-10-03 19:41 UTC  (5+ messages)
` [PATCH v10 06/12] KVM: arm64: Allow userspace to change ID_AA64ISAR{0-2}_EL1

[PATCH v10 10/12] KVM: arm64: Document vCPU feature selection UAPIs
 2023-10-03 19:37 UTC  (3+ messages)

[PATCH v16 0/2] add debugfs to migration driver
 2023-10-03 19:26 UTC  (5+ messages)
` [PATCH v16 1/2] vfio/migration: Add debugfs to live "
` [PATCH v16 2/2] Documentation: add debugfs description for vfio

[PATCH] arch/x86: Set XSS while handling #VC intercept for CPUID
 2023-10-03 18:27 UTC  (4+ messages)

[PATCH v2] KVM: x86: Use fast path for Xen timer delivery
 2023-10-03 17:18 UTC  (9+ messages)

[PATCH v2 0/7] accel: Restrict tcg_exec_[un]realizefn() to TCG
 2023-10-03 16:02 UTC  (10+ messages)
` [PATCH v2 1/7] accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
` [PATCH v2 2/7] accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
` [PATCH v2 3/7] accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()
` [PATCH v2 4/7] accel: Introduce accel_cpu_common_unrealize() stub
` [PATCH v2 5/7] accel: Declare AccelClass::cpu_common_[un]realize() handlers
` [PATCH v2 6/7] accel/tcg: Have tcg_exec_realizefn() return a boolean
` [PATCH v2 7/7] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG

[PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG
 2023-10-03 14:29 UTC  (14+ messages)
` [PATCH 1/5] accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
` [PATCH 3/5] accel: Declare AccelClass::[un]realize_cpu() handlers
` [PATCH 4/5] accel/tcg: Have tcg_exec_realizefn() return a boolean
` [PATCH 5/5] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG

[PATCH v4 00/18] virtio-mem: Expose device memory through multiple memslots
 2023-10-03 13:39 UTC  (2+ messages)

[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
 2023-10-03 13:02 UTC  (2+ messages)

[PATCH v4 00/21] Support smp.clusters for x86 in QEMU
 2023-10-03 12:57 UTC  (5+ messages)
` [PATCH v4 21/21] i386: Add new property to control L2 cache topo in CPUID.04H

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-10-03 10:28 UTC  (3+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-10-03  9:59 UTC  (3+ messages)
` [PATCH v12 06/37] Documentation/x86/64: Add a documentation for FRED


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