linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-04 01:49:42 to 2022-05-13 10:11:47 UTC [more...]

[PATCH v2 0/2] PCI: hv: Hardening changes
 2022-05-13 10:11 UTC  (5+ messages)
` [PATCH v2 1/2] PCI: hv: Add validation for untrusted Hyper-V values
` [PATCH v2 2/2] PCI: hv: Fix synchronization between channel callback and hv_pci_bus_exit()

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-12 21:47 UTC  (58+ 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 06/32] iwlwifi: calib: Prepare to use mem_to_flex_dup()
` [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 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-12 14:03 UTC  (63+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED and remove useless header
` [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 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 17/30] tracing: Improve "
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 22/30] panic: Introduce the panic post-reboot notifier list
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path

[PATCH v2 2/2] PCI: hv: Fix interrupt mapping for multi-MSI
 2022-05-11 18:38 UTC  (3+ messages)

[PATCH v2 0/2] hyperv compose_msi_msg fixups
 2022-05-11 17:53 UTC  (3+ messages)

[PATCH v2 1/2] PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()
 2022-05-11 15:23 UTC 

[PATCH 0/2] hyperv compose_msi_msg fixups
 2022-05-11 15:21 UTC  (14+ messages)
` [PATCH 1/2] PCI: hv: Reuse existing ITRE allocation in compose_msi_msg()
` [PATCH 2/2] PCI: hv: Fix interrupt mapping for multi-MSI

[PATCH 1/1] x86/hyperv: Disable hardlockup detector by default in Hyper-V guests
 2022-05-11 14:42 UTC  (2+ messages)

[PATCH 0/4] Remove support for Hyper-V 2008 and 2008R2/Win7
 2022-05-11 14:42 UTC  (7+ messages)
` [PATCH 4/4] drm/hyperv: "

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-05-11 12:19 UTC  (70+ messages)
` [PATCH v3 01/34] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v3 02/34] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH v3 03/34] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v3 04/34] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v3 05/34] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v3 06/34] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v3 07/34] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v3 08/34] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v3 09/34] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v3 10/34] KVM: x86: hyper-v: Create a separate ring for L2 TLB flush
` [PATCH v3 11/34] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v3 12/34] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v3 13/34] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v3 14/34] KVM: x86: Introduce .post_hv_l2_tlb_flush() nested hook
` [PATCH v3 15/34] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v3 16/34] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v3 17/34] KVM: x86: hyper-v: Introduce fast kvm_hv_l2_tlb_flush_exposed() check
` [PATCH v3 18/34] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v3 19/34] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v3 20/34] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too
` [PATCH v3 21/34] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v3 22/34] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v3 23/34] KVM: selftests: Better XMM read/write helpers
` [PATCH v3 24/34] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v3 25/34] KVM: selftests: Make it possible to replace PTEs with __virt_pg_map()
` [PATCH v3 26/34] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v3 27/34] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v3 28/34] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v3 29/34] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH v3 30/34] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH v3 31/34] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v3 32/34] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v3 33/34] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
` [PATCH v3 34/34] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'

[PATCH] swiotlb: Max mapping size takes min align mask into account
 2022-05-11  6:02 UTC  (4+ messages)

[PATCH] x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM
 2022-05-10  3:07 UTC  (5+ messages)

[RFC PATCH V2 0/2] swiotlb: Add child io tlb mem support
 2022-05-09 11:49 UTC  (2+ messages)

[PATCH] hv: hv_balloon: Fixed an issue in the earor handling code if probe failed
 2022-05-07 15:13 UTC  (2+ messages)

Should arm64 have a custom crash shutdown handler?
 2022-05-06 11:01 UTC  (13+ messages)

[PATCH 0/2] PCI: hv: (More) Hardening changes
 2022-05-06  7:47 UTC  (6+ messages)
` [PATCH 1/2] PCI: hv: Add validation for untrusted Hyper-V values
` [PATCH 2/2] PCI: hv: Fix synchronization between channel callback and hv_pci_bus_exit()

[PATCH net-next 1/2] net: switch to netif_napi_add_tx()
 2022-05-06  1:20 UTC  (6+ messages)

[PATCH] video: hyperv_fb: Allow resolutions with size > 64 MB for Gen1
 2022-05-04 17:05 UTC  (4+ 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).