messages from 2022-10-18 06:40:08 to 2022-10-24 20:09:56 UTC [more...]
[PATCH 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
2022-10-24 15:36 UTC (16+ messages)
` [PATCH 01/12] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [PATCH 02/12] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH 03/12] x86/hyperv: Reorder code in prep for subsequent patch
` [PATCH 04/12] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH 05/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH 06/12] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH 07/12] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH 08/12] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH 09/12] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH 10/12] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH 11/12] PCI: hv: Add hypercalls to read/write MMIO space
` [PATCH 12/12] PCI: hv: Enable PCI pass-thru devices in Confidential VMs
[PATCH] Drivers: hv: fix repeated words in comments
2022-10-24 17:10 UTC (2+ messages)
[PATCH] [next] HID: hyperv: remove unused struct synthhid_msg
2022-10-24 13:29 UTC (3+ messages)
[PATCH v2 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
2022-10-24 11:19 UTC (22+ messages)
` [PATCH v2 01/21] drm/komeda: Don't set struct drm_driver.lastclose
` [PATCH v2 02/21] drm/mcde: "
` [PATCH v2 03/21] drm/vboxvideo: "
` [PATCH v2 04/21] drm/amdgpu: Don't set struct drm_driver.output_poll_changed
` [PATCH v2 05/21] drm/imx/dcss: "
` [PATCH v2 06/21] drm/ingenic: "
` [PATCH v2 07/21] drm/logicvc: "
` [PATCH v2 08/21] drm/rockchip: "
` [PATCH v2 09/21] drm/panel-ili9341: Include <linux/backlight.h>
` [PATCH v2 10/21] drm/tve200: Include <linux/of.h>
` [PATCH v2 11/21] drm/fb-helper: Cleanup include statements in header file
` [PATCH v2 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
` [PATCH v2 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
` [PATCH v2 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() "
` [PATCH v2 15/21] drm/fb-helper: Disconnect damage worker from update logic
` [PATCH v2 16/21] drm/fb-helper: Call fb_sync in I/O functions
` [PATCH v2 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation
` [PATCH v2 18/21] drm/fb_helper: Minimize damage-helper overhead
` [PATCH v2 19/21] drm/fb-helper: Always initialize generic fbdev emulation
` [PATCH v2 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file
` [PATCH v2 21/21] drm/fb-helper: Remove unnecessary include statements
[Patch v9 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
2022-10-24 1:20 UTC (14+ messages)
` [Patch v9 01/12] net: mana: Add support for auxiliary device
` [Patch v9 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v9 03/12] net: mana: Handle vport sharing between devices
` [Patch v9 04/12] net: mana: Set the DMA device max segment size
` [Patch v9 05/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v9 06/12] net: mana: Record port number in netdev
` [Patch v9 07/12] net: mana: Move header files to a common location
` [Patch v9 08/12] net: mana: Define max values for SGL entries
` [Patch v9 09/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v9 10/12] net: mana: Define data structures for allocating doorbell page from GDMA
` [Patch v9 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v9 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
[Patch v8 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
2022-10-22 0:38 UTC (23+ messages)
` [Patch v8 01/12] net: mana: Add support for auxiliary device
` [Patch v8 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v8 03/12] net: mana: Handle vport sharing between devices
` [Patch v8 04/12] net: mana: Set the DMA device max segment size
` [Patch v8 05/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v8 06/12] net: mana: Record port number in netdev
` [Patch v8 07/12] net: mana: Move header files to a common location
` [Patch v8 08/12] net: mana: Define max values for SGL entries
` [Patch v8 09/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v8 10/12] net: mana: Define data structures for allocating doorbell page from GDMA
` [Patch v8 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v8 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
[PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-10-21 16:14 UTC (24+ messages)
` [PATCH v11 09/46] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v11 11/46] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v11 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v11 23/46] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v11 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v11 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
[PATCH v12 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-10-21 15:35 UTC (47+ messages)
` [PATCH v12 01/46] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH v12 02/46] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
` [PATCH v12 03/46] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
` [PATCH v12 04/46] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
` [PATCH v12 05/46] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v12 06/46] KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
` [PATCH v12 07/46] KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()
` [PATCH v12 08/46] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v12 09/46] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v12 10/46] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v12 11/46] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v12 12/46] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v12 13/46] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v12 14/46] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v12 15/46] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v12 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v12 17/46] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v12 18/46] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v12 19/46] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v12 20/46] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v12 21/46] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v12 22/46] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v12 23/46] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v12 24/46] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v12 25/46] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v12 26/46] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v12 27/46] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
` [PATCH v12 28/46] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v12 29/46] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v12 30/46] KVM: selftests: Better XMM read/write helpers
` [PATCH v12 31/46] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v12 32/46] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v12 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v12 34/46] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v12 35/46] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v12 36/46] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH v12 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v12 38/46] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v12 39/46] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v12 40/46] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v12 41/46] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v12 42/46] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v12 43/46] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v12 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v12 45/46] KVM: selftests: hyperv_svm_test: "
` [PATCH v12 46/46] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
2022-10-20 22:37 UTC (6+ messages)
` [PATCH V3 06/11] tracing: Improve panic/die notifiers
[PATCH 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
2022-10-20 12:00 UTC (25+ messages)
` [PATCH 01/21] drm/amdgpu: Don't set struct drm_driver.lastclose
` [PATCH 02/21] drm/imx: "
` [PATCH 03/21] drm/ingenic: "
` [PATCH 04/21] drm/komeda: "
` [PATCH 05/21] drm/logicvc: "
` [PATCH 06/21] drm/mcde: "
` [PATCH 07/21] drm/rockchip: "
` [PATCH 08/21] drm/vboxvideo: "
` [PATCH 09/21] drm/panel-ili9341: Include <linux/backlight.h>
` [PATCH 10/21] drm/tve200: Include <linux/of.h>
` [PATCH 11/21] drm/fb-helper: Cleanup include statements in header file
` [PATCH 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
` [PATCH 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
` [PATCH 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() "
` [PATCH 15/21] drm/fb-helper: Disconnect damage worker from update logic
` [PATCH 16/21] drm/fb-helper: Call fb_sync in I/O functions
` [PATCH 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation
` [PATCH 18/21] drm/fb_helper: Minimize damage-helper overhead
` [PATCH 19/21] drm/fb-helper: Always initialize generic fbdev emulation
` [PATCH 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file
` [PATCH 21/21] drm/fb-helper: Remove unnecessary include statements
[PATCH v2] x86/hyperv: Remove BUG_ON() for kmap_local_page()
2022-10-20 8:38 UTC
[PATCH] x86/hyperv: Remove BUG_ON() for kmap_local_page()
2022-10-20 8:30 UTC (3+ messages)
[Patch v7 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
2022-10-19 19:51 UTC (12+ messages)
` [Patch v7 01/12] net: mana: Add support for auxiliary device
` [Patch v7 10/12] net: mana: Define data structures for allocating doorbell page from GDMA
` [Patch v7 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
[RFC PATCH v5 0/8] Make balloon drivers' memory changes known to the rest of the kernel
2022-10-19 18:03 UTC (5+ messages)
` [RFC PATCH v5 7/8] drivers: hyperv: balloon - report inflated memory
[PATCH] [next] HID: hyperv: Replace one-element array with flexible-array member
2022-10-18 12:56 UTC (3+ messages)
[PATCH 0/4] KVM: VMX: nVMX: Make eVMCS enablement more robust
2022-10-18 10:10 UTC (5+ messages)
` [PATCH 1/4] KVM: nVMX: Sanitize primary processor-based VM-execution controls with eVMCS too
` [PATCH 2/4] KVM: nVMX: Invert 'unsupported by eVMCSv1' check
` [PATCH 3/4] KVM: nVMX: Prepare to sanitize tertiary execution controls with eVMCS
` [PATCH 4/4] KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-V
[PATCH] uio_hv_generic: Enable interrupt for low speed VMBus devices
2022-10-18 7:53 UTC (8+ 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).