messages from 2024-11-06 19:18:53 to 2024-11-08 06:00:17 UTC [more...]
[PATCH v2 0/4] Add new headers for Hyper-V Dom0
2024-11-08 5:59 UTC (8+ messages)
` [PATCH v2 1/4] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH v2 2/4] hyperv: Clean up unnecessary #includes
` [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v2 4/4] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
[PATCH v4 0/5] Some fixes about vgic-its
2024-11-08 5:13 UTC (7+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Add VGIC selftest for save/restore ITS table mappings
` [PATCH v4 2/5] KVM: arm64: vgic-its: Add read/write helpers on ITS table entries
` [PATCH v4 3/5] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
` [PATCH v4 4/5] KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
` [PATCH v4 5/5] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
[PATCH 0/3] KVM: x86: Small changes to support VMware guests
2024-11-08 5:03 UTC (6+ messages)
` [PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls
[RFC PATCH v1] KVM: arm64: Introduce KVM_CAP_ARM_SIGBUS_ON_SEA
2024-11-08 4:54 UTC (3+ messages)
[PATCH V4 00/11] Added Interrupt controller emulation for loongarch kvm
2024-11-08 3:38 UTC (12+ messages)
` [PATCH V4 01/11] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
` [PATCH V4 02/11] LoongArch: KVM: Add IPI device support
` [PATCH V4 03/11] LoongArch: KVM: Add IPI read and write function
` [PATCH V4 04/11] LoongArch: KVM: Add IPI user mode "
` [PATCH V4 05/11] LoongArch: KVM: Add EIOINTC device support
` [PATCH V4 06/11] LoongArch: KVM: Add EIOINTC read and write functions
` [PATCH V4 07/11] LoongArch: KVM: Add EIOINTC user mode "
` [PATCH V4 08/11] LoongArch: KVM: Add PCHPIC device support
` [PATCH V4 09/11] LoongArch: KVM: Add PCHPIC read and write functions
` [PATCH V4 10/11] LoongArch: KVM: Add PCHPIC user mode "
` [PATCH V4 11/11] LoongArch: KVM: Add irqfd support
[PATCH v8 04/11] KVM: x86/mmu: Relax locking for kvm_test_age_gfn and kvm_age_gfn
2024-11-08 3:00 UTC (3+ messages)
[PATCH v9 00/15] arm64: support poll_idle()
2024-11-08 2:33 UTC (18+ messages)
` [PATCH v9 01/15] asm-generic: add barrier smp_cond_load_relaxed_timeout()
` [PATCH v9 02/15] cpuidle/poll_state: poll via smp_cond_load_relaxed_timeout()
` [PATCH v9 03/15] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL
` [PATCH v9 04/15] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
` [PATCH v9 05/15] arm64: barrier: add support for smp_cond_relaxed_timeout()
` [PATCH v9 06/15] arm64: define TIF_POLLING_NRFLAG
` [PATCH v9 07/15] arm64: add support for polling in idle
` [PATCH v9 08/15] ACPI: processor_idle: Support polling state for LPI
` [PATCH v9 09/15] cpuidle-haltpoll: define arch_haltpoll_want()
` [PATCH v9 10/15] governors/haltpoll: drop kvm_para_available() check
` [PATCH v9 11/15] cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL
` [PATCH v9 12/15] arm64: idle: export arch_cpu_idle
` [PATCH v9 13/15] arm64: support cpuidle-haltpoll
` [RFC PATCH v9 14/15] arm64/delay: move some constants out to a separate header
` [RFC PATCH v9 15/15] arm64: support WFET in smp_cond_relaxed_timeout()
[PATCH 0/7] target/i386/kvm/pmu: Enhancement, Bugfix and Cleanup
2024-11-08 2:32 UTC (14+ messages)
` [PATCH 1/7] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
` [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
[PATCH v6 00/13] Make set_dev_pasid op supporting domain replacement
2024-11-08 2:12 UTC (15+ messages)
` [PATCH v6 01/13] iommu: Pass old domain to set_dev_pasid op
` [PATCH v6 02/13] iommu/vt-d: Add a helper to flush cache for updating present pasid entry
` [PATCH v6 03/13] iommu/vt-d: Refactor the pasid setup helpers
` [PATCH v6 04/13] iommu/vt-d: Add pasid replace helpers
` [PATCH v6 05/13] iommu/vt-d: Consolidate the struct dev_pasid_info add/remove
` [PATCH v6 06/13] iommu/vt-d: Add iommu_domain_did() to get did
` [PATCH v6 07/13] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v6 08/13] iommu/vt-d: Limit intel_iommu_set_dev_pasid() for paging domain
` [PATCH v6 09/13] iommu/vt-d: Make intel_svm_set_dev_pasid() support domain replacement
` [PATCH v6 10/13] iommu/vt-d: Make identity_domain_set_dev_pasid() to handle "
` [PATCH v6 11/13] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v6 12/13] iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
` [PATCH v6 13/13] iommu: Make set_dev_pasid op support domain replacement
[PATCH v5 01/10] KVM: SVM: Fix gctx page leak on invalid inputs
2024-11-07 23:24 UTC (5+ messages)
` [PATCH v5 02/10] KVM: SVM: Fix snp_context_create error reporting
` [PATCH v5 08/10] KVM: SVM: move sev_issue_cmd_external_user to new API
` [PATCH v5 09/10] KVM: SVM: Use new ccp GCTX API
` [PATCH v5 10/10] KVM: SVM: Delay legacy platform initialization on SNP
[PATCH 0/3] KVM: VMX: Initialize TDX when loading KVM module
2024-11-07 23:25 UTC (10+ messages)
` [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load
[PATCH V1 vfio 0/7] Enhance the vfio-virtio driver to support live migration
2024-11-07 21:25 UTC (18+ messages)
` [PATCH V1 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH V1 vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH V1 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured
[PATCH net 0/4] virtio/vsock: Fix memory leaks
2024-11-07 21:04 UTC (11+ messages)
` [PATCH net 1/4] virtio/vsock: Fix accept_queue memory leak
` [PATCH net 2/4] virtio/vsock: Fix sk_error_queue "
` [PATCH net 3/4] virtio/vsock: Improve MSG_ZEROCOPY error handling
` [PATCH net 4/4] virtio/vsock: Put vsock_connected_sockets_vsk() to use
cgroup2 freezer and kvm_vm_worker_thread()
2024-11-07 20:48 UTC (10+ messages)
[PATCH net v2 0/3] virtio/vsock: Fix memory leaks
2024-11-07 20:46 UTC (4+ messages)
` [PATCH net v2 1/3] virtio/vsock: Fix accept_queue memory leak
` [PATCH net v2 2/3] vsock: Fix sk_error_queue "
` [PATCH net v2 3/3] virtio/vsock: Improve MSG_ZEROCOPY error handling
[PATCH 0/3] KVM: arm64: Handle KVM_REQ_VM_DEAD in vgic_init test
2024-11-07 20:26 UTC (10+ messages)
` [PATCH 1/3] KVM: selftests: Introduce vm_dead()
` [PATCH 2/3] KVM: selftests: Introduce kvm_vm_dead_free
` [PATCH 3/3] KVM: selftests: Handle dead VM in vgic_init test
[ISSUE] split_folio() and dirty IOMAP folios
2024-11-07 20:20 UTC (4+ messages)
[PATCH v7 0/5] Correct perf sampling with Guest VMs
2024-11-07 19:46 UTC (9+ messages)
` [PATCH v7 1/5] arm: perf: Drop unused functions
` [PATCH v7 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v7 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH v7 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v7 5/5] perf: Correct perf sampling with guest VMs
[kvm-unit-tests PATCH v2 0/3] lib/on-cpus: A couple of fixes
2024-11-07 17:55 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib/on-cpus: Correct and simplify synchronization
` [kvm-unit-tests PATCH v2 2/3] lib/on-cpus: Add barrier after func call
` [kvm-unit-tests PATCH v2 3/3] lib/on-cpus: Fix on_cpumask
[PATCH v4 00/12] Initial support for SMMUv3 nested translation
2024-11-07 15:51 UTC (10+ messages)
` [PATCH v4 05/12] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
[RFC 00/14] AMD: Add Secure AVIC Guest Support
2024-11-07 15:28 UTC (9+ messages)
` [RFC 03/14] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
` [RFC 04/14] x86/apic: Initialize APIC backing page for Secure AVIC
[PATCH] KVM: x86: Update irr_pending when setting APIC state with APICv disabled
2024-11-07 15:25 UTC (6+ messages)
[PATCH 0/4] KVM: s390: CPU model for gen17
2024-11-07 15:23 UTC (5+ messages)
` [PATCH 1/4] KVM: s390: add concurrent-function facility to cpu model
` [PATCH 2/4] KVM: s390: add msa11 "
` [PATCH 3/4] KVM: s390: add gen17 facilities to CPU model
` [PATCH 4/4] KVM: s390: selftests: Add regression tests for PFCR subfunctions
[PATCH 0/2] Add Error Recovery support for Virtio PCI devices
2024-11-07 15:17 UTC (3+ messages)
` [PATCH 1/2] virtio_pci: Add support for PCIe Function Level Reset
` [PATCH 2/2] virtio_blk: Add support for transport error recovery
[PATCH] KVM: x86: Make the debugfs per VM optional
2024-11-07 15:10 UTC (4+ messages)
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-07 15:10 UTC (4+ messages)
[PATCH v1 00/17] Provide a new two step DMA mapping API
2024-11-07 14:50 UTC (13+ messages)
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
[PATCH v7 0/5] selftests: kvm: s390: Add ucontrol memory selftests
2024-11-07 14:10 UTC (6+ messages)
` [PATCH v7 1/5] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v7 2/5] selftests: kvm: s390: Add uc_skey "
` [PATCH v7 3/5] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v7 4/5] selftests: kvm: s390: Fix whitespace confusion in ucontrol test
` [PATCH v7 5/5] selftests: kvm: s390: correct IP.b length in uc_handle_sieic debug output
[PATCH v6 0/5] Correct perf sampling with Guest VMs
2024-11-07 11:27 UTC (12+ messages)
` [PATCH v6 1/5] arm: perf: Drop unused functions
` [PATCH v6 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v6 5/5] perf: Correct perf sampling with guest VMs
[PATCH v1 3/4] system/physmem: Largepage punch hole before reset of memory pages
2024-11-07 10:21 UTC (9+ messages)
` [PATCH v2 0/7] hugetlbfs memory HW error fixes
` [PATCH v2 1/7] accel/kvm: Keep track of the HWPoisonPage page_size
` [PATCH v2 2/7] system/physmem: poisoned memory discard on reboot
` [PATCH v2 3/7] accel/kvm: Report the loss of a large memory page
` [PATCH v2 4/7] numa: Introduce and use ram_block_notify_remap()
` [PATCH v2 5/7] hostmem: Factor out applying settings
` [PATCH v2 6/7] hostmem: Handle remapping of RAM
` [PATCH v2 7/7] system/physmem: Memory settings applied on remap notification
[PATCH v3 0/7] Support attaching PASID to the blocked_domain
2024-11-07 10:04 UTC (14+ messages)
` [PATCH v3 1/7] iommu: Prevent pasid attach if no ops->remove_dev_pasid
` [PATCH v3 2/7] iommu: Consolidate the ops->remove_dev_pasid usage into a helper
` [PATCH v3 3/7] iommu: Detaching pasid by attaching to the blocked_domain
` [PATCH v3 6/7] iommu/amd: Make the blocked domain support PASID
` [PATCH v3 7/7] iommu: Remove the remove_dev_pasid op
[PATCH v5 00/13] Make set_dev_pasid op supporting domain replacement
2024-11-07 8:41 UTC (13+ messages)
` [PATCH v5 04/13] iommu/vt-d: Add pasid replace helpers
[PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode
2024-11-07 6:08 UTC (12+ messages)
` [EXTERNAL] "
[PATCH v3] KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid spurious interrupts
2024-11-07 4:16 UTC (2+ messages)
[PATCH v10 00/27] Enable CET Virtualization
2024-11-07 2:05 UTC (8+ messages)
[PATCH v13 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
2024-11-06 21:11 UTC (2+ messages)
[PATCH v8 00/11] Enable haltpoll on arm64
2024-11-06 20:31 UTC (7+ messages)
` [PATCH 1/5] asm-generic: add smp_vcond_load_relaxed()
[RFC PATCH 00/13] Support iommu(fd) persistence for live update
2024-11-06 19:18 UTC (7+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).