messages from 2022-05-24 01:02:32 to 2022-06-07 10:03:02 UTC [more...]
[PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-06-07 10:02 UTC (50+ messages)
` [PATCH v6 01/38] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v6 02/38] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v6 03/38] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v6 04/38] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v6 06/38] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v6 07/38] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v6 08/38] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v6 09/38] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v6 10/38] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v6 11/38] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v6 12/38] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v6 13/38] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v6 14/38] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v6 15/38] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v6 16/38] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v6 17/38] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v6 18/38] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v6 19/38] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v6 20/38] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v6 21/38] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v6 22/38] KVM: nSVM: "
` [PATCH v6 23/38] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v6 24/38] KVM: selftests: Better XMM read/write helpers
` [PATCH v6 25/38] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v6 26/38] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v6 27/38] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v6 28/38] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v6 29/38] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v6 30/38] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v6 31/38] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v6 32/38] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v6 33/38] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v6 34/38] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH v6 35/38] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH v6 36/38] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v6 37/38] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v6 38/38] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
[PATCH] clocksource: hyper-v: unexport __init-annotated hv_init_clocksource()
2022-06-06 6:59 UTC (2+ messages)
[PATCH] Drivers: hv: Fix syntax errors in comments
2022-06-05 8:55 UTC
[PATCH V2] x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM
2022-06-02 11:05 UTC
cleanup swiotlb initialization v8
2022-06-01 18:40 UTC (8+ messages)
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful
[PATCH] scsi: storvsc: Enabling WRITE_SAME
2022-05-31 13:18 UTC (2+ messages)
[PATCH v5 00/37] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-05-31 12:18 UTC (39+ messages)
` [PATCH v5 01/37] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v5 02/37] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v5 03/37] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v5 04/37] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v5 05/37] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v5 06/37] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v5 07/37] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v5 08/37] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v5 09/37] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v5 10/37] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v5 11/37] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v5 12/37] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v5 13/37] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v5 14/37] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v5 15/37] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v5 16/37] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v5 17/37] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v5 18/37] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v5 19/37] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v5 20/37] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v5 21/37] KVM: nSVM: "
` [PATCH v5 22/37] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v5 23/37] KVM: selftests: Better XMM read/write helpers
` [PATCH v5 24/37] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v5 25/37] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v5 26/37] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v5 27/37] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v5 28/37] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v5 29/37] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v5 30/37] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v5 31/37] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v5 32/37] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v5 33/37] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH v5 34/37] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH v5 35/37] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v5 36/37] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v5 37/37] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
[RFC PATCH V2 0/2] swiotlb: Add child io tlb mem support
2022-05-31 7:16 UTC (4+ messages)
` [RFC PATCH V2 1/2] swiotlb: Add Child IO TLB "
Hyper-V: Question about initializing hypercall interface
2022-05-30 5:56 UTC (4+ messages)
Should arm64 have a custom crash shutdown handler?
2022-05-30 1:51 UTC (10+ messages)
[GIT PULL] Hyper-V next for 5.19
2022-05-28 18:43 UTC (2+ messages)
[PATCH v2] Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs
2022-05-28 16:07 UTC (4+ messages)
[RESEND PATCH v2] Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs
2022-05-28 13:11 UTC (2+ messages)
[RFC PATCH V3 0/2] swiotlb: Add child io tlb mem support
2022-05-27 12:20 UTC (4+ messages)
` [RFC PATCH V3 1/2] swiotlb: Add Child IO TLB "
` [RFC PATCH V3 2/2] net: netvsc: Allocate per-device swiotlb bounce buffer for netvsc
[PATCH v4 00/37] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-05-27 11:43 UTC (41+ messages)
` [PATCH v4 01/37] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v4 02/37] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v4 03/37] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v4 04/37] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v4 05/37] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v4 06/37] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v4 07/37] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v4 08/37] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v4 09/37] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v4 10/37] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v4 11/37] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v4 12/37] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v4 13/37] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v4 14/37] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v4 15/37] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v4 16/37] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v4 17/37] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v4 18/37] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v4 19/37] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v4 20/37] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v4 21/37] KVM: nSVM: "
` [PATCH v4 22/37] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v4 23/37] KVM: selftests: Better XMM read/write helpers
` [PATCH v4 24/37] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v4 25/37] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v4 26/37] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v4 27/37] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v4 28/37] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v4 29/37] KVM: selftests: Export _vm_get_page_table_entry() and struct pageTableEntry/pageUpperEntry definitions
` [PATCH v4 30/37] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v4 31/37] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v4 32/37] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v4 33/37] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH v4 34/37] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH v4 35/37] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v4 36/37] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v4 37/37] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
[PATCH 5.15 012/145] random: remove unused irq_flags argument from add_interrupt_randomness()
2022-05-27 8:48 UTC
[PATCH 5.10 030/163] random: remove unused irq_flags argument from add_interrupt_randomness()
2022-05-27 8:48 UTC
[PATCH] Drivers: hv: vmbus: Adding isolated cpu support for channel interrupts mapping
2022-05-27 4:30 UTC (3+ messages)
[PATCH 00/30] The panic notifiers refactor
2022-05-26 16:25 UTC (21+ messages)
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 24/30] panic: Refactor the panic path
[PATCH v2] hv_balloon: Fix balloon_probe() and balloon_remove() error handling
2022-05-26 10:05 UTC (3+ messages)
[PATCH v4] scsi: storvsc: Removing Pre Win8 related logic
2022-05-26 10:03 UTC (3+ messages)
[PATCH] Drivers: hv: vmbus: fix typo in comment
2022-05-26 10:01 UTC (2+ messages)
[Patch v2 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
2022-05-24 18:41 UTC (16+ messages)
` [Patch v2 01/12] net: mana: Add support for auxiliary device
` [Patch v2 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v2 03/12] net: mana: Handle vport sharing between devices
` [Patch v2 04/12] net: mana: Add functions for allocating doorbell page from GDMA
` [Patch v2 05/12] net: mana: Set the DMA device max segment size
` [Patch v2 06/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v2 07/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v2 08/12] net: mana: Record port number in netdev
` [Patch v2 09/12] net: mana: Move header files to a common location
` [Patch v2 10/12] net: mana: Define max values for SGL entries
` [Patch v2 11/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v2 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
[PATCH] scsi: storvsc: fix typo in comment
2022-05-24 18:11 UTC (3+ messages)
[PATCH v3] scsi: storvsc: Removing Pre Win8 related logic
2022-05-24 15:14 UTC (5+ messages)
[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
2022-05-24 14:51 UTC (4+ messages)
` [PATCH v3 26/34] KVM: selftests: Hyper-V PV TLB flush selftest
[PATCH v2] scsi: storvsc: Removing Pre Win8 related logic
2022-05-24 4:48 UTC (3+ 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).