linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-08 07:21:25 to 2020-11-12 15:31:05 UTC [more...]

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

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-11-12 12:55 UTC  (2+ messages)
` REGRESSION: "

[PATCH] Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnected
 2020-11-11 10:59 UTC  (3+ messages)

Corporate and Personal Loan *
 2020-11-11  8:31 UTC 

[PATCH v2 0/8] Fix x2apic enablement and allow up to 32768 CPUs without IR where supported
 2020-11-10 16:26 UTC  (66+ messages)
  ` [PATCH v2 1/8] x86/apic: Fix x2apic enablement without interrupt remapping
  ` [PATCH v2 2/8] x86/msi: Only use high bits of MSI address for DMAR unit
  ` [PATCH v2 3/8] x86/apic: Always provide irq_compose_msi_msg() method for vector domain
  ` [PATCH v2 4/8] x86/ioapic: Handle Extended Destination ID field in RTE
  ` [PATCH v2 5/8] x86/apic: Support 15 bits of APIC ID in MSI where available
  ` [PATCH v2 6/8] x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID
  ` [PATCH v2 7/8] x86/hpet: Move MSI support into hpet.c
  ` [PATCH v2 8/8] x86/ioapic: Generate RTE directly from parent irqchip's MSI message
                  ` [PATCH v3 00/35] Fix x2apic enablement and allow more CPUs, clean up I/OAPIC and MSI bitfields
                    ` [PATCH v3 01/35] x86/apic: Fix x2apic enablement without interrupt remapping
                    ` [PATCH v3 02/35] x86/msi: Only use high bits of MSI address for DMAR unit
                    ` [PATCH v3 03/35] x86/apic/uv: Fix inconsistent destination mode
                    ` [PATCH v3 04/35] x86/devicetree: Fix the ioapic interrupt type table
                    ` [PATCH v3 05/35] x86/apic: Cleanup delivery mode defines
                    ` [PATCH v3 06/35] x86/apic: Replace pointless apic::dest_logical usage
                    ` [PATCH v3 07/35] x86/apic: Get rid of apic::dest_logical
                    ` [PATCH v3 08/35] x86/apic: Cleanup destination mode
                    ` [PATCH v3 09/35] x86/apic: Always provide irq_compose_msi_msg() method for vector domain
                    ` [PATCH v3 10/35] x86/hpet: Move MSI support into hpet.c
                    ` [PATCH v3 11/35] genirq/msi: Allow shadow declarations of msi_msg::$member
                    ` [PATCH v3 12/35] x86/msi: Provide msi message shadow structs
                    ` [PATCH v3 13/35] iommu/intel: Use msi_msg "
                    ` [PATCH v3 14/35] iommu/amd: "
                    ` [PATCH v3 15/35] PCI: vmd: "
                    ` [PATCH v3 16/35] x86/kvm: "
                    ` [PATCH v3 17/35] x86/pci/xen: "
                    ` [PATCH v3 18/35] x86/msi: Remove msidef.h
                    ` [PATCH v3 19/35] x86/io_apic: Cleanup trigger/polarity helpers
                    ` [PATCH v3 20/35] x86/ioapic: Cleanup IO/APIC route entry structs
                    ` [PATCH v3 21/35] x86/ioapic: Generate RTE directly from parent irqchip's MSI message
                    ` [PATCH v3 22/35] genirq/irqdomain: Implement get_name() method on irqchip fwnodes
                    ` [PATCH v3 23/35] x86/apic: Add select() method on vector irqdomain
                    ` [PATCH v3 24/35] iommu/amd: Implement select() method on remapping irqdomain
                    ` [PATCH v3 25/35] iommu/vt-d: "
                    ` [PATCH v3 26/35] iommu/hyper-v: "
                    ` [PATCH v3 27/35] x86/hpet: Use irq_find_matching_fwspec() to find "
                    ` [PATCH v3 28/35] x86/ioapic: "
                    ` [PATCH v3 29/35] x86: Kill all traces of irq_remapping_get_irq_domain()
                    ` [PATCH v3 30/35] iommu/vt-d: Simplify intel_irq_remapping_select()
                    ` [PATCH v3 31/35] x86/ioapic: Handle Extended Destination ID field in RTE
                    ` [PATCH v3 32/35] x86/apic: Support 15 bits of APIC ID in MSI where available
                    ` [PATCH v3 33/35] iommu/hyper-v: Disable IRQ pseudo-remapping if 15 bit APIC IDs are available
                    ` [PATCH v3 34/35] x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID
                    ` [PATCH v3 35/35] x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detected

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

[PATCH v4] hv_utils: Add validation for untrusted Hyper-V values
 2020-11-09 10:07 UTC 

[PATCH v9 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-11-09 10:04 UTC  (4+ messages)
` [PATCH v9 1/3] Drivers: hv: vmbus: Add "
` [PATCH v9 2/3] scsi: storvsc: Use vmbus_requestor to generate transaction IDs "
` [PATCH v9 3/3] hv_netvsc: "

[PATCH v1] video: hyperv_fb: include vmalloc.h
 2020-11-09  7:21 UTC  (2+ messages)

[GIT PULL] Hyper-V fixes for 5.10-rc3
 2020-11-05 20:21 UTC  (2+ messages)

[PATCH v8 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-11-05 12:51 UTC  (8+ messages)
` [PATCH v8 1/3] Drivers: hv: vmbus: Add "
` [PATCH v8 2/3] scsi: storvsc: Use vmbus_requestor to generate transaction IDs "
` [PATCH v8 3/3] hv_netvsc: "

[PATCH] x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports it
 2020-11-03  9:46 UTC  (6+ messages)

[PATCH AUTOSEL 5.9 07/35] hyperv_fb: Update screen_info after removing old framebuffer
 2020-11-03  1:18 UTC 

[PATCH AUTOSEL 5.8 07/29] hyperv_fb: Update screen_info after removing old framebuffer
 2020-11-03  1:19 UTC 

Field names inside ms_hyperv_info
 2020-11-01 18:19 UTC  (5+ messages)
    ` ** POTENTIAL FRAUD ALERT - RED HAT ** "

[PATCH] [v2] x86: apic: avoid -Wshadow warning in header
 2020-10-30 18:16 UTC  (13+ messages)

[PATCH] [v3] x86: apic: avoid -Wshadow warning in header
 2020-10-30 14:06 UTC 

[PATCH v2 33/39] docs: ABI: stable: remove a duplicated documentation
 2020-10-30  7:40 UTC 

[PATCH 32/33] docs: ABI: stable: remove a duplicated documentation
 2020-10-28 14:57 UTC  (2+ messages)

[PATCH RFC v1 00/18] Introducing Linux root partition support for Microsoft Hypervisor
 2020-10-27 13:56 UTC  (12+ messages)
` [PATCH RFC v1 07/18] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
` [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 1/1] x86/hyperv: Clarify comment on x2apic mode
 2020-10-26 16:29 UTC  (2+ messages)

[PATCH v2 0/5] mm: place pages to the freelist tail when onlining and undoing isolation
 2020-10-21 10:58 UTC  (8+ messages)
` [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 5/5] mm/memory_hotplug: update comment regarding zone shuffling

[PATCH v1] hv_balloon: disable warning when floor reached
 2020-10-19 13:42 UTC  (10+ messages)

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-10-19  7:39 UTC  (3+ messages)

[GIT PULL] Hyper-V commits for 5.10, part 2
 2020-10-15 23:08 UTC  (2+ messages)

[GIT PULL] Hyper-V commits for 5.10
 2020-10-14 17:37 UTC  (2+ messages)

[PATCH 0/2] x86/hyperv: fix kexec/kdump hang on some VMs
 2020-10-14  9:24 UTC  (3+ messages)
` [PATCH 1/2] x86/kexec: Use up-to-dated screen_info copy to fill boot params
` [PATCH 2/2] hyperv_fb: Update screen_info after removing old framebuffer

[PATCH v2 1/2] x86/hyper-v: guard against cpu mask changes in hyperv_flush_tlb_others()
 2020-10-13  9:25 UTC  (2+ messages)

[PATCH 0/9] Remove irq_remapping_get_irq_domain()
 2020-10-13  8:11 UTC  (10+ messages)
  ` [PATCH 1/9] genirq/irqdomain: Implement get_name() method on irqchip fwnodes
  ` [PATCH 2/9] x86/apic: Add select() method on vector irqdomain
  ` [PATCH 3/9] iommu/amd: Implement select() method on remapping irqdomain
  ` [PATCH 4/9] iommu/vt-d: "
  ` [PATCH 5/9] iommu/hyper-v: "
  ` [PATCH 6/9] x86/hpet: Use irq_find_matching_fwspec() to find "
  ` [PATCH 7/9] x86/ioapic: "
  ` [PATCH 8/9] x86: Kill all traces of irq_remapping_get_irq_domain()
  ` [PATCH 9/9] iommu/vt-d: Simplify intel_irq_remapping_select()

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-10-09  9:24 UTC  (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable

[PATCH 0/13] Fix per-domain IRQ affinity, allow >255 CPUs on x86 without IRQ remapping
 2020-10-09  7:54 UTC  (13+ messages)
` [PATCH 01/13] x86/apic: Use x2apic in guest kernels even with unusable CPUs
  ` [PATCH 07/13] irqdomain: Add max_affinity argument to irq_domain_alloc_descs()


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