messages from 2022-07-08 14:42:38 to 2022-07-20 23:00:18 UTC [more...]
[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
2022-07-20 23:00 UTC (21+ 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 04/13] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH v2 05/13] alpha: Clean-up the panic notifier code
` [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering
` [PATCH v2 07/13] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH v2 08/13] tracing: Improve panic/die notifiers
` [PATCH v2 09/13] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [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
` [PATCH v2 13/13] panic: Fixes the panic_print NMI backtrace setting
[PATCH V4] swiotlb: Split up single swiotlb lock
2022-07-20 6:23 UTC (5+ messages)
[PATCH][next] Drivers: hv: Fix spelling mistake "total_pages_commited" -> "total_pages_committed"
2022-07-18 11:19 UTC (2+ messages)
[PATCH v2 0/3] Documentation: hyperv: Add basic info on Hyper-V enlightenments
2022-07-17 23:14 UTC (7+ messages)
` [PATCH v2 1/3] Documentation: hyperv: Add overview of "
` [PATCH v2 2/3] Documentation: hyperv: Add overview of VMbus
` [PATCH v2 3/3] Documentation: hyperv: Add overview of clocks and timers
[PATCH v2] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
2022-07-14 16:09 UTC (3+ messages)
[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-07-14 13:49 UTC (40+ messages)
` [PATCH v8 01/39] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v8 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v8 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v8 04/39] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v8 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v8 06/39] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v8 07/39] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v8 08/39] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v8 09/39] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v8 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v8 11/39] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v8 12/39] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v8 13/39] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v8 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v8 15/39] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v8 16/39] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v8 17/39] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v8 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v8 19/39] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v8 20/39] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v8 21/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v8 22/39] KVM: nSVM: "
` [PATCH v8 23/39] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v8 24/39] KVM: selftests: Better XMM read/write helpers
` [PATCH v8 25/39] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v8 26/39] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v8 27/39] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v8 28/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v8 29/39] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v8 30/39] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v8 31/39] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v8 32/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v8 34/39] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH v8 35/39] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH v8 36/39] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v8 37/39] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v8 38/39] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
` [PATCH v8 39/39] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
[PATCH v7 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-07-14 13:31 UTC (3+ messages)
[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-07-14 10:07 UTC (31+ messages)
` [PATCH v4 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v4 02/25] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v4 03/25] x86/hyperv: Update "
` [PATCH v4 04/25] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v4 05/25] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v4 06/25] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v4 07/25] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v4 08/25] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v4 10/25] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v4 11/25] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v4 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v4 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v4 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v4 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v4 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v4 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v4 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v4 19/25] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v4 20/25] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v4 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v4 22/25] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v4 23/25] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v4 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v4 25/25] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR
[PATCH v3 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-07-13 15:45 UTC (54+ messages)
` [PATCH v3 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v3 02/25] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v3 03/25] x86/hyperv: Update "
` [PATCH v3 04/25] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v3 05/25] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v3 06/25] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v3 07/25] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v3 08/25] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v3 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v3 10/25] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v3 11/25] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v3 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v3 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v3 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v3 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v3 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v3 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v3 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v3 19/25] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v3 20/25] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v3 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v3 22/25] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v3 23/25] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v3 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v3 25/25] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR
[PATCH v1 1/1] Create debugfs file with hyper-v balloon usage information
2022-07-13 15:19 UTC (6+ messages)
` [PATCH v3 "
[Patch v4 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
2022-07-13 7:36 UTC (37+ messages)
` [Patch v4 01/12] net: mana: Add support for auxiliary device
` [Patch v4 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v4 03/12] net: mana: Handle vport sharing between devices
` [Patch v4 04/12] net: mana: Add functions for allocating doorbell page from GDMA
` [Patch v4 05/12] net: mana: Set the DMA device max segment size
` [Patch v4 06/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v4 07/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v4 08/12] net: mana: Record port number in netdev
` [Patch v4 09/12] net: mana: Move header files to a common location
` [Patch v4 10/12] net: mana: Define max values for SGL entries
` [Patch v4 11/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v4 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
[PATCH v2] drm/hyperv : Removing the restruction of VRAM allocation with PCI bar size
2022-07-11 19:01 UTC (2+ messages)
[PATCH] PCI: hv: Take a const cpumask in hv_compose_msi_req_get_cpu()
2022-07-11 18:58 UTC (3+ messages)
[PATCH v3] Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended
2022-07-11 18:54 UTC (3+ messages)
[PATCH v2] Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended
2022-07-11 1:31 UTC (2+ messages)
[PATCH V3] swiotlb: Split up single swiotlb lock
2022-07-08 16:21 UTC (3+ messages)
[PATCH v1 1/1] Create debugfs file with hyper-v balloon usage information
2022-07-08 15:39 UTC (3+ messages)
` [PATCH v2 "
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).