kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-16 22:37:56 to 2023-03-17 23:51:09 UTC [more...]

[Patch v3 0/7] Optimize clear dirty log
 2023-03-17 23:50 UTC  (8+ messages)
` [Patch v3 2/7] KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
` [Patch v3 7/7] KVM: x86/mmu: Merge all handle_changed_pte* functions

[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
 2023-03-17 23:42 UTC  (31+ 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
` [WIP Patch v2 10/14] KVM: x86: Implement KVM_CAP_MEMORY_FAULT_NOWAIT
` [WIP Patch v2 11/14] KVM: arm64: Allow user_mem_abort to return 0 to signal a 'normal' exit
` [WIP Patch v2 12/14] KVM: arm64: Implement KVM_CAP_MEMORY_FAULT_NOWAIT

[PATCH 0/3] KVM: support the cpu feature FLUSH_L1D
 2023-03-17 23:14 UTC  (5+ messages)
` [PATCH 1/3] kvm: vmx: Add IA32_FLUSH_CMD guest support

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

[PATCH v2 0/2] KVM: Minor structure layout changes
 2023-03-17 22:45 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: Shrink struct kvm_mmu_memory_cache

[RFC PATCH v1] virtio/vsock: check transport before skb allocation
 2023-03-17 21:54 UTC  (2+ messages)

[RFC PATCH v1] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-17 21:52 UTC  (2+ messages)

[PATCH v5 00/34] x86: enable FRED for x86-64
 2023-03-17 21:32 UTC  (10+ messages)
` [PATCH v5 22/34] x86/fred: FRED initialization code
` [PATCH v5 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user

[PATCH rcu 0/7] RCU-related lockdep changes for v6.4
 2023-03-17 21:26 UTC  (10+ messages)
` [PATCH rcu 1/7] locking/lockdep: Introduce lock_sync()
` [PATCH rcu 2/7] rcu: Annotate SRCU's update-side lockdep dependencies
` [PATCH rcu 3/7] locking: Reduce the number of locks in ww_mutex stress tests
` [PATCH rcu 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
` [PATCH rcu 5/7] rcutorture: Add SRCU deadlock scenarios
` [PATCH rcu 6/7] rcutorture: Add RCU Tasks Trace and "
` [PATCH rcu 7/7] rcutorture: Add srcu_lockdep.sh

[PATCH] KVM: RISC-V: Retry fault if vma_lookup() results become invalid
 2023-03-17 21:11 UTC 

[PATCH v2 0/2] Calculate memory access latency stats
 2023-03-17 18:16 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: selftests: Provide generic way to read system counter
` [PATCH v2 2/2] KVM: selftests: Print summary stats of memory latency distribution

Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?
 2023-03-17 18:07 UTC  (6+ messages)

[kvm-unit-tests PATCH v3 0/3] s390x: Add misaligned instruction tests
 2023-03-17 16:37 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 2/3] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v3 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address

[PATCH v2 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-03-17 16:20 UTC  (38+ messages)
` [PATCH v2 01/27] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"
` [PATCH v2 03/27] drm/i915/gvt: remove interface intel_gvt_is_valid_gfn
` [PATCH v2 05/27] drm/i915/gvt: Verify VFIO-pinned page is THP when shadowing 2M gtt entry
` [PATCH v2 06/27] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
` [PATCH v2 07/27] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
` [PATCH v2 08/27] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
` [PATCH v2 09/27] drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()
` [PATCH v2 10/27] drm/i915/gvt: Protect gfn hash table with vgpu_lock
` [PATCH v2 12/27] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
` [PATCH v2 13/27] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
` [PATCH v2 14/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached
` [PATCH v2 15/27] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot
` [PATCH v2 16/27] KVM: x86: Add a new page-track hook to handle memslot deletion
` [PATCH v2 17/27] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region()
` [PATCH v2 23/27] KVM: x86/mmu: Assert that correct locks are held for page write-tracking
` [PATCH v2 25/27] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
` [PATCH v2 26/27] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
` [PATCH v2 27/27] drm/i915/gvt: Drop final dependencies on KVM internal details

[PATCH v15 00/12] Parallel CPU bringup for x86_64
 2023-03-17 16:04 UTC  (3+ messages)
` [PATCH v15 12/12] x86/smpboot: Allow parallel bringup for SEV-ES

[PATCH kvmtool 1/1] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-17 16:00 UTC  (4+ messages)

[PATCH v2 kvmtool] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-17 16:00 UTC  (2+ messages)

[PATCH -next v15 00/19] riscv: Add vector ISA support
 2023-03-17 15:46 UTC  (23+ messages)
` [PATCH -next v15 01/19] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v15 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v15 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v15 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v15 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v15 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v15 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v15 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v15 09/19] riscv: Add task switch support for vector
` [PATCH -next v15 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v15 11/19] riscv: Add ptrace vector support
` [PATCH -next v15 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v15 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v15 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v15 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v15 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v15 17/19] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v15 18/19] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v15 19/19] riscv: Enable Vector code to be built

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

[kvm-unit-tests PATCH v4 0/3] s390x: Add misaligned instruction tests
 2023-03-17 14:41 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x/spec_ex: Use PSW macro
` [kvm-unit-tests PATCH v4 2/3] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v4 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address

[kvm-unit-tests PATCH 1/7] MAINTAINERS: Update powerpc list
 2023-03-17 13:01 UTC  (9+ messages)
` [kvm-unit-tests PATCH 2/7] powerpc: add local variant of SPR test
` [kvm-unit-tests PATCH 3/7] powerpc: abstract H_CEDE calls into a sleep() function
` [kvm-unit-tests PATCH 4/7] powerpc: Add ISA v3.1 (POWER10) support to SPR test
` [kvm-unit-tests PATCH 5/7] powerpc: Indirect SPR accessor functions
` [kvm-unit-tests PATCH 6/7] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests PATCH 7/7] powerpc/spapr_vpa: Add basic VPA tests

[PATCH v2 00/32] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-17 12:11 UTC  (14+ messages)
` [PATCH v2 02/32] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
` [PATCH v2 05/32] gitlab: update centos-8-stream job
` [PATCH v2 06/32] include/qemu: add documentation for memory callbacks
` [PATCH v2 07/32] tests/tcg: add some help output for running individual tests
` [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map
` [PATCH v2 31/32] contrib/gitdm: add more individual contributors

[GIT PULL] KVM/riscv fixes for 6.3, take #1
 2023-03-17 11:32 UTC 

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-17 11:25 UTC  (7+ messages)
` [PATCH v2 4/8] vringh: support VA with iotlb

[kvm-unit-tests PATCH v6] s390x: Add tests for execute-type instructions
 2023-03-17 11:23 UTC 

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-17 10:25 UTC  (5+ messages)
` [PATCH 02/12] iommu: Add nested domain support
` [PATCH 04/12] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-17 10:20 UTC  (5+ messages)
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC

[PATCH v7 00/22] Add vfio_device cdev for iommufd support
 2023-03-17  9:53 UTC  (26+ messages)
` [PATCH v7 03/22] vfio: Remove vfio_file_is_group()
` [PATCH v7 06/22] kvm/vfio: Accept vfio device file from userspace
` [PATCH v7 11/22] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu
` [PATCH v7 12/22] vfio-iommufd: Move noiommu support out of vfio_iommufd_bind()
` [PATCH v7 13/22] vfio-iommufd: Split bind/attach into two steps
` [PATCH v7 14/22] vfio: Record devid in vfio_device_file
` [PATCH v7 15/22] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v7 16/22] iommufd/device: Add iommufd_access_detach() API
` [PATCH v7 17/22] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v7 19/22] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v7 22/22] docs: vfio: Add vfio device cdev description

Zapytanie ofertowe
 2023-03-17  9:15 UTC 

[PATCH v2] KVM: selftests: Add new CFLAGS to generate dependency files
 2023-03-17  8:43 UTC 

[PATCH] KVM: selftest: Add dependency rules in makefile for C source code
 2023-03-17  9:09 UTC  (3+ messages)

[PATCH v2 0/2] KVM: arm64: Plug a couple of MM races
 2023-03-17  9:03 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: arm64: Disable interrupts while walking userspace PTs

[PATCH v2 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-17  8:43 UTC  (8+ messages)
` [PATCH v2 2/5] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [PATCH v2 4/5] vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [PATCH v2 5/5] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()

[PATCH v2] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list
 2023-03-17  8:22 UTC 

[PATCH v4 0/6] Support writable CPU ID registers from userspace
 2023-03-17  5:06 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v4 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v4 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v4 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v4 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v4 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver
 2023-03-17  3:44 UTC  (3+ messages)

[PATCH v4 0/8] Export platform features from ccp driver
 2023-03-17  3:26 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.3, part #2
 2023-03-17  3:09 UTC 

[PATCH 0/7] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-17  1:19 UTC  (11+ messages)
` [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 5/7] vfio: Refine vfio file kAPIs for vfio PCI hot reset
` [PATCH 6/7] vfio: Accpet device file from vfio PCI hot reset path
` [PATCH 7/7] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl

[PATCH] KVM: Add the missing stub function for kvm_dirty_ring_check_request()
 2023-03-17  0:18 UTC  (6+ messages)

[PATCH v2 0/4] iommufd: Add iommu hardware info reporting
 2023-03-17  0:08 UTC  (5+ messages)
` [PATCH v2 2/4] iommu: Add new iommu op to get iommu hardware information

[PATCH v10 00/16] TDX host kernel support
 2023-03-16 22:41 UTC  (7+ messages)
` [PATCH v10 01/16] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v10 02/16] x86/virt/tdx: Detect TDX during kernel boot


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