messages from 2022-05-11 20:24:25 to 2022-05-25 09:05:19 UTC [more...]
[PATCH v4 00/37] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-05-25 9:01 UTC (21+ 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 27/37] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
[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 (46+ messages)
` [PATCH v3 02/34] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH v3 04/34] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v3 09/34] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v3 11/34] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [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 17/34] KVM: x86: hyper-v: Introduce fast kvm_hv_l2_tlb_flush_exposed() check
` [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 26/34] KVM: selftests: Hyper-V PV TLB flush selftest
[PATCH 00/30] The panic notifiers refactor
2022-05-24 14:44 UTC (85+ messages)
` [PATCH 05/30] misc/pvpanic: Convert regular spinlock into trylock on panic path
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [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 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
Hyper-V: Question about initializing hypercall interface
2022-05-24 5:43 UTC (3+ messages)
[PATCH v2] scsi: storvsc: Removing Pre Win8 related logic
2022-05-24 4:48 UTC (3+ messages)
[PATCH v2] hv_balloon: Fix balloon_probe() and balloon_remove() error handling
2022-05-24 0:29 UTC (2+ messages)
[PATCH v2] drm/hyperv : Removing the restruction of VRAM allocation with PCI bar size
2022-05-21 14:23 UTC
[PATCH] Drivers: hv: vmbus: fix typo in comment
2022-05-21 11:11 UTC
[PATCH] hv_netvsc: Fix potential dereference of NULL pointer
2022-05-21 1:00 UTC (3+ messages)
[PATCH] scsi: storvsc: Removing Pre Win8 related logic
2022-05-20 19:22 UTC (3+ messages)
[PATCH] drm/hyperv : Removing the restruction of VRAM allocation with PCI bar size
2022-05-20 16:12 UTC (3+ messages)
[PATCH 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
2022-05-19 21:42 UTC (35+ messages)
` [PATCH 01/12] net: mana: Add support for auxiliary device
` [PATCH 02/12] net: mana: Record the physical address for doorbell page region
` [PATCH 03/12] net: mana: Handle vport sharing between devices
` [PATCH 04/12] net: mana: Add functions for allocating doorbell page from GDMA
` [PATCH 05/12] net: mana: Set the DMA device max page size
` [EXTERNAL] "
` [PATCH 06/12] net: mana: Define data structures for protection domain and memory registration
` [PATCH 07/12] net: mana: Export Work Queue functions for use by RDMA driver
` [PATCH 08/12] net: mana: Record port number in netdev
` [PATCH 09/12] net: mana: Move header files to a common location
` [PATCH 10/12] net: mana: Define max values for SGL entries
` [PATCH 11/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [PATCH 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
[PATCH] video: hyperv_fb: Allow resolutions with size > 64 MB for Gen1
2022-05-19 9:08 UTC (6+ messages)
Proposal
2022-05-17 15:24 UTC
[PATCH] swiotlb: Max mapping size takes min align mask into account
2022-05-17 9:22 UTC (2+ messages)
[RFC PATCH V2 0/2] swiotlb: Add child io tlb mem support
2022-05-16 13:08 UTC (4+ messages)
` [RFC PATCH V2 1/2] swiotlb: Add Child IO TLB "
[PATCH v2 0/2] PCI: hv: Hardening changes
2022-05-13 16:58 UTC (7+ 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-13 15:44 UTC (5+ messages)
` [PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl
[PATCH] hv_balloon: Fix balloon_probe() and balloon_remove() error handling
2022-05-13 14:53 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).