linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-26 12:11:14 to 2020-09-11 10:38:40 UTC [more...]

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-11 10:34 UTC  (8+ messages)
` [PATCH v4 2/8] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v4 3/8] mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG
` [PATCH v4 4/8] mm/memory_hotplug: prepare passing flags to add_memory() and friends
` [PATCH v4 5/8] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [PATCH v4 6/8] virtio-mem: try to merge system ram resources
` [PATCH v4 7/8] xen/balloon: "
` [PATCH v4 8/8] hv_balloon: "

[PATCH v2] hv_netvsc: Add validation for untrusted Hyper-V values
 2020-09-11  8:43 UTC  (3+ messages)

[PATCH v3 1/7] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-11  8:20 UTC  (12+ messages)
` [PATCH v3 2/7] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v3 3/7] mm/memory_hotplug: prepare passing flags to add_memory() and friends
` [PATCH v3 4/7] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [PATCH v3 5/7] virtio-mem: try to merge system ram resources
` [PATCH v3 6/7] xen/balloon: "
` [PATCH v3 7/7] hv_balloon: "

[PATCH v3 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
 2020-09-10 14:34 UTC  (12+ messages)
` [PATCH v3 01/11] Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
` [PATCH v3 02/11] Drivers: hv: vmbus: Move __vmbus_open()
` [PATCH v3 03/11] Drivers: hv: vmbus: Introduce types of GPADL
` [PATCH v3 04/11] Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()
` [PATCH v3 05/11] Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv header
` [PATCH v3 06/11] hv: hyperv.h: Introduce some hvpfn helper functions
` [PATCH v3 07/11] hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication
` [PATCH v3 08/11] Input: hyperv-keyboard: Make ringbuffer at least take two pages
` [PATCH v3 09/11] HID: hyperv: "
` [PATCH v3 10/11] Driver: hv: util: "
` [PATCH v3 11/11] scsi: storvsc: Support PAGE_SIZE larger than 4K

[PATCH net 1/2] hv_netvsc: Switch the data path at the right time during hibernation
 2020-09-10 19:55 UTC  (2+ messages)

[PATCH net 2/2] hv_netvsc: Cache the current data path to avoid duplicate call and message
 2020-09-10 19:55 UTC  (2+ messages)

[PATCH] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2020-09-10 15:59 UTC 

[PATCH v3] hv_utils: Add validation for untrusted Hyper-V values
 2020-09-10 12:48 UTC 

[PATCH v2 1/7] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-09 11:51 UTC  (17+ messages)
` [PATCH v2 2/7] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v2 3/7] mm/memory_hotplug: prepare passing flags to add_memory() and friends
` [PATCH v2 4/7] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [PATCH v2 5/7] virtio-mem: try to merge system ram resources
` [PATCH v2 6/7] xen/balloon: "
` [PATCH v2 7/7] hv_balloon: "

[PATCH] Drivers: hv: vmbus: hibernation: do not hang forever in vmbus_bus_resume()
 2020-09-09 11:37 UTC  (3+ messages)

[PATCH v2] PCI: hv: Fix hibernation in case interrupts are not re-created
 2020-09-08 23:17 UTC 

[PATCH net v2] hv_netvsc: Fix hibernation for mlx5 VF driver
 2020-09-08 23:00 UTC  (4+ messages)

[PATCH] PCI: hv: Fix hibernation in case interrupts are not re-created
 2020-09-08 21:31 UTC  (4+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-08 13:36 UTC  (77+ messages)
` [patch V2 01/46] iommu/amd: Prevent NULL pointer dereference
` [patch V2 02/46] x86/init: Remove unused init ops
` [patch V2 03/46] PCI: vmd: Dont abuse vector irqomain as parent
` [patch V2 04/46] genirq/chip: Use the first chip in irq_chip_compose_msi_msg()
` [patch V2 05/46] x86/msi: Move compose message callback where it belongs
` [patch V2 06/46] x86/msi: Remove pointless vcpu_affinity callback
` [patch V2 07/46] x86/irq: Rename X86_IRQ_ALLOC_TYPE_MSI* to reflect PCI dependency
` [patch V2 08/46] x86/irq: Add allocation type for parent domain retrieval
` [patch V2 10/46] iommu/amd: Consolidate irq domain getter
` [patch V2 11/46] iommu/irq_remapping: Consolidate irq domain lookup
` [patch V2 12/46] x86/irq: Prepare consolidation of irq_alloc_info
` [patch V2 13/46] x86/msi: Consolidate HPET allocation
` [patch V2 14/46] x86/ioapic: Consolidate IOAPIC allocation
` [patch V2 15/46] x86/irq: Consolidate DMAR irq allocation
` [patch V2 16/46] x86/irq: Consolidate UV domain allocation
` [patch V2 17/46] PCI/MSI: Rework pci_msi_domain_calc_hwirq()
` [patch V2 18/46] x86/msi: Consolidate MSI allocation
` [patch V2 19/46] x86/msi: Use generic MSI domain ops
` [patch V2 21/46] x86/pci: Reducde #ifdeffery in PCI init code
` [patch V2 22/46] x86/irq: Initialize PCI/MSI domain at PCI init time
` [patch V2 23/46] irqdomain/msi: Provide DOMAIN_BUS_VMD_MSI
` [patch V2 24/46] PCI: vmd: Mark VMD irqdomain with DOMAIN_BUS_VMD_MSI
` [patch V2 25/46] PCI/MSI: Provide pci_dev_has_special_msi_domain() helper
` [patch V2 26/46] x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()
` [patch V2 27/46] x86/xen: Rework MSI teardown
` [patch V2 28/46] x86/xen: Consolidate XEN-MSI init
` [patch V2 29/46] irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()
` [patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
` [patch V2 41/46] platform-msi: Provide default irq_chip:: Ack
` [patch V2 43/46] genirq/msi: Provide and use msi_domain_set_default_info_flags()
` [patch V2 46/46] irqchip: Add IMS (Interrupt Message Storm) driver - NOT FOR MERGING

[PATCH v1 0/5] mm/memory_hotplug: selective merging of system ram resources
 2020-09-08 10:26 UTC  (10+ messages)
` [PATCH v1 2/5] kernel/resource: merge_system_ram_resources() to merge resources after hotplug
` [PATCH v1 4/5] xen/balloon: try to merge system ram resources
` [PATCH v1 5/5] hv_balloon: "

[PATCH v7 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-09-08  7:54 UTC  (8+ messages)
` [PATCH v7 1/3] Drivers: hv: vmbus: Add "
` [PATCH v7 2/3] scsi: storvsc: Use vmbus_requestor to generate transaction IDs "
` [PATCH v7 3/3] hv_netvsc: "

[RESEND][PATCH v3] x86/apic/flat64: Add back the early_param("apic", parse_apic)
 2020-09-07  6:30 UTC  (3+ messages)

[RFC v2 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
 2020-09-07  0:09 UTC  (21+ messages)
` [RFC v2 01/11] Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
` [RFC v2 02/11] Drivers: hv: vmbus: Move __vmbus_open()
` [RFC v2 03/11] Drivers: hv: vmbus: Introduce types of GPADL
` [RFC v2 04/11] Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()
` [RFC v2 05/11] Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv header
` [RFC v2 06/11] hv: hyperv.h: Introduce some hvpfn helper functions
` [RFC v2 07/11] hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication
` [RFC v2 08/11] Input: hyperv-keyboard: Make ringbuffer at least take two pages
` [RFC v2 09/11] HID: hyperv: "
` [RFC v2 10/11] Driver: hv: util: "
` [RFC v2 11/11] scsi: storvsc: Support PAGE_SIZE larger than 4K

[PATCH net] hv_netvsc: Fix hibernation for mlx5 VF driver
 2020-09-06 16:26 UTC  (4+ messages)

[PATCH 0/4] drivers: hv: Microsoft Virtual GPU Driver
 2020-09-04  5:18 UTC  (22+ messages)
  ` [PATCH 1/4] drivers: hv: dxgkrnl: core code

[PATCH AUTOSEL 5.8 23/42] hv_utils: return error if host timesysnc update is stale
 2020-08-31 15:29 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 24/42] hv_utils: drain the timesync packets on onchannelcallback

[PATCH] block: convert tasklets to use new tasklet_setup() API
 2020-08-27  1:37 UTC  (12+ messages)

[GIT PULL] Hyper-V fixes for 5.9-rc3
 2020-08-26 18:34 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).