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

[PATCH] x86/hyper-v: guard against cpu mask changes in hyperv_flush_tlb_others()
 2020-10-01 11:53 UTC  (3+ messages)

[PATCH v2] PCI: hv: Fix hibernation in case interrupts are not re-created
 2020-10-01 10:13 UTC  (5+ messages)

Boot crash due to "x86/msi: Consolidate MSI allocation"
 2020-10-01  8:22 UTC 

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-30 18:47 UTC  (21+ messages)
` [patch V2 24/46] PCI: vmd: Mark VMD irqdomain with DOMAIN_BUS_VMD_MSI
` [patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
      ` [PATCH] x86/apic/msi: Unbreak DMAR and HPET MSI

[PATCH v1 0/5] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-30  7:48 UTC  (18+ messages)
` [PATCH v1 1/5] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag
` [PATCH v1 2/5] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [PATCH v1 3/5] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()
` [PATCH v1 4/5] mm/page_alloc: place pages to tail in __free_pages_core()
` [PATCH v1 5/5] mm/memory_hotplug: update comment regarding zone shuffling

[PATCH AUTOSEL 5.8 09/29] hv_netvsc: Cache the current data path to avoid duplicate call and message
 2020-09-29  1:30 UTC 

[PATCH RFC 0/4] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-28 12:53 UTC  (43+ messages)
` [PATCH RFC 1/4] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag
` [PATCH RFC 2/4] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [PATCH RFC 3/4] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()
` [PATCH RFC 4/4] mm/page_alloc: place pages to tail in __free_pages_core()

[PATCH] hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functions
 2020-09-28  9:07 UTC  (3+ messages)

[PATCH] PCI: hv: Document missing hv_pci_protocol_negotiation() parameter
 2020-09-28  9:02 UTC  (3+ messages)

[PATCH] x86/hyperv: Remove aliases with X64 in their name
 2020-09-28  9:01 UTC  (4+ messages)

[PATCH v4 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
 2020-09-28  8:59 UTC  (17+ 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 v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-22  6:22 UTC  (11+ messages)
  ` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable
` [PATCH v4 5/8] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [PATCH] kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()

[PATCH RFC v1 00/18] Introducing Linux root partition support for Microsoft Hypervisor
 2020-09-18  9:12 UTC  (40+ 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
      ` [EXTERNAL] "
` [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 v3] hv_netvsc: Add validation for untrusted Hyper-V values
 2020-09-17 23:21 UTC  (3+ messages)

[GIT PULL] Hyper-V fixes for 5.9-rc6
 2020-09-16 19:00 UTC  (2+ messages)

[PATCH v7 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-09-15 19:22 UTC  (7+ messages)
` [PATCH v7 1/3] Drivers: hv: vmbus: Add "

[PATCH v2 1/7] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-15  9:33 UTC  (10+ messages)
` [PATCH v2 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
 2020-09-15  8:46 UTC  (2+ messages)

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


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