linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-16 16:40:18 to 2020-10-09 07:54:17 UTC [more...]

[PATCH 0/13] Fix per-domain IRQ affinity, allow >255 CPUs on x86 without IRQ remapping
 2020-10-09  7:54 UTC  (51+ messages)
` [PATCH 01/13] x86/apic: Use x2apic in guest kernels even with unusable CPUs
  ` [PATCH 02/13] x86/msi: Only use high bits of MSI address for DMAR unit
  ` [PATCH 03/13] x86/ioapic: Handle Extended Destination ID field in RTE
  ` [PATCH 04/13] x86/apic: Support 15 bits of APIC ID in IOAPIC/MSI where available
  ` [PATCH 05/13] genirq: Prepare for default affinity to be passed to __irq_alloc_descs()
  ` [PATCH 06/13] genirq: Add default_affinity argument "
  ` [PATCH 07/13] irqdomain: Add max_affinity argument to irq_domain_alloc_descs()
  ` [PATCH 08/13] genirq: Add irq_domain_set_affinity()
  ` [PATCH 09/13] x86/irq: Add x86_non_ir_cpumask
  ` [PATCH 10/13] x86/irq: Limit IOAPIC and MSI domains' affinity without IR
  ` [PATCH 11/13] x86/smp: Allow more than 255 CPUs even without interrupt remapping
  ` [PATCH 12/13] iommu/irq_remapping: Kill most of hyperv-iommu.c now it's redundant
  ` [PATCH 13/13] x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID

[PATCH v1] hv_balloon: disable warning when floor reached
 2020-10-08  7:15 UTC  (2+ messages)

[PATCH v2 0/5] mm: place pages to the freelist tail when onlining and undoing isolation
 2020-10-06 12:12 UTC  (7+ messages)
` [PATCH v2 1/5] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag
` [PATCH v2 2/5] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [PATCH v2 3/5] mm/page_alloc: move pages to tail in move_to_free_list()
` [PATCH v2 4/5] mm/page_alloc: place pages to tail in __free_pages_core()
` [PATCH v2 5/5] mm/memory_hotplug: update comment regarding zone shuffling

[PATCH v2 1/2] x86/hyper-v: guard against cpu mask changes in hyperv_flush_tlb_others()
 2020-10-05 23:37 UTC  (2+ messages)
` [PATCH v2 2/2] x86/hyperv: add a bounds check to hv_cpu_number_to_vp_number()

[PATCH] x86/hyper-v: guard against cpu mask changes in hyperv_flush_tlb_others()
 2020-10-05 14:58 UTC  (7+ messages)

[PATCH RESEND] hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functions
 2020-10-05 13:35 UTC  (2+ messages)

[PATCH v1 0/5] mm: place pages to the freelist tail when onling and undoing isolation
 2020-10-05  9:11 UTC  (31+ 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 v3] PCI: hv: Fix hibernation in case interrupts are not re-created
 2020-10-02 11:38 UTC  (2+ messages)

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

[PATCH RFC v1 00/18] Introducing Linux root partition support for Microsoft Hypervisor
 2020-10-01 14:33 UTC  (17+ messages)
` [PATCH RFC v1 04/18] iommu/hyperv: don't setup IRQ remapping when running as root
` [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 12/18] asm-generic/hyperv: update hv_interrupt_entry

Boot crash due to "x86/msi: Consolidate MSI allocation"
 2020-10-01 13:53 UTC  (3+ messages)

[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 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  (8+ messages)
` [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 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-22  6:22 UTC  (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable

[PATCH v3] hv_netvsc: Add validation for untrusted Hyper-V values
 2020-09-17 23:21 UTC  (3+ messages)

[PATCH] kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()
 2020-09-17  8:38 UTC  (5+ messages)

[GIT PULL] Hyper-V fixes for 5.9-rc6
 2020-09-16 19:00 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).