linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 15:05:48 to 2020-12-02 19:20:52 UTC [more...]

[PATCH 1/2] x86: make vmware support optional
 2020-12-02 19:17 UTC  (5+ messages)
` [PATCH 2/2] x86: make hyperv "

[PATCH 0/2] hv_balloon: hide ballooned out memory in stats
 2020-12-02 16:12 UTC  (3+ messages)
` [PATCH 1/2] hv_balloon: simplify math in alloc_balloon_pages()
` [PATCH 2/2] hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooning

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

[PATCH v2 0/7] Drivers: hv: vmbus: More VMBus-hardening changes
 2020-12-02 14:14 UTC  (12+ messages)
` [PATCH v2 1/7] Drivers: hv: vmbus: Initialize memory to be sent to the host
` [PATCH v2 2/7] Drivers: hv: vmbus: Avoid double fetch of msgtype in vmbus_on_msg_dpc()
` [PATCH v2 3/7] Drivers: hv: vmbus: Avoid double fetch of payload_size "
` [PATCH v2 4/7] Drivers: hv: vmbus: Copy the hv_message object "
` [PATCH v2 5/7] Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()
` [PATCH v2 6/7] Drivers: hv: vmbus: Resolve race condition "
` [PATCH v2 7/7] Drivers: hv: vmbus: Do not allow overwriting vmbus_connection.channels[]

[PATCH 1/7] net: 8021q: remove unneeded MODULE_VERSION() usage
 2020-12-02 12:49 UTC  (7+ messages)
` [PATCH 2/7] net: batman-adv: "
` [PATCH 3/7] net: ipv4: "
` [PATCH 4/7] net: bluetooth: "
` [PATCH 5/7] net: bridge: "
` [PATCH 6/7] net: vmw_vsock: "
` [PATCH 7/7] net: tipc: "

[PATCH v3 4/6] drivers: hv: vmbus: Fix checkpatch SPLIT_STRING
 2020-12-02 11:55 UTC  (4+ messages)

[PATCH] iommu/hyper-v: Fix panic on a host without the 15-bit APIC ID support
 2020-12-02  9:56 UTC  (3+ messages)

[PATCH] scsi: storvsc: Fix error return in storvsc_probe()
 2020-12-01  6:06 UTC  (3+ messages)

[PATCH] scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()
 2020-12-01  6:06 UTC  (2+ messages)

[PATCH] Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL_RESPONSE message type
 2020-11-30 23:08 UTC  (3+ messages)

[PATCH 1/6] seq_file: add seq_read_iter
 2020-11-27 16:29 UTC  (17+ messages)

[PATCH 0/2] x86/hyperv: fix kexec/kdump hang on some VMs
 2020-11-25 23:39 UTC  (4+ messages)
` [PATCH 1/2] x86/kexec: Use up-to-dated screen_info copy to fill boot params

[PATCH 0/6] Add improvements suggested by checkpatch for vmbus_drv
 2020-11-25  3:14 UTC  (19+ messages)
` [PATCH 1/6] drivers: hv: Fix hyperv_record_panic_msg path on comment
` [PATCH 2/6] drivers: hv: vmbus: Replace symbolic permissions by octal permissions
` [PATCH 3/6] drivers: hv: vmbus: Fix checkpatch LINE_SPACING
` [PATCH 4/6] drivers: hv: vmbus: Fix checkpatch SPLIT_STRING
` [PATCH 5/6] drivers: hv: vmbus: Fix unnecessary OOM_MESSAGE
` [PATCH 6/6] drivers: hv: vmbus: Fix call msleep using < 20ms

[PATCH] x86/Hyper-V: Support for free page reporting
 2020-11-25  2:28 UTC  (2+ messages)

[PATCH v2 4/6] drivers: hv: vmbus: Fix checkpatch SPLIT_STRING
 2020-11-25  2:14 UTC 

[PATCH 0/6] Drivers: hv: vmbus: More VMBus-hardening changes
 2020-11-24 19:54 UTC  (9+ messages)
` [PATCH 1/6] Drivers: hv: vmbus: Initialize memory to be sent to the host
` [PATCH 2/6] Drivers: hv: vmbus: Avoid double fetch of msgtype in vmbus_on_msg_dpc()
` [PATCH 3/6] Drivers: hv: vmbus: Avoid double fetch of payload_size "
` [PATCH 4/6] Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()
` [PATCH 5/6] Drivers: hv: vmbus: Resolve race condition "
` [PATCH 6/6] Drivers: hv: vmbus: Do not allow overwriting vmbus_connection.channels[]

[PATCH] hv_netvsc: Validate number of allocated sub-channels
 2020-11-24 16:22 UTC  (4+ messages)

[RFC PATCH 00/18] Microsoft Hypervisor root partition ioctl interface
 2020-11-24 16:18 UTC  (21+ messages)
` [RFC PATCH 01/18] x86/hyperv: convert hyperv statuses to linux error codes
` [RFC PATCH 02/18] asm-generic/hyperv: convert hyperv statuses to strings
` [RFC PATCH 03/18] virt/mshv: minimal mshv module (/dev/mshv/)
` [RFC PATCH 04/18] virt/mshv: request version ioctl
` [RFC PATCH 05/18] virt/mshv: create partition ioctl
` [RFC PATCH 06/18] virt/mshv: create, initialize, finalize, delete partition hypercalls
` [RFC PATCH 07/18] virt/mshv: withdraw memory hypercall
` [RFC PATCH 08/18] virt/mshv: map and unmap guest memory
` [RFC PATCH 09/18] virt/mshv: create vcpu ioctl
` [RFC PATCH 10/18] virt/mshv: get and set vcpu registers ioctls
` [RFC PATCH 11/18] virt/mshv: set up synic pages for intercept messages
` [RFC PATCH 12/18] virt/mshv: run vp ioctl and isr
` [RFC PATCH 13/18] virt/mshv: install intercept ioctl
` [RFC PATCH 14/18] virt/mshv: assert interrupt ioctl
` [RFC PATCH 15/18] virt/mshv: get and set vp state ioctls
` [RFC PATCH 16/18] virt/mshv: mmap vp register page
` [RFC PATCH 17/18] virt/mshv: get and set partition property ioctls
` [RFC PATCH 18/18] virt/mshv: Add enlightenment bits to create partition ioctl

[PATCH] video: hyperv_fb: Directly use the MMIO VRAM
 2020-11-24 10:28 UTC  (4+ messages)

[GIT PULL] Hyper-V fixes for 5.10-rc6
 2020-11-23 23:35 UTC  (2+ messages)

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23 17:06 UTC  (17+ messages)

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-11-23 13:43 UTC  (6+ messages)
` [PATCH v2 06/12] x86/paravirt: switch time pvops functions to use static_call()

[PATCH] video: hyperv_fb: Fix the cache type when mapping the VRAM
 2020-11-18 21:10 UTC  (4+ messages)

[PATCH v2] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2020-11-18 16:25 UTC  (2+ messages)

[PATCH v4] hv_utils: Add validation for untrusted Hyper-V values
 2020-11-18 16:24 UTC  (2+ messages)

[PATCH 1/2] x86: make vmware support optional
 2020-11-17 20:21 UTC  (2+ messages)
` [PATCH 2/2] x86: make hyperv "

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

Corporate and Personal Loan::,
 2020-11-13 10:31 UTC 

Corporate and Personal Loan::,
 2020-11-13 16:08 UTC 

[GIT PULL] Hyper-V fixes for 5.10-rc5
 2020-11-16 23:10 UTC  (2+ messages)

[PATCH v2 00/17] Introducing Linux root partition support for Microsoft Hypervisor
 2020-11-16 11:41 UTC  (24+ messages)
` [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 17/17] x86/hyperv: handle IO-APIC when running as root

Corporate and Personal Loan *
 2020-11-15 16:44 UTC 


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