linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/7] Handle faults in KUnit tests
 2024-03-19 10:48 UTC  (8+ 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] hv: vmbus: Convert sprintf() family to sysfs_emit() family
 2024-03-19  3:43 UTC 

[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  (8+ 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  (18+ messages)
` [RFC RFT PATCH 1/4] hv: Leak pages if set_memory_encrypted() fails
` [RFC RFT PATCH 2/4] hv: Track decrypted status in vmbus_gpadl
` [RFC RFT PATCH 3/4] hv_nstvsc: Don't free decrypted memory
` [RFC RFT PATCH 4/4] uio_hv_generic: "

[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 0/8] Run KUnit tests late and handle faults
 2024-03-01 20:42 UTC  (26+ messages)
` [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
` [PATCH v1 2/8] kunit: Handle thread creation error
` [PATCH v1 3/8] kunit: Fix kthread reference
` [PATCH v1 4/8] kunit: Fix timeout message
` [PATCH v1 5/8] kunit: Handle test faults
` [PATCH v1 6/8] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v1 7/8] kunit: Print last test location on fault
` [PATCH v1 8/8] kunit: Add tests for faults

[PATCH 1/1] fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()
 2024-03-01 16:41 UTC  (6+ messages)

[PATCH v2] x86/hyperv: Use per cpu initial stack for vtl context
 2024-03-01  9:26 UTC  (3+ messages)

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

[PATCH v4 0/3] x86/hyperv: Mark CoCo VM pages not present when changing encrypted state
 2024-03-01  9:26 UTC  (2+ messages)

[PATCH v2 1/1] Documentation: hyperv: Add overview of PCI pass-thru device support
 2024-03-01  9:26 UTC  (2+ messages)

[PATCH 1/2] Drivers: hv: vmbus: Remove duplication and cleanup code in create_gpadl_header()
 2024-03-01  9:25 UTC  (5+ messages)

[PATCH v2 1/1] Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory
 2024-03-01  9:25 UTC  (2+ messages)

[PATCH] hv: vmbus: make hv_bus const
 2024-03-01  8:39 UTC  (4+ messages)

[PATCH v8] hv/hv_kvp_daemon:Support for keyfile based connection profile
 2024-02-28  6:43 UTC  (6+ messages)

[PATCH 1/1] Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory
 2024-02-27 21:45 UTC  (7+ 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).