linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-14 13:34:11 to 2022-04-29 13:24:02 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-04-29 13:23 UTC  (41+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 02/30] ARM: kexec: Disable IRQs/FIQs also on crash CPUs shutdown path
` [PATCH 03/30] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 06/30] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 13/30] s390/consoles: Improve panic notifiers reliability
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 17/30] tracing: Improve panic/die notifiers
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier
` [PATCH 26/30] Drivers: hv: Do not force all panic notifiers to execute before kdump
` [PATCH 27/30] powerpc: "
` [PATCH 28/30] panic: Unexport crash_kexec_post_notifiers
` [PATCH 29/30] powerpc: ps3, pseries: Avoid duplicate call to kmsg_dump() on panic
` [PATCH 30/30] um: Avoid duplicate call to kmsg_dump()

[PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-29 12:29 UTC  (18+ messages)
` [PATCH v7 01/12] driver: platform: Add helper for safer setting of driver_override
` [PATCH v7 02/12] amba: Use driver_set_override() instead of open-coding
` [PATCH v7 03/12] fsl-mc: "
` [PATCH v7 04/12] hv: "
` [PATCH v7 05/12] PCI: "
` [PATCH v7 06/12] s390/cio: "
` [PATCH v7 07/12] spi: Use helper for safer setting of driver_override
` [PATCH v7 08/12] vdpa: "
` [PATCH v7 09/12] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v7 10/12] slimbus: qcom-ngd: "
` [PATCH v7 11/12] rpmsg: Constify local variable in field store macro
` [PATCH v7 12/12] rpmsg: Fix kfree() of static memory on setting driver_override

[PATCH] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-04-29 10:15 UTC  (3+ messages)

[PATCH] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-04-29  9:43 UTC  (9+ messages)
        ` [EXTERNAL] "

[PATCH] hv: hv_balloon: Fixed an issue in the earor handling code if probe failed
 2022-04-29  9:36 UTC 

[RFC PATCH 0/2] swiotlb: Introduce swiotlb device allocation function
 2022-04-28 16:59 UTC  (14+ messages)
` [RFC PATCH 1/2] swiotlb: Split up single swiotlb lock
` [RFC PATCH 2/2] Swiotlb: Add device bounce buffer allocation interface

[PATCH] PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI
 2022-04-28 15:15 UTC  (8+ messages)

[PATCH hyperv-next v2 0/5] hv_sock: Hardening changes
 2022-04-28 15:04 UTC  (7+ messages)
` [PATCH hyperv-next v2 1/5] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [PATCH hyperv-next v2 2/5] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [PATCH hyperv-next v2 3/5] hv_sock: Add validation for untrusted Hyper-V values
` [PATCH hyperv-next v2 4/5] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [PATCH hyperv-next v2 5/5] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

[PATCH v2 0/5] hv_sock: Hardening changes
 2022-04-28 14:56 UTC  (10+ messages)
` [PATCH v2 1/5] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [PATCH v2 2/5] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [PATCH v2 3/5] hv_sock: Add validation for untrusted Hyper-V values
` [PATCH v2 4/5] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [PATCH v2 5/5] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

[PATCH] video: hyperv_fb: Allow resolutions with size > 64 MB for Gen1
 2022-04-28 14:37 UTC  (3+ messages)

[PATCH v2 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-27 19:24 UTC  (6+ messages)
` [PATCH v2 1/2] kernel: add platform_has() infrastructure
` [PATCH v2 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-27 14:14 UTC  (18+ messages)
` [PATCH 1/2] kernel: add platform_has() infrastructure
` [PATCH 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-04-25 19:16 UTC  (7+ messages)
` [PATCH v3 07/34] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v3 09/34] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()

[PATCH v2] PCI: hv: Fix multi-MSI to allow more than one MSI vector
 2022-04-25 16:52 UTC  (5+ messages)

[PATCH v2 0/6] PCI: hv: VMbus requestor and related fixes
 2022-04-25 16:51 UTC  (12+ messages)
` [PATCH v2 1/6] Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero
` [PATCH v2 2/6] PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardening
` [PATCH v2 3/6] Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()
` [PATCH v2 4/6] Drivers: hv: vmbus: Introduce vmbus_request_addr_match()
` [PATCH v2 5/6] Drivers: hv: vmbus: Introduce {lock,unlock}_requestor()
` [PATCH v2 6/6] PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg()

[PATCH 1/1] Drivers: hv: vmbus: Add VMbus IMC device to unsupported list
 2022-04-25 15:31 UTC  (2+ messages)

[PATCH 0/5] hv_sock: Hardening changes
 2022-04-21 16:14 UTC  (17+ messages)
` [PATCH 1/5] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [PATCH 2/5] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [PATCH 3/5] hv_sock: Add validation for untrusted Hyper-V values
` [PATCH 4/5] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [PATCH 5/5] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

propagating vmgenid outward and upward
 2022-04-19 16:43 UTC  (6+ messages)

[RFC PATCH 0/6] hv_sock: Hardening changes
 2022-04-15 17:05 UTC  (23+ messages)
` [RFC PATCH 1/6] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [RFC PATCH 2/6] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [RFC PATCH 4/6] hv_sock: Initialize send_buf in hvs_stream_enqueue()
` [RFC PATCH 5/6] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [RFC PATCH 6/6] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

[PATCH 4.19 003/338] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2022-04-14 16:02 UTC  (2+ messages)

[PATCH 5.4 004/475] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2022-04-14 15:47 UTC  (3+ 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).