messages from 2024-02-10 17:22:10 to 2024-02-14 20:16:26 UTC [more...]
[PATCH v1 0/4] Get writable masks for feature ID from userspace
2024-02-14 20:16 UTC (6+ messages)
` [PATCH v1 2/4] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
2024-02-14 20:09 UTC (35+ 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 00/17] vfio/pci: Remove duplicate code and logic from VFIO PCI interrupt management
2024-02-14 19:37 UTC (10+ messages)
` [PATCH 15/17] vfio/pci: Let enable and disable of interrupt types use same signature
[PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
2024-02-14 18:43 UTC (16+ messages)
[GIT PULL (sort of)] KVM: x86: fixes and selftests fixes/cleanups
2024-02-14 18:05 UTC (3+ messages)
[GIT PULL] KVM/riscv fixes for 6.8, take #1
2024-02-14 17:35 UTC (2+ messages)
[PATCH v4] KVM: x86/xen: Inject vCPU upcall vector when local APIC is enabled
2024-02-14 16:32 UTC (2+ messages)
[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
2024-02-14 16:56 UTC (11+ messages)
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support
[PATCH for-6.8 v2 0/4] KVM: LoongArch: Fix wrong CPUCFG ID handling
2024-02-14 16:33 UTC (5+ messages)
` [PATCH for-6.8 v2 1/4] KVM: LoongArch: Fix input value checking of _kvm_get_cpucfg
` [PATCH for-6.8 v2 2/4] KVM: LoongArch: Fix kvm_check_cpucfg incorrectly accepting bad CPUCFG IDs
` [PATCH for-6.8 v2 3/4] KVM: LoongArch: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 v2 4/4] KVM: LoongArch: Streamline kvm_check_cpucfg and improve comments
[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
2024-02-14 16:33 UTC (9+ messages)
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
[PATCH v4 0/4] KVM: x86/mmu: Pre-check for mmu_notifier retry
2024-02-14 13:17 UTC (2+ messages)
[PATCH for-6.8 0/5] KVM: LoongArch: Fix wrong CPUCFG ID handling
2024-02-14 13:08 UTC (8+ messages)
` [PATCH for-6.8 1/5] KVM: LoongArch: Fix input value checking of _kvm_get_cpucfg
` [PATCH for-6.8 2/5] KVM: LoongArch: Fix kvm_check_cpucfg incorrectly accepting bad CPUCFG IDs
` [PATCH for-6.8 3/5] KVM: LoongArch: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 4/5] KVM: LoongArch: Streamline control flow of kvm_check_cpucfg
` [PATCH for-6.8 5/5] KVM: LoongArch: Clean up comments of _kvm_get_cpucfg_mask and kvm_check_cpucfg
[PATCH v1 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
2024-02-14 12:51 UTC (5+ messages)
` [PATCH v1 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [PATCH v1 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
[PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
2024-02-14 12:37 UTC (6+ messages)
` [PATCH 1/5] RISC-V: KVM: Forward SEED CSR access to user space
` [PATCH 2/5] RISC-V: KVM: Allow Ztso extension for Guest/VM
` [PATCH 3/5] KVM: riscv: selftests: Add Ztso extension to get-reg-list test
` [PATCH 4/5] RISC-V: KVM: Allow Zacas extension for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zacas extension to get-reg-list test
[kvmtool PATCH 00/10] More ISA extensions
2024-02-14 12:21 UTC (11+ messages)
` [kvmtool PATCH 01/10] Sync-up header with Linux-6.8-rc4 for KVM RISC-V
` [kvmtool PATCH 02/10] kvmtool: Fix absence of __packed definition
` [kvmtool PATCH 03/10] riscv: Add Zbc extension support
` [kvmtool PATCH 04/10] riscv: Add scalar crypto extensions support
` [kvmtool PATCH 05/10] riscv: Add vector "
` [kvmtool PATCH 06/10] riscv: Add Zfh[min] "
` [kvmtool PATCH 07/10] riscv: Add Zihintntl extension support
` [kvmtool PATCH 08/10] riscv: Add Zvfh[min] extensions support
` [kvmtool PATCH 09/10] riscv: Add Zfa extensiona support
` [kvmtool PATCH 10/10] riscv: Allow disabling SBI STA extension for Guest
[PATCH v5 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
2024-02-14 2:23 UTC (7+ messages)
` [PATCH v5 2/2] KVM: VMX: Cleanup VMX misc "
[PATCH v8 0/6] Delay VERW
2024-02-14 2:22 UTC (7+ messages)
` [PATCH v8 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v8 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v8 3/6] x86/entry_32: "
` [PATCH v8 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v8 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v8 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
[ANNOUNCE] PUCK Agenda - 2024.02.14 - CANCELED
2024-02-14 2:09 UTC
[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
2024-02-13 22:25 UTC (8+ messages)
[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 (5+ messages)
` [PATCH v1 1/2] KVM: s390: load guest access registers "
[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 (9+ 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 00/10] KVM: SEV: allow customizing VMSA features
2024-02-13 14:44 UTC (5+ messages)
[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)
[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() "
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