KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-25 22:36:37 to 2023-07-27 08:15:31 UTC [more...]

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-27  8:04 UTC  (12+ 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 12/49] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v3 14/49] NFSv4.2: dynamically allocate the nfs-xattr shrinkers

[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

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-07-27  8:04 UTC  (23+ 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: "

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

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-27  7:57 UTC  (3+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information

(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  (23+ 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  (77+ messages)
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc 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  (9+ messages)
` [PATCH 3/5] KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow page
` [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)

[kvm-unit-tests PATCH v2 0/2] arm64: Define name for the original RES1 bit but now functinal bit
 2023-07-26  7:34 UTC  (2+ messages)

[PATCH 00/27] KVM: arm64: NV trap forwarding infrastructure
 2023-07-26  7:23 UTC  (4+ messages)
` [PATCH 14/27] KVM: arm64: Restructure FGT register switching

[PATCH v1] KVM: arm64: selftests: Test pointer authentication support in KVM guest
 2023-07-26  7:00 UTC  (2+ messages)

[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-26  4:06 UTC  (7+ messages)
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap

VFIO (PCI) and write combine mapping of BARs
 2023-07-26  1:19 UTC  (6+ messages)

[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
 2023-07-26  1:17 UTC  (5+ messages)
` [PATCH v6 06/13] KVM: arm64: selftests: Split get-reg-list test code

[ANNOUNCE] PUCK Agenda - 2023.07.19 - No topic
 2023-07-25 23:41 UTC 

[PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs
 2023-07-25 23:33 UTC  (2+ messages)

[RFC PATCH v4 00/16] KVM TDX: TDP MMU: large page support
 2023-07-25 22:24 UTC  (6+ messages)
` [RFC PATCH v4 12/16] KVM: x86/tdp_mmu, TDX: Split a large page when 4KB page within it converted to shared
` [RFC PATCH v4 13/16] KVM: x86/tdp_mmu: Try to merge pages into a large page
` [RFC PATCH v4 14/16] KVM: x86/tdp_mmu: TDX: Implement "
` [RFC PATCH v4 15/16] KVM: x86/mmu: Make kvm fault handler aware of large page of private memslot
` [RFC PATCH v4 16/16] KVM: TDX: Allow 2MB large page for TD GUEST


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 read-only IMAP folder(s) and NNTP newsgroup(s).