messages from 2023-01-17 02:48:30 to 2023-01-18 15:20:15 UTC [more...]
[PATCH 0/8] Let iommufd charge IOPTE allocations to the memory cgroup
2023-01-18 15:15 UTC (10+ messages)
` [PATCH 6/8] iommu/intel: Add a gfp parameter to alloc_pgtable_page()
` [PATCH 7/8] iommu/intel: Support the gfp argument to the map_pages op
[PATCH V1 vfio 0/6] Move to use cgroups for userspace persistent allocations
2023-01-18 15:15 UTC (3+ messages)
[PATCH v4] vfio: fix potential deadlock on vfio group lock
2023-01-18 14:55 UTC (6+ messages)
[kvm-unit-tests PATCH v4 0/2] arm: Add PSCI CPU_OFF test
2023-01-18 14:49 UTC (3+ messages)
` [kvm-unit-tests PATCH v4 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v4 2/2] arm/psci: Add PSCI CPU_OFF test case
[PATCH v2 0/3] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-01-18 14:50 UTC (4+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH v2 2/3] KVM: VMX: avoid retpoline call for control register caused exits
` [PATCH v2 3/3] KVM: x86: do not unload MMU roots when only toggling CR0.WP
[PATCH] KVM: selftests: Fix build of rseq test
2023-01-18 14:46 UTC (5+ messages)
[PATCH 00/13] Add vfio_device cdev for iommufd support
2023-01-18 14:37 UTC (25+ messages)
` [PATCH 01/13] vfio: Allocate per device file structure
` [PATCH 02/13] vfio: Refine vfio file kAPIs
` [PATCH 03/13] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH 04/13] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH 05/13] kvm/vfio: Provide struct kvm_device_ops::release() insted of ::destroy()
` [PATCH 06/13] kvm/vfio: Accept vfio device file from userspace
` [PATCH 07/13] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH 08/13] vfio: Block device access via device fd until device is opened
` [PATCH 09/13] vfio: Add infrastructure for bind_iommufd and attach
` [PATCH 10/13] vfio: Make vfio_device_open() exclusive between group path and device cdev path
` [PATCH 11/13] vfio: Add cdev for vfio_device
` [PATCH 12/13] vfio: Add ioctls for device cdev iommufd
` [PATCH 13/13] vfio: Compile group optionally
[PATCH v14 00/11] s390x: CPU Topology
2023-01-18 14:23 UTC (47+ messages)
` [PATCH v14 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v14 05/11] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v14 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v14 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command
[RFC] KVM: x86: Give host userspace control for MSR_RAPL_POWER_UNIT and MSR_PKG_POWER_STATUS
2023-01-18 14:21 UTC
[PATCH] KVM: VMX: Fix crash due to uninitialized current_vmcs
2023-01-18 14:13 UTC
[PATCH v8 00/16] TDX host kernel support
2023-01-18 13:57 UTC (4+ messages)
` [PATCH v8 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
[RFC PATCH v5 0/6] KVM: x86: add per-vCPU exits disable capability
2023-01-18 13:32 UTC (3+ messages)
[v3 0/6] KVM: arm64: implement vcpu_is_preempted check
2023-01-18 13:29 UTC (8+ messages)
` [v3 1/6] KVM: arm64: Document PV-lock interface
` [v3 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [v3 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [v3 4/6] KVM: arm64: Provide VCPU attributes for PV lock
` [v3 5/6] KVM: arm64: Support the VCPU preemption check
` [v3 6/6] KVM: selftests: add tests for PV time specific hypercall
[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
2023-01-18 11:25 UTC (20+ messages)
` [V2 PATCH 1/6] KVM: x86: Add support for testing "
` [V2 PATCH 2/6] KVM: Selftests: Add support for "
` [V2 PATCH 3/6] KVM: selftests: x86: Add IS_ALIGNED/IS_PAGE_ALIGNED helpers
` [V2 PATCH 4/6] KVM: selftests: x86: Add helpers to execute VMs with private memory
` [V2 PATCH 5/6] KVM: selftests: Add get_free_huge_2m_pages
` [V2 PATCH 6/6] KVM: selftests: x86: Add selftest for private memory
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-18 10:17 UTC (26+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH 0/3] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-01-18 10:17 UTC (6+ messages)
` [PATCH 1/3] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH 2/3] KVM: VMX: avoid retpoline call for control register caused exits
` [PATCH 3/3] KVM: x86: do not unload MMU roots when only toggling CR0.WP
[PATCH 0/2] KVM: selftests: Remove duplicate VM in memslot_perf_test
2023-01-18 9:21 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: selftests: Assign guest page size in sync area early "
[kvm-unit-tests PATCH 0/9] Some cleanup patches
2023-01-18 9:10 UTC (23+ messages)
` [kvm-unit-tests PATCH 1/9] .gitignore: ignore `s390x/comm.key` file
` [kvm-unit-tests PATCH 2/9] s390x/Makefile: simplify `%.hdr` target rules
` [kvm-unit-tests PATCH 3/9] s390x/Makefile: fix `*.gbin` target dependencies
` [kvm-unit-tests PATCH 6/9] s390x: define a macro for the stack frame size
` [kvm-unit-tests PATCH 7/9] s390x: use C pre-processor for linker script generation
` [kvm-unit-tests PATCH 8/9] s390x: use STACK_FRAME_SIZE macro in linker scripts
` [kvm-unit-tests PATCH 9/9] lib/linux/const.h: test for `__ASSEMBLER__` as well
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-18 8:04 UTC (15+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 20/64] x86/fault: Add support to handle the RMP fault for user address
[PATCH v2 0/8] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-01-18 7:49 UTC (7+ messages)
` [PATCH v2 7/8] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v2 8/8] KVM: selftests: aarch64: vPMU register test for unimplemented counters
[PATCH net-next v10] virtio/vsock: replace virtio_vsock_pkt with sk_buff
2023-01-18 6:20 UTC (4+ messages)
[PATCH v7] x86/sev: Add SEV-SNP guest feature negotiation support
2023-01-18 6:19 UTC
[PATCH v6] x86/sev: Add SEV-SNP guest feature negotiation support
2023-01-18 6:11 UTC (3+ messages)
[PATCH rcu v2 17/20] kvm: Remove "select SRCU"
2023-01-18 3:56 UTC (3+ messages)
[PATCH v11 000/113] KVM TDX basic feature support
2023-01-18 1:16 UTC (29+ messages)
` [PATCH v11 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v11 005/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v11 018/113] KVM: TDX: create/destroy VM structure
` [PATCH v11 019/113] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v11 025/113] KVM: TDX: Use private memory for TDX
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v11 055/113] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX
[PATCH v2 0/6] Clean up the supported xfeatures
2023-01-18 0:34 UTC (16+ messages)
` [PATCH v2 1/6] KVM: x86: Clear all supported MPX xfeatures if they are not all set
linux-next: manual merge of the kvm tree with the tip tree
2023-01-18 0:32 UTC
[PATCH v10 067/108] KVM: TDX: Add helper assembly function to TDX vcpu
2023-01-17 23:36 UTC (2+ messages)
[PATCH 0/4] Improve dirty ring warning report
2023-01-17 20:51 UTC (5+ messages)
` [PATCH 1/4] KVM: arm64: Allow saving vgic3 LPI pending status in no running vcpu context
` [PATCH 4/4] KVM: Improve warning report in mark_page_dirty_in_slot()
[PATCH 0/3] Calculate memory access latency stats
2023-01-17 20:48 UTC (8+ messages)
` [PATCH 1/3] KVM: selftests: Allocate additional space for latency samples
` [PATCH 2/3] KVM: selftests: Collect memory access "
` [PATCH 3/3] KVM: selftests: Print summary stats of memory latency distribution
Fw: [linux-next:master] BUILD REGRESSION 9ce08dd7ea24253aac5fd2519f9aea27dfb390c9
2023-01-17 21:28 UTC
[PATCH] KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_test
2023-01-17 22:27 UTC
[PATCH v2] vfio: Support VFIO_NOIOMMU with iommufd
2023-01-17 22:02 UTC (5+ messages)
[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
2023-01-17 19:37 UTC (12+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE
` [PATCH v4 2/2] qtests/arm: add some mte tests
[PATCH 0/2] vhost/net: Clear the pending messages when the backend is removed
2023-01-17 15:15 UTC (3+ messages)
` [PATCH 1/2] vhost: Remove the enabled parameter from vhost_init_device_iotlb
` [PATCH 2/2] vhost/net: Clear the pending messages when the backend is removed
[PATCH v7 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
2023-01-17 11:54 UTC (4+ messages)
` [PATCH v7 3/7] x86/cpu, kvm: Move the LFENCE_RDTSC / LFENCE always serializing feature
[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
2023-01-17 10:50 UTC (7+ messages)
` [External] "
[PATCH] KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
2023-01-17 10:08 UTC
[PATCH 8/8] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
2023-01-17 8:49 UTC (2+ messages)
[kvm-unit-tests PATCH] configure: Show the option in case it is not known
2023-01-17 7:12 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).