linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-25 18:01:41 to 2022-02-22 15:37:00 UTC [more...]

cleanup swiotlb initialization
 2022-02-22 15:35 UTC  (12+ messages)
` [PATCH 01/11] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/11] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/11] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/11] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/11] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/11] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/11] x86: remove the IOMMU table infrastructure
` [PATCH 08/11] swiotlb: make the swiotlb_init interface more useful
` [PATCH 09/11] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 10/11] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 11/11] x86: remove cruft from <asm/dma-mapping.h>

[PATCH V2 0/2] x86/hyperv/Swiotlb: Add swiotlb_set_alloc_from_low_pages() switch function
 2022-02-22 15:07 UTC  (10+ messages)
` [PATCH V2 1/2] Swiotlb: Add swiotlb_alloc_from_low_pages switch
` [PATCH V2 2/2] x86/hyperv: Make swiotlb bounce buffer allocation not just from low pages

[PATCH] hv_balloon: rate-limit "Unhandled message" warning
 2022-02-22 14:14 UTC 

[RFC FATCH] x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM
 2022-02-22 10:55 UTC  (2+ messages)

[PATCHv3.1 2/32] x86/coco: Explicitly declare type of confidential computing platform
 2022-02-21 20:20 UTC  (5+ messages)

[RFC PATCH v2] PCI: hv: Avoid the retarget interrupt hypercall in irq_unmask() on ARM64
 2022-02-21 17:56 UTC  (3+ messages)

[PATCH RFC v1 0/5] Add SCSI per device tagsets
 2022-02-21 17:40 UTC  (8+ messages)
` [PATCH RFC v1 1/5] scsi: core: Rename host_tagset to hctx_share_tags
` [PATCH RFC v1 2/5] scsi: map_queues() takes tag set instead of host
` [PATCH RFC v1 3/5] scsi: core: Add per device tag sets
` [PATCH RFC v1 4/5] scsi: storvsc: use "
` [PATCH RFC v1 5/5] scsi: storvsc: Hardware queues share blk_mq_tags

[PATCH] drivers: hv: log when enabling crash_kexec_post_notifiers
 2022-02-18 13:10 UTC  (4+ messages)

[PATCH 1/1] hv_utils: Add comment about max VMbus packet size in VSS driver
 2022-02-18 13:08 UTC  (2+ messages)

[GIT PULL] Hyper-V fixes for 5.17-rc5
 2022-02-15 17:18 UTC  (2+ messages)

[RFC PATCH] PCI: hv: Avoid the retarget interrupt hypercall in irq_unmask() on ARM64
 2022-02-10  0:31 UTC  (3+ messages)

[PATCH] Drivers: hv: utils: Make use of the helper macro LIST_HEAD()
 2022-02-09 14:36 UTC  (2+ messages)

[PATCH V2] Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()
 2022-02-09 12:00 UTC  (2+ messages)

[PATCH v2 00/24] Driver for Hyper-v virtual compute device
 2022-02-09  8:26 UTC  (39+ messages)
` [PATCH v2 02/24] drivers: hv: dxgkrnl: Open device file and dxgprocess creation
` [PATCH v2 03/24] drivers: hv: dxgkrnl: Enumerate and open dxgadapter objects
` [PATCH v2 04/24] drivers: hv: dxgkrnl: Creation of dxgdevice
` [PATCH v2 05/24] drivers: hv: dxgkrnl: Creation of dxgcontext objects
` [PATCH v2 06/24] drivers: hv: dxgkrnl: Creation of GPU allocations and resources
` [PATCH v2 07/24] drivers: hv: dxgkrnl: Create and destroy GPU sync objects
` [PATCH v2 08/24] drivers: hv: dxgkrnl: Operations using "
` [PATCH v2 09/24] drivers: hv: dxgkrnl: Sharing of dxgresource objects
` [PATCH v2 10/24] drivers: hv: dxgkrnl: Sharing of sync objects
` [PATCH v2 11/24] drivers: hv: dxgkrnl: Creation of hardware queue. Sync object operations to hw queue
` [PATCH v2 12/24] drivers: hv: dxgkrnl: Creation of paging queue objects
` [PATCH v2 13/24] drivers: hv: dxgkrnl: Submit execution commands to the compute device
` [PATCH v2 14/24] drivers: hv: dxgkrnl: Implement LX_DXSHAREOBJECTWITHHOST ioctl
` [PATCH v2 15/24] drivers: hv: dxgkrnl: IOCTL to get the dxgdevice state LX_DXGETDEVICESTATE
` [PATCH v2 16/24] drivers: hv: dxgkrnl: Mmap(unmap) CPU address to device allocation: LX_DXLOCK2, LX_DXUNLOCK2
` [PATCH v2 17/24] drivers: hv: dxgkrnl: IOCTLs to handle GPU allocation properties
` [PATCH v2 18/24] drivers: hv: dxgkrnl: Various simple IOCTLs and unused ones LX_DXQUERYVIDEOMEMORYINFO, LX_DXFLUSHHEAPTRANSITIONS, LX_DXINVALIDATECACHE LX_DXGETSHAREDRESOURCEADAPTERLUID
` [PATCH v2 19/24] drivers: hv: dxgkrnl: Simple IOCTLs LX_DXESCAPE, LX_DXMARKDEVICEASERROR, LX_DXQUERYSTATISTICS, LX_DXQUERYCLOCKCALIBRATION
` [PATCH v2 20/24] drivers: hv: dxgkrnl: IOCTLs to offer and reclaim allocations
` [PATCH v2 21/24] drivers: hv: dxgkrnl: Ioctls to set/get scheduling priority
` [PATCH v2 22/24] drivers: hv: dxgkrnl: IOCTLs to manage allocation residency
` [PATCH v2 23/24] drivers: hv: dxgkrnl: IOCTLs to handle GPU virtual addressing (GPU VA)
` [PATCH v2 24/24] drivers: hv: dxgkrnl: Add support to map guest pages by host
  ` [PATCH v2 01/24] drivers: hv: dxgkrnl: Driver initialization and creation of dxgadapter

[PATCH net-next, 0/2] net: mana: Add handling of CQE_RX_TRUNCATED and a cleanup
 2022-02-08 19:55 UTC  (9+ messages)
` [PATCH net-next, 1/2] net: mana: Add handling of CQE_RX_TRUNCATED
` [PATCH net-next, 2/2] net: mana: Remove unnecessary check of cqe_type in mana_process_rx_cqe()

[PATCH] Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()
 2022-02-08 14:19 UTC  (4+ messages)

[PATCH v1 0/9] drivers: hv: dxgkrnl: Driver overview
 2022-02-08 12:28 UTC  (11+ messages)
` [PATCH v1 9/9] drivers: hv: dxgkrnl: Implement DXGSYNCFILE

[PATCH 1/1] Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64)
 2022-02-07 17:56 UTC  (4+ messages)

[PATCH] Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj
 2022-02-07 17:54 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v3] drivers: hv: vmbus: Fix build on Clang 12 failed by DMA_BIT_MASK(64) expansion
 2022-02-06  1:02 UTC  (6+ messages)

[PATCH v2] drivers: hv: vmbus: Fix build on Clang 12 failed by DMA_BIT_MASK(64) expansion
 2022-02-04 12:06 UTC  (4+ messages)

hv: drivers/hv/vmbus_drv.c:2082:29: error: shift count >= width of type
 2022-02-04  9:33 UTC  (2+ messages)

[PATCH V7 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2022-02-04  2:55 UTC  (4+ messages)
` [PATCH V7 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver

[PATCH] drivers: hv: vmbus: Fix build on GCC 11 failed by DMA_BIT_MASK(64) expansion
 2022-02-04  2:03 UTC  (4+ messages)

[PATCH 0/2] Drivers: hv: Minor cleanup around init_vp_index()
 2022-02-03 12:49 UTC  (6+ messages)
` [PATCH 1/2] Drivers: hv: Rename 'alloced' to 'allocated'
` [PATCH 2/2] Drivers: hv: Compare cpumasks and not their weights in init_vp_index()

[Patch v4] PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology
 2022-02-03 12:46 UTC  (5+ messages)
` [EXTERNAL] "

[PATCH][next] Drivers: hv: vmbus: Use struct_size() helper in kmalloc()
 2022-02-03 12:42 UTC  (3+ messages)

[PATCH net-next] net: kbuild: Don't default net vendor configs to y
 2022-02-02 15:31 UTC  (24+ messages)
        ` [Intel-wired-lan] "

[PATCH 0/2] x86/hyperv/Swiotlb: Add swiotlb_alloc_from_low_pages switch
 2022-02-02 14:36 UTC  (8+ messages)
` [PATCH 1/2] Swiotlb: "
` [PATCH 2/2] x86/hyperv: Set swiotlb_alloc_from_low_pages to false

[PATCH v3 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
 2022-02-01 13:47 UTC  (2+ messages)

[PATCH net-next, 0/3] net: mana: Add XDP counters, reuse dropped pages
 2022-01-31 19:53 UTC  (5+ messages)
` [PATCH net-next, 1/3] net: mana: Add counter for packet dropped by XDP
` [PATCH net-next, 2/3] net: mana: Add counter for XDP_TX
` [PATCH net-next, 3/3] net: mana: Reuse XDP dropped page

[GIT PULL] Hyper-V fixes for 5.17-rc2
 2022-01-28 17:35 UTC  (2+ messages)

[PATCH 43/54] drivers/hv: replace cpumask_weight with cpumask_weight_eq
 2022-01-28  9:31 UTC  (4+ messages)

[PATCH v2] hv: account for packet descriptor in maximum packet size
 2022-01-27 21:22 UTC  (6+ messages)

[PATCH][next] scsi: storvsc: Use struct_size() helper in storvsc_queuecommand()
 2022-01-27 15:57 UTC  (2+ messages)

[Patch v3] PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology
 2022-01-26  2:11 UTC  (3+ messages)

[PATCH][next] net: mana: Use struct_size() helper in mana_gd_create_dma_region()
 2022-01-25 17:59 UTC  (3+ messages)


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).