messages from 2023-02-09 04:06:42 to 2023-02-10 00:34:01 UTC [more...]
[PATCH v2 00/21] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
2023-02-10 0:31 UTC (19+ messages)
` [PATCH v2 01/21] KVM: x86: Rename kvm_init_msr_list() to clarify it inits multiple lists
` [PATCH v2 02/21] KVM: x86: Add a helper to query whether or not a vCPU has ever run
` [PATCH v2 03/21] KVM: x86: Add macros to track first...last VMX feature MSRs
` [PATCH v2 04/21] KVM: x86: Generate set of VMX feature MSRs using first/last definitions
` [PATCH v2 05/21] KVM: x86: Disallow writes to immutable feature MSRs after KVM_RUN
` [PATCH v2 06/21] KVM: x86/pmu: WARN and bug the VM if PMU is refreshed after vCPU has run
` [PATCH v2 07/21] KVM: x86/pmu: Zero out LBR capabilities during PMU refresh
` [PATCH v2 08/21] KVM: selftests: Split PMU caps sub-tests to avoid writing MSR after KVM_RUN
` [PATCH v2 09/21] KVM: selftests: Move 0/initial value PERF_CAPS checks to dedicated sub-test
` [PATCH v2 10/21] KVM: selftests: Assert that full-width PMC writes are supported if PDCM=1
` [PATCH v2 11/21] KVM: selftests: Print out failing MSR and value in vcpu_set_msr()
` [PATCH v2 12/21] KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRs
` [PATCH v2 13/21] KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writes
` [PATCH v2 14/21] KVM: selftests: Test all fungible features in PERF_CAPABILITIES
` [PATCH v2 15/21] KVM: selftests: Test all immutable non-format bits "
` [PATCH v2 16/21] KVM: selftests: Expand negative testing of guest writes to PERF_CAPABILITIES
` [PATCH v2 17/21] KVM: selftests: Test post-KVM_RUN "
` [PATCH v2 18/21] KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES test
[PATCH v2 00/10] Add IO page table replacement support
2023-02-10 0:01 UTC (33+ messages)
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v2 03/10] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v2 05/10] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v2 07/10] iommufd/device: Make hwpt_list list_add/del symmetric
` [PATCH v2 08/10] iommufd/device: Use iommu_group_replace_domain()
` [PATCH v2 09/10] vfio: Support IO page table replacement
` [PATCH v2 10/10] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
[PATCH 00/17] Add Intel VT-d nested translation
2023-02-09 23:59 UTC (28+ messages)
` [PATCH 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH 02/17] iommu: Add nested domain support
` [PATCH 03/17] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH 04/17] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH 05/17] iommu/vt-d: Add nested domain support
` [PATCH 06/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH 07/17] iommufd: Add/del hwpt to IOAS at alloc/destroy()
` [PATCH 08/17] iommufd: Split iommufd_hw_pagetable_alloc()
` [PATCH 09/17] iommufd: Add kernel-managed hw_pagetable allocation for userspace
` [PATCH 10/17] iommufd/device: Move IOAS attaching and detaching operations into helpers
` [PATCH 11/17] iommufd: Add infrastructure for user-managed hw_pagetable allocation
` [PATCH 12/17] iommufd: Add "
` [PATCH 13/17] iommufd/device: Report supported stage-1 page table types
` [PATCH 14/17] iommufd/selftest: Add IOMMU_TEST_OP_MOCK_DOMAIN_REPLACE test op
` [PATCH 15/17] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC ioctl
` [PATCH 16/17] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH 17/17] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
[PATCH v8 0/9] Parallel CPU bringup for x86_64
2023-02-09 23:50 UTC (16+ messages)
` [PATCH v8 1/9] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v8 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v8 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v8 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v8 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v8 6/9] x86/smpboot: Support parallel startup of secondary CPUs
` [External] "
` [PATCH v8 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v8 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [External] "
` [PATCH v8 9/9] x86/smpboot: Serialize topology updates for secondary bringup
[PULL 00/17] Migration 20230209 patches
2023-02-09 23:34 UTC (18+ messages)
` [PULL 01/17] migration: Remove spurious files
` [PULL 02/17] multifd: cleanup the function multifd_channel_connect
` [PULL 03/17] multifd: Remove some redundant code
` [PULL 04/17] linux-headers: Update to v6.1
` [PULL 05/17] util/userfaultfd: Support /dev/userfaultfd
` [PULL 06/17] migration: Simplify ram_find_and_save_block()
` [PULL 07/17] migration: Make find_dirty_block() return a single parameter
` [PULL 08/17] migration: Split ram_bytes_total_common() in two functions
` [PULL 09/17] migration: Calculate ram size once
` [PULL 10/17] migration: Make ram_save_target_page() a pointer
` [PULL 11/17] migration: I messed state_pending_exact/estimate
` [PULL 12/17] AVX512 support for xbzrle_encode_buffer
` [PULL 13/17] Update bench-code for addressing CI problem
` [PULL 14/17] migration: Rework multi-channel checks on URI
` [PULL 15/17] migration: Cleanup postcopy_preempt_setup()
` [PULL 16/17] migration: Add a semaphore to count PONGs
` [PULL 17/17] migration: Postpone postcopy preempt channel to be after main
[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
2023-02-09 23:31 UTC (10+ messages)
[PATCH v2 00/12] Implement Eager Page Splitting for ARM
2023-02-09 23:09 UTC (14+ messages)
` [PATCH v2 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v2 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v2 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v2 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
[PATCH 0/6] Export platform features from ccp driver
2023-02-09 22:38 UTC (2+ messages)
` [PATCH 2/6] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`
[PATCH v1 0/6] Support writable CPU ID registers from userspace
2023-02-09 21:25 UTC (7+ messages)
` [PATCH v1 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v1 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
[PATCH v4 0/2] vfio: fix deadlock between group lock and kvm lock
2023-02-09 21:03 UTC (2+ messages)
[PATCH V8 0/7] fixes for virtual address update
2023-02-09 21:03 UTC (2+ messages)
[PATCH v4 0/2] Update VFIO doc
2023-02-09 21:03 UTC (5+ messages)
` [PATCH v4 1/2] vfio: Update the kdoc for vfio_device_ops
` [PATCH v4 2/2] docs: vfio: Update vfio.rst per latest interfaces
[PATCH vfio] vfio/mlx5: Fix range size calculation upon tracker creation
2023-02-09 21:03 UTC (2+ messages)
[PATCH 00/18] KVM: arm64: Prefix patches for NV support
2023-02-09 17:58 UTC (19+ messages)
` [PATCH 01/18] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 02/18] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH 03/18] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 04/18] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 05/18] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 06/18] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 07/18] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 08/18] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH 09/18] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 10/18] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 11/18] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 12/18] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 13/18] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual EL2
` [PATCH 14/18] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 15/18] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH 16/18] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH 17/18] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH 18/18] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
2023-02-09 17:27 UTC (10+ messages)
` [PATCH v4 1/9] KVM: x86: Intercept CR4.LAM_SUP when LAM feature is enabled in guest
` [PATCH v4 2/9] KVM: x86: MMU: Clear CR3 LAM bits when allocate shadow root
[PATCH v15 00/11] s390x: CPU Topology
2023-02-09 17:14 UTC (16+ messages)
` [PATCH v15 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v15 08/11] qapi/s390x/cpu topology: x-set-cpu-topology monitor command
` [PATCH v15 10/11] qapi/s390x/cpu topology: CPU_POLARITY_CHANGE qapi event
[PATCH v7 0/9] Parallel CPU bringup for x86_64
2023-02-09 15:48 UTC (13+ messages)
` [External] "
[kvm-unit-tests PATCH v4 0/6] arm: pmu: Add support for PMUv3p5
2023-02-09 14:59 UTC (4+ messages)
` [kvm-unit-tests PATCH v4 2/6] arm: pmu: Prepare for testing 64-bit overflows
[PATCH 0/2] KVM: VMX: Stub out enable_evmcs static key
2023-02-09 13:56 UTC (6+ messages)
` [PATCH 1/2] KVM: nVMX: Move EVMCS1_SUPPORT_* macros to hyperv.c
` [PATCH 2/2] KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-02-09 11:36 UTC (2+ messages)
[GIT PULL 00/18] KVM: s390x: KVM s390x changes for 6.3
2023-02-09 10:23 UTC (19+ messages)
` [GIT PULL 01/18] KVM: s390: disable migration mode when dirty tracking is disabled
` [GIT PULL 02/18] KVM: selftests: Compile s390 tests with -march=z10
` [GIT PULL 03/18] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [GIT PULL 04/18] KVM: s390: selftest: memop: Replace macros by functions
` [GIT PULL 05/18] KVM: s390: selftest: memop: Move testlist into main
` [GIT PULL 06/18] KVM: s390: selftest: memop: Add bad address test
` [GIT PULL 07/18] KVM: s390: selftest: memop: Fix typo
` [GIT PULL 08/18] KVM: s390: selftest: memop: Fix wrong address being used in test
` [GIT PULL 09/18] KVM: s390: selftest: memop: Fix integer literal
` [GIT PULL 10/18] KVM: s390: Move common code of mem_op functions into function
` [GIT PULL 11/18] KVM: s390: Dispatch to implementing function at top level of vm mem_op
` [GIT PULL 12/18] KVM: s390: Refactor absolute vm mem_op function
` [GIT PULL 13/18] KVM: s390: Refactor vcpu "
` [GIT PULL 14/18] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [GIT PULL 15/18] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [GIT PULL 16/18] KVM: s390: selftest: memop: Add cmpxchg tests
` [GIT PULL 17/18] KVM: s390: GISA: sort out physical vs virtual pointers usage
` [GIT PULL 18/18] s390/virtio: "
[RFC PATCH 0/5] Add new VFIO PCI driver for NVMe devices
2023-02-09 9:09 UTC (4+ messages)
` [RFC PATCH 3/5] nvme-vfio: enable the function of VFIO live migration
[PATCH v3 0/2] Update VFIO doc
2023-02-09 8:12 UTC (4+ messages)
` [PATCH v3 2/2] docs: vfio: Update vfio.rst per latest interfaces
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-02-09 7:25 UTC (3+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
[PATCH 0/6] iommufd: Add iommu capability reporting
2023-02-09 4:16 UTC (7+ messages)
` [PATCH 1/6] iommu: Add new iommu op to get iommu hardware information
` [PATCH 2/6] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH 3/6] iommufd: Add IOMMU_DEVICE_GET_INFO
` [PATCH 4/6] iommufd/device: Add mock_device support in iommufd_device_get_info()
` [PATCH 5/6] iommufd/selftest: Set iommu_device for mock_device
` [PATCH 6/6] iommufd/selftest: Add coverage for IOMMU_DEVICE_GET_INFO ioctl
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