linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-11 06:02:06 to 2020-04-30 18:09:53 UTC [more...]

[PATCH v2 0/3] mm/memory_hotplug: Allow to not create firmware memmap entries
 2020-04-30 18:06 UTC  (12+ messages)
` [PATCH v2 1/3] mm/memory_hotplug: Prepare passing flags to add_memory() and friends
` [PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
` [PATCH v2 3/3] device-dax: Add system ram (add_memory()) with MHP_NO_FIRMWARE_MEMMAP

[PATCH] hv_netvsc: Fix netvsc_start_xmit's return type
 2020-04-30 15:42 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH v1 0/3] mm/memory_hotplug: Make virtio-mem play nicely with kexec-tools
 2020-04-30  8:34 UTC  (9+ messages)
` [PATCH v1 1/3] mm/memory_hotplug: Prepare passing flags to add_memory() and friends
` [PATCH v1 2/3] mm/memory_hotplug: Introduce MHP_DRIVER_MANAGED
` [PATCH v1 3/3] virtio-mem: Add memory with MHP_DRIVER_MANAGED

[PATCH] PCI: pci-hyperv: Retry PCI bus D0 entry when the first attempt failed with invalid device state 0xC0000184
 2020-04-29 23:47 UTC  (8+ messages)

[PATCH net-next 0/3] vsock: support network namespace
 2020-04-29  9:21 UTC  (7+ messages)

[PATCH v2] PCI: hv: Retry PCI bus D0 entry when the first attempt failed with invalid device state
 2020-04-28  4:21 UTC 

[GIT PULL] Hyper-V commits for 5.7-rc4
 2020-04-27 20:40 UTC  (2+ messages)

[PATCH] PCI: pci-hyperv: Retry PCI bus D0 entry when the first attempt failed with invalid device state 0xC0000184
 2020-04-27  1:30 UTC 

[PATCH v2 0/1] x86/kvm/hyper-v: Add support to SYNIC exit on EOM
 2020-04-25  6:16 UTC  (9+ messages)
` [PATCH v2 1/1] "

[PATCH AUTOSEL 5.6 03/38] x86: hyperv: report value of misc_features
 2020-04-24 12:22 UTC 

[PATCH AUTOSEL 5.4 03/26] x86: hyperv: report value of misc_features
 2020-04-24 12:23 UTC 

[PATCH AUTOSEL 4.19 02/18] x86: hyperv: report value of misc_features
 2020-04-24 12:23 UTC 

[PATCH AUTOSEL 4.14 01/21] x86: hyperv: report value of misc_features
 2020-04-24 12:23 UTC 

[PATCH v11 0/7] x86/kvm/hyper-v: add support for synthetic debugger
 2020-04-24 11:37 UTC  (8+ messages)
` [PATCH v11 1/7] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v11 2/7] x86/kvm/hyper-v: Simplify addition for custom cpuid leafs
` [PATCH v11 3/7] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v11 4/7] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v11 5/7] x86/kvm/hyper-v: enable hypercalls without hypercall page with syndbg
` [PATCH v11 6/7] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls
` [PATCH v11 7/7] KVM: selftests: update hyperv_cpuid with SynDBG tests

[PATCH v1 1/4] hyper-v: Use UUID API for exporting the GUID (part 2)
 2020-04-24 10:21 UTC  (5+ messages)
` [PATCH v1 2/4] hyper-v: Supply GUID pointer to printf() like functions
` [PATCH v1 3/4] hyper-v: Replace open-coded variant of %*phN specifier
` [PATCH v1 4/4] hyper-v: Switch to use UUID types directly

[PATCH] scsi: storvsc: Fix a panic in the hibernation procedure
 2020-04-24  3:45 UTC  (20+ messages)

[PATCH v2 0/4] Split hyperv-tlfs.h into generic and arch specific files
 2020-04-23 13:22 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: x86: hyperv: Remove duplicate definitions of Reference TSC Page
` [PATCH v2 2/4] x86/hyperv: Remove HV_PROCESSOR_POWER_STATE #defines
` [PATCH v2 3/4] x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent files
` [PATCH v2 4/4] asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercalls

decruft the vmalloc API v2
 2020-04-23 10:32 UTC  (35+ messages)
` [PATCH 01/29] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/29] x86: fix vmap arguments in map_irq_stack
` [PATCH 03/29] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
` [PATCH 05/29] dma-mapping: use vmap insted "
` [PATCH 06/29] powerpc: add an ioremap_phb helper
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 08/29] mm: remove __get_vm_area
` [PATCH 09/29] mm: unexport unmap_kernel_range_noflush
` [PATCH 10/29] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 12/29] mm: pass addr as unsigned long to vb_free
` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 14/29] mm: rename vmap_page_range to map_kernel_range
` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [PATCH 16/29] mm: remove map_vm_range
` [PATCH 17/29] mm: remove unmap_vmap_area
` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
` [PATCH 19/29] mm: enforce that vmap can't map pages executable
` [PATCH 20/29] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 22/29] mm: remove the prot argument to __vmalloc_node
` [PATCH 23/29] mm: remove both instances of __vmalloc_node_flags
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 25/29] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 26/29] mm: remove vmalloc_user_node_flags
` [PATCH 27/29] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 28/29] powerpc: use __vmalloc_node in alloc_vm_stack
` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc

[PATCH 0/4] Split hyperv-tlfs.h into generic and arch specific files
 2020-04-22 20:04 UTC  (13+ messages)
` [PATCH 1/4] KVM: x86: hyperv: Remove duplicate definitions of Reference TSC Page
` [PATCH 2/4] x86/hyperv: Remove HV_PROCESSOR_POWER_STATE #defines
` [PATCH 3/4] x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent files
` [PATCH 4/4] asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercalls

[PATCH] PCI: export and use pci_msi_get_hwirq in pci-hyperv.c
 2020-04-22 19:58 UTC 

[PATCH v1] hyper-v: Remove internal types from UAPI header
 2020-04-22 19:38 UTC  (4+ messages)

[PATCH v1] hyper-v: Use UUID API for exporting the GUID
 2020-04-22 13:28 UTC  (2+ messages)

[PATCH v2] x86/hyperv: Suspend/resume the VP assist page for hibernation
 2020-04-21  9:07 UTC  (2+ messages)

[PATCH 1/1] Drivers: hv: Move AEOI determination to architecture dependent code
 2020-04-21  9:07 UTC  (2+ messages)

[PATCH] x86/hyperv: Suspend/resume the VP assist page for hibernation
 2020-04-20 16:40 UTC  (12+ messages)

decruft the vmalloc API
 2020-04-16 20:37 UTC  (12+ messages)
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 25/28] mm: remove vmalloc_user_node_flags

[PATCH v10 0/7] x86/kvm/hyper-v: add support for synthetic debugger
 2020-04-16 13:19 UTC  (5+ messages)
` [PATCH v10 7/7] KVM: selftests: update hyperv_cpuid with SynDBG tests

[PATCH][next] drivers: hv: remove redundant assignment to pointer primary_channel
 2020-04-16 10:08 UTC  (10+ messages)

[PATCH v1 0/1] x86/kvm/hyper-v: Add support to SYNIC exit on EOM
 2020-04-16  6:57 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH v3] Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
 2020-04-14 20:18 UTC  (2+ messages)

[GIT PULL] Hyper-V fixes for 5.7-rc1
 2020-04-14 19:05 UTC  (2+ messages)

SCSI low level driver: how to prevent I/O upon hibernation?
 2020-04-14 17:09 UTC  (6+ messages)

[PATCH 00/11] VMBus channel interrupt reassignment
 2020-04-13 17:07 UTC  (3+ messages)

[PATCH v2] Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
 2020-04-12  3:33 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 135/149] PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling path
 2020-04-11 23:03 UTC 

[PATCH AUTOSEL 5.5 109/121] PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling path
 2020-04-11 23:06 UTC 


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