linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-17 13:25:52 to 2024-02-18 07:12:01 UTC [more...]

[PATCH 0/6] Low speed Hyper-V devices support
 2024-02-18  7:11 UTC  (9+ messages)
` [PATCH 1/6] Drivers: hv: vmbus: Add utility function for querying ring size
` [PATCH 2/6] uio_hv_generic: Query the ringbuffer size for device
` [PATCH 3/6] uio_hv_generic: Enable interrupt for low speed VMBus devices
` [PATCH 4/6] tools: hv: Add vmbus_bufring
` [PATCH 5/6] tools: hv: Add new fcopy application based on uio driver
` [PATCH 6/6] Drivers: hv: Remove fcopy driver

[PATCH] Drivers: hv: Kconfig: select CPUMASK_OFFSTACK for Hyper-V
 2024-02-17 16:46 UTC  (2+ messages)

[PATCH v3 1/1] PCI: hv: Fix ring buffer size calculation
 2024-02-16 23:40 UTC  (2+ messages)

[PATCH v2 1/1] PCI: hv: Fix ring buffer size calculation
 2024-02-16 20:28 UTC  (3+ messages)

[PATCH 1/1] Documentation: hyperv: Add overview of PCI pass-thru device support
 2024-02-15 19:04 UTC  (3+ messages)

Linux-HyperV
 2024-02-15 14:53 UTC 

[PATCH 1/1] PCI: hv: Fix ring buffer size calculation
 2024-02-15  7:26 UTC  (4+ messages)

[PATCH 1/1] Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory
 2024-02-13  6:19 UTC 

[PATCH] hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*
 2024-02-09 21:07 UTC  (2+ messages)

[PATCH 1/1] fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()
 2024-02-09 15:53 UTC  (5+ messages)

[PATCH v4 0/3] x86/hyperv: Mark CoCo VM pages not present when changing encrypted state
 2024-02-09 15:51 UTC  (10+ messages)
` [PATCH v4 1/3] x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callback
` [PATCH v4 2/3] x86/mm: Regularize set_memory_p() parameters and make non-static
` [PATCH v4 3/3] x86/hyperv: Make encrypted/decrypted changes safe for load_unaligned_zeropad()

[PATCH 1/2] Drivers: hv: vmbus: Remove duplication and cleanup code in create_gpadl_header()
 2024-02-09 15:33 UTC  (5+ messages)
` [PATCH 2/2] Drivers: hv: vmbus: Update indentation "

[PATCH] hv: vmbus: make hv_bus const
 2024-02-05 17:34 UTC  (4+ messages)

[PATCH v2] x86/hyperv: Use per cpu initial stack for vtl context
 2024-02-05 16:36 UTC  (2+ messages)

[PATCH net,v2] hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
 2024-02-04 13:40 UTC  (4+ messages)

[PATCH] x86/hyperv: Use per cpu initial stack for vtl context
 2024-02-02  3:25 UTC  (3+ messages)

[PATCH V2 net] hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove
 2024-02-01 16:40 UTC  (3+ messages)

[PATCH 0/4 V3 net-next] net: mana: Assigning IRQ affinity on HT cores
 2024-02-01 12:20 UTC  (7+ messages)
` [PATCH 1/4 V3 net-next] cpumask: add cpumask_weight_andnot()
` [PATCH 2/4 V3 net-next] cpumask: define cleanup function for cpumasks
` [PATCH 3/4 V3 net-next] net: mana: add a function to spread IRQs per CPUs
` [PATCH 4/4 V3 net-next] net: mana: Assigning IRQ affinity on HT cores

[PATCH] hv_netvsc:Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
 2024-02-01  6:17 UTC  (13+ messages)
      ` [EXTERNAL] "

[PATCH net] hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove
 2024-01-30 17:32 UTC  (3+ messages)

[PATCH v13 26/35] x86/fred: FRED entry/exit and dispatch code
 2024-01-26 10:05 UTC  (3+ messages)
` [PATCH v13A "

[PATCH 0/4 V2 net-next] net: mana: Assigning IRQ affinity on HT cores
 2024-01-25  6:07 UTC  (9+ messages)
` [PATCH 1/4 V2 net-next] cpumask: add cpumask_weight_andnot()
` [PATCH 2/4 V2 net-next] cpumask: define cleanup function for cpumasks
` [PATCH 3/4 V2 net-next] net: mana: add a function to spread IRQs per CPUs
` [PATCH 4/4 V2 net-next] net: mana: Assigning IRQ affinity on HT cores

[PATCH net 1/1] hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
 2024-01-24 10:29 UTC  (5+ messages)

[PATCH 1/1] scsi: storvsc: Fix ring buffer size calculation
 2024-01-24  3:00 UTC  (2+ messages)

[PATCH 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator
 2024-01-22 16:00 UTC 

[PATCH v13 00/35] x86: enable FRED for x86-64
 2024-01-22 13:19 UTC  (9+ messages)
` [PATCH v13 01/35] x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
` [PATCH v13 07/35] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v13 08/35] x86/fred: Disable FRED by default in its early stage

[PATCH] drivers: hv: dxgkrnl: Allow user to specify CPU VA for device allocation
 2024-01-17  3:02 UTC  (5+ messages)

[PATCH v3 00/10] Support TDX guests on Hyper-V (the Hyper-V specific part)
 2024-01-17  2:22 UTC  (4+ messages)
` [PATCH v3 08/10] x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisor

[PATCH v2] x86/hyperv: Allow 15-bit APIC IDs for VTL platforms
 2024-01-16 15:25 UTC  (2+ messages)

[PATCH 0/4 net-next] net: mana: Assigning IRQ affinity on HT cores
 2024-01-16  6:13 UTC  (19+ messages)
` [PATCH 1/4 net-next] cpumask: add cpumask_weight_andnot()
` [PATCH 2/4 net-next] cpumask: define cleanup function for cpumasks
` [PATCH 3/4 net-next] net: mana: add a function to spread IRQs per CPUs
` [PATCH 4/4 net-next] net: mana: Assigning IRQ affinity on HT cores

[PATCH v3 0/3] x86/hyperv: Mark CoCo VM pages not present when changing encrypted state
 2024-01-15 10:00 UTC  (18+ messages)
` [PATCH v3 1/3] x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callback
` [PATCH v3 2/3] x86/mm: Regularize set_memory_p() parameters and make non-static
` [PATCH v3 3/3] x86/hyperv: Make encrypted/decrypted changes safe for load_unaligned_zeropad()

[PATCH] x86/hyperv: Allow 15-bit APIC IDs for VTL platforms
 2024-01-14  9:24 UTC  (3+ messages)

[PATCH] Drivers: hv: vmbus: One function call less in create_gpadl_header() after error detection
 2024-01-11 14:35 UTC  (11+ messages)
  `  "

[PATCH 0/4] hyperv, sysfb: Do not use screen_info in drivers
 2024-01-08  9:36 UTC  (10+ messages)
` [PATCH 1/4] drm/hyperv: Remove firmware framebuffers with aperture helper
` [PATCH 2/4] fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpers
` [PATCH 3/4] firmware/sysfb: Clear screen_info state after consuming it
` [PATCH 4/4] fbdev/hyperv_fb: Do not clear global screen_info

[PATCH v8] hv/hv_kvp_daemon:Support for keyfile based connection profile
 2024-01-05  5:41 UTC  (5+ messages)

[Patch v4 0/3] Register with RDMA SOC interface and support for CQ
 2023-12-20  8:30 UTC  (6+ messages)

[PATCH 0/3] net: mana: add irq_spread()
 2023-12-19 14:03 UTC  (11+ messages)
` [PATCH 1/3] cpumask: add cpumask_weight_andnot()
` [PATCH 2/3] cpumask: define cleanup function for cpumasks
` [PATCH 3/3] net: mana: add a function to spread IRQs per CPUs
  ` [EXTERNAL] "

[PATCH] net: mana: select PAGE_POOL
 2023-12-19 11:30 UTC  (4+ 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).