linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-29 20:35:41 to 2019-12-03 11:17:59 UTC [more...]

[RFC PATCH 0/3] vsock: support network namespace
 2019-12-03 11:17 UTC  (6+ messages)
` [RFC PATCH 1/3] vsock: add network namespace support
` [RFC PATCH 2/3] vsock/virtio_transport_common: handle netns of received packets
` [RFC PATCH 3/3] vhost/vsock: use netns of process that opens the vhost-vsock device

[PATCH] PCI: hv: fix alloc_cast.cocci warnings
 2019-12-03  7:34 UTC 

[PATCH 1/2] PCI: hv: decouple the func definition in hv_dr_state from VSP message
 2019-12-03  0:49 UTC  (9+ messages)
` [PATCH 2/2] PCI: hv: Add support for protocol 1.3 and support PCI_BUS_RELATIONS2
  ` [EXTERNAL] "
` [EXTERNAL] [PATCH 1/2] PCI: hv: decouple the func definition in hv_dr_state from VSP message

BUG: sleeping function called from invalid context in __alloc_pages_nodemask
 2019-12-02  4:07 UTC 

[GIT PULL] Hyper-V commits for v5.5
 2019-11-30 23:05 UTC  (2+ messages)

[PATCH v2] video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs
 2019-11-27 18:14 UTC  (4+ messages)

[PATCH v3 0/4] Enhance pci-hyperv to support hibernation, and 2 misc fixes
 2019-11-26 10:46 UTC  (8+ messages)
` [PATCH v3 1/4] PCI: hv: Reorganize the code in preparation of hibernation
` [PATCH v3 2/4] PCI: hv: Add the support "
` [PATCH v3 3/4] PCI: hv: Change pci_protocol_version to per-hbus
` [PATCH v3 4/4] PCI: hv: Avoid a kmemleak false positive caused by the hbus buffer

[PATCH] clocksource: hyperv: Reserve PAGE_SIZE space for tsc page
 2019-11-26  2:17 UTC 

[PATCH v2 0/4] Enhance pci-hyperv to support hibernation, and 2 misc fixes
 2019-11-25 10:44 UTC  (15+ 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 v3] Input: hyperv-keyboard: Add the support of hibernation
 2019-11-25  5:33 UTC 

[PATCH v2] Input: hyperv-keyboard: Add the support of hibernation
 2019-11-24 20:31 UTC  (2+ messages)

[PATCH net-next] hv_netvsc: make recording RSS hash depend on feature flag
 2019-11-24  2:44 UTC  (3+ messages)

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

[PATCH v2] HID: hyperv: Add the support of hibernation
 2019-11-22  0:26 UTC  (3+ messages)

[PATCH] video: hyperv_fb: Fix hibernation for the deferred IO feature
 2019-11-21  6:04 UTC  (3+ messages)

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

[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 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  (9+ 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 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  (38+ 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 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  (3+ 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, 2/4] hv_netvsc: Fix error handling in netvsc_attach()
 2019-11-04 15:08 UTC  (3+ messages)

[PATCH] video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs
 2019-11-02  6:17 UTC  (3+ 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 

[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)

[PATCH net-next, 0/4] hv_netvsc: Add XDP support and some error handling fixes
 2019-10-29 22:08 UTC  (6+ messages)
` [PATCH net-next, 3/4] hv_netvsc: Add XDP support


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).