kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-02 17:11:18 to 2020-11-04 19:29:25 UTC [more...]

(proposal) RE: [PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-11-04 19:29 UTC  (13+ messages)

[PATCH RFC] memory: pause all vCPUs for the duration of memory transactions
 2020-11-04 19:23 UTC 

[PATCH v5 00/15] follow_pfn and other iomap races
 2020-11-04 19:11 UTC  (29+ messages)
` [PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v5 08/15] mm: Add unsafe_follow_pfn

[PATCH] s390/kvm: remove diag318 reset code
 2020-11-04 18:29 UTC  (2+ messages)

[PATCH v2 0/5] Add a dirty logging performance test
 2020-11-04 17:01 UTC  (11+ messages)
` [PATCH v2 1/5] KVM: selftests: Remove address rounding in guest code
` [PATCH v2 2/5] KVM: selftests: Factor code out of demand_paging_test
` [PATCH v2 3/5] KVM: selftests: Simplify demand_paging_test with timespec_diff_now
` [PATCH v2 4/5] KVM: selftests: Add wrfract to common guest code
` [PATCH v2 5/5] KVM: selftests: Introduce the dirty log perf test

[PATCH v5 11/15] PCI: Obey iomem restrictions for procfs mmap
 2020-11-04 16:50 UTC  (5+ messages)

[PATCH] KVM: x86: use positive error values for msr emulation that causes #GP
 2020-11-04 16:40 UTC  (3+ messages)

[PULL 00/33] Block patches
 2020-11-04 15:18 UTC  (34+ messages)
` [PULL 01/33] accel/kvm: add PIO ioeventfds only in case kvm_eventfds_allowed is true
` [PULL 02/33] softmmu/memory: fix memory_region_ioeventfd_equal()
` [PULL 03/33] MAINTAINERS: Cover "block/nvme.h" file
` [PULL 04/33] block/nvme: Use hex format to display offset in trace events
` [PULL 05/33] block/nvme: Report warning with warn_report()
` [PULL 06/33] block/nvme: Trace controller capabilities
` [PULL 07/33] block/nvme: Trace nvme_poll_queue() per queue
` [PULL 08/33] block/nvme: Improve nvme_free_req_queue_wait() trace information
` [PULL 09/33] block/nvme: Trace queue pair creation/deletion
` [PULL 10/33] block/nvme: Move definitions before structure declarations
` [PULL 11/33] block/nvme: Use unsigned integer for queue counter/size
` [PULL 12/33] block/nvme: Make nvme_identify() return boolean indicating error
` [PULL 13/33] block/nvme: Make nvme_init_queue() "
` [PULL 14/33] block/nvme: Introduce Completion Queue definitions
` [PULL 15/33] block/nvme: Use definitions instead of magic values in add_io_queue()
` [PULL 16/33] block/nvme: Correctly initialize Admin Queue Attributes
` [PULL 17/33] block/nvme: Simplify ADMIN queue access
` [PULL 18/33] block/nvme: Simplify nvme_cmd_sync()
` [PULL 19/33] block/nvme: Set request_alignment at initialization
` [PULL 20/33] block/nvme: Correct minimum device page size
` [PULL 21/33] block/nvme: Change size and alignment of IDENTIFY response buffer
` [PULL 22/33] block/nvme: Change size and alignment of queue
` [PULL 23/33] block/nvme: Change size and alignment of prp_list_pages
` [PULL 24/33] block/nvme: Align iov's va and size on host page size
` [PULL 25/33] block/nvme: Fix use of write-only doorbells page on Aarch64 arch
` [PULL 26/33] block/nvme: Fix nvme_submit_command() on big-endian host
` [PULL 27/33] util/vfio-helpers: Improve reporting unsupported IOMMU type
` [PULL 28/33] util/vfio-helpers: Trace PCI I/O config accesses
` [PULL 29/33] util/vfio-helpers: Trace PCI BAR region info
` [PULL 30/33] util/vfio-helpers: Trace where BARs are mapped
` [PULL 31/33] util/vfio-helpers: Improve DMA trace events
` [PULL 32/33] util/vfio-helpers: Convert vfio_dump_mapping to "
` [PULL 33/33] util/vfio-helpers: Assert offset is aligned to page size

Free Website Home Page Mock-Up
 2020-11-04  6:49 UTC 

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-11-04 13:54 UTC  (11+ messages)

[PATCH v11 00/14] s390/vfio-ap: dynamic configuration support
 2020-11-04 13:23 UTC  (9+ messages)
` [PATCH v11 02/14] 390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v11 08/14] s390/vfio-ap: hot plug/unplug queues on bind/unbind of queue device

[kvm-unit-tests PATCH v3 0/2] arm64: Add support for configuring the translation granule
 2020-11-04 13:03 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/2] arm64: Check if the configured translation granule is supported
` [kvm-unit-tests PATCH v3 2/2] arm64: Add support for configuring the translation granule

[RFC PATCH 1/2] sched/wait: Add add_wait_queue_priority()
 2020-11-04 11:25 UTC  (6+ messages)
` [PATCH v2 0/2] Allow KVM IRQFD to consistently intercept events
  ` [PATCH v2 1/2] sched/wait: Add add_wait_queue_priority()

[PATCH] vhost/vsock: add IOTLB API support
 2020-11-04  9:33 UTC  (8+ messages)

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-11-03 22:43 UTC  (13+ messages)
` [RFC Patch 1/2] KVM: SVM: Create SEV cgroup controller

[PATCH 0/5] Add a dirty logging performance test
 2020-11-03 22:27 UTC  (15+ messages)
` [PATCH 1/5] KVM: selftests: Factor code out of demand_paging_test
` [PATCH 2/5] KVM: selftests: Remove address rounding in guest code
` [PATCH 3/5] KVM: selftests: Simplify demand_paging_test with timespec_diff_now
` [PATCH 5/5] KVM: selftests: Introduce the dirty log perf test

[PATCH v5 15/15] PCI: Revoke mappings like devmem
 2020-11-03 21:30 UTC  (2+ messages)

[PATCH 0/8] KVM: arm64: Kill the copro array
 2020-11-03 18:29 UTC  (13+ messages)
` [PATCH 1/8] KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
` [PATCH 2/8] KVM: arm64: Add AArch32 mapping annotation
` [PATCH 3/8] KVM: arm64: Map AArch32 cp15 register to AArch64 sysregs
` [PATCH 4/8] KVM: arm64: Map AArch32 cp14 "
` [PATCH 5/8] KVM: arm64: Drop is_32bit trap attribute
` [PATCH 6/8] KVM: arm64: Drop is_aarch32 "
` [PATCH 7/8] KVM: arm64: Drop legacy copro shadow register
` [PATCH 8/8] KVM: arm64: Drop kvm_coproc.h

[kvm-unit-tests PATCH 0/2] arm64: Add support for configuring the translation granule
 2020-11-03 18:23 UTC  (17+ messages)
` [kvm-unit-tests PATCH 1/2] "
` [kvm-unit-tests PATCH 2/2] arm64: Check if the configured translation granule is supported

[PATCH v2] vfio/pci: Refine Intel IGD OpRegion support
 2020-11-03 18:21 UTC  (3+ messages)
` [PATCH v3] vfio/pci: Bypass IGD init in case of -ENODEV

[PATCH v2] vfio: platform: fix reference leak in vfio_platform_open
 2020-11-03 18:21 UTC  (2+ messages)

[PATCH] vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate static
 2020-11-03 18:20 UTC  (2+ messages)

[PATCH 1/2] vfio/fsl-mc: return -EFAULT if copy_to_user() fails
 2020-11-03 18:19 UTC  (5+ messages)

[PATCH] vfio/type1: Use the new helper to find vfio_group
 2020-11-03 18:18 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] arm: MMU extentions to enable litmus7
 2020-11-03 17:17 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] arm: Add mmu_get_pte() to the MMU API
` [kvm-unit-tests PATCH 2/2] arm: Add support for the DEVICE_nGRE and NORMAL_WT memory types

[PATCH 0/3] KVM: arm64: Another set of CSV2-related fixes
 2020-11-03 17:14 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
` [PATCH 2/3] KVM: arm64: Rename access_amu() to undef_access()
` [PATCH 3/3] KVM: arm64: Handle SCXTNUM_ELx traps

[kvm-unit-tests PATCH] x86: check that clflushopt of an MMIO address succeeds
 2020-11-03 16:08 UTC 

[PATCH] KVM: x86: clflushopt should be treated as a no-op by emulation
 2020-11-03 12:04 UTC 

[PATCH 2/2] vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()
 2020-11-03 12:03 UTC  (3+ messages)

[PATCH v2 0/8] slab: provide and use krealloc_array()
 2020-11-03 10:55 UTC  (4+ messages)

[resource] 22b17dc667: Kernel panic - not syncing: Fatal exception
 2020-11-03 10:10 UTC  (2+ messages)

Call for Volunteers: Summaries of a few KVMForum-2020 talks for an LWN article
 2020-11-03  9:59 UTC  (2+ messages)

[PATCH v11 12/14] s390/vfio-ap: handle host AP config change notification
 2020-11-03  9:48 UTC  (2+ messages)

[PATCH v5] KVM: Check the allocation of pv cpu mask
 2020-11-03  8:52 UTC 

[PATCH 0/6] Some fixes and a test for KVM_CAP_ENFORCE_PV_CPUID
 2020-11-03  7:50 UTC  (2+ messages)

[PATCH] KVM: VMX: Enable Notify VM exit
 2020-11-03  7:29 UTC  (15+ messages)

[PATCH v6 0/5] iommu aux-domain APIs extensions
 2020-11-03  5:22 UTC  (5+ messages)
` [PATCH v6 5/5] vfio/type1: Use mdev bus iommu_ops for IOMMU callbacks

[PATCH kvm-unit-tests] reduce number of iterations for apic test
 2020-11-02 23:35 UTC  (2+ messages)

[PATCH kvm-unit-tests] port80: remove test
 2020-11-02 23:34 UTC  (2+ messages)

[PATCH v4 00/17] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-11-02 19:26 UTC  (16+ messages)

[PATCH v2 0/3] KVM: selftests: Add get-reg-list regression test
 2020-11-02 19:02 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: selftests: Add aarch64 get-reg-list test
` [PATCH v2 2/3] KVM: selftests: Update aarch64 get-reg-list blessed list
` [PATCH v2 3/3] KVM: selftests: Add blessed SVE registers to get-reg-list

[PATCH v2] nitro_enclaves: Fixup type and simplify logic of the poll mask setup
 2020-11-02 18:29 UTC  (3+ messages)

[PATCH v2] KVM: selftests: Add get featured msrs test case
 2020-11-02 18:28 UTC 

[PATCH v1] nitro_enclaves: Fixup type of the poll result assigned value
 2020-11-02 17:42 UTC  (3+ 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).