kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-29 08:12:06 to 2023-01-31 06:57:09 UTC [more...]

add bvec initialization helpers
 2023-01-31  6:56 UTC  (61+ 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] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs

[kvm-unit-tests PATCH v5 0/2] arm: Add PSCI CPU_OFF test
 2023-01-31  6:56 UTC  (5+ messages)
` [kvm-unit-tests PATCH v5 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v5 2/2] arm/psci: Add PSCI CPU_OFF test case

[kvm-unit-tests PATCH v3 0/1] arm: Replace MAX_SMP probe loop
 2023-01-31  6:32 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly

[PATCH 00/13] Add vfio_device cdev for iommufd support
 2023-01-31  6:17 UTC  (34+ messages)
` [PATCH 02/13] vfio: Refine vfio file kAPIs
` [PATCH 03/13] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH 06/13] kvm/vfio: Accept vfio device file from userspace
` [PATCH 07/13] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH 08/13] vfio: Block device access via device fd until device is opened
` [PATCH 09/13] vfio: Add infrastructure for bind_iommufd and attach
` [PATCH 10/13] vfio: Make vfio_device_open() exclusive between group path and device cdev path
` [PATCH 11/13] vfio: Add cdev for vfio_device

[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-31  6:01 UTC  (2+ messages)

[PATCH RFC net-next v2 0/3] vsock: add support for sockmap
 2023-01-31  4:35 UTC  (4+ messages)
` [PATCH RFC net-next v2 1/3] vsock: support sockmap
` [PATCH RFC net-next v2 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH RFC net-next v2 3/3] selftests/bpf: Add a test case for vsock sockmap

[PATCH] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-01-31  3:06 UTC  (4+ messages)

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-01-31  2:55 UTC  (15+ messages)
` [PATCH -next v13 09/19] riscv: Add task switch support for vector
` [PATCH -next v13 16/19] riscv: Add V extension to KVM ISA
` [PATCH -next v13 18/19] riscv: kvm: redirect illegal instruction traps to guests
` [PATCH -next v13 19/19] riscv: Enable Vector code to be built

[RFC PATCH v6 0/6] KVM: x86: add per-vCPU exits disable capability
 2023-01-31  2:23 UTC  (8+ messages)
` [RFC PATCH v6 4/6] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v6 5/6] KVM: x86: add vCPU scoped toggling for "

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-31  1:54 UTC  (9+ messages)
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-31  1:53 UTC  (18+ messages)

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-01-31  1:44 UTC  (7+ messages)
` [PATCH v2 02/11] KVM: nSVM: clean up the copying of V_INTR bits from vmcb02 to vmcb12
` [PATCH v2 03/11] KVM: nSVM: explicitly raise KVM_REQ_EVENT on nested VM exit if L1 doesn't intercept interrupts

[Bug 216923] New: kvm-unit-test pmu_pebs is skipped on SPR
 2023-01-31  1:38 UTC  (3+ messages)
` [Bug 216923] "

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-31  1:30 UTC  (3+ messages)
` [PATCH v11 099/113] KVM: TDX: Handle TDX PV map_gpa hypercall

[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
 2023-01-31  1:18 UTC  (8+ messages)
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled

[PATCH] vfio/mdev: Use sysfs_emit() to instead of sprintf()
 2023-01-30 23:52 UTC  (3+ messages)

[PATCH vfio 0/3] Few improvements in the migration area of mlx5 driver
 2023-01-30 23:52 UTC  (2+ messages)

[Patch] KVM: x86/mmu: Make optimized __handle_changed_spte() for clear dirty log
 2023-01-30 23:49 UTC  (10+ messages)

[PATCH] vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit
 2023-01-30 19:33 UTC  (3+ messages)

[PATCH v3] vfio: Support VFIO_NOIOMMU with iommufd
 2023-01-30 19:29 UTC  (3+ messages)

[PATCH 0/9] use canonical ftrace path whenever possible
 2023-01-30 19:26 UTC  (3+ messages)
` [PATCH 9/9] tools/kvm_stat: use canonical ftrace path

[kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
 2023-01-30 19:19 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
 2023-01-30 19:17 UTC  (2+ messages)

[PATCH v11 018/113] KVM: TDX: create/destroy VM structure
 2023-01-30 19:15 UTC  (11+ messages)

[PATCH v5] KVM: MMU: Make the definition of 'INVALID_GPA' common
 2023-01-30 19:15 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64
 2023-01-30 19:13 UTC  (2+ messages)

[PATCH] KVM: arm64: Drop Columbia-hosted mailing list
 2023-01-30 18:31 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: timer fixes and optimisations
 2023-01-30 18:30 UTC  (2+ messages)

[Question PATCH kernel] x86/amd/sev/nmi+vc: Fix stack handling (why is this happening?)
 2023-01-30 18:04 UTC  (10+ messages)

[PATCH v3 0/3] KVM: x86/pmu: Enable guest PEBS for SPR and later models
 2023-01-30 17:40 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: x86/pmu: Disable guest PEBS on hybird cpu due to heterogeneity

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-01-30 17:30 UTC  (31+ messages)
` [PATCH v2 03/15] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v2 04/15] KVM: PMU: disable LBR handling if architectural LBR is available
` [PATCH v2 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR
` [PATCH v2 08/15] KVM: x86: Add Arch LBR MSRs to msrs_to_save_all list
` [PATCH v2 09/15] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v2 11/15] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v2 12/15] KVM: x86/vmx: Disable Arch LBREn bit in #DB and warm reset
` [PATCH v2 13/15] KVM: x86/vmx: Save/Restore guest Arch LBR Ctrl msr at SMM entry/exit
` [PATCH v2 14/15] KVM: x86: Add Arch LBR data MSR access interface

[PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
 2023-01-30 16:06 UTC  (2+ messages)

[PATCH -next] KVM: selftests: Fix build error
 2023-01-30 15:50 UTC  (2+ messages)

[PATCH v3 00/14] KVM perf support
 2023-01-30 15:48 UTC  (19+ messages)
` [PATCH v3 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v3 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v3 08/14] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v3 09/14] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v3 10/14] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v3 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v3 12/14] RISC-V: KVM: Implement perf support without sampling
` [PATCH v3 13/14] RISC-V: KVM: Support firmware events
` [PATCH v3 14/14] RISC-V: KVM: Increment firmware pmu events

[PATCH v4 0/1] KVM: s390: disable migration mode when dirty tracking is disabled
 2023-01-30 14:02 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH 0/4] iommu: Reject drivers with broken_unmanaged_domain
 2023-01-30 13:33 UTC  (6+ messages)
` [PATCH 1/4] iommu: Add a broken_unmanaged_domain flag in iommu_ops

[PATCH] vfio: platform: ignore missing reset if disabled at module init
 2023-01-30 12:31 UTC  (4+ messages)

[PATCH] x86/debug: Fix stack recursion caused by DR7 accesses
 2023-01-30 11:44 UTC  (4+ messages)

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-30 11:36 UTC  (6+ messages)
` [RFC PATCH 02/19] drivers/vhost: Convert to use vm_account

Fwd: [RFC PATCH 00/39] Add RISC-V cryptography extensions standardisation
 2023-01-30 11:38 UTC  (4+ messages)

[PATCH kvmtool 1/1] vfio/pci: Support NVM Express device passthrough
 2023-01-30 11:01 UTC  (2+ messages)

[PATCH] vhost-net: support VIRTIO_F_RING_RESET
 2023-01-30 10:29 UTC  (4+ messages)

[RFC PATCH v1] KVM: selftests: Compile s390 tests with -march=z10
 2023-01-30  9:25 UTC  (2+ messages)

[PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
 2023-01-30  6:04 UTC  (3+ messages)

[PATCH 0/3] KVM: x86: replace kvm_vcpu_map usage in vmx
 2023-01-30  5:25 UTC  (4+ messages)
` [PATCH 1/3] KVM: Support sharing gpc locks
    ` [PATCH 4/3] KVM: x86/xen: Make runstate cache gpcs share a lock

[PATCH kernel v3 3/3] x86/sev: Do not handle #VC for DR7 read/write
 2023-01-30  0:56 UTC  (2+ messages)
` [PATCH kernel v4 "

[PATCH v2 0/9] A few more cpuidle vs rcu fixes
 2023-01-29 23:23 UTC  (2+ messages)

[PATCH 0/2] vhost/net: Clear the pending messages when the backend is removed
 2023-01-29 22:33 UTC  (3+ messages)

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2023-01-29 22:00 UTC  (16+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus

[GIT PULL] kvm/arm64 fixes for 6.2, take #3
 2023-01-29 19:01 UTC 

[PATCH v2 0/4] KVM: selftests: aarch64: page_fault_test S1PTW related fixes
 2023-01-29 18:54 UTC  (2+ messages)

[PATCH v3 0/4] Improve dirty ring warning report
 2023-01-29 18:54 UTC  (2+ messages)

[Bug 216975] New: The Academic Papers UK
 2023-01-29 11:51 UTC  (2+ messages)
` [Bug 216975] "


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