kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-26 07:48:57 to 2023-07-27 08:48:28 UTC [more...]

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-27  8:30 UTC  (51+ messages)
` [PATCH v3 01/49] binder: fix memory leak in binder_init()
` [PATCH v3 02/49] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v3 03/49] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v3 06/49] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v3 07/49] binder: dynamically allocate the android-binder shrinker
` [PATCH v3 08/49] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v3 09/49] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v3 10/49] erofs: dynamically allocate the erofs-shrinker
` [PATCH v3 11/49] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v3 12/49] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v3 13/49] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v3 14/49] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v3 17/49] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v3 18/49] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v3 19/49] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v3 20/49] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v3 21/49] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v3 23/49] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v3 24/49] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v3 25/49] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v3 26/49] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v3 27/49] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v3 30/49] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v3 31/49] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v3 32/49] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v3 33/49] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v3 34/49] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v3 35/49] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v3 36/49] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v3 37/49] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v3 38/49] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v3 39/49] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v3 41/49] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink
` [PATCH v3 43/49] mm: shrinker: remove old APIs
` [PATCH v3 44/49] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v3 45/49] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v3 46/49] mm: shrinker: make global slab shrink lockless
` [PATCH v3 47/49] mm: shrinker: make memcg "
` [PATCH v3 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v3 49/49] mm: shrinker: convert shrinker_rwsem to mutex

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-27  8:14 UTC  (5+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-07-27  8:09 UTC  (24+ messages)
` [PATCH RFC net-next v5 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 13/14] virtio/vsock: "

[PATCH v4 00/20] Enable CET Virtualization
 2023-07-27  8:03 UTC  (30+ messages)
` [PATCH v4 09/20] KVM:x86: Add common code of CET MSR access
` [PATCH v4 12/20] KVM:VMX: Introduce CET VMCS fields and control bits
` [PATCH v4 13/20] KVM:VMX: Emulate read and write to CET MSRs
` [PATCH v4 14/20] KVM:VMX: Set up interception for "
` [PATCH v4 15/20] KVM:VMX: Save host MSR_IA32_S_CET to VMCS field
` [PATCH v4 16/20] KVM:x86: Optimize CET supervisor SSP save/reload
` [PATCH v4 17/20] KVM:x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v4 18/20] KVM:x86: Enable guest CET supervisor xstate bit support

WARNING in kvm_arch_vcpu_ioctl_run
 2023-07-27  8:03 UTC 

(no subject)
 2023-07-27  7:49 UTC 

[PATCH v2 0/2] KVM: s390: add counters for vsie performance
 2023-07-27  7:41 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: s390: add stat counter for shadow gmap events
` [PATCH v2 2/2] KVM: s390: add tracepoint in gmap notifier

[PATCH v5 0/6] accel/kvm: Specify default IPA size for arm64
 2023-07-27  7:31 UTC  (7+ messages)
` [PATCH v5 1/6] kvm: Introduce kvm_arch_get_default_type hook
` [PATCH v5 2/6] accel/kvm: Specify default IPA size for arm64
` [PATCH v5 3/6] mips: Report an error when KVM_VM_MIPS_VZ is unavailable
` [PATCH v5 4/6] accel/kvm: Use negative KVM type for error propagation
` [PATCH v5 5/6] accel/kvm: Free as when an error occurred
` [PATCH v5 6/6] accel/kvm: Make kvm_dirty_ring_reaper_init() void

[PATCH v8 0/4] cover-letter: Add IO page table replacement support
 2023-07-27  7:30 UTC  (15+ messages)
` [PATCH v8 1/4] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v8 2/4] iommufd: Add iommufd_access_replace() API
` [PATCH v8 3/4] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v8 4/4] vfio: Support IO page table replacement

[PATCH v9 0/6] cover-letter: Add IO page table replacement support
 2023-07-27  7:23 UTC  (7+ messages)
` [PATCH v9 1/6] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v9 2/6] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v9 3/6] iommufd: Add iommufd_access_change_ioas helper
` [PATCH v9 4/6] iommufd: Add iommufd_access_replace() API
` [PATCH v9 5/6] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v9 6/6] vfio: Support IO page table replacement

[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
 2023-07-27  7:20 UTC  (5+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
` [PATCH 2/4] KVM: riscv: selftests: Add exception handling support
` [PATCH 3/4] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH 4/4] KVM: riscv: selftests: Add sstc_timer test

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-27  6:42 UTC  (20+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH v2 00/12] iommu: Prepare to deliver page faults to user space
 2023-07-27  5:48 UTC  (13+ messages)
` [PATCH v2 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v2 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v2 03/12] iommu: Remove unrecoverable fault data
` [PATCH v2 04/12] iommu: Replace device fault handler with iommu_queue_iopf()
` [PATCH v2 05/12] iommu: Change the return value of dev_iommu_get()
` [PATCH v2 06/12] iommu: Make dev->fault_param static
` [PATCH v2 07/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v2 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v2 09/12] iommu: Move iopf_handler() to iommu-sva.c
` [PATCH v2 10/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v2 11/12] iommu: Separate SVA and IOPF in Makefile and Kconfig
` [PATCH v2 12/12] iommu: Add helper to set iopf handler for domain

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-27  3:34 UTC  (41+ messages)
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless

[PATCH v3 0/5] Add printf and formatted asserts in the guest
 2023-07-27  3:11 UTC  (3+ messages)

vPASID capability for VF
 2023-07-27  1:17 UTC  (5+ messages)

[RFC PATCH v4 00/10] KVM: guest_memfd(), X86: Common base for SNP and TDX (was KVM: guest memory: Misc enhancement)
 2023-07-27  0:37 UTC  (6+ messages)
` [RFC PATCH v4 09/10] KVM: x86: Make struct sev_cmd common for KVM_MEM_ENC_OP

KVM_EXIT_FAIL_ENTRY with hardware_entry_failure_reason = 7
 2023-07-26 22:14 UTC  (5+ messages)

[EXTERNAL][PATCH v2] KVM: x86/xen: Implement hvm_op/HVMOP_flush_tlbs hypercall
 2023-07-26 20:07 UTC  (5+ messages)
` [PATCH v3] "

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-26 19:41 UTC  (3+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask

[RFC 0/5] crypto: qat - enable SRIOV VF live migration
 2023-07-26 19:37 UTC  (3+ messages)
` [RFC 5/5] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH v13 vfio 0/7] pds-vfio-pci driver
 2023-07-26 19:25 UTC  (5+ messages)

[PATCH v4 00/28] TDX KVM selftests
 2023-07-26 18:55 UTC  (2+ messages)

[PATCH v3 1/2] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
 2023-07-26 18:11 UTC  (2+ messages)

Pre-populate TDP table to avoid page faults at VM boot
 2023-07-26 18:03 UTC  (3+ messages)

[Question] int3_selftest() generates a #UD instead of a #BP when create a SEV VM
 2023-07-26 17:54 UTC  (2+ messages)

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-26 17:24 UTC  (10+ messages)
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1

[PATCH 0/7] KVM: Grab KVM references for stats fds
 2023-07-26 15:17 UTC  (2+ messages)

[PATCH] KVM: SVM: correct the size of spec_ctrl field in VMCB save area
 2023-07-26 15:17 UTC  (2+ messages)

[PATCH mm-unstable v7 00/31] Split ptdesc from struct page
 2023-07-26 14:34 UTC  (3+ messages)

[PATCH v2 0/3] Fix 'Spurious APIC interrupt (vector 0xFF) on CPU#n' issue
 2023-07-26 13:59 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically
` [PATCH v2 2/3] KVM: x86: VMX: set irr_pending in kvm_apic_update_irr
` [PATCH v2 3/3] KVM: x86: check the kvm_cpu_get_interrupt result before using it

[PATCH v15 00/26] Add vfio_device cdev for iommufd support
 2023-07-26 13:39 UTC  (5+ messages)

[PATCH v8 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-26 13:37 UTC  (2+ messages)

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-26 11:54 UTC  (6+ messages)
` [PATCH v21 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v21 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command

[PATCH net-next v3 0/4] virtio/vsock: some updates for MSG_PEEK flag
 2023-07-26 10:02 UTC  (4+ messages)
` [PATCH net-next v3 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET

[PATCH 0/5] KVM: x86/mmu: Don't synthesize triple fault on bad root
 2023-07-26  9:20 UTC  (5+ messages)
` [PATCH 5/5] KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest roots

[PATCH] Documentation: KVM: Add vPMU implementaion and gap document
 2023-07-26  8:01 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).