messages from 2023-05-13 00:37:49 to 2023-05-15 17:50:19 UTC [more...]
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-05-15 17:31 UTC (32+ messages)
` [PATCH v10 01/59] KVM: arm64: Move VTCR_EL2 into struct s2_mmu
` [PATCH v10 02/59] arm64: Add missing Set/Way CMO encodings
` [PATCH v10 03/59] arm64: Add missing VA "
` [PATCH v10 04/59] arm64: Add missing ERXMISCx_EL1 encodings
` [PATCH v10 05/59] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v10 06/59] arm64: Add TLBI operation encodings
` [PATCH v10 07/59] arm64: Add AT "
` [PATCH v10 08/59] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v10 09/59] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v10 10/59] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v10 11/59] KVM: arm64: nv: Expose FEAT_EVT to nested guests
` [PATCH v10 13/59] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
` [PATCH v10 14/59] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v10 15/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v10 16/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v10 18/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v10 19/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v10 25/59] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v10 26/59] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v10 27/59] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v10 36/59] KVM: arm64: nv: Load timer before the GIC
` [PATCH v10 38/59] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v10 39/59] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v10 42/59] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v10 43/59] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v10 44/59] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v10 45/59] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v10 46/59] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v10 49/59] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v10 56/59] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v10 59/59] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-05-15 17:16 UTC (17+ messages)
[PATCH] KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
2023-05-15 17:00 UTC
[RFC PATCH V6 00/14] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-05-15 16:59 UTC (15+ messages)
` [RFC PATCH V6 01/14] x86/sev: Add a #HV exception handler
` [RFC PATCH V6 02/14] x86/sev: Add Check of #HV event in path
` [RFC PATCH V6 03/14] x86/sev: Add AMD sev-snp enlightened guest support on hyperv
` [RFC PATCH V6 04/14] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V6 05/14] x86/hyperv: Add sev-snp enlightened guest static key
` [RFC PATCH V6 06/14] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [RFC PATCH V6 07/14] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V6 08/14] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [RFC PATCH V6 09/14] clocksource/drivers/hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V6 10/14] hv: vmbus: Mask VMBus pages unencrypted for "
` [RFC PATCH V6 11/14] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V6 12/14] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V6 13/14] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V6 14/14] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
[PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
2023-05-15 16:45 UTC (12+ messages)
[PULL v2 00/16] Block patches
2023-05-15 16:05 UTC (17+ messages)
` [PULL v2 01/16] block/block-common: add zoned device structs
` [PULL v2 02/16] block/file-posix: introduce helper functions for sysfs attributes
` [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PULL v2 04/16] block/raw-format: add zone operations to pass through requests
` [PULL v2 05/16] block: add zoned BlockDriver check to block layer
` [PULL v2 06/16] iotests: test new zone operations
` [PULL v2 07/16] block: add some trace events for new block layer APIs
` [PULL v2 08/16] docs/zoned-storage: add zoned device documentation
` [PULL v2 09/16] file-posix: add tracking of the zone write pointers
` [PULL v2 10/16] block: introduce zone append write for zoned devices
` [PULL v2 11/16] qemu-iotests: test zone append operation
` [PULL v2 12/16] block: add some trace events for zone append
` [PULL v2 13/16] virtio-blk: add zoned storage emulation for zoned devices
` [PULL v2 14/16] block: add accounting for zone append operation
` [PULL v2 15/16] virtio-blk: add some trace events for zoned emulation
` [PULL v2 16/16] docs/zoned-storage:add zoned emulation use case
[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
2023-05-15 15:57 UTC (3+ messages)
[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
2023-05-15 14:00 UTC (20+ messages)
` [PATCH v7 01/19] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v7 02/19] iommufd: Add iommufd_group
` [PATCH v7 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v7 04/19] iommu: Export iommu_get_resv_regions()
` [PATCH v7 05/19] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v7 06/19] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v7 07/19] iommufd: Make sw_msi_start a group global
` [PATCH v7 08/19] iommufd: Move putting a hwpt to a helper function
` [PATCH v7 09/19] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v7 10/19] iommufd: Allow a hwpt to be aborted after allocation
` [PATCH v7 11/19] iommufd: Fix locking around hwpt allocation
` [PATCH v7 12/19] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v7 13/19] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v7 14/19] iommufd: Add iommufd_device_replace()
` [PATCH v7 15/19] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v7 16/19] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v7 17/19] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v7 18/19] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v7 19/19] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
[kvm-unit-tests PATCH v4 5/7] s390x: pv: Add sie entry intercept and validity test
2023-05-15 14:00 UTC (3+ messages)
` [kvm-unit-tests PATCH v5] "
[PATCH 0/9] KVM backports to 5.10
2023-05-15 12:47 UTC (2+ messages)
[PATCH -next v19 23/24] riscv: Enable Vector code to be built
2023-05-15 12:04 UTC (4+ messages)
[PATCH v5 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
2023-05-15 11:50 UTC (8+ messages)
` [PATCH v5 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()
[PATCH -next v19 00/24] riscv: Add vector ISA support
2023-05-15 11:42 UTC (7+ messages)
` [PATCH -next v19 20/24] riscv: Add prctl controls for userspace vector management
` [PATCH -next v19 21/24] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v19 24/24] riscv: Add documentation for Vector
[PATCH v3 00/28] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
2023-05-15 11:28 UTC (19+ messages)
` [PATCH v3 02/28] drm/i915/gvt: remove interface intel_gvt_is_valid_gfn
` [PATCH v3 05/28] drm/i915/gvt: Explicitly check that vGPU is attached before shadowing
` [PATCH v3 06/28] drm/i915/gvt: Error out on an attempt to shadowing an unknown GTT entry type
` [PATCH v3 16/28] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot
` [PATCH v3 17/28] KVM: x86: Add a new page-track hook to handle memslot deletion
` [PATCH v3 19/28] KVM: x86: Remove the unused page-track hook track_flush_slot()
` [PATCH v3 20/28] KVM: x86/mmu: Move KVM-only page-track declarations to internal header
` [PATCH v3 21/28] KVM: x86/mmu: Use page-track notifiers iff there are external users
` [PATCH v3 22/28] KVM: x86/mmu: Drop infrastructure for multiple page-track modes
` [PATCH v3 23/28] KVM: x86/mmu: Rename page-track APIs to reflect the new reality
` [PATCH v3 24/28] KVM: x86/mmu: Assert that correct locks are held for page write-tracking
` [PATCH v3 25/28] KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled
` [PATCH v3 26/28] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
` [PATCH v3 27/28] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
` [PATCH v3 28/28] drm/i915/gvt: Drop final dependencies on KVM internal details
[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
2023-05-15 11:18 UTC (4+ messages)
` [PATCH v3 3/6] mm: handle poisoning of pfn without struct pages
[PATCH v5 00/10] Enhance vfio PCI hot reset for vfio cdev device
2023-05-15 7:47 UTC (14+ messages)
` [PATCH v5 01/10] vfio-iommufd: Create iommufd_access for noiommu devices
` [PATCH v5 02/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v5 03/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v5 04/10] vfio: Mark cdev usage in vfio_device
` [PATCH v5 05/10] iommufd: Reserve all negative IDs in the iommufd xarray
` [PATCH v5 06/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v5 07/10] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v5 08/10] iommufd: Add iommufd_ctx_has_group()
` [PATCH v5 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v5 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
2023-05-15 7:14 UTC (5+ messages)
` [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
` [RFC PATCH v2 03/11] KVM: x86: Advertise BHI_CTRL support
[PATCH 0/2] RISCV: Add KVM_GET_REG_LIST API
2023-05-15 6:24 UTC (9+ messages)
` [PATCH 1/2] riscv: kvm: Add KVM_GET_REG_LIST API support
[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
2023-05-15 6:14 UTC (4+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO
[PATCH v10 00/30] Add KVM LoongArch support
2023-05-15 2:15 UTC (31+ messages)
` [PATCH v10 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v10 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v10 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v10 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v10 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v10 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v10 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v10 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v10 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v10 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v10 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v10 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v10 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v10 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v10 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v10 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v10 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v10 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v10 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v10 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v10 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v10 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v10 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v10 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v10 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v10 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v10 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v10 28/30] LoongArch: KVM: Implement probe virtualization when LoongArch cpu init
` [PATCH v10 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v10 30/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
[PATCH v2 0/8] KVM: x86: Clean up MSR PAT handling
2023-05-15 0:37 UTC (5+ messages)
` [PATCH v2 5/8] KVM: x86: Use MTRR macros to define possible MTRR MSR ranges
QEMU developers fortnightly call for agenda for 2023-05-16
2023-05-13 15:30 UTC (4+ messages)
[PATCH v11 00/23] Add vfio_device cdev for iommufd support
2023-05-13 13:28 UTC (24+ messages)
` [PATCH v11 01/23] vfio: Allocate per device file structure
` [PATCH v11 02/23] vfio: Refine vfio file kAPIs for KVM
` [PATCH v11 03/23] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v11 04/23] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v11 05/23] kvm/vfio: Accept vfio device file from userspace
` [PATCH v11 06/23] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v11 07/23] vfio: Block device access via device fd until device is opened
` [PATCH v11 08/23] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v11 09/23] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v11 10/23] vfio-iommufd: Move noiommu compat probe out of vfio_iommufd_bind()
` [PATCH v11 11/23] vfio-iommufd: Split bind/attach into two steps
` [PATCH v11 12/23] vfio: Record devid in vfio_device_file
` [PATCH v11 13/23] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v11 14/23] iommufd/device: Add iommufd_access_detach() API
` [PATCH v11 15/23] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v11 16/23] vfio: Name noiommu vfio_device with "noiommu-" prefix
` [PATCH v11 17/23] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v11 18/23] vfio: Add cdev for vfio_device
` [PATCH v11 19/23] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v11 20/23] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v11 21/23] vfio: Determine noiommu device in __vfio_register_dev()
` [PATCH v11 22/23] vfio: Compile vfio_group infrastructure optionally
` [PATCH v11 23/23] docs: vfio: Add vfio device cdev description
[PATCH 1/5] s390/uvdevice: Add info IOCTL
2023-05-13 6:10 UTC (2+ messages)
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).