linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-23 09:58:27 to 2019-11-20 18:39:07 UTC [more...]

[PATCH] VFIO/VMBUS: Add VFIO VMBUS driver support
 2019-11-20 18:35 UTC  (8+ messages)

[PATCH v2 0/4] Enhance pci-hyperv to support hibernation, and 2 misc fixes
 2019-11-20 17:20 UTC  (7+ messages)
` [PATCH v2 1/4] PCI: hv: Reorganize the code in preparation of hibernation
` [PATCH v2 2/4] PCI: hv: Add the support "
` [PATCH v2 3/4] PCI: hv: Change pci_protocol_version to per-hbus
` [PATCH v2 4/4] PCI: hv: kmemleak: Track the page allocations for struct hv_pcibus_device

[PATCH v2 0/2] Implement hv_is_hibernation_supported() and enhance hv_balloon for hibernation
 2019-11-20 14:09 UTC  (5+ messages)
` [PATCH v2 1/2] x86/hyperv: Implement hv_is_hibernation_supported()
` [PATCH v2 2/2] hv_balloon: Add the support of hibernation

[PATCH v2] HID: hyperv: Add the support of hibernation
 2019-11-20  7:14 UTC 

[PATCH v2] Input: hyperv-keyboard: Add the support of hibernation
 2019-11-20  7:14 UTC 

[PATCH] video: hyperv_fb: Fix hibernation for the deferred IO feature
 2019-11-20  7:13 UTC 

[PATCH v6] clocksource/drivers: Suspend/resume Hyper-V clocksource for hibernation
 2019-11-20  7:12 UTC 

[PATCH v6] x86/hyperv: Suspend/resume the hypercall page for hibernation
 2019-11-20  7:09 UTC 

[PATCH 1/1] Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synic
 2019-11-19 13:23 UTC  (4+ messages)

[PATCH] drivers/hv: Replace binary semaphore with mutex
 2019-11-19 13:20 UTC  (2+ messages)

[PATCH v8 0/5] Add a unified parameter "nopvspin"
 2019-11-19  7:01 UTC  (13+ messages)
` [PATCH v8 1/5] Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get initialized"
` [PATCH v8 2/5] x86/kvm: Change print code to use pr_*() format
` [PATCH v8 3/5] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v8 4/5] xen: Mark "xen_nopvspin" parameter obsolete
` [PATCH v8 5/5] x86/hyperv: Mark "hv_nopvspin" "

[PATCH net, 0/2] Fix send indirection table offset
 2019-11-18 21:01 UTC  (8+ messages)
` [PATCH net, 1/2] hv_netvsc: Fix offset usage in netvsc_send_table()
` [PATCH net, 2/2] hv_netvsc: Fix send_table offset in case of a host bug

[PATCH v2 1/1] x86/hyperv: Initialize clockevents earlier in CPU onlining
 2019-11-18  1:23 UTC  (3+ messages)

BUG: MAX_LOCKDEP_ENTRIES too low!
 2019-11-15 19:55 UTC 

[PATCH net-next v2 00/15] vsock: add multi-transports support
 2019-11-15  8:26 UTC  (18+ messages)
` [PATCH net-next v2 01/15] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
` [PATCH net-next v2 02/15] vsock: remove vm_sockets_get_local_cid()
` [PATCH net-next v2 03/15] vsock: remove include/linux/vm_sockets.h file
` [PATCH net-next v2 04/15] vsock: add 'transport' member in the struct vsock_sock
` [PATCH net-next v2 05/15] vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
` [PATCH net-next v2 06/15] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
` [PATCH net-next v2 07/15] vsock: handle buffer_size sockopts in the core
` [PATCH net-next v2 08/15] vsock: add vsock_create_connected() called by transports
` [PATCH net-next v2 09/15] vsock: move vsock_insert_unbound() in the vsock_create()
` [PATCH net-next v2 10/15] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()
` [PATCH net-next v2 11/15] vsock: add multi-transports support
` [PATCH net-next v2 12/15] vsock/vmci: register vmci_transport only when VMCI guest/host are active
` [PATCH net-next v2 13/15] vsock: prevent transport modules unloading
` [PATCH net-next v2 14/15] vsock: fix bind() behaviour taking care of CID
` [PATCH net-next v2 15/15] vhost/vsock: refuse CID assigned to the guest->host transport

[PATCH] storvsc: Properly set queue depth for scsi disk
 2019-11-14 23:01 UTC 

[PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
 2019-11-14 17:27 UTC 

[PATCH net-next 00/14] vsock: add multi-transports support
 2019-11-13 16:38 UTC  (45+ messages)
` [PATCH net-next 01/14] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
` [PATCH net-next 02/14] vsock: remove vm_sockets_get_local_cid()
` [PATCH net-next 03/14] vsock: remove include/linux/vm_sockets.h file
` [PATCH net-next 04/14] vsock: add 'transport' member in the struct vsock_sock
` [PATCH net-next 06/14] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
` [PATCH net-next 07/14] vsock: handle buffer_size sockopts in the core
` [PATCH net-next 08/14] vsock: add vsock_create_connected() called by transports
` [PATCH net-next 09/14] vsock: move vsock_insert_unbound() in the vsock_create()
` [PATCH net-next 10/14] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()
` [PATCH net-next 11/14] vsock: add multi-transports support
` [PATCH net-next 12/14] vsock/vmci: register vmci_transport only when VMCI guest/host are active
` [PATCH net-next 13/14] vsock: prevent transport modules unloading
` [PATCH net-next 14/14] vsock: fix bind() behaviour taking care of CID

[PATCH v2] tools/hv: async name resolution in kvp_daemon
 2019-11-13 16:00 UTC  (2+ messages)

[PATCH v1] tools/hv: add .gitignore
 2019-11-13 16:02 UTC 

[PATCH v1] tools/hv: async name resolution in kvp_daemon
 2019-11-13 15:39 UTC  (12+ messages)

Investment opportunity
 2019-11-12 17:57 UTC 

[PATCH AUTOSEL 4.19 123/191] vmbus: keep pointer to ring buffer page
 2019-11-10  2:39 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 156/191] x86/hyperv: Suppress "PCI: Fatal: No config space access function found"

[PATCH AUTOSEL 4.14 085/109] x86/hyperv: Suppress "PCI: Fatal: No config space access function found"
 2019-11-10  2:45 UTC 

[PATCH AUTOSEL 4.19 156/205] Drivers: hv: vmbus: Fix synic per-cpu context initialization
 2019-11-08 11:37 UTC 

[PATCH AUTOSEL 4.14 077/103] Drivers: hv: vmbus: Fix synic per-cpu context initialization
 2019-11-08 11:42 UTC 

[PATCH v3] x86/hyper-v: micro-optimize send_ipi_one case
 2019-11-07 21:21 UTC  (5+ messages)

[PATCH v5 2/8] arm64: hyperv: Add hypercall and register access functions
 2019-11-07 14:19 UTC  (4+ messages)
  ` [PATCH v5 3/8] arm64: hyperv: Add memory alloc/free functions for Hyper-V size pages

RE:elektronicka faktura 71081403108
 2019-11-07  7:34 UTC 

[PATCH net-next 0/2] netvsc: RSS related patches
 2019-11-05 23:13 UTC  (5+ messages)
` [PATCH net-next 1/2] hv_netvsc: flag software created hash value
` [PATCH net-next 2/2] hv_netvsc: record hardware hash in skb

[PATCH] Input: hyperv-keyboard: Add the support of hibernation
 2019-11-05  5:43 UTC  (11+ messages)

[PATCH net-next, 0/4] hv_netvsc: Add XDP support and some error handling fixes
 2019-11-04 15:08 UTC  (13+ messages)
` [PATCH net-next, 1/4] hv_netvsc: Fix error handling in netvsc_set_features()
` [PATCH net-next, 2/4] hv_netvsc: Fix error handling in netvsc_attach()
` [PATCH net-next, 3/4] hv_netvsc: Add XDP support
` [PATCH net-next, 4/4] hv_netvsc: Update document for "

[PATCH] video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs
 2019-11-02  6:17 UTC  (5+ messages)

[PATCH net, 0/2] hv_netvsc: fix error handling in netvsc_attach/set_features
 2019-11-01 20:14 UTC  (5+ messages)
` [PATCH net, 1/2] hv_netvsc: Fix error handling in netvsc_set_features()
` [PATCH net, 2/2] hv_netvsc: Fix error handling in netvsc_attach()

BUG: MAX_LOCKDEP_KEYS too low!
 2019-11-01 15:08 UTC  (2+ messages)

[PATCH 1/1] x86/hyperv: Initialize clockevents earlier in CPU onlining
 2019-10-30 20:50 UTC  (3+ messages)

[GIT PULL] Hyper-V commits for 5.4-rc
 2019-10-30 13:31 UTC  (3+ messages)

INFO: trying to register non-static key in bond_3ad_update_ad_actor_settings
 2019-10-29  9:52 UTC 

INFO: trying to register non-static key in bond_3ad_update_lacp_rate
 2019-10-29  4:46 UTC 

[PATCH net-next, 0/4] hv_netvsc: Add XDP support and some error handling fixes
 2019-10-28 21:05 UTC 

[PATCH v2] x86/hyperv: Set pv_info.name to "Hyper-V"
 2019-10-28 17:13 UTC  (4+ messages)

[PATCH v3 0/3] Drivers: hv: vmbus: Miscellaneous improvements
 2019-10-28 16:26 UTC  (2+ messages)

[PATCH] drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86
 2019-10-28 16:20 UTC  (2+ messages)

[PATCH AUTOSEL 5.3 89/99] x86/hyperv: Set pv_info.name to "Hyper-V"
 2019-10-26 13:15 UTC 

[PATCH AUTOSEL 4.19 55/59] x86/hyperv: Set pv_info.name to "Hyper-V"
 2019-10-26 13:19 UTC 

[PATCH AUTOSEL 4.14 29/33] x86/hyperv: Set pv_info.name to "Hyper-V"
 2019-10-26 13:21 UTC 

[PATCH v2] x86/hyper-v: micro-optimize send_ipi_one case
 2019-10-25 17:26 UTC  (4+ messages)

[PATCH] x86/hyper-v: micro-optimize send_ipi_one case
 2019-10-25 16:23 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).