public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-11 10:01:18 to 2022-11-14 09:59:16 UTC [more...]

[PATCH 00/14] KVM: x86: Remove unnecessary exported symbols
 2022-11-14  9:56 UTC  (15+ messages)
` [PATCH 01/14] KVM: x86: Remove unnecessary export of kvm_cpu_has_pending_timer()
` [PATCH 02/14] KVM: x86: Remove unnecessary export of kvm_inject_pending_timer_irqs()
` [PATCH 03/14] KVM: x86: Remove unnecessary export of kvm_get_apic_base()
` [PATCH 04/14] KVM: x86: Remove unnecessary export of kvm_set_apic_base()
` [PATCH 05/14] KVM: x86: Remove unnecessary export of kvm_inject_page_fault()
` [PATCH 06/14] KVM: x86: Remove unnecessary export of kvm_inject_nmi()
` [PATCH 07/14] KVM: x86: Remove unnecessary export of kvm_require_cpl()
` [PATCH 08/14] KVM: x86: Remove unnecessary export of kvm_emulate_as_nop()
` [PATCH 09/14] KVM: x86: Remove unnecessary export of kvm_scale_tsc()
` [PATCH 10/14] KVM: x86: Remove unnecessary export of kvm_vcpu_is_reset_bsp()
` [PATCH 11/14] KVM: x86: Remove unnecessary export of kvm_hv_assist_page_enabled()
` [PATCH 12/14] KVM: x86: Remove unnecessary export of kvm_can_use_hv_timer()
` [PATCH 13/14] KVM: x86: Remove unnecessary export of kvm_lapic_hv_timer_in_use()
` [PATCH 14/14] KVM: x86: Remove unnecessary export of kvm_apic_update_apicv()

[RESEND PATCH 0/6] x86/traps,VMX: implement software based NMI/IRQ dispatch for VMX NMI/IRQ reinjection
 2022-11-14  9:08 UTC  (23+ messages)
` [RESEND PATCH 2/6] x86/traps: add a system interrupt table for system interrupt dispatch
` [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-14  8:25 UTC  (15+ messages)
` [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
` [PATCH v4 08/17] iommufd: Algorithms for PFN storage
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v4 10/17] iommufd: IOCTLs for the io_pagetable
` [PATCH v4 12/17] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v4 13/17] iommufd: Add kAPI toward external drivers for kernel access

[PATCHv5 0/8] Virtual NMI feature
 2022-11-14  8:02 UTC  (2+ messages)

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-14  7:49 UTC  (7+ messages)
` [PATCH v10 024/108] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v10 071/108] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v10 072/108] KVM: TDX: restore user ret MSRs

[PATCH] KVM: x86: Remove unnecessary export of kvm_cpu_has_pending_timer()
 2022-11-14  6:50 UTC  (2+ messages)

[RFC] vdpa: clear the device when opening/releasing it
 2022-11-14  4:56 UTC  (3+ messages)

[PATCH v6 00/10] ASID support in vhost-vdpa net
 2022-11-14  4:36 UTC  (27+ messages)
` [PATCH v6 05/10] vdpa: move SVQ vring features check to net/
` [PATCH v6 07/10] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v6 09/10] vdpa: Add listener_shadow_vq to vhost_vdpa
` [PATCH v6 10/10] vdpa: Always start CVQ in SVQ mode

[PATCH 0/6] x86/traps,VMX: implement software based NMI/IRQ dispatch for VMX NMI/IRQ reinjection
 2022-11-14  4:10 UTC  (13+ messages)
` [PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for "

[PATCH v2 0/3] add track_remove_slot and remove track_flush_slot
 2022-11-14  1:05 UTC  (10+ messages)
` [PATCH v2 1/3] KVM: x86: add a new page track hook track_remove_slot
` [PATCH v2 2/3] drm/i915/gvt: switch from track_flush_slot to track_remove_slot
` [PATCH v2 3/3] KVM: x86: Remove the unused page track hook track_flush_slot

[RFC PATCH 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-11-14  1:28 UTC  (4+ messages)
` [RFC PATCH 16/17] x86/sev: Add a #HV exception handler

[patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
 2022-11-13 20:34 UTC  (2+ messages)
` [patch 09/10] vfio/fsl-mc: Remove linux/msi.h include

[PATCH v5 04/20] target/arm: ensure KVM traps set appropriate MemTxAttrs
 2022-11-13 19:52 UTC  (7+ messages)
` [PATCH v5 13/20] target/i386: add explicit initialisation for MexTxAttrs
` [PATCH v5 15/20] hw/i386: update vapic_write to use MemTxAttrs

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-13 18:20 UTC  (9+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
    ` [PATCH 5/5] s390/uaccess: add cmpxchg_user_key()

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2022-11-13 17:05 UTC  (5+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v7 2/4] KVM: x86: Dirty "
` [PATCH v7 3/4] KVM: arm64: "
` [PATCH v7 4/4] KVM: selftests: Add selftests for dirty quota throttling

[PATCH vfio 00/13] Add migration PRE_COPY support for mlx5 driver
 2022-11-13 16:58 UTC  (4+ messages)
` [PATCH vfio 01/13] vfio: Add an option to get migration data size

[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-13 16:38 UTC  (17+ messages)
` [PATCH v4 01/16] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
` [PATCH v4 02/16] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v4 03/16] KVM: arm64: PMU: Always advertise the CHAIN event
` [PATCH v4 04/16] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
` [PATCH v4 05/16] KVM: arm64: PMU: Narrow the overflow checking when required
` [PATCH v4 06/16] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH v4 07/16] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH v4 08/16] KVM: arm64: PMU: Simplify setting a counter to a specific value
` [PATCH v4 09/16] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
` [PATCH v4 10/16] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v4 11/16] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH v4 12/16] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon "
` [PATCH v4 13/16] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v4 14/16] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
` [PATCH v4 15/16] KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification
` [PATCH v4 16/16] KVM: arm64: PMU: Make kvm_pmc the main data structure

[PATCH] RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
 2022-11-13 13:52 UTC 

[PATCH v3 00/16] KVM: x86: Always use non-compat vcpu_runstate_info size for gfn=>pfn cache
 2022-11-13 13:36 UTC  (6+ messages)
` [PATCH 03/16] KVM: x86: set gfn-to-pfn cache length consistently with VM word size

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-13 10:56 UTC  (12+ messages)
` [PATCH v2 03/14] KVM: arm64: PMU: Always advertise the CHAIN event
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH v3 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-13 10:21 UTC  (8+ messages)
` [PATCH v3 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v3 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[RFC PATCH v3 00/11] virtio/vsock: experimental zerocopy receive
 2022-11-13 10:04 UTC  (13+ messages)
` [RFC PATCH v3 01/11] virtio/vsock: rework packet allocation logic
` [RFC PATCH v3 03/11] af_vsock: add zerocopy receive logic
` [RFC PATCH v3 08/11] test/vsock: rework message bound test

[PATCH] virt/kvm: Replace "unsigned" with "unsigned int"
 2022-11-13  6:46 UTC 

[PATCH v2 0/5] riscv: add PREEMPT_RT support
 2022-11-12 21:40 UTC  (7+ messages)

[PATCH/RFC] virtio_test: A module for testing virtio via userspace
 2022-11-12 16:19 UTC  (2+ messages)

[PATCH v1] MAINTAINERS: Update entries from the Nitro Enclaves section
 2022-11-12 16:17 UTC  (6+ messages)

[PATCH v6 00/26] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-11-12 11:34 UTC  (8+ messages)
` [PATCH v6 12/26] KVM: arm64: Add infrastructure to create and track pKVM instances "

[PATCH 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64
 2022-11-12 10:04 UTC  (5+ messages)
` [PATCH 1/2] KVM: selftests: Allow >1 guest mode in access_tracking_perf_test
` [PATCH 2/2] KVM: selftests: Build access_tracking_perf_test for arm64

[PATCH v10 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-12  9:50 UTC  (11+ messages)
` [PATCH v10 3/7] KVM: Support dirty ring in conjunction with bitmap

[PATCH for-next] KVM: Push dirty information unconditionally to backup bitmap
 2022-11-12  9:43 UTC 

[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging
 2022-11-12  8:17 UTC  (13+ messages)
` [RFC PATCH 01/12] KVM: arm64: Relax WARN check in stage2_make_pte()
` [RFC PATCH 02/12] KVM: arm64: Allow visiting block PTEs in post-order
` [RFC PATCH 03/12] KVM: arm64: Add stage2_create_removed()
` [RFC PATCH 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [RFC PATCH 05/12] arm64: Add a capability for FEAT_BBM level 2
` [RFC PATCH 06/12] KVM: arm64: Split block PTEs without using break-before-make
` [RFC PATCH 07/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [RFC PATCH 08/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [RFC PATCH 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [RFC PATCH 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [RFC PATCH 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [RFC PATCH 12/12] KVM: arm64: Use local TLBI on permission relaxation

[PATCH 0/3] x86/speculation: Support Automatic IBRS
 2022-11-12  0:54 UTC  (9+ messages)
` [PATCH 2/3] "

[RFC PATCH 2/3] KVM: arm64: Allow userspace to trap SMCCC sub-ranges
 2022-11-11 23:39 UTC  (5+ messages)

[PATCH 0/2] KVM: x86/mmu: Use page-track only for... page tracking
 2022-11-11 19:24 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 6.1-rc6
 2022-11-11 18:03 UTC  (2+ messages)

[PATCH v16 0/6] KVM: s390: pv: implement lazy destroy for reboot
 2022-11-11 17:06 UTC  (7+ messages)
` [PATCH v16 1/6] KVM: s390: pv: asynchronous "
` [PATCH v16 2/6] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v16 3/6] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v16 4/6] KVM: s390: pv: avoid export before import if possible
` [PATCH v16 5/6] KVM: s390: pv: support for Destroy fast UVC
` [PATCH v16 6/6] KVM: s390: pv: module parameter to fence asynchronous destroy

[PATCH V4] virt: sev: Prevent IV reuse in SNP guest driver
 2022-11-11 16:46 UTC  (2+ messages)

[PATCH v3 0/3] KVM: allow listener to stop all vcpus before
 2022-11-11 15:47 UTC  (4+ messages)
` [PATCH v3 1/3] accel: introduce accelerator blocker API
` [PATCH v3 2/3] KVM: keep track of running ioctls
` [PATCH v3 3/3] kvm: Atomic memslot updates

[PATCH v5 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-11-11 15:47 UTC  (2+ messages)

Making KMSAN compatible with paravirtualization
 2022-11-11 15:34 UTC  (3+ messages)

[PATCH v2 0/3] KVM: allow listener to stop all vcpus before
 2022-11-11 14:52 UTC  (8+ messages)
` [PATCH v2 1/3] accel: introduce accelerator blocker API
` [PATCH v2 2/3] KVM: keep track of running ioctls
` [PATCH v2 3/3] kvm: Atomic memslot updates

[PATCH v3] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-11-11 12:24 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()
 2022-11-11 12:19 UTC  (2+ messages)

[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2022-11-11 10:26 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: x86/pmu: Rename pmc_is_enabled() to pmc_is_globally_enabled()
` [PATCH v3 2/8] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers
` [PATCH v3 3/8] KVM: x86/pmu: Rewrite reprogram_counters() to improve performance
` [PATCH v3 4/8] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH v3 5/8] KVM: x86/cpuid: Add X86_FEATURE_AMD_PMU_V2 as a KVM-only leaf entry
` [PATCH v3 6/8] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v3 7/8] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
` [PATCH v3 8/8] KVM: x86/cpuid: Use fast return for cpuid "0xa" leaf when !enable_pmu

[PATCH 0/3] add track_remove_slot and remove track_flush_slot
 2022-11-11  9:38 UTC  (2+ messages)
` [PATCH 3/3] KVM: x86: Remove the unused page track hook track_flush_slot


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox