messages from 2022-08-30 23:56:00 to 2022-09-01 00:46:38 UTC [more...]
[RFC PATCH v2 00/17] TDX KVM selftests
2022-09-01 0:46 UTC (3+ messages)
` [RFC PATCH v2 03/17] KVM: selftest: Adding TDX life cycle test
[PATCHv4 0/8] Virtual NMI feature
2022-08-31 23:42 UTC (3+ messages)
` [PATCHv4 1/8] x86/cpu: Add CPUID feature bit for VNMI
[PATCH v2 0/4] Allow MMIO regions to be exported through dma-buf
2022-08-31 23:12 UTC (5+ messages)
` [PATCH v2 1/4] dma-buf: Add dma_buf_try_get()
` [PATCH v2 2/4] vfio: Add vfio_device_get()
` [PATCH v2 3/4] vfio_pci: Do not open code pci_try_reset_function()
` [PATCH v2 4/4] vfio/pci: Allow MMIO regions to be exported through dma-buf
[PATCH v2] x86/cpufeatures: Add macros for Intel's new fast rep string features
2022-08-31 21:18 UTC
[PATCH v2 0/8] Break up ioctl dispatch functions to one function per ioctl
2022-08-31 20:16 UTC (9+ messages)
` [PATCH v2 1/8] vfio-pci: Fix vfio_pci_ioeventfd() to return int
` [PATCH v2 2/8] vfio-pci: Break up vfio_pci_core_ioctl() into one function per ioctl
` [PATCH v2 3/8] vfio-pci: Re-indent what was vfio_pci_core_ioctl()
` [PATCH v2 4/8] vfio-pci: Replace 'void __user *' with proper types in the ioctl functions
` [PATCH v2 5/8] vfio: Fold VFIO_GROUP_GET_DEVICE_FD into vfio_group_get_device_fd()
` [PATCH v2 6/8] vfio: Fold VFIO_GROUP_SET_CONTAINER into vfio_group_set_container()
` [PATCH v2 7/8] vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()
` [PATCH v2 8/8] vfio: Split VFIO_GROUP_GET_STATUS into a function
[PATCH v3 0/3] KVM: x86: Intel LBR related perf cleanups
2022-08-31 19:54 UTC (7+ messages)
` [PATCH v3 1/3] perf/x86/core: Remove unnecessary stubs provided for KVM-only helpers
` [PATCH v3 2/3] perf/x86/core: Drop the unnecessary return value from x86_perf_get_lbr()
` [PATCH v3 3/3] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs
[PATCH 00/19] KVM: x86: AVIC and local APIC fixes+cleanups
2022-08-31 19:17 UTC (66+ messages)
` [PATCH 01/19] KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
` [PATCH 02/19] KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
` [PATCH 03/19] Revert "KVM: SVM: Introduce hybrid-AVIC mode"
` [PATCH 04/19] KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
` [PATCH 05/19] KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kick
` [PATCH 06/19] KVM: SVM: Get x2APIC logical dest bitmap from ICRH[15:0], not ICHR[31:16]
` [PATCH 07/19] KVM: SVM: Drop buggy and redundant AVIC "single logical dest" check
` [PATCH 08/19] KVM: SVM: Remove redundant cluster calculation that also creates a shadow
` [PATCH 09/19] KVM: SVM: Drop duplicate calcuation of AVIC/x2AVIC "logical index"
` [PATCH 10/19] KVM: SVM: Document that vCPU ID == APIC ID in AVIC kick fastpatch
` [PATCH 11/19] KVM: SVM: Add helper to perform final AVIC "kick" of single vCPU
` [PATCH 12/19] KVM: x86: Disable APIC logical map if logical ID covers multiple MDAs
` [PATCH 13/19] KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode
` [PATCH 14/19] KVM: x86: Honor architectural behavior for aliased 8-bit APIC IDs
` [PATCH 15/19] KVM: x86: Explicitly skip optimized logical map setup if vCPU's LDR==0
` [PATCH 16/19] KVM: x86: Explicitly track all possibilities for APIC map's logical modes
` [PATCH 17/19] KVM: SVM: Handle multiple logical targets in AVIC kick fastpath
` [PATCH 18/19] KVM: SVM: Ignore writes to Remote Read Data on AVIC write traps
` [PATCH 19/19] Revert "KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu"
[PATCH 0/8] vfio: Split the container code into a clean layer and dedicated file
2022-08-31 18:24 UTC (19+ messages)
` [PATCH 1/8] vfio: Add header guards and includes to drivers/vfio/vfio.h
` [PATCH 2/8] vfio: Rename __vfio_group_unset_container()
` [PATCH 3/8] vfio: Split the container logic into vfio_container_attach_group()
` [PATCH 4/8] vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMU
` [PATCH 5/8] vfio: Split out container code from the init/cleanup functions
` [PATCH 6/8] vfio: Rename vfio_ioctl_check_extension()
` [PATCH 7/8] vfio: Split the register_device ops call into functions
` [PATCH 8/8] vfio: Move container code into drivers/vfio/container.c
[PATCH v2 0/5] riscv: add PREEMPT_RT support
2022-08-31 17:59 UTC (6+ messages)
` [PATCH v2 1/5] RISC-V: KVM: Record number of signal exits as a vCPU stat
` [PATCH v2 2/5] RISC-V: KVM: Use generic guest entry infrastructure
` [PATCH v2 3/5] riscv: select HAVE_POSIX_CPU_TIMERS_TASK_WORK
` [PATCH v2 4/5] riscv: add lazy preempt support
` [PATCH v2 5/5] riscv: Allow to enable RT
[PATCH 0/8] Break up ioctl dispatch functions to one function per ioctl
2022-08-31 17:48 UTC (7+ messages)
` [PATCH 7/8] vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()
[PATCH 00/15] Tidy up vfio_device life cycle
2022-08-31 17:15 UTC (19+ messages)
` [PATCH 01/15] vfio: Add helpers for unifying "
` [PATCH 04/15] vfio/hisi_acc: Use the new device life cycle helpers
` [PATCH 10/15] vfio/fsl-mc: "
` [PATCH 15/15] vfio: Add struct device to vfio_device
[PATCH v4 0/7] Introduce and test masked events
2022-08-31 16:21 UTC (8+ messages)
` [PATCH v4 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
` [PATCH v4 2/7] kvm: x86/pmu: Remove invalid raw events from the pmu event filter
` [PATCH v4 3/7] kvm: x86/pmu: prepare the pmu event filter for masked events
` [PATCH v4 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter
` [PATCH v4 5/7] selftests: kvm/x86: Add flags when creating a "
` [PATCH v4 6/7] selftests: kvm/x86: Add testing for KVM_SET_PMU_EVENT_FILTER
` [PATCH v4 7/7] selftests: kvm/x86: Test masked events
[PATCH linux-next] KVM: selftests: remove redundant variable tsc_val
2022-08-31 16:17 UTC (2+ messages)
[PATCH v2] KVM: s390: Pass initialized arg even if unused
2022-08-31 15:21 UTC (2+ messages)
[PATCH linux-next] KVM: x86/mmu: remove redundant variable r
2022-08-31 14:57 UTC
[PATCH 0/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
2022-08-31 14:42 UTC (4+ messages)
` [PATCH 4/6] KVM: arm64: Add a visibility bit to ignore user writes
[PATCH] hisi_acc_vfio_pci: Correct the function prefix for hssi_acc_drvdata()
2022-08-31 14:24 UTC (5+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-31 14:24 UTC (10+ messages)
[RFC PATCH v2 0/1] KVM: s390: pv: fix clock comparator late after suspend/resume
2022-08-31 13:26 UTC (3+ messages)
` [RFC PATCH v2 1/1] KVM: s390: pv: don't allow userspace to set the clock under PV
[PATCH 0/2] expose host-phys-bits to guest
2022-08-31 13:05 UTC (5+ messages)
` [PATCH 1/2] [hack] reserve bit KVM_HINTS_HOST_PHYS_BITS
` [PATCH 2/2] [RfC] expose host-phys-bits to guest
[PATCH] KVM: x86/mmu: fix repeated words in comments
2022-08-31 12:52 UTC
[kvm-unit-tests PATCH v1 0/2] s390x: Add exit time test
2022-08-31 11:25 UTC (4+ messages)
` [kvm-unit-tests PATCH v1 2/2] s390x: add exittime tests
[PATCH v2 0/3] KVM: x86: Hyper-V invariant TSC control feature
2022-08-31 10:44 UTC (6+ messages)
` [PATCH v2 1/3] KVM: x86: Hyper-V invariant TSC control
` [PATCH v2 2/3] KVM: selftests: Rename 'msr->availble' to 'msr->should_not_gp' in hyperv_features test
` [PATCH v2 3/3] KVM: selftests: Test Hyper-V invariant TSC control
[PATCH kvmtool 0/5] KVMTOOL RISC-V Svpbmt and Sstc Support
2022-08-31 9:59 UTC (2+ messages)
[PATCH v3 0/7] x86/pmu: Corner cases fixes and optimization
2022-08-31 8:53 UTC (8+ messages)
` [PATCH v3 1/7] KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_mask
` [PATCH v3 2/7] KVM: x86/pmu: Don't generate PEBS records for emulated instructions
` [PATCH v3 3/7] KVM: x86/pmu: Avoid using PEBS perf_events for normal counters
` [PATCH v3 4/7] KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
` [PATCH v3 5/7] KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counter
` [PATCH v3 6/7] KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
` [PATCH v3 7/7] KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability
BHB-clearing on VM-exit
2022-08-31 8:22 UTC (2+ messages)
[PATCH RESEND v2 0/8] x86/pmu: Corner cases fixes and optimization
2022-08-31 8:05 UTC (3+ messages)
[PATCH v8 000/103] KVM TDX basic feature support
2022-08-31 8:03 UTC (14+ messages)
` [PATCH v8 018/103] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v8 022/103] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v8 023/103] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v8 030/103] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v8 032/103] KVM: x86/mmu: Allow non-zero value for non-present SPTE
[PATCH RESEND] perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
2022-08-31 7:27 UTC (2+ messages)
[PATCH] KVM/VMX: Do not declare vmread_error asmlinkage
2022-08-31 7:10 UTC (3+ messages)
[PATCH] KVM: s390: fix repeated words in comments
2022-08-31 6:35 UTC
[PATCH 0/2] Add missing trace points in emulator path
2022-08-31 3:17 UTC (4+ messages)
` [PATCH 1/2] KVM: x86: Return emulator error if RDMSR/WRMSR emulation failed
[PATCH v2] KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
2022-08-31 2:00 UTC (2+ messages)
[PATCH] kvm: x86: mmu: fix memoryleak in kvm_mmu_vendor_module_init()
2022-08-31 1:58 UTC (7+ messages)
[PATCH] KVM: nVMX: Reword comments about generating nested CR0/4 read shadows
2022-08-31 0:28 UTC (2+ messages)
[PATCH 0/3] KVM: x86: Clean up MSR filtering+exiting docs
2022-08-31 0:17 UTC (4+ messages)
` [PATCH 1/3] KVM: x86: Delete documentation for READ|WRITE in KVM_X86_SET_MSR_FILTER
` [PATCH 2/3] KVM: x86: Reword MSR filtering docs to more precisely define behavior
` [PATCH 3/3] KVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentation
[PATCH v2 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
2022-08-30 23:57 UTC (3+ messages)
` [PATCH v2 08/10] KVM: x86/mmu: Split out TDP MMU page fault handling
[PATCH v4 0/9] KVM: x86: Apply NX mitigation more precisely
2022-08-30 23:55 UTC (8+ messages)
` [PATCH v4 3/9] KVM: x86/mmu: Rename NX huge pages fields/functions for consistency
` [PATCH v4 4/9] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
` [PATCH v4 5/9] KVM: x86/mmu: Document implicit barriers/ordering in TDP MMU shared mode
` [PATCH v4 6/9] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
` [PATCH v4 7/9] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
` [PATCH v4 8/9] KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
` [PATCH v4 9/9] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()
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