messages from 2022-09-03 20:06:08 to 2022-09-06 23:53:31 UTC [more...]
[PATCH v3 0/3] Randomize memory access of dirty_log_perf_test
2022-09-06 23:53 UTC (8+ messages)
` [PATCH v3 1/3] KVM: selftests: Implement random number generation for guest code
` [PATCH v3 3/3] KVM: selftests: Randomize page access order
Intel's "virtualize IA32_SPEC_CTRL" VM-execution control
2022-09-06 23:41 UTC
[PATCH] vfio/type1: Unpin zero pages
2022-09-06 23:30 UTC (4+ messages)
[PATCH v3 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
2022-09-06 23:17 UTC (3+ messages)
[PATCH 0/8] vfio: Split the container code into a clean layer and dedicated file
2022-09-06 23:06 UTC (10+ messages)
` [PATCH 2/8] vfio: Rename __vfio_group_unset_container()
[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
2022-09-06 22:48 UTC (4+ messages)
` [RFC V3 PATCH 4/6] selftests: kvm: x86: Execute hypercall as per the cpu
[V1 PATCH 0/5] Execute hypercalls from guests according to cpu type
2022-09-06 22:46 UTC (4+ messages)
` [V1 PATCH 2/5] selftests: kvm: Introduce kvm_arch_main and helpers
[PATCH V6 vfio 00/10] Add device DMA logging support for mlx5 driver
2022-09-06 22:41 UTC (12+ messages)
` [PATCH V6 vfio 01/10] net/mlx5: Introduce ifc bits for page tracker
` [PATCH V6 vfio 02/10] net/mlx5: Query ADV_VIRTUALIZATION capabilities
` [PATCH V6 vfio 03/10] vfio: Introduce DMA logging uAPIs
` [PATCH V6 vfio 04/10] vfio: Add an IOVA bitmap support
` [PATCH V6 vfio 05/10] vfio: Introduce the DMA logging feature support
` [PATCH V6 vfio 06/10] vfio/mlx5: Init QP based resources for dirty tracking
` [PATCH V6 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
` [PATCH V6 vfio 08/10] vfio/mlx5: Report dirty pages from tracker
` [PATCH V6 vfio 09/10] vfio/mlx5: Manage error scenarios on tracker
` [PATCH V6 vfio 10/10] vfio/mlx5: Set the driver DMA logging callbacks
[PATCH v3 00/22] KVM: hardware enable/disable reorganize
2022-09-06 22:25 UTC (33+ messages)
` [PATCH v3 01/22] KVM: x86: Drop kvm_user_return_msr_cpu_online()
` [PATCH v3 02/22] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
` [PATCH v3 03/22] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v3 04/22] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v3 05/22] KVM: Provide more information in kernel log if hardware enabling fails
` [PATCH v3 06/22] KVM: arm64: Simplify the CPUHP logic
` [PATCH v3 07/22] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v3 08/22] KVM: Do compatibility checks on hotplugged CPUs
` [PATCH v3 09/22] KVM: Do processor compatibility check on resume
` [PATCH v3 10/22] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v3 11/22] KVM: Add arch hooks for PM events with empty stub
` [PATCH v3 14/22] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
[Bug 216388] New: On Host, kernel errors in KVM, on guests, it shows CPU stalls
2022-09-06 21:44 UTC (8+ messages)
` [Bug 216388] "
[PATCH 0/4] KVM: x86/svm/pmu: Add AMD Guest PerfMonV2 support
2022-09-06 20:19 UTC (15+ messages)
` [PATCH 1/4] KVM: x86/svm/pmu: Limit the maximum number of supported GP counters
` [PATCH 2/4] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH 3/4] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH 4/4] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
` [kvm-unit-tests PATCH 1/2] x86/pmu: Update rdpmc testcase to cover #GP and emulation path
` [kvm-unit-tests PATCH 2/2] x86/pmu: Add AMD Guest PerfMonV2 testcases
[PATCH v1] drm/ttm: Refcount allocated tail pages
2022-09-06 20:05 UTC (4+ messages)
[PATCH v2 0/4] Allow MMIO regions to be exported through dma-buf
2022-09-06 19:44 UTC (8+ messages)
` [PATCH v2 4/4] vfio/pci: "
[PATCH v4 0/9] KVM: x86: Apply NX mitigation more precisely
2022-09-06 18:38 UTC (2+ messages)
[PATCH v6 00/13] KVM: selftests: Add aarch64/page_fault_test
2022-09-06 18:09 UTC (14+ messages)
` [PATCH v6 01/13] KVM: selftests: Add a userfaultfd library
` [PATCH v6 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v6 03/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v6 04/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v6 05/13] tools: Copy bitfield.h from the kernel sources
` [PATCH v6 06/13] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v6 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
` [PATCH v6 08/13] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v6 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v6 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v6 11/13] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v6 12/13] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v6 13/13] KVM: selftests: aarch64: Add mix of "
[PATCH v2 1/4] dma-buf: Add dma_buf_try_get()
2022-09-06 17:52 UTC (4+ messages)
[RFC PATCH v2 0/6] add support for CDX bus controller
2022-09-06 17:46 UTC (23+ messages)
` [RFC PATCH v2 1/6] Documentation: DT: Add entry for CDX controller
` [RFC PATCH v2 6/6] driver core: add compatible string in sysfs for platform devices
` [RFC PATCH v3 0/7] add support for CDX bus
` [RFC PATCH v3 1/7] dt-bindings: bus: add CDX bus device tree bindings
` [RFC PATCH v3 2/7] bus/cdx: add the cdx bus driver
` [RFC PATCH v3 3/7] iommu/arm-smmu-v3: support ops registration for CDX bus
` [RFC PATCH v3 4/7] bus/cdx: add cdx-MSI domain with gic-its domain as parent
` [RFC PATCH v3 5/7] bus/cdx: add bus and device attributes
` [RFC PATCH v3 6/7] vfio/cdx: add support for CDX bus
` [RFC PATCH v3 7/7] vfio/cdx: add interrupt support
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-09-06 16:39 UTC (11+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
[PATCH] KVM: Reduce the execution of one instruction
2022-09-06 16:14 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/2] s390x: dump support for PV tests
2022-09-06 15:31 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 2/2] s390x: create persistent comm-key
[PATCH 1/1] KVM: x86: Allow emulation of EOI writes with AVIC enabled
2022-09-06 15:13 UTC (2+ messages)
[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
2022-09-06 14:35 UTC (4+ messages)
` [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
[PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
2022-09-06 14:06 UTC (12+ messages)
[PATCH v2] vfio: Remove vfio_group dev_counter
2022-09-06 13:59 UTC (9+ messages)
[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
2022-09-06 13:35 UTC (10+ messages)
` [kvm-unit-tests PATCH v3 10/13] x86/pmu: Update testcases to cover Intel Arch PMU Version 1
` [kvm-unit-tests PATCH v3 12/13] x86/pmu: Add assignment framework for Intel-specific HW resources
` [kvm-unit-tests PATCH v3 13/13] x86/pmu: Update testcases to cover AMD PMU
[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
2022-09-06 13:26 UTC (7+ messages)
` [PATCH 3/6] vsock: add netdev to vhost/virtio vsock
[PATCH v9 00/10] s390x: CPU Topology
2022-09-06 11:49 UTC (18+ messages)
` [PATCH v9 01/10] s390x/cpus: Make absence of multithreading clear
` [PATCH v9 02/10] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v9 03/10] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v9 04/10] hw/core: introducing drawer and books for s390x
` [PATCH v9 06/10] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v9 09/10] s390x/cpu_topology: activating CPU topology
[PATCH v2 00/15] Tidy up vfio_device life cycle
2022-09-06 9:41 UTC (3+ messages)
` [PATCH v2 01/15] vfio: Add helpers for unifying "
[PATCH] KVM: x86/pmu: omit "impossible" Intel counter MSRs from MSR list
2022-09-06 8:16 UTC
[PATCH] KVM/VMX: Do not declare vmread_error asmlinkage
2022-09-06 7:28 UTC (5+ messages)
[PATCH] kvm_host.h: fix spelling typo in comment
2022-09-06 7:14 UTC
[PATCH v2] x86/PCI: Prefer MMIO over PIO on VMware hypervisor
2022-09-06 7:08 UTC
[PATCH] x86/kvm: align kvm_apic_eoi to cacheline
2022-09-06 6:47 UTC
[PATCH v2 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
2022-09-06 4:54 UTC (4+ messages)
` [PATCH v2 7/7] KVM: selftests: Add test for RAZ/WI AArch32 ID registers
[RFC 0/4] vDPA: support VHOST_GET/SET_VRING_ENDIAN
2022-09-06 2:12 UTC (4+ messages)
` [RFC 1/4] vDPA/ifcvf: add get/set_vq_endian support for vDPA
[PATCH v2 0/5] riscv: add PREEMPT_RT support
2022-09-06 1:46 UTC (8+ messages)
` [PATCH v2 4/5] riscv: add lazy preempt support
[PATCH v2 00/23] KVM: x86: AVIC and local APIC fixes+cleanups
2022-09-05 22:02 UTC (9+ messages)
` [PATCH v2 01/23] KVM: x86: Purge "highest ISR" cache when updating APICv state
` [PATCH v2 02/23] KVM: SVM: Flush the "current" TLB when activating AVIC
` [PATCH v2 03/23] KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
` [PATCH v2 04/23] KVM: x86: Inhibit AVIC SPTEs if any vCPU enables x2APIC
[PATCH 0/7] Virtual NMI feature
2022-09-05 19:45 UTC (4+ messages)
[PATCH v6 00/33] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-09-05 17:08 UTC (7+ messages)
` [PATCH v6 02/33] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition
` [PATCH v6 03/33] KVM: x86: Zero out entire Hyper-V CPUID cache before processing entries
` [PATCH v6 04/33] KVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcpu_init()
[PATCH v3 3/7] mm: Add PG_arch_3 page flag
2022-09-05 17:01 UTC (4+ messages)
[PATCH] KVM: s390: vsie: fix crycb virtual vs physical usage
2022-09-05 16:32 UTC (2+ messages)
[PATCH v3] vfio/fsl-mc: Fix a typo in a message
2022-09-05 16:01 UTC (2+ messages)
[PATCH 0/3] Svinval support for KVM RISC-V
2022-09-05 14:05 UTC (2+ messages)
[bugzilla-daemon@kernel.org: [Bug 216449] New: vfio-pci calls pci_bus_reset whenever a pci_release is triggered and refcnt is zero]
2022-09-05 11:32 UTC
[KVM] e923b0537d: kernel-selftests.kvm.rseq_test.fail
2022-09-05 10:47 UTC (6+ messages)
` [KVM] e923b0537d: kernel-selftests.kvm.rseq_test.fail #forregzbot
[PATCH] vhost-net: support VIRTIO_F_RING_RESET
2022-09-05 8:32 UTC (2+ messages)
[PATCHv4 0/8] Virtual NMI feature
2022-09-05 7:49 UTC (6+ messages)
` [PATCHv4 1/8] x86/cpu: Add CPUID feature bit for VNMI
[PATCH 0/2] expose host-phys-bits to guest
2022-09-05 7:39 UTC (11+ messages)
[PATCH v3 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-09-05 7:37 UTC (6+ messages)
` [PATCH v3 4/7] arm64: mte: Lock a page for MTE tag initialisation
[kvm-unit-tests PATCH v6 0/2] Add specification exception tests
2022-09-05 7:10 UTC (5+ messages)
` [kvm-unit-tests PATCH v6 2/2] s390x: Test specification exceptions during transaction
[PATCH v7 0/5] vfio/pci: power management changes
2022-09-05 4:54 UTC (3+ messages)
[PATCH 2/2] vDPA: conditionally read fields in virtio-net dev
2022-09-05 3:54 UTC (12+ messages)
[KVM] c3e0c8c2e8: leaking-addresses.proc..data..ro_after_init
2022-09-05 2:38 UTC (6+ messages)
` [LKP] "
[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
2022-09-05 1:27 UTC (2+ messages)
[PATCH v5 0/3] Enable notify VM exit
2022-09-05 1:05 UTC (3+ messages)
` [PATCH v5 3/3] i386: Add notify VM exit support
[PATCH v1 00/40] TDX QEMU support
2022-09-05 0:58 UTC (2+ messages)
[GIT PULL] KVM fixes for Linux 6.0-rc4
2022-09-04 18:53 UTC (2+ messages)
[PATCH] KVM: SVM: Replace kmap_atomic() with kmap_local_page()
2022-09-04 15:54 UTC (3+ messages)
[PATCH RFC v2 03/13] iommufd: File descriptor, context, kconfig and makefiles
2022-09-04 8:19 UTC (2+ messages)
Guest IA32_SPEC_CTRL on AMD hosts without X86_FEATURE_V_SPEC_CTRL
2022-09-04 3:55 UTC (4+ 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).