messages from 2023-01-20 17:16:02 to 2023-01-24 00:13:58 UTC [more...]
[PATCH] Revert "KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio"
2023-01-24 0:13 UTC (3+ messages)
[RFC PATCH v3 00/31] TDX KVM selftests
2023-01-24 0:04 UTC (37+ messages)
` [RFC PATCH v3 01/31] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v3 02/31] KVM: selftests: Add support for creating non-default type VMs
` [RFC PATCH v3 03/31] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [RFC PATCH v3 04/31] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [RFC PATCH v3 05/31] KVM: selftests: Refactor steps in vCPU descriptor table initialization
` [RFC PATCH v3 06/31] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v3 07/31] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry
` [RFC PATCH v3 09/31] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v3 10/31] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v3 11/31] KVM: selftests: TDX: Adding test case for TDX port IO
` [RFC PATCH v3 12/31] KVM: selftests: TDX: Add basic TDX CPUID test
` [RFC PATCH v3 13/31] KVM: selftests: TDX: Add basic get_td_vmcall_info test
` [RFC PATCH v3 14/31] KVM: selftests: TDX: Add TDX IO writes test
` [RFC PATCH v3 15/31] KVM: selftests: TDX: Add TDX IO reads test
` [RFC PATCH v3 16/31] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v3 17/31] KVM: selftests: TDX: Add TDX HLT exit test
` [RFC PATCH v3 18/31] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v3 19/31] KVM: selftests: TDX: Add TDX MMIO writes test
` [RFC PATCH v3 20/31] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [RFC PATCH v3 21/31] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [RFC PATCH v3 22/31] KVM: selftests: TDX: Add TDG.VP.INFO test
` [RFC PATCH v3 23/31] KVM: selftests: Add functions to allow mapping as shared
` [RFC PATCH v3 24/31] KVM: selftests: TDX: Add shared memory test
` [RFC PATCH v3 25/31] KVM: selftests: Add support for restricted memory
` [RFC PATCH v3 26/31] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by restricted memfd
` [RFC PATCH v3 27/31] KVM: selftests: Expose _vm_vaddr_alloc
` [RFC PATCH v3 28/31] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [RFC PATCH v3 29/31] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [RFC PATCH v3 30/31] KVM: selftests: TDX: Add TDX UPM selftest
` [RFC PATCH v3 31/31] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion
[PATCH 0/2] KVM: selftests: Remove duplicate VM in memslot_perf_test
2023-01-23 23:57 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: selftests: Assign guest page size in sync area early "
[PATCH v8 0/8] x86/cpu, kvm: Support AMD Automatic IBRS
2023-01-23 23:54 UTC (10+ messages)
` [PATCH v8 1/8] x86/cpu, kvm: Add support for CPUID_80000021_EAX
` [PATCH v8 2/8] x86/cpu, kvm: Move open-coded cpuid leaf 0x80000021 EAX bit propagation code
` [PATCH v8 3/8] x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature
` [PATCH v8 4/8] x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf
` [PATCH v8 5/8] x86/cpu, kvm: Add the Null Selector Clears Base feature
` [PATCH v8 6/8] x86/cpu, kvm: Add the SMM_CTL MSR not present feature
` [PATCH v8 7/8] x86/cpu: Support AMD Automatic IBRS
` [PATCH v8 8/8] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest
[PATCH 0/4] KVM: selftests: aarch64: page_fault_test S1PTW related fixes
2023-01-23 23:43 UTC (7+ messages)
` [PATCH 1/4] KVM: selftests: aarch64: Relax userfaultfd read vs. write checks
` [PATCH 4/4] KVM: selftests: aarch64: Test read-only PT memory regions
[PATCH v2 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-23 23:42 UTC (6+ messages)
` [PATCH v2 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
` [PATCH v2 2/2] selftests: KVM: Add page splitting test
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-23 23:38 UTC (22+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
[PATCH v1] KVM: destruct kvm_io_device while unregistering it from kvm_io_bus
2023-01-23 23:25 UTC (2+ messages)
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-23 22:49 UTC (25+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v7 24/64] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v7 44/64] KVM: SVM: Remove the long-lived GHCB host map
[PATCH v4] KVM: VMX: Fix crash due to uninitialized current_vmcs
2023-01-23 22:12 UTC
[PATCH V2] vhost-scsi: unbreak any layout for response
2023-01-23 22:11 UTC (2+ messages)
[PATCH 0/6] A few cpuidle vs rcu fixes
2023-01-23 22:07 UTC (9+ messages)
` [PATCH 1/6] x86: Always inline arch_atomic64
` [PATCH 2/6] x86/pvclock: improve atomic update of last_value in pvclock_clocksource_read
` [PATCH 3/6] ftrace/x86: Warn and ignore graph tracing when RCU is disabled
` [PATCH 4/6] x86: Mark sched_clock() noinstr
` [PATCH 5/6] sched/clock: Make local_clock() noinstr
` [PATCH 6/6] cpuidle: Fix poll_idle() noinstr annotation
[PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64
2023-01-23 21:02 UTC
[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
2023-01-23 20:36 UTC (11+ messages)
` [PATCH v3 01/10] iommu: Add a gfp parameter to iommu_map()
` [PATCH v3 02/10] iommu: Remove iommu_map_atomic()
` [PATCH v3 03/10] iommu: Add a gfp parameter to iommu_map_sg()
` [PATCH v3 04/10] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
` [PATCH v3 05/10] iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()
` [PATCH v3 06/10] iommu/intel: Add a gfp parameter to alloc_pgtable_page()
` [PATCH v3 07/10] iommu/intel: Support the gfp argument to the map_pages op
` [PATCH v3 08/10] iommu/intel: Use GFP_KERNEL in sleepable contexts
` [PATCH v3 09/10] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
` [PATCH v3 10/10] iommu/s390: Use GFP_KERNEL in sleepable contexts
[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
2023-01-23 20:33 UTC (7+ messages)
` [kvm-unit-tests PATCH v3 1/4] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH v3 3/4] arm: pmu: Add tests for 64-bit overflows
` [kvm-unit-tests PATCH v3 4/4] arm: pmu: Print counter values as hexadecimals
[PATCH v2 0/6] KVM: arm64: Parallel access faults
2023-01-23 20:29 UTC (2+ messages)
[PATCH] KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0
2023-01-23 20:29 UTC (2+ messages)
[PATCH] KVM: arm64: Kill CPACR_EL1_TTA definition
2023-01-23 20:28 UTC (2+ messages)
[PATCH v3] KVM: VMX: Fix crash due to uninitialized current_vmcs
2023-01-23 20:03 UTC (4+ messages)
[GIT PULL] VFIO fixes for v6.2-rc6
2023-01-23 19:58 UTC (2+ messages)
[PATCH V1 vfio 0/6] Move to use cgroups for userspace persistent allocations
2023-01-23 19:37 UTC (6+ messages)
misc mdev tidyups
2023-01-23 19:37 UTC (2+ messages)
[PATCH] vfio: platform: No need to check res again
2023-01-23 19:36 UTC (2+ messages)
[PATCH 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-23 18:41 UTC (8+ messages)
` [PATCH 2/2] selftests: KVM: Add page splitting test
[PATCH v2] iommufd: Add three missing structures in ucmd_buffer
2023-01-23 18:30 UTC (2+ messages)
[PATCH v11 018/113] KVM: TDX: create/destroy VM structure
2023-01-23 17:41 UTC (15+ messages)
[PATCH v2] KVM: VMX: Fix crash due to uninitialized current_vmcs
2023-01-23 16:57 UTC (6+ messages)
[PATCH] selftests: kvm: move declaration at the beginning of main()
2023-01-23 16:27 UTC (2+ messages)
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-01-23 15:30 UTC (19+ messages)
` [RFC PATCH V3 01/16] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V3 02/16] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest
` [RFC PATCH V3 03/16] x86/hyperv: Set Virtual Trust Level in vmbus init message
` [RFC PATCH V3 04/16] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [RFC PATCH V3 05/16] clocksource/drivers/hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V3 06/16] x86/hyperv: decrypt vmbus pages for "
` [RFC PATCH V3 07/16] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V3 08/16] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V3 09/16] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc
` [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V3 11/16] x86/hyperv: Add hyperv-specific hadling for VMMCALL under SEV-ES
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
` [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path
` [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests
` [RFC PATCH V3 15/16] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths "
[PATCH] KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes
2023-01-23 14:34 UTC (6+ messages)
[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
2023-01-23 14:29 UTC (5+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE
` [PATCH v4 2/2] qtests/arm: add some mte tests
[PATCH v2 04/10] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
2023-01-23 13:58 UTC (4+ messages)
[RFC] KVM: x86: Give host userspace control for MSR_RAPL_POWER_UNIT and MSR_PKG_POWER_STATUS
2023-01-23 12:43 UTC (5+ messages)
[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
2023-01-23 11:24 UTC (4+ messages)
` [PATCH v12 03/17] riscv: Add new csr defines related to vector extension
[PATCH v1] KVM: s390: disable migration mode when dirty tracking is disabled
2023-01-23 10:29 UTC (2+ messages)
[PATCH 1/8] iommu: Add a gfp parameter to iommu_map()
2023-01-23 9:59 UTC (6+ messages)
[PATCH v2 00/11] KVM perf support
2023-01-23 7:23 UTC (4+ messages)
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling
[PATCH linux-next 0/3] Documentation fixes for linux-next (Jan 20)
2023-01-22 9:37 UTC (8+ messages)
` [PATCH linux-next 1/3] Documentation: accel: escape wildcard in special file path
` [PATCH linux-next 2/3] habanalabs: Fix list of /sys/class/habanalabs/hl<n>/status
` [PATCH linux-next 3/3] kvm: x86/pmu: Add blank line separator before KVM_CAP_PMU_EVENT_MASKED_EVENTS code path list
[PATCH] KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
2023-01-22 9:15 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 6.2, take #2
2023-01-22 8:51 UTC (2+ messages)
[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
2023-01-22 8:34 UTC (4+ messages)
` [PATCH 1/2] livepatch: add an interface for safely switching kthreads
` [PATCH 2/2] vhost: check for pending livepatches from vhost worker kthreads
[PATCH RFC 0/3] vsock: add support for sockmap
2023-01-21 19:22 UTC (4+ messages)
` [PATCH RFC 1/3] vsock: support sockmap
[RFC PATCH v6 0/6] KVM: x86: add per-vCPU exits disable capability
2023-01-22 1:48 UTC (9+ messages)
` [RFC PATCH v6 1/6] KVM: x86: only allow exits disable before vCPUs created
` [RFC PATCH v6 2/6] KVM: x86: Move *_in_guest power management flags to vCPU scope
` [RFC PATCH v6 3/6] KVM: x86: Reject disabling of MWAIT interception when not allowed
` [RFC PATCH v6 4/6] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v6 5/6] KVM: x86: add vCPU scoped toggling for "
` [RFC PATCH v6 6/6] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS
[PATCH kvmtool 1/1] riscv: pci: Add --force-pci option for riscv VMs
2023-01-21 15:41 UTC (5+ messages)
[PATCH v2 0/8] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-01-21 5:18 UTC (10+ messages)
` [PATCH v2 1/8] KVM: arm64: PMU: Have reset_pmu_reg() to clear a register
` [PATCH v2 3/8] KVM: arm64: PMU: Preserve vCPU's PMCR_EL0.N value on vCPU reset
[PATCH] KVM: MMU: Add wrapper to check whether MMU is in direct mode
2023-01-21 0:38 UTC (3+ messages)
[PATCH v2] x86/hotplug: Do not put offline vCPUs in mwait idle state
2023-01-20 18:35 UTC (6+ messages)
[PATCH v4 00/13] riscv: improve boot time isa extensions handling
2023-01-20 18:34 UTC (3+ messages)
` [PATCH v4 09/13] riscv: switch to relative alternative entries
[PATCH v8 0/7] Introduce and test masked events
2023-01-20 18:11 UTC (3+ messages)
[PATCH] kvm/vfio: Fix potential deadlock on vfio group_lock
2023-01-20 17:58 UTC (2+ messages)
[PATCH v3 0/2] kvm: sev: Add SNP guest request throttling
2023-01-20 17:15 UTC (3+ messages)
` [PATCH v3 2/2] kvm: sev: If ccp is busy, report throttled to guest
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