messages from 2024-02-09 15:04:59 to 2024-02-13 20:12:25 UTC [more...]
[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
2024-02-13 20:12 UTC (25+ messages)
` [PATCH v2 01/23] KVM: arm64: Add tracepoints + stats for LPI cache effectiveness
` [PATCH v2 02/23] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH v2 03/23] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH v2 04/23] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH v2 05/23] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH v2 06/23] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH v2 07/23] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v2 08/23] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH v2 09/23] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH v2 10/23] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH v2 11/23] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
` [PATCH v2 12/23] KVM: arm64: vgic-its: Lazily allocate LPI translation cache
` [PATCH v2 13/23] KVM: arm64: vgic-its: Pick cache victim based on usage count
` [PATCH v2 14/23] KVM: arm64: vgic-its: Protect cached vgic_irq pointers with RCU
` [PATCH v2 15/23] KVM: arm64: vgic-its: Treat the LPI translation cache as an rculist
` [PATCH v2 16/23] KVM: arm64: vgic-its: Rely on RCU to protect translation cache reads
` [PATCH v2 17/23] KVM: selftests: Align with kernel's GIC definitions
` [PATCH v2 18/23] KVM: selftests: Standardise layout of GIC frames
` [PATCH v2 19/23] KVM: selftests: Add a minimal library for interacting with an ITS
` [PATCH v2 20/23] KVM: selftests: Add helper for enabling LPIs on a redistributor
` [PATCH v2 21/23] KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
` [PATCH v2 22/23] KVM: selftests: Hack in support for aligned page allocations
` [PATCH v2 23/23] KVM: selftests: Add stress test for LPI injection
[PATCH 0/2] ARM64: Fixes for FEAT_E2H0 handling
2024-02-13 20:06 UTC (8+ messages)
` [PATCH 1/2] arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()
` [PATCH 2/2] arm64: cpufeatures: Only check for NV1 if NV is present
[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
2024-02-13 19:44 UTC (10+ messages)
` [PATCH 06/15] x86/irq: Set up per host CPU posted interrupt descriptors
[PATCH v2] kvm/x86: allocate the write-tracking metadata on-demand
2024-02-13 19:32 UTC (3+ messages)
[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
2024-02-13 19:31 UTC (6+ messages)
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address
[PATCH v3] kvm/x86: allocate the write-tracking metadata on-demand
2024-02-13 19:23 UTC
[PATCH v1 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
2024-02-13 17:31 UTC (6+ messages)
` [PATCH v1 1/2] KVM: s390: load guest access registers "
` [PATCH v1 2/2] KVM: s390: selftests: memop: add a simple AR test
[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
2024-02-13 17:07 UTC (6+ messages)
[PATCH v18 000/121] KVM TDX basic feature support
2024-02-13 16:47 UTC (13+ messages)
` [PATCH v18 015/121] KVM: TDX: Retry SEAMCALL on the lack of entropy error
` [PATCH v18 032/121] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v18 040/121] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v18 041/121] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v18 044/121] KVM: x86/mmu: Assume guest MMIOs are shared
[PATCH 00/10] crypto: qat - enable SRIOV VF live migration for
2024-02-13 14:55 UTC (11+ messages)
` [PATCH 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices
[PATCH v6.1.y-v4.19.y] vhost: use kzalloc() instead of kmalloc() followed by memset()
2024-02-13 14:54 UTC (2+ messages)
[PATCH v1 0/4] Get writable masks for feature ID from userspace
2024-02-13 14:53 UTC (4+ messages)
` [PATCH v1 2/4] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
[PATCH 00/10] KVM: SEV: allow customizing VMSA features
2024-02-13 14:44 UTC (16+ messages)
` [PATCH 01/10] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
` [PATCH 02/10] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
` [PATCH 03/10] Documentation: kvm/sev: separate description of firmware
` [PATCH 04/10] KVM: SEV: publish supported VMSA features
` [PATCH 05/10] KVM: SEV: store VMSA features in kvm_sev_info
` [PATCH 06/10] KVM: x86: define standard behavior for bits 0/1 of VM type
` [PATCH 07/10] KVM: x86: Add is_vm_type_supported callback
` [PATCH 08/10] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH 09/10] KVM: SEV: introduce KVM_SEV_INIT2 operation
` [PATCH 10/10] selftests: kvm: add tests for KVM_SEV_INIT2
` [PATCH 11/10] selftests: kvm: switch sev_migrate_tests to KVM_SEV_INIT2
[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
2024-02-13 3:44 UTC (12+ messages)
` [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns
[PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-13 3:41 UTC (17+ messages)
` [PATCH v7 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is wc safe
[RFC PATCH v2 0/3] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
2024-02-13 3:17 UTC (4+ messages)
` [RFC PATCH v2 1/3] "
[PATCH] KVM: selftests: Print timer ctl register in ISTATUS assertion
2024-02-13 1:43 UTC (3+ messages)
[GIT PULL (sort of)] KVM: x86: fixes and selftests fixes/cleanups
2024-02-13 0:57 UTC
[PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
2024-02-13 0:15 UTC (17+ messages)
[PATCH iwl-next v4 00/12] Add E800 live migration driver
2024-02-12 23:07 UTC (4+ messages)
` [PATCH iwl-next v4 03/12] ice: Introduce VF state ICE_VF_STATE_REPLAYING_VC for migration
` [Intel-wired-lan] "
[PATCH] vfio: mdev: make mdev_bus_type const
2024-02-12 17:35 UTC (3+ messages)
[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-02-12 17:03 UTC (12+ messages)
` [PATCH v11 06/35] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH v11 09/35] KVM: x86: Determine shared/private faults based on vm_type
` [PATCH v11 30/35] KVM: x86: Add gmem hook for determining max NPT mapping level
[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
2024-02-12 12:23 UTC (2+ messages)
[PATCH] KVM: fix kvm_mmu_memory_cache allocation warning
2024-02-12 11:51 UTC (2+ messages)
[PATCH 00/12] PCI device authentication
2024-02-12 11:47 UTC (5+ messages)
` [PATCH 07/12] spdm: Introduce library to authenticate devices
Question About QEMU KVM interaction for memory access
2024-02-12 4:28 UTC
[PATCH v13 00/16] iommu: Prepare to deliver page faults to user space
2024-02-12 1:22 UTC (17+ messages)
` [PATCH v13 01/16] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v13 02/16] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v13 03/16] iommu: Remove unrecoverable fault data
` [PATCH v13 04/16] iommu: Cleanup iopf data structure definitions
` [PATCH v13 05/16] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v13 06/16] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v13 07/16] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v13 08/16] iommu: Prepare for separating SVA and IOPF
` [PATCH v13 09/16] iommu: Make iommu_queue_iopf() more generic
` [PATCH v13 10/16] iommu: Separate SVA and IOPF
` [PATCH v13 11/16] iommu: Refine locking for per-device fault data management
` [PATCH v13 12/16] iommu: Use refcount for fault data access
` [PATCH v13 13/16] iommu: Improve iopf_queue_remove_device()
` [PATCH v13 14/16] iommu: Track iopf group instead of last fault
` [PATCH v13 15/16] iommu: Make iopf_group_response() return void
` [PATCH v13 16/16] iommu: Make iommu_report_device_fault() "
[PATCH 0/2] KVM: x86: Cleanup kvm_get_dr() usage
2024-02-09 22:30 UTC (5+ messages)
` [PATCH 1/2] KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
` [PATCH 2/2] KVM: x86: Open code all direct reads to guest DR6 and DR7
[PATCH v4 0/4] KVM: x86/mmu: Pre-check for mmu_notifier retry
2024-02-09 22:28 UTC (5+ messages)
` [PATCH v4 1/4] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
` [PATCH v4 2/4] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH v4 3/4] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
` [PATCH v4 4/4] KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
[PATCH 0/2] KVM: x86: kvm_has_noapic_vcpu fix/cleanup
2024-02-09 22:20 UTC (3+ messages)
` [PATCH 1/2] KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC code
` [PATCH 2/2] KVM: x86: Sanity check that kvm_has_noapic_vcpu is zero at module_exit()
[PATCH 0/3] KVM: nVMX: nEPT injection fixes and cleanups
2024-02-09 22:17 UTC (4+ messages)
` [PATCH 1/3] KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig
` [PATCH 2/3] KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exception
` [PATCH 3/3] KVM: nVMX: Add a sanity check that nested PML Full stems from EPT Violations
[PATCH v2] KVM: x86: nSVM/nVMX: Fix handling triple fault on RSM instruction
2024-02-09 22:03 UTC (7+ messages)
[PATCH v7 0/6] Delay VERW
2024-02-09 21:15 UTC (6+ messages)
` [PATCH v7 1/6] x86/bugs: Add asm helpers for executing VERW
[syzbot] [kvm?] KMSAN: uninit-value in em_ret_far
2024-02-09 21:10 UTC (2+ messages)
[syzbot] [kvm?] WARNING in kvm_mmu_notifier_change_pte
2024-02-09 21:07 UTC (2+ messages)
[kvm-unit-tests PATCH v4 0/8] Multi-migration support
2024-02-09 18:09 UTC (7+ messages)
` [kvm-unit-tests PATCH v4 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v4 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v4 6/8] migration: Add quiet migration support
[PATCH v17 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
2024-02-09 18:00 UTC (7+ messages)
` [PATCH v17 3/3] "
[PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
2024-02-09 17:46 UTC
[kvmtool PATCH 00/10] SBI debug console and few ISA extensions
2024-02-09 16:08 UTC (3+ messages)
[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
2024-02-09 16:05 UTC (11+ messages)
` [PATCH v12 04/20] KVM: pfncache: add a mark-dirty helper
` [PATCH v12 11/20] KVM: xen: allow shared_info to be mapped by fixed HVA
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2024-02-09 16:00 UTC (3+ messages)
[PATCH kvmtool] x86: Enable in-kernel irqchip before creating PIT
2024-02-09 15:55 UTC (2+ messages)
[kvmtool PATCH] riscv: Fix guest poweroff when using PLIC emulation
2024-02-09 15:55 UTC (2+ messages)
[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
2024-02-09 15:13 UTC (6+ messages)
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory
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