linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 03:02:16 to 2020-09-16 16:26:13 UTC [more...]

[PATCH RFC v1 00/18] Introducing Linux root partition support for Microsoft Hypervisor
 2020-09-16 16:10 UTC  (36+ messages)
` [PATCH RFC v1 01/18] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
` [PATCH RFC v1 02/18] x86/hyperv: detect if Linux is the root partition
` [PATCH RFC v1 03/18] Drivers: hv: vmbus: skip VMBus initialization if Linux is root
` [PATCH RFC v1 04/18] iommu/hyperv: don't setup IRQ remapping when running as root
` [PATCH RFC v1 05/18] clocksource/hyperv: use MSR-based access if "
` [PATCH RFC v1 06/18] x86/hyperv: allocate output arg pages if required
` [PATCH RFC v1 07/18] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
` [PATCH RFC v1 08/18] x86/hyperv: handling hypercall page setup for root
` [PATCH RFC v1 09/18] x86/hyperv: provide a bunch of helper functions
` [PATCH RFC v1 10/18] x86/hyperv: implement and use hv_smp_prepare_cpus
` [PATCH RFC v1 11/18] asm-generic/hyperv: update hv_msi_entry
` [PATCH RFC v1 12/18] asm-generic/hyperv: update hv_interrupt_entry
` [PATCH RFC v1 13/18] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
` [PATCH RFC v1 14/18] asm-generic/hyperv: import data structures for mapping device interrupts
` [PATCH RFC v1 15/18] x86/apic/msi: export pci_msi_get_hwirq
` [PATCH RFC v1 16/18] x86/hyperv: implement MSI domain for root partition
` [PATCH RFC v1 17/18] x86/ioapic: export a few functions and data structures via io_apic.h
` [PATCH RFC v1 18/18] x86/hyperv: handle IO-APIC when running as root

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-16 10:03 UTC  (13+ 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] kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()

[PATCH v3] hv_netvsc: Add validation for untrusted Hyper-V values
 2020-09-16  9:47 UTC 

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

[PATCH v7 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-09-15 19:22 UTC  (11+ 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: "

[GIT PULL] Hyper-V fixes for 5.9-rc6
 2020-09-15 11:44 UTC 

[PATCH v2 1/7] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-15  9:33 UTC  (25+ 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 v3 1/7] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-15  8:46 UTC  (13+ 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-14 10:22 UTC  (27+ 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 1/1] Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload
 2020-09-14 10:09 UTC  (4+ messages)
` ** POTENTIAL FRAUD ALERT - RED HAT ** "

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

[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] 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  (8+ messages)
` [patch V2 14/46] x86/ioapic: Consolidate IOAPIC allocation
` [patch V2 18/46] x86/msi: Consolidate MSI allocation

[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: "

[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  (18+ messages)
` [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 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  (11+ messages)
  ` [PATCH 1/4] drivers: hv: dxgkrnl: core code


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