messages from 2022-07-25 18:09:42 to 2022-08-08 12:07:51 UTC [more...]
[PATCH 00/12] drm/format-helper: Move to struct iosys_map
2022-08-08 12:07 UTC (35+ messages)
` [PATCH 01/12] drm/format-helper: Provide drm_fb_blit()
` [PATCH 02/12] drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
` [PATCH 03/12] drm/format-helper: Convert drm_fb_swab() to struct iosys_map
` [PATCH 04/12] drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
` [PATCH 05/12] drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
` [PATCH 06/12] drm/format-helper: Rework XRGB8888-to-RGB888 conversion
` [PATCH 07/12] drm/format-helper: Rework RGB565-to-XRGB8888 conversion
` [PATCH 08/12] drm/format-helper: Rework RGB888-to-XRGB8888 conversion
` [PATCH 09/12] drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
` [PATCH 10/12] drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
` [PATCH 11/12] drm/format-helper: Rework XRGB8888-to-MONO conversion
` [PATCH 12/12] drm/format-helper: Move destination-buffer handling into internal helper
[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
2022-08-08 11:22 UTC (24+ messages)
` [RFC PATCH v3 1/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v3 2/9] hv_sock: disable SO_RCVLOWAT support
` [RFC PATCH v3 3/9] virtio/vsock: use 'target' in notify_poll_in callback
` [RFC PATCH v3 4/9] vmci/vsock: "
` [RFC PATCH v3 5/9] vsock: pass sock_rcvlowat to notify_poll_in as target
` [RFC PATCH v3 6/9] vsock: add API call for data ready
` [RFC PATCH v3 7/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
` [RFC PATCH v3 8/9] vmci/vsock: "
` [RFC PATCH v3 9/9] vsock_test: POLLIN + SO_RCVLOWAT test
[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
2022-08-08 5:07 UTC (22+ messages)
` [PATCH v2 01/13] ARM: Disable FIQs (but not IRQs) on CPUs shutdown paths
` [PATCH v2 02/13] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH v2 03/13] firmware: google: Test spinlock on panic path to avoid lockups
` [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering
` [PATCH v2 08/13] tracing: Improve panic/die notifiers
` [PATCH v2 10/13] EDAC/altera: Skip the panic notifier if kdump is loaded
` [PATCH v2 11/13] video/hyperv_fb: Avoid taking busy spinlock on panic path
` [PATCH v2 12/13] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
[GIT PULL] Hyper-V next patches
2022-08-07 20:44 UTC
[PATCH] drm/hyperv: Fix an error handling path in hyperv_vmbus_probe()
2022-08-05 18:35 UTC (2+ messages)
[PATCH v2] scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq
2022-08-04 16:56 UTC (2+ messages)
[PATCH] scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq
2022-08-04 14:52 UTC (2+ messages)
[PATCH] PCI: hv: Only reuse existing IRTE allocation for Multi-MSI
2022-08-04 14:22 UTC (2+ messages)
[PATCH 1/1] iommu/hyper-v: Use helper instead of directly accessing affinity
2022-08-04 9:03 UTC (9+ messages)
[PATCH] Drivers: hv: vmbus: Optimize vmbus_on_event
2022-08-04 4:04 UTC (4+ messages)
[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-08-03 14:29 UTC (42+ messages)
` [PATCH v9 01/40] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v9 02/40] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v9 03/40] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v9 04/40] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v9 05/40] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v9 06/40] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v9 07/40] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v9 08/40] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v9 09/40] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v9 10/40] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v9 11/40] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v9 12/40] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v9 13/40] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v9 14/40] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v9 15/40] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v9 16/40] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v9 17/40] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v9 18/40] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v9 19/40] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v9 20/40] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v9 21/40] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v9 22/40] KVM: nSVM: "
` [PATCH v9 23/40] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v9 24/40] KVM: selftests: Better XMM read/write helpers
` [PATCH v9 25/40] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v9 26/40] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v9 27/40] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v9 28/40] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v9 29/40] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v9 30/40] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v9 31/40] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v9 32/40] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v9 33/40] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v9 34/40] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v9 35/40] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v9 36/40] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v9 37/40] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v9 38/40] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v9 39/40] KVM: selftests: hyperv_svm_test: "
` [PATCH v9 40/40] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-08-03 13:22 UTC (4+ messages)
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
[Patch v4 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
2022-08-03 2:08 UTC (14+ messages)
` [Patch v4 03/12] net: mana: Handle vport sharing between devices
[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-08-02 16:28 UTC (29+ messages)
` [PATCH v4 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v4 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING in setup_vmcs_config()
` [PATCH v4 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v4 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v4 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
[PATCH v5 00/26] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-08-02 16:07 UTC (27+ messages)
` [PATCH v5 01/26] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v5 02/26] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v5 03/26] x86/hyperv: Update "
` [PATCH v5 04/26] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v5 05/26] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v5 06/26] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v5 07/26] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v5 08/26] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v5 09/26] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v5 10/26] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v5 11/26] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v5 12/26] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v5 13/26] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v5 14/26] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v5 15/26] KVM: VMX: Don't toggle VM_ENTRY_IA32E_MODE for 32-bit kernels/KVM
` [PATCH v5 16/26] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v5 17/26] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v5 18/26] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v5 19/26] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v5 20/26] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v5 21/26] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v5 22/26] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v5 23/26] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v5 24/26] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v5 25/26] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v5 26/26] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR
[RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling
2022-08-02 8:04 UTC (19+ messages)
` [RFC PATCH v2 1/9] vsock: use sk_rcvlowat to set POLLIN/POLLRDNORM
` [RFC PATCH v2 3/9] vmci/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v2 5/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v2 6/9] hv_sock: disable SO_RCVLOWAT support
[PATCH] hyperv_setup_vram() calls vmbus_allocate_mmio(). This must be undone in the error handling path of the probe, as already done in the remove function
2022-07-31 20:00 UTC (2+ messages)
linux-next: Tree for Jul 25 (drivers/iommu/hyperv-iommu.c)
2022-07-25 21:12 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).