messages from 2023-07-28 01:37:53 to 2023-07-29 00:36:57 UTC [more...]
[PATCH v4 00/34] KVM: selftests: Guest printf and asserts overhaul
2023-07-29 0:36 UTC (2+ messages)
` [PATCH v4 01/34] KVM: selftests: Rename the ASSERT_EQ macro
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-29 0:03 UTC (9+ messages)
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
[PATCH kernel 0/9] KVM: SEV: Enable AMD SEV-ES DebugSwap
2023-07-28 23:49 UTC (2+ messages)
[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-28 22:04 UTC (10+ messages)
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init
[PATCH 00/47] fbdev: Use I/O helpers
2023-07-28 21:01 UTC (52+ messages)
` [PATCH 01/47] media/vivid: Use fbdev "
` [PATCH 02/47] fbdev/acornfb: "
` [PATCH 03/47] fbdev/asiliantfb: "
` [PATCH 04/47] fbdev/atmel_lcdfb: "
` [PATCH 05/47] fbdev/aty128fb: "
` [PATCH 06/47] fbdev/carminefb: "
` [PATCH 07/47] fbdev/chipsfb: "
` [PATCH 08/47] fbdev/da8xx-fb: "
` [PATCH 09/47] fbdev/efifb: "
` [PATCH 10/47] fbdev/fm2fb: "
` [PATCH 11/47] fbdev/fsl-diu-fb: "
` [PATCH 12/47] fbdev/g364fb: "
` [PATCH 13/47] fbdev/geode/gx1fb: "
` [PATCH 14/47] fbdev/geode/gxfb: "
` [PATCH 15/47] fbdev/geode/lxfb: "
` [PATCH 16/47] fbdev/goldfishfb: "
` [PATCH 17/47] fbdev/grvga: "
` [PATCH 18/47] fbdev/gxt4500: "
` [PATCH 19/47] fbdev/i740fb: "
` [PATCH 20/47] fbdev/imxfb: "
` [PATCH 21/47] fbdev/kyro: "
` [PATCH 22/47] fbdev/macfb: "
` [PATCH 23/47] fbdev/maxinefb: "
` [PATCH 24/47] fbdev/mb862xxfb: "
` [PATCH 25/47] fbdev/mmpfb: "
` [PATCH 26/47] fbdev/mx3fb: "
` [PATCH 27/47] fbdev/ocfb: "
` [PATCH 28/47] fbdev/offb: "
` [PATCH 29/47] fbdev/omapfb: "
` [PATCH 30/47] fbdev/platinumfb: "
` [PATCH 31/47] fbdev/pmag-aa-fb: "
` [PATCH 32/47] fbdev/pmag-ba-fb: "
` [PATCH 33/47] fbdev/pmag-b-fb: "
` [PATCH 34/47] fbdev/pxa168fb: "
` [PATCH 35/47] fbdev/pxafb: "
` [PATCH 36/47] fbdev/q40fb: "
` [PATCH 37/47] fbdev/s3cfb: "
` [PATCH 38/47] fbdev/sh7760fb: "
` [PATCH 39/47] fbdev/simplefb: "
` [PATCH 40/47] fbdev/sstfb: "
` [PATCH 41/47] fbdev/sunxvr1000: "
` [PATCH 42/47] fbdev/sunxvr2500: "
` [PATCH 43/47] fbdev/uvesafb: "
` [PATCH 44/47] fbdev/valkyriefb: "
` [PATCH 45/47] fbdev/vesafb: "
` [PATCH 46/47] fbdev/xilinxfb: "
` [PATCH 47/47] vfio-dev/mdpy-fb: "
[PATCH v2 0/1] RISC-V: KVM: provide UAPI for host SATP mode
2023-07-28 21:01 UTC (2+ messages)
` [PATCH v2 1/1] "
Test Mail
2023-07-28 20:56 UTC
KVM PCI Passthrough IRQ issues
2023-07-28 20:40 UTC (3+ messages)
[PATCH v2 0/5] KVM: arm64: PMU: Fix PMUver related handling for vPMU support
2023-07-28 19:52 UTC (7+ messages)
` [PATCH v2 1/5] KVM: arm64: PMU: Use of pmuv3_implemented() instead of open-coded version
` [PATCH v2 2/5] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems
` [PATCH v2 3/5] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
` [PATCH v2 4/5] KVM: arm64: PMU: Don't advertise the STALL_SLOT event
` [PATCH v2 5/5] KVM: arm64: PMU: Don't advertise STALL_SLOT_{FRONTEND,BACKEND}
[PATCH v3 00/17] iommufd: Add nesting infrastructure
2023-07-28 19:10 UTC (25+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 02/17] iommu: Add nested domain support
` [PATCH v3 03/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v3 04/17] iommufd: Pass in hwpt_type/parent/user_data to iommufd_hw_pagetable_alloc()
` [PATCH v3 05/17] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH v3 06/17] iommufd: Only enforce IOMMU_RESV_SW_MSI when attaching user-managed HWPT
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE
[PATCH v2 00/26] KVM: arm64: NV trap forwarding infrastructure
2023-07-28 18:47 UTC (44+ messages)
` [PATCH v2 01/26] arm64: Add missing VA CMO encodings
` [PATCH v2 02/26] arm64: Add missing ERX*_EL1 encodings
` [PATCH v2 03/26] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v2 04/26] arm64: Add TLBI operation encodings
` [PATCH v2 05/26] arm64: Add AT "
` [PATCH v2 06/26] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH v2 07/26] arm64: Add missing BRB/CFP/DVP/CPP instructions
` [PATCH v2 08/26] arm64: Add HDFGRTR_EL2 and HDFGWTR_EL2 layouts
` [PATCH v2 09/26] arm64: Add feature detection for fine grained traps
` [PATCH v2 10/26] KVM: arm64: Correctly handle ACCDATA_EL1 traps
` [PATCH v2 11/26] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v2 12/26] KVM: arm64: nv: Add FGT registers
` [PATCH v2 13/26] KVM: arm64: Restructure FGT register switching
` [PATCH v2 14/26] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v2 15/26] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v2 16/26] KVM: arm64: nv: Expose FEAT_EVT to nested guests
` [PATCH v2 17/26] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
` [PATCH v2 18/26] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
` [PATCH v2 19/26] KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2
` [PATCH v2 20/26] KVM: arm64: nv: Add trap forwarding for HFGITR_EL2
` [PATCH v2 21/26] KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2
` [PATCH v2 22/26] KVM: arm64: nv: Add SVC trap forwarding
` [PATCH v2 23/26] KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTR
` [PATCH v2 24/26] KVM: arm64: nv: Expose FGT to nested guests
` [PATCH v2 25/26] KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systems
` [PATCH v2 26/26] KVM: arm64: nv: Add support for HCRX_EL2
[GIT PULL] Please pull IOMMUFD subsystem changes
2023-07-28 18:39 UTC (2+ messages)
KVM_EXIT_FAIL_ENTRY with hardware_entry_failure_reason = 7
2023-07-28 17:45 UTC (7+ messages)
[PATCH 00/27] KVM: arm64: NV trap forwarding infrastructure
2023-07-28 17:22 UTC (5+ messages)
` [PATCH 14/27] KVM: arm64: Restructure FGT register switching
[PATCH v11 0/7] Add IO page table replacement support
2023-07-28 16:41 UTC (11+ messages)
` [PATCH v11 1/7] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v11 2/7] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v11 3/7] iommufd: Add iommufd_access_change_ioas(_id) helpers
` [PATCH v11 4/7] iommufd: Use iommufd_access_change_ioas in iommufd_access_destroy_object
` [PATCH v11 5/7] iommufd: Add iommufd_access_replace() API
` [PATCH v11 6/7] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v11 7/7] vfio: Support IO page table replacement
[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-07-28 15:53 UTC (11+ 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 v2 0/3] KVM: s390: Enable AP instructions for pv-guests
2023-07-28 15:36 UTC (5+ messages)
` [PATCH v2 1/3] s390: uv: UV feature check utility
` [PATCH v2 2/3] KVM: s390: Add UV feature negotiation
` [PATCH v2 3/3] KVM: s390: pv: Allow AP-instructions for pv guests
[PATCH v5 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-07-28 15:21 UTC (5+ messages)
[PATCH] KVM: s390: fix sthyi error handling
2023-07-28 14:29 UTC (4+ messages)
[PATCH v8 0/4] cover-letter: Add IO page table replacement support
2023-07-28 12:28 UTC (13+ messages)
` [PATCH v8 2/4] iommufd: Add iommufd_access_replace() API
[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
2023-07-28 12:17 UTC (6+ messages)
` [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 v4 00/19] x86/reboot: KVM: Clean up "emergency" virt code
2023-07-28 9:43 UTC (4+ messages)
` [PATCH v4 10/19] x86/virt: KVM: Move VMXOFF helpers into KVM VMX
[PATCH v3 0/5] Add printf and formatted asserts in the guest
2023-07-28 9:40 UTC (6+ messages)
[kvm-unit-tests PATCH 0/3] migration: fixes and multiple migration
2023-07-28 8:44 UTC (6+ messages)
` [kvm-unit-tests PATCH 1/3] migration: Fix test harness hang on fifo
` [kvm-unit-tests PATCH 2/3] migration: Fix test harness hang if source does not reach migration point
[PATCH] Documentation: KVM: Add vPMU implementaion and gap document
2023-07-28 8:33 UTC (3+ messages)
[PATCH net-next v4 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-07-28 8:05 UTC (6+ messages)
` [PATCH net-next v4 4/4] vsock/virtio: MSG_ZEROCOPY flag support
[EXTERNAL][PATCH v2] KVM: x86/xen: Implement hvm_op/HVMOP_flush_tlbs hypercall
2023-07-28 7:31 UTC (7+ messages)
` [PATCH v3] "
[kvm-unit-tests PATCH] x86/access: Use HVMOP_flush_tlbs hypercall instead of invlpg() for Xen
2023-07-28 7:18 UTC
[PATCH] KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipiv
2023-07-28 6:49 UTC
[PATCH v10 0/6] Add IO page table replacement support
2023-07-28 4:44 UTC (10+ messages)
` [PATCH v10 2/6] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v10 3/6] iommufd: Add iommufd_access_change_ioas(_id) helpers
` [PATCH v10 4/6] iommufd: Add iommufd_access_replace() API
[PATCH] docs: move powerpc under arch
2023-07-28 3:41 UTC (2+ messages)
[Bug 217688] New: Guest call trace during boot
2023-07-28 2:30 UTC (3+ messages)
` [Bug 217688] "
[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
2023-07-28 2:05 UTC (5+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
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