linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-30 10:05:08 to 2020-04-14 13:37:31 UTC [more...]

decruft the vmalloc API v2
 2020-04-14 13:13 UTC  (18+ messages)
` [PATCH 01/29] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [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 15/29] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [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

[GIT PULL] Hyper-V fixes for 5.7-rc1
 2020-04-14 10:21 UTC 

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

[PATCH 00/11] VMBus channel interrupt reassignment
 2020-04-13 17:07 UTC  (29+ messages)
` [PATCH 01/11] Drivers: hv: vmbus: Always handle the VMBus messages on CPU0
` [PATCH 02/11] Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPU
` [PATCH 03/11] Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of channels
` [PATCH 04/11] hv_netvsc: Disable NAPI before closing the VMBus channel
` [PATCH 05/11] hv_utils: Always execute the fcopy and vss callbacks in a tasklet
` [PATCH 06/11] Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. channel removal
` [PATCH 07/11] PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU reassignment functionality
` [PATCH 08/11] Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logic
` [PATCH 09/11] Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplug
` [PATCH 10/11] Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type
` [PATCH 11/11] scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned

[PATCH v3] Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
 2020-04-12  3:50 UTC 

[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 

SCSI low level driver: how to prevent I/O upon hibernation?
 2020-04-11 17:20 UTC  (5+ messages)

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

[PATCH V4 0/6] x86/Hyper-V: Panic code path fixes
 2020-04-10 14:27 UTC  (11+ messages)
` [PATCH V4 1/6] x86/Hyper-V: Unload vmbus channel in hv panic callback
` [PATCH V4 2/6] x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
` [PATCH V4 3/6] x86/Hyper-V: Trigger crash enlightenment only once during 0;136;0c0;136;0c system crash
` [PATCH V4 4/6] x86/Hyper-V: Report crash register data or kmsg before running crash kernel
` [PATCH V4 5/6] x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set
` [PATCH V4 6/6] x86/Hyper-V: Report crash data in die() when panic_on_oops is set

[PATCH v2 0/5] Drivers: hv: cleanup VMBus messages handling
 2020-04-09 16:43 UTC  (7+ messages)
` [PATCH v2 1/5] Drivers: hv: copy from message page only what's needed
` [PATCH v2 2/5] Drivers: hv: allocate the exact needed memory for messages
` [PATCH v2 3/5] Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()
` [PATCH v2 4/5] Drivers: hv: make sure that 'struct vmbus_channel_message_header' compiles correctly
` [PATCH v2 5/5] Drivers: hv: check VMBus messages lengths

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

[PATCH v1] x86: hyperv: report value of misc_features
 2020-04-09 16:26 UTC  (3+ messages)

[PATCH] Drivers: hv: vmbus: Disallow the freeze PM operation
 2020-04-08 19:42 UTC  (5+ messages)

hv_hypercall_pg page permissios
 2020-04-07 21:01 UTC  (6+ messages)

[PATCH -next] hv_debugfs: Make hv_debug_root static
 2020-04-04 16:48 UTC  (3+ messages)

[RFC PATCH 00/11] VMBus channel interrupt reassignment
 2020-04-03 14:56 UTC  (26+ messages)
` [RFC PATCH 02/11] Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPU
` [RFC PATCH 03/11] Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of channels
` [RFC PATCH 10/11] Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type
` [RFC PATCH 11/11] scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned

[PATCH 0/5] Drivers: hv: cleanup VMBus messages handling
 2020-04-03  7:07 UTC  (15+ messages)
` [PATCH 1/5] Drivers: hv: copy from message page only what's needed
  ` [EXTERNAL] "
` [PATCH 2/5] Drivers: hv: allocate the exact needed memory for messages
` [PATCH 3/5] Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()
` [PATCH 4/5] Drivers: hv: make sure that 'struct vmbus_channel_message_header' compiles correctly
  ` [PATCH 5/5] Drivers: hv: check VMBus messages lengths

[PATCH V3 6/6] x86/Hyper-V: Report crash data in die() when panic_on_oops is set
 2020-04-02 12:51 UTC  (6+ messages)
` [PATCH V4 "

[PATCH net-next] hv_netvsc: Remove unnecessary round_up for recv_completion_cnt
 2020-03-31  2:44 UTC  (2+ messages)

[PATCH V2] x86/Hyper-V: Fix hv sched clock function return wrong time unit
 2020-03-30 10:22 UTC  (4+ messages)

[PATCH V3 0/6] x86/Hyper-V: Panic code path fixes
 2020-03-30 10:13 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 NNTP newsgroup(s).