Linux-HyperV Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 20:21:49 to 2024-03-27 16:55:35 UTC [more...]

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-03-27 16:55 UTC  (12+ messages)
` [PATCH 1/9] hyperv: Convert from tasklet to BH workqueue
` [PATCH 2/9] dma: "
` [PATCH 3/9] IB: "
` [PATCH 4/9] USB: "
` [PATCH 5/9] mailbox: "
` [PATCH 6/9] ipmi: "
` [PATCH 7/9] s390: "
` [PATCH 8/9] drivers/media/*: "
` [PATCH 9/9] mmc: "

FAILED: Patch "PCI: hv: Fix ring buffer size calculation" failed to apply to 5.15-stable tree
 2024-03-27 12:15 UTC 

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

[PATCH v4 0/7] Handle faults in KUnit tests
 2024-03-26  9:51 UTC  (8+ messages)
` [PATCH v4 1/7] kunit: Handle thread creation error
` [PATCH v4 2/7] kunit: Fix kthread reference
` [PATCH v4 3/7] kunit: Fix timeout message
` [PATCH v4 4/7] kunit: Handle test faults
` [PATCH v4 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v4 6/7] kunit: Print last test location on fault
` [PATCH v4 7/7] kunit: Add tests for fault

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-03-26  9:02 UTC  (10+ messages)
` [PATCH v3 1/7] kunit: Handle thread creation error
` [PATCH v3 2/7] kunit: Fix kthread reference
` [PATCH v3 3/7] kunit: Fix timeout message
` [PATCH v3 4/7] kunit: Handle test faults
` [PATCH v3 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v3 6/7] kunit: Print last test location on fault
` [PATCH v3 7/7] kunit: Add tests for fault

[PATCH] Drivers: hv: Fix Issues reported by checkpatch.pl script
 2024-03-26  5:47 UTC 

[PATCH] hv: vmbus: Convert sprintf() family to sysfs_emit() family
 2024-03-25 17:49 UTC  (4+ messages)

[PATCH v5] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
 2024-03-25 17:23 UTC  (3+ messages)

[GIT PULL] Hyper-V commits for 6.9
 2024-03-23  0:06 UTC  (6+ messages)

[PATCH v3] mshyperv: Introduce hv_numa_node_to_pxm_info()
 2024-03-22 23:40 UTC  (2+ messages)

[PATCH] x86/hyperv: Cosmetic changes for hv_apic.c
 2024-03-22 23:39 UTC  (3+ messages)

[PATCH v4] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
 2024-03-21 15:45 UTC  (8+ messages)

[PATCH v3 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator
 2024-03-18 22:49 UTC  (5+ messages)

[PATCH] x86/hyperv: Cosmetic changes for hv_spinlock.c
 2024-03-18 21:57 UTC  (3+ messages)

[PATCH v3] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
 2024-03-18 18:45 UTC  (8+ messages)

[PATCH] hyperv-tlfs: Rename some HV_REGISTER_* defines for consistency
 2024-03-18  4:59 UTC  (2+ messages)

[PATCH v2] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
 2024-03-18  2:02 UTC  (8+ messages)

[PATCH] net :mana : Add per-cpu stats for MANA device
 2024-03-14 20:01 UTC  (22+ messages)
            `  "
                    ` [EXTERNAL] "

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[PATCH 0/5] Handle set_memory_XXcrypted() errors in Hyper-V
 2024-03-14 13:56 UTC  (16+ messages)
` [PATCH v2 1/5] Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails
` [PATCH v2 2/5] Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl
` [PATCH v2 3/5] hv_netvsc: Don't free decrypted memory
` [PATCH v2 4/5] uio_hv_generic: "
` [PATCH v2 5/5] Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted

[PATCH v2 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator
 2024-03-14  4:33 UTC  (9+ messages)

[PATCH 0/6] Low speed Hyper-V devices support
 2024-03-13 19:25 UTC  (11+ messages)
` [PATCH 1/6] Drivers: hv: vmbus: Add utility function for querying ring size
` [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 v2 0/7] Handle faults in KUnit tests
 2024-03-12 12:15 UTC  (22+ messages)
` [PATCH v2 1/7] kunit: Handle thread creation error
` [PATCH v2 2/7] kunit: Fix kthread reference
` [PATCH v2 3/7] kunit: Fix timeout message
` [PATCH v2 4/7] kunit: Handle test faults
` [PATCH v2 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v2 6/7] kunit: Print last test location on fault
` [PATCH v2 7/7] kunit: Add tests for fault

[PATCH v2] mshyperv: Introduce hv_get_hypervisor_version function
 2024-03-11 18:26 UTC  (4+ messages)

[PATCH 1/1] hv_balloon: Enable hot-add for memblock sizes > 128 Mbytes
 2024-03-11 18:12 UTC 

[PATCH] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
 2024-03-11  3:37 UTC  (6+ messages)

[PATCH v3 1/1] PCI: hv: Fix ring buffer size calculation
 2024-03-10 18:21 UTC  (2+ messages)

[PATCH 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator
 2024-03-08 23:53 UTC  (4+ messages)

[PATCH] hv: vmbus: Convert to platform remove callback returning void
 2024-03-08 23:49 UTC  (2+ messages)

[PATCH v3] x86/hyperv: Use per cpu initial stack for vtl context
 2024-03-08 23:40 UTC  (5+ messages)

[PATCH v2] net :mana : Add per-cpu stats for MANA device
 2024-03-08 19:31 UTC  (3+ messages)

[RFC RFT PATCH 0/4] Handle set_memory_XXcrypted() errors in hyperv
 2024-03-07 20:25 UTC  (10+ messages)
` [RFC RFT PATCH 1/4] hv: Leak pages if set_memory_encrypted() fails

[PATCH] mshyperv: Introduce hv_get_hypervisor_version function
 2024-03-07 20:07 UTC  (4+ messages)

[GIT PULL] Hyper-V fixes for 6.8-rc8
 2024-03-05 21:25 UTC  (2+ messages)

[PATCH v2] hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*
 2024-03-04  7:02 UTC  (2+ messages)

[PATCH v1 8/8] kunit: Add tests for faults
 2024-03-01 20:42 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).