kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-03 13:56:07 to 2023-02-06 09:05:39 UTC [more...]

[PATCH v2 00/14] Add vfio_device cdev for iommufd support
 2023-02-06  9:05 UTC 

[RFC][PATCH] kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode
 2023-02-06  8:56 UTC 

[PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
 2023-02-06  8:52 UTC  (7+ messages)

[PATCH v1 0/8] Add IO page table replacement support
 2023-02-06  8:49 UTC  (19+ messages)
` [PATCH v1 2/8] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v1 5/8] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v1 7/8] iommufd/device: Use iommu_group_replace_domain()
` [PATCH v1 8/8] vfio-iommufd: Support IO page table replacement

[PATCH v6 00/11] Parallel CPU bringup for x86_64
 2023-02-06  8:28 UTC  (20+ messages)
` [PATCH v6 06/11] x86/smpboot: Support parallel startup of secondary CPUs
    ` [External] "
` [PATCH v6 07/11] x86/smpboot: Disable parallel boot for AMD CPUs
        ` [EXTERNAL][PATCH "
          ` [External] Re: [PATCH "

[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-02-06  7:53 UTC  (4+ messages)
` [PATCH v3 6/8] KVM: x86/svm/pmu: Add AMD PerfMonV2 support

[PATCH 01/19] mm: Introduce vm_account
 2023-02-06  7:47 UTC  (5+ messages)
` [PATCH 02/19] drivers/vhost: Convert to use vm_account
` [PATCH 07/19] vfio/type1: Charge pinned pages to pinned_vm instead of locked_vm
` [PATCH 08/19] vfio/spapr_tce: Convert accounting to pinned_vm
` [PATCH 12/19] kvm/book3s_64_vio: Convert account_locked_vm() to vm_account_pinned()

[RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support
 2023-02-06  7:06 UTC  (13+ messages)
` [RFC PATCH v1 01/12] vsock: check error queue to set EPOLLERR
` [RFC PATCH v1 02/12] vsock: read from socket's error queue
` [RFC PATCH v1 03/12] vsock: check for MSG_ZEROCOPY support
` [RFC PATCH v1 04/12] vhost/vsock: non-linear skb handling support
` [RFC PATCH v1 05/12] vsock/virtio: non-linear skb support
` [RFC PATCH v1 06/12] vsock/virtio: non-linear skb handling for TAP dev
` [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY flag support
` [RFC PATCH v1 08/12] vhost/vsock: support MSG_ZEROCOPY for transport
` [RFC PATCH v1 09/12] vsock/virtio: "
` [RFC PATCH v1 10/12] net/sock: enable setting SO_ZEROCOPY for PF_VSOCK
` [RFC PATCH v1 11/12] test/vsock: MSG_ZEROCOPY flag tests
` [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf

[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
 2023-02-06  6:05 UTC  (3+ messages)
` [RFC PATCH kernel 1/2] perf/x86/amd: Add amd_prevent_hostibs_window() to set per-cpu ibs_flags
` [RFC PATCH kernel 2/2] KVM: SEV: PreventHostIBS enablement for SEV-ES and SNP guest

[PATCH 00/13] Add vfio_device cdev for iommufd support
 2023-02-06  4:30 UTC  (7+ messages)
` [PATCH 10/13] vfio: Make vfio_device_open() exclusive between group path and device cdev path

[PATCH] Documentation: KVM: Update AMD memory encryption link
 2023-02-06  4:30 UTC  (4+ messages)
` [RESEND] "

[PATCH v4 0/2] vfio: fix deadlock between group lock and kvm lock
 2023-02-06  3:53 UTC  (8+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] vfio: no need to pass kvm pointer during device open

[PATCH] KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
 2023-02-06  3:52 UTC  (2+ messages)

[PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
 2023-02-06  3:13 UTC  (2+ messages)
` [PATCH kernel] KVM: SVM: Fix SVM_VMGEXIT_EXT_GUEST_REQUEST to follow the rest of API

[PATCH] KVM: x86: Enable PIT shutdown quirk
 2023-02-06  1:23 UTC  (3+ messages)

[PATCH RFC net-next v2 0/3] vsock: add support for sockmap
 2023-02-05 20:08 UTC  (2+ messages)

Call for GSoC and Outreachy project ideas for summer 2023
 2023-02-05 13:57 UTC  (3+ messages)

[PATCH v5 00/14] KVM perf support
 2023-02-05 10:30 UTC  (16+ messages)
` [PATCH v5 01/14] perf: RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v5 02/14] perf: RISC-V: Improve privilege mode filtering for perf
` [PATCH v5 03/14] RISC-V: Improve SBI PMU extension related definitions
` [PATCH v5 04/14] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v5 05/14] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v5 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v5 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v5 08/14] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v5 09/14] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v5 10/14] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v5 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v5 12/14] RISC-V: KVM: Implement perf support without sampling
` [PATCH v5 13/14] RISC-V: KVM: Support firmware events
` [PATCH v5 14/14] RISC-V: KVM: Increment firmware pmu events

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-05 10:12 UTC  (19+ messages)
` [RFC PATCH 17/32] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH 18/32] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH 19/32] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH 20/32] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH 21/32] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH 22/32] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH 23/32] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH 24/32] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH 25/32] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH 26/32] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH 27/32] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH 28/32] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls "
` [RFC PATCH 31/32] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH 32/32] cpumask: Add enabled cpumask for present CPUs that can be brought online

[GIT PULL] kvm/arm64 fixes for 6.2, take #3
 2023-02-05  8:28 UTC  (2+ messages)

[PATCH v4 00/14] KVM perf support
 2023-02-05  7:37 UTC  (5+ messages)
` [PATCH v4 07/14] RISC-V: KVM: Add skeleton support for perf

[GIT PULL] KVM fixes for Linux 6.2-rc7
 2023-02-04 19:55 UTC  (2+ messages)

[PATCH 11/21] KVM: x86/MMU: Cleanup shrinker interface with Shadow MMU
 2023-02-04 19:10 UTC  (3+ messages)

[PATCH 15/21] KVM: x86/MMU: Remove unneeded exports from shadow_mmu.c
 2023-02-04 14:44 UTC  (2+ messages)

[PATCH v2 2/2] docs: vfio: Update vfio.rst per latest interfaces
 2023-02-04 14:42 UTC  (5+ messages)

[PATCH v3 0/2] Update VFIO doc
 2023-02-04 14:42 UTC  (3+ messages)
` [PATCH v3 1/2] vfio: Update the kdoc for vfio_device_ops
` [PATCH v3 2/2] docs: vfio: Update vfio.rst per latest interfaces

[PATCH v2 0/6] kvm->lock vs. SRCU sync optimizations
 2023-02-04 12:44 UTC  (3+ messages)

[PATCH v2 0/4] KVM: selftests: xen_shinfo cleanups and slowpath test
 2023-02-04  2:41 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Move the guts of kvm_hypercall() to a separate macro
` [PATCH v2 2/4] KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercalls
` [PATCH v2 3/4] KVM: selftests: Use enum for test numbers in xen_shinfo_test
` [PATCH v2 4/4] KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test

[PATCH 0/3] Detect SRCU related deadlocks
 2023-02-04  2:34 UTC  (5+ messages)
` [PATCH 0/3] KVM: Make use of SRCU deadlock detection support
  ` [PATCH 3/3] KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test

[Patch v2 0/4] Common KVM exit reason test assertions and exit reason sync
 2023-02-04  1:45 UTC  (5+ messages)
` [Patch v2 1/4] KVM: selftests: Make vCPU exit reason test assertion common
` [Patch v2 2/4] KVM: selftests: Print expected and actual exit reason in KVM exit reason assert
` [Patch v2 3/4] KVM: selftests: Add macro to generate KVM exit reason strings
` [Patch v2 4/4] KVM: selftests: Sync KVM exit reasons in selftests

[PATCH 0/3] KVM: x86/emulator: Segment load fixes
 2023-02-04  0:31 UTC  (2+ messages)

[Patch v4 00/13] Add Hyper-v extended hypercall support in KVM
 2023-02-03 22:57 UTC  (8+ messages)
` [Patch v4 12/13] KVM: selftests: Make vCPU exit reason test assertion common

[PATCH v3] vfio: fix deadlock between group lock and kvm lock
 2023-02-03 21:35 UTC  (16+ messages)

[PATCH] KVM: selftests: Remove redundant setbuf()
 2023-02-03 21:30 UTC  (4+ messages)

[PATCH] KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
 2023-02-03 21:03 UTC  (5+ messages)

[PATCH 1/7] kvm: x86/mmu: Use KVM_MMU_ROOT_XXX for kvm_mmu_invalidate_gva()
 2023-02-03 20:54 UTC  (4+ messages)

[PATCH] KVM: x86: PIT: fix PIT shutdown
 2023-02-03 20:44 UTC  (2+ messages)

[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
 2023-02-03 20:40 UTC  (5+ messages)
` [PATCH v5 1/3] arm/virt: don't try to spell out the accelerator
` [PATCH v5 2/3] arm/kvm: add support for MTE

[PATCH v3] vfio: Support VFIO_NOIOMMU with iommufd
 2023-02-03 19:58 UTC  (4+ messages)

[Patch v2 0/5] Optimize clear dirty log
 2023-02-03 19:28 UTC  (6+ messages)
` [Patch v2 1/5] KVM: x86/mmu: Make separate function to check for SPTEs atomic write conditions
` [Patch v2 2/5] KVM: x86/mmu: Optimize SPTE change flow for clear-dirty-log
` [Patch v2 3/5] KVM: x86/mmu: Optimize SPTE change for aging gfn range
` [Patch v2 4/5] KVM: x86/mmu: Remove handle_changed_spte_dirty_log()
` [Patch v2 5/5] KVM: x86/mmu: Merge all handle_changed_pte* functions

[RFC v3 00/18] vfio: Adopt iommufd
 2023-02-03 18:07 UTC  (8+ messages)
` [RFC v3 18/18] vfio/as: Allow the selection of a given iommu backend

[PATCH 0/7] KVM: Standardize on "int" return types instead of "long"
 2023-02-03 17:48 UTC  (3+ messages)
` [PATCH 2/7] KVM: x86: Improve return type handling in kvm_vm_ioctl_get_nr_mmu_pages()

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-03 17:36 UTC  (9+ messages)
` [PATCH v15 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v15 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

[PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test
 2023-02-03 17:27 UTC  (4+ messages)

add bvec initialization helpers v2
 2023-02-03 17:18 UTC  (26+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vringh: use bvec_set_page to initialize a bvec
` [PATCH 23/23] libceph: use bvec_set_page to initialize bvecs

[kvm-unit-tests PATCH v6 0/2] arm: Add PSCI CPU_OFF test
 2023-02-03 16:23 UTC  (3+ messages)
` [kvm-unit-tests PATCH v6 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v6 2/2] arm/psci: Add PSCI CPU_OFF test case

[PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-02-03 15:32 UTC  (4+ messages)
` [PATCH v6 10/14] KVM: s390: Refactor absolute vm mem_op function

[PATCH V8 0/7] fixes for virtual address update
 2023-02-03 14:35 UTC  (2+ 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).