public inbox for linux-hyperv@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-16 11:25:22 to 2026-03-19 20:26:11 UTC [more...]

[PATCH v4 00/55] drivers: hv: dxgkrnl: Driver for Hyper-V virtual compute device
 2026-03-19 20:25 UTC  (51+ messages)
` [PATCH 01/55] drivers: hv: dxgkrnl: Driver initialization and loading
` [PATCH 02/55] drivers: hv: dxgkrnl: Add VMBus message support, initialize VMBus channels
` [PATCH 03/55] drivers: hv: dxgkrnl: Creation of dxgadapter object
` [PATCH 04/55] drivers: hv: dxgkrnl: Opening of /dev/dxg device and dxgprocess creation
` [PATCH 05/55] drivers: hv: dxgkrnl: Enumerate and open dxgadapter objects
` [PATCH 06/55] drivers: hv: dxgkrnl: Creation of dxgdevice objects
` [PATCH 07/55] drivers: hv: dxgkrnl: Creation of dxgcontext objects
` [PATCH 08/55] drivers: hv: dxgkrnl: Creation of compute device allocations and resources
` [PATCH 09/55] drivers: hv: dxgkrnl: Creation of compute device sync objects
` [PATCH 10/55] drivers: hv: dxgkrnl: Operations using "
` [PATCH 11/55] drivers: hv: dxgkrnl: Sharing of dxgresource objects
` [PATCH 12/55] drivers: hv: dxgkrnl: Sharing of sync objects
` [PATCH 13/55] drivers: hv: dxgkrnl: Creation of paging queue objects
` [PATCH 14/55] drivers: hv: dxgkrnl: Submit execution commands to the compute device
` [PATCH 15/55] drivers: hv: dxgkrnl: Share objects with the host
` [PATCH 16/55] drivers: hv: dxgkrnl: Query the dxgdevice state
` [PATCH 17/55] drivers: hv: dxgkrnl: Map(unmap) CPU address to device allocation
` [PATCH 18/55] drivers: hv: dxgkrnl: Manage device allocation properties
` [PATCH 19/55] drivers: hv: dxgkrnl: Flush heap transitions
` [PATCH 20/55] drivers: hv: dxgkrnl: Query video memory information
` [PATCH 21/55] drivers: hv: dxgkrnl: The escape ioctl
` [PATCH 22/55] drivers: hv: dxgkrnl: Ioctl to put device to error state
` [PATCH 23/55] drivers: hv: dxgkrnl: Ioctls to query statistics and clock calibration
` [PATCH 24/55] drivers: hv: dxgkrnl: Offer and reclaim allocations
` [PATCH 25/55] drivers: hv: dxgkrnl: Ioctls to manage scheduling priority
` [PATCH 26/55] drivers: hv: dxgkrnl: Manage residency of allocations
` [PATCH 27/55] drivers: hv: dxgkrnl: Manage compute device virtual addresses
` [PATCH 28/55] drivers: hv: dxgkrnl: Add support to map guest pages by host
` [PATCH 29/55] drivers: hv: dxgkrnl: Removed struct vmbus_gpadl, which was defined in the main linux branch
` [PATCH 30/55] drivers: hv: dxgkrnl: Remove dxgk_init_ioctls
` [PATCH 31/55] drivers: hv: dxgkrnl: Creation of dxgsyncfile objects
` [PATCH 32/55] drivers: hv: dxgkrnl: Use tracing instead of dev_dbg
` [PATCH 33/55] drivers: hv: dxgkrnl: Implement D3DKMTWaitSyncFile
` [PATCH 34/55] drivers: hv: dxgkrnl: Improve tracing and return values from copy from user
` [PATCH 35/55] drivers: hv: dxgkrnl: Fix synchronization locks
` [PATCH 36/55] drivers: hv: dxgkrnl: Close shared file objects in case of a failure
` [PATCH 37/55] drivers: hv: dxgkrnl: Added missed NULL check for resource object
` [PATCH 38/55] drivers: hv: dxgkrnl: Fixed dxgkrnl to build for the 6.1 kernel
` [PATCH 39/55] drivers: hv: dxgkrnl: Added support for compute only adapters
` [PATCH 40/55] drivers: hv: dxgkrnl: Added implementation for D3DKMTInvalidateCache
` [PATCH 41/55] drivers: hv: dxgkrnl: Handle process ID in D3DKMTQueryStatistics
` [PATCH 42/55] drivers: hv: dxgkrnl: Implement the D3DKMTEnumProcesses API
` [PATCH 43/55] drivers: hv: dxgkrnl: Implement D3DDKMTIsFeatureEnabled API
` [PATCH 44/55] drivers: hv: dxgkrnl: Implement known escapes
` [PATCH 45/55] drivers: hv: dxgkrnl: Fixed coding style issues
` [PATCH 46/55] drivers: hv: dxgkrnl: Fixed the implementation of D3DKMTQueryClockCalibration
` [PATCH 47/55] drivers: hv: dxgkrnl: Retry sending a VM bus packet when there is no place in the ring buffer
` [PATCH 48/55] drivers: hv: dxgkrnl: Add support for locking a shared allocation by not the owner
` [PATCH 49/55] drivers: hv: dxgkrnl: Fix build breaks when switching to 6.6 kernel due to hv_driver remove callback change
` [PATCH 50/55] drivers: hv: dxgkrnl: Fix build breaks when switching to 6.6 kernel due to removed uuid_le_cmp

[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-19 18:23 UTC  (17+ messages)
` [PATCH v3 01/16] mm: various small mmap_prepare cleanups
` [PATCH v3 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v3 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v3 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v3 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 08/16] hpet: "
` [PATCH v3 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v3 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 11/16] staging: vme_user: "
` [PATCH v3 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v3 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v3 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v3 16/16] mm: on remap assert that input range within the proposed VMA

[PATCH] net: mana: fix use-after-free in add_adev() error path
 2026-03-19 18:18 UTC  (2+ messages)

[PATCH v12 0/5] shut down devices asynchronously
 2026-03-19 17:13 UTC 

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-19 16:29 UTC  (38+ messages)
` [PATCH v2 01/16] mm: various small mmap_prepare cleanups
` [PATCH v2 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v2 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v2 04/16] mm: add vm_ops->mapped hook
` [PATCH v2 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 08/16] hpet: "
` [PATCH v2 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v2 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 11/16] staging: vme_user: "
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v2 16/16] mm: on remap assert that input range within the proposed VMA

[PATCH] Drivers: hv: vmbus: Move add_interrupt_randomness back to real interrupt
 2026-03-19 14:19 UTC  (10+ messages)
          `  "
              `  "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (7+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 46/61] vfio: "
` [PATCH 50/61] iommu: "

[PATCH v3] drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RT
 2026-03-19 10:14 UTC  (15+ messages)
    `  "
        `  "

[PATCH net-next v4] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-19  7:09 UTC 

[PATCH net-next v3] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-19  6:48 UTC  (3+ messages)

[PATCH net-next v6 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-19  3:10 UTC  (5+ messages)
` [PATCH net-next v6 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
` [PATCH net-next v6 2/3] net: mana: Add support for RX CQE Coalescing
` [PATCH net-next v6 3/3] net: mana: Add ethtool counters for RX CQEs in coalesced type

[PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
 2026-03-18 16:31 UTC  (5+ messages)

[PATCH] mshv: Fix error handling in mshv_region_populate_pages
 2026-03-18 16:20 UTC  (5+ messages)

[PATCH rdma-next 0/8] RDMA/mana_ib: Handle service reset for RDMA resources
 2026-03-18 14:49 UTC  (6+ messages)
      ` [EXTERNAL] "

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-03-18  4:23 UTC  (16+ messages)
` [PATCH 01/11] arch: arm64: Export arch_smp_send_reschedule for mshv_vtl module
` [PATCH 02/11] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH 03/11] Drivers: hv: Add support to setup percpu vmbus handler
` [PATCH 04/11] Drivers: hv: Refactor mshv_vtl for ARM64 support to be added
` [PATCH 05/11] drivers: hv: Export vmbus_interrupt for mshv_vtl module
` [PATCH 06/11] Drivers: hv: Make sint vector architecture neutral in MSHV_VTL
` [PATCH 07/11] arch: arm64: Add support for mshv_vtl_return_call
` [PATCH 08/11] Drivers: hv: mshv_vtl: Move register page config to arch-specific files
` [PATCH 09/11] Drivers: hv: mshv_vtl: Let userspace do VSM configuration
` [PATCH 10/11] Drivers: hv: Add support for arm64 in MSHV_VTL
` [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL

[PATCH 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic
 2026-03-17 18:43 UTC  (4+ messages)
` [PATCH 2/2] drm/hyperv: During panic do VMBus unload after frame buffer is flushed
  ` [EXTERNAL] "
` [EXTERNAL] [PATCH 1/2] Drivers: hv: vmbus: Provide option to skip VMBus unload on panic

[PATCH 00/16] Update drivers to use ib_copy_validate_udata_in()
 2026-03-17 18:16 UTC  (7+ messages)
` [PATCH 02/16] RDMA: Consolidate patterns with offsetof() to ib_copy_validate_udata_in()
  ` [EXTERNAL] "
` [PATCH 03/16] RDMA: Consolidate patterns with sizeof() "
  ` [EXTERNAL] "
` [PATCH 15/16] RDMA: Remove redundant = {} for udata req structs
  ` [EXTERNAL] "

[PATCH net-next v5 0/3] add ethtool COALESCE_RX_CQE_FRAMES/NSECS and use it in MANA driver
 2026-03-17 17:06 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
    ` [EXTERNAL] "

[PATCH rdma-next v2] RDMA/mana_ib: hardening: Clamp adapter capability values from MANA_IB_GET_ADAPTER_CAP
 2026-03-17  9:44 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
 2026-03-17  8:58 UTC  (7+ messages)

[PATCH 04/15] mm: add vm_ops->mapped hook
 2026-03-17  8:42 UTC  (7+ messages)

[PATCH v2] PCI: hv: Set default NUMA node to 0 for devices without affinity info
 2026-03-17  1:32 UTC  (2+ messages)

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-16 22:59 UTC  (19+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
` [PATCH 15/15] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH] PCI: hv: Set default NUMA node to 0 for devices without affinity info
 2026-03-16 20:53 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox