linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-27 12:37:43 to 2022-05-04 03:37:43 UTC [more...]

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-04  3:37 UTC  (36+ messages)
` [PATCH 01/32] netlink: Avoid memcpy() across flexible array boundary
` [PATCH 02/32] Introduce flexible array struct memcpy() helpers
` [PATCH 03/32] flex_array: Add Kunit tests
` [PATCH 04/32] fortify: Add run-time WARN for cross-field memcpy()
` [PATCH 05/32] brcmfmac: Use mem_to_flex_dup() with struct brcmf_fweh_queue_item
` [PATCH 06/32] iwlwifi: calib: Prepare to use mem_to_flex_dup()
` [PATCH 07/32] iwlwifi: calib: Use mem_to_flex_dup() with struct iwl_calib_result
` [PATCH 08/32] iwlwifi: mvm: Use mem_to_flex_dup() with struct ieee80211_key_conf
` [PATCH 09/32] p54: Use mem_to_flex_dup() with struct p54_cal_database
` [PATCH 10/32] wcn36xx: Use mem_to_flex_dup() with struct wcn36xx_hal_ind_msg
` [PATCH 11/32] nl80211: Use mem_to_flex_dup() with struct cfg80211_cqm_config
` [PATCH 12/32] cfg80211: Use mem_to_flex_dup() with struct cfg80211_bss_ies
` [PATCH 13/32] mac80211: Use mem_to_flex_dup() with several structs
` [PATCH 14/32] af_unix: Use mem_to_flex_dup() with struct unix_address
` [PATCH 15/32] 802/garp: Use mem_to_flex_dup() with struct garp_attr
` [PATCH 16/32] 802/mrp: Use mem_to_flex_dup() with struct mrp_attr
` [PATCH 17/32] net/flow_offload: Use mem_to_flex_dup() with struct flow_action_cookie
` [PATCH 18/32] firewire: Use __mem_to_flex_dup() with struct iso_interrupt_event
` [PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl
` [PATCH 20/32] ASoC: sigmadsp: Use mem_to_flex_dup() with struct sigmadsp_data
` [PATCH 21/32] soc: qcom: apr: Use mem_to_flex_dup() with struct apr_rx_buf
` [PATCH 22/32] atags_proc: Use mem_to_flex_dup() with struct buffer
` [PATCH 23/32] Bluetooth: Use mem_to_flex_dup() with struct hci_op_configure_data_path
` [PATCH 24/32] IB/hfi1: Use mem_to_flex_dup() for struct tid_rb_node
` [PATCH 25/32] Drivers: hv: utils: Use mem_to_flex_dup() with struct cn_msg
` [PATCH 26/32] ima: Use mem_to_flex_dup() with struct modsig
` [PATCH 27/32] KEYS: Use mem_to_flex_dup() with struct user_key_payload
` [PATCH 28/32] selinux: Use mem_to_flex_dup() with xfrm and sidtab
` [PATCH 29/32] xtensa: Use mem_to_flex_dup() with struct property
` [PATCH 30/32] usb: gadget: f_fs: Use mem_to_flex_dup() with struct ffs_buffer
` [PATCH 31/32] xenbus: Use mem_to_flex_dup() with struct read_buffer
` [PATCH 32/32] esas2r: Use __mem_to_flex() with struct atto_ioctl

[PATCH 00/30] The panic notifiers refactor
 2022-05-03 21:56 UTC  (80+ 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 v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-05-03 15:01 UTC  (6+ messages)
` [PATCH v3 07/34] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants

[PATCH v4] drm/hyperv: Add error message for fb size greater than allocated
 2022-05-03 15:08 UTC  (4+ messages)

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH 0/4] Remove support for Hyper-V 2008 and 2008R2/Win7
 2022-05-03 12:30 UTC  (7+ messages)
` [PATCH 1/4] Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7
` [PATCH 2/4] scsi: storvsc: Remove support for Hyper-V 2008 and 2008R2/Win7
` [PATCH 3/4] video: hyperv_fb: "
` [PATCH 4/4] drm/hyperv: "

[PATCH v2] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-05-03 10:59 UTC  (2+ messages)

[RFC PATCH V2 0/2] swiotlb: Add child io tlb mem support
 2022-05-02 12:54 UTC  (3+ messages)
` [RFC PATCH V2 1/2] swiotlb: Add Child IO TLB "
` [RFC PATCH V2 2/2] Swiotlb: Add device bounce buffer allocation interface

[PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-29 18:29 UTC  (6+ messages)
  ` [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 15:47 UTC  (3+ messages)

[RFC PATCH 0/2] swiotlb: Introduce swiotlb device allocation function
 2022-04-29 14:25 UTC  (16+ messages)
` [RFC PATCH 1/2] swiotlb: Split up single swiotlb lock
    ` [RFC PATCH] swiotlb: Add Child IO TLB mem support
` [RFC PATCH 2/2] Swiotlb: Add device bounce buffer allocation interface

[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 

[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  (12+ messages)
` [PATCH 2/2] virtio: replace arch_has_restricted_virtio_memory_access()


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