Linux-HyperV Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-15 19:15:17 to 2022-02-03 23:53:56 UTC [more...]

[PATCH V7 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2022-02-03 23:53 UTC  (13+ messages)
` [PATCH V7 1/5] swiotlb: Add swiotlb bounce buffer remap function for HV IVM
` [PATCH V7 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver

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

[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] Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()
 2022-02-02 17:05 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  (6+ 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  (4+ messages)

[PATCH v1 0/9] drivers: hv: dxgkrnl: Driver overview
 2022-01-26  0:27 UTC  (30+ messages)
` [PATCH v1 2/9] drivers: hv: dxgkrnl: Open device object, adapter enumeration, dxgdevice, dxgcontext creation
` [PATCH v1 3/9] drivers: hv: dxgkrnl: Implement creation/destruction of GPU allocations/resources
` [PATCH v1 4/9] drivers: hv: dxgkrnl: Implement operations with GPU sync objects
` [PATCH v1 5/9] drivers: hv: dxgkrnl: Implement sharing resources and "
` [PATCH v1 6/9] drivers: hv: dxgkrnl: Seal the shared resource object when dxgk_share_objects is called
` [PATCH v1 7/9] drivers: hv: dxgkrnl: Implementation of submit command, paging and hardware queue
` [PATCH v1 8/9] drivers: hv: dxgkrnl: Implement various WDDM ioctls
` [PATCH v1 9/9] drivers: hv: dxgkrnl: Implement DXGSYNCFILE
  ` [PATCH v1 1/9] drivers: hv: dxgkrnl: Driver initialization and creation of dxgadapter

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

[PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution
 2022-01-24 14:02 UTC  (9+ messages)

[PATCH] Drivers: hv: balloon: account for vmbus packet header in max_pkt_size
 2022-01-23 21:55 UTC  (4+ messages)

[Patch v2] PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology
 2022-01-19  5:56 UTC  (3+ messages)

[PATCH] PCI: hv: Fix NUMA node assignment when kernel boots with parameters affecting NUMA topology
 2022-01-18 23:20 UTC  (9+ messages)

[GIT PULL] Hyper-V next for 5.17
 2022-01-16 16:22 UTC  (2+ messages)

[PATCH -next v2] PCI: hv: Fix an ignored error return from bitmap_find_free_region()
 2022-01-12 14:26 UTC  (2+ messages)

[PATCH -next] PCI: hv: Unsigned comparison with less than zero
 2022-01-11 15:54 UTC  (2+ messages)

[PATCH] scsi: storvsc: Fix storvsc_queuecommand() memory leak
 2022-01-10 12:32 UTC  (4+ messages)

[PATCH] x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi()
 2022-01-10 11:51 UTC  (3+ messages)

[PATCH bpf-next v2 1/2] net: add includes masked by netdevice.h including uapi/bpf.h
 2022-01-06 13:03 UTC  (2+ messages)

[PATCH v8 0/2] PCI: hv: Hyper-V vPCI for arm64
 2022-01-06 11:39 UTC  (6+ messages)
` [PATCH v8 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v8 2/2] PCI: hv: Add arm64 Hyper-V vPCI support

[PATCH RFC] Drivers: hv: balloon: Temporary disable the driver on ARM64 when PAGE_SIZE != 4k
 2022-01-06 10:05 UTC  (4+ messages)

[PATCH] Drivers: hv: vmbus: Initialize request offers message for Isolation VM
 2022-01-05 20:39 UTC  (2+ messages)

[PATCH v2 -next] scsi: storvsc: Fix unsigned comparison to zero
 2022-01-05 12:23 UTC  (4+ messages)

[PATCH v7 0/2] PCI: hv: Hyper-V vPCI for arm64
 2022-01-04 19:50 UTC  (8+ messages)
` [PATCH v7 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v7 2/2] PCI: hv: Add arm64 Hyper-V vPCI support

[PATCH bpf-next 1/2] net: add includes masked by netdevice.h including uapi/bpf.h
 2021-12-29 22:31 UTC 

[PATCH 1/2] Drivers: hv: Fix definition of hypercall input & output arg variables
 2021-12-28 14:10 UTC  (3+ messages)
` [PATCH 2/2] x86/hyperv: Fix definition of hv_ghcb_pg variable

[PATCH -next] scsi: storvsc: Fix unsigned comparison to zero
 2021-12-27  4:04 UTC  (3+ messages)

[PATCH 4.19 18/56] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2021-12-22  7:54 UTC  (4+ messages)

[PATCH 5.15 046/177] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2021-12-20 14:33 UTC 

[PATCH 5.10 23/99] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2021-12-20 14:33 UTC 

[PATCH 5.4 15/71] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2021-12-20 14:34 UTC 

[PATCH 4.14 17/45] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2021-12-20 14:34 UTC 

[PATCH v6 0/2] PCI: hv: Hyper-V vPCI for arm64
 2021-12-17 18:49 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net-next] net: mana: Add RX fencing
 2021-12-17  4:40 UTC  (3+ messages)

[GIT PULL] Hyper-V fixes for 5.16-rc6
 2021-12-15 19:15 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).