messages from 2025-01-15 18:41:04 to 2025-01-17 15:50:19 UTC [more...]
[PATCH 0/6] riscv: add SBI FWFT misaligned exception delegation support
2025-01-17 15:50 UTC (7+ messages)
` [PATCH 2/6] riscv: request misaligned exception delegation from SBI
` [PATCH 3/6] RISC-V: KVM: add SBI extension init()/deinit() functions
[PATCH v2 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU
2025-01-17 15:45 UTC (3+ messages)
[PATCH v2 0/5] kvm powerpc/book3s-hv: Expose Hostwide counters as perf-events
2025-01-17 15:38 UTC (3+ messages)
` [PATCH v2 1/6] powerpc: Document APIv2 KVM hcall spec for Hostwide counters
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-01-17 15:25 UTC (15+ messages)
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys as allowed in .noinstr
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH v3 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
2025-01-17 15:23 UTC (4+ messages)
` [PATCH v3 1/3] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH v3 2/3] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
` [PATCH v3 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status
[PATCH v2 00/12] KVM: arm64: Add NV timer support
2025-01-17 15:19 UTC (4+ messages)
` [PATCH v2 09/12] KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bits
[PATCH 00/16] KVM: TDX: TDX interrupts
2025-01-17 15:08 UTC (12+ messages)
` [PATCH 12/16] KVM: TDX: Inhibit APICv for TDX guest
[RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
2025-01-17 14:42 UTC (14+ messages)
[RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
2025-01-17 14:37 UTC (9+ messages)
[PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
2025-01-17 14:00 UTC (12+ messages)
[PATCH v2 00/15] KVM: s390: Stop using page->index and other things
2025-01-17 13:49 UTC (22+ messages)
` [PATCH v2 01/15] KVM: Do not restrict the size of KVM-internal memory regions
` [PATCH v2 02/15] KVM: s390: wrapper for KVM_BUG
` [PATCH v2 03/15] KVM: s390: move pv gmap functions into kvm
` [PATCH v2 04/15] KVM: s390: fake memslot for ucontrol VMs
` [PATCH v2 05/15] KVM: s390: selftests: fix ucontrol memory region test
` [PATCH v2 06/15] KVM: s390: use __kvm_faultin_pfn()
` [PATCH v2 07/15] KVM: s390: get rid of gmap_fault()
` [PATCH v2 08/15] KVM: s390: get rid of gmap_translate()
` [PATCH v2 09/15] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [PATCH v2 10/15] KVM: s390: stop using page->index for non-shadow gmaps
` [PATCH v2 11/15] KVM: s390: stop using lists to keep track of used dat tables
` [PATCH v2 12/15] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [PATCH v2 13/15] KVM: s390: remove useless page->index usage
` [PATCH v2 14/15] KVM: s390: move PGSTE softbits
` [PATCH v2 15/15] KVM: s390: remove the last user of page->index
[PATCH v2] drviers/iommu/amd: support P2P access through IOMMU when SME is enabled
2025-01-17 13:44 UTC (2+ messages)
[RFC PATCH 08/12] vfio/pci: Create host unaccessible dma-buf for private device
2025-01-17 13:25 UTC (13+ messages)
[PATCH v1] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
2025-01-17 12:55 UTC (15+ messages)
[PATCH RFC v3 00/27] KVM: arm64: Implement support for SME in non-protected guests
2025-01-17 12:37 UTC (4+ messages)
` [PATCH RFC v3 09/27] KVM: arm64: Factor SVE guest exit handling out into a function
[GIT PULL] KVM/arm64 updates for 6.14
2025-01-17 11:52 UTC
[PATCH] vhost/scsi: Fix improper cleanup in vhost_scsi_set_endpoint()
2025-01-17 11:42 UTC (2+ messages)
` "
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-01-17 11:23 UTC (10+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
[PATCH net v3 0/9] tun: Unify vnet implementation
2025-01-17 10:42 UTC (22+ messages)
` [PATCH net v3 1/9] tun: Refactor CONFIG_TUN_VNET_CROSS_LE
` [PATCH net v3 2/9] tun: Avoid double-tracking iov_iter length changes
` [PATCH net v3 3/9] tun: Keep hdr_len in tun_get_user()
` [PATCH net v3 4/9] tun: Decouple vnet from tun_struct
` [PATCH net v3 5/9] tun: Decouple vnet handling
` [PATCH net v3 6/9] tun: Extract the vnet handling code
` [PATCH net v3 7/9] tap: Avoid double-tracking iov_iter length changes
` [PATCH net v3 8/9] tap: Keep hdr_len in tap_get_user()
` [PATCH net v3 9/9] tap: Use tun's vnet-related code
[PATCH kvmtool] kvmtool: virtio: fix endian for big endian hosts
2025-01-17 10:07 UTC (6+ messages)
[PATCH v6 00/17] Provide a new two step DMA mapping API
2025-01-17 10:03 UTC (18+ messages)
` [PATCH v6 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v6 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v6 03/17] iommu: generalize the batched sync after map interface
` [PATCH v6 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v6 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v6 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v6 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v6 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v6 09/17] docs: core-api: document the IOVA-based API
` [PATCH v6 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v6 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v6 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v6 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v6 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v6 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v6 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v6 17/17] vfio/mlx5: Enable the DMA link API
[PATCH 0/7] KVM: TDX SEPT SEAMCALL retry
2025-01-17 9:52 UTC (11+ messages)
` [PATCH 4/7] KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal
` [PATCH 5/7] fixup! KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table
[GIT PULL] KVM/riscv changes for 6.14
2025-01-17 7:06 UTC
[PATCH v3 0/3] KVM: x86: Include host suspended time in steal time
2025-01-17 6:35 UTC (4+ messages)
` [PATCH v3 1/3] kvm: Introduce kvm_total_suspend_ns()
[bug report] KVM: x86: Unify TSC logic (sleeping in atomic?)
2025-01-17 6:08 UTC
Potential Denial-of-Service Vulnerability in KVM When Emulating 'hlt' Instruction in L2 Guests
2025-01-17 4:54 UTC (2+ messages)
[PATCH v8 0/2] ppc: Enable 2nd DAWR support on Power10
2025-01-17 4:11 UTC (5+ messages)
` [PATCH v8 2/2] ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine
[PATCH v9 0/2] ppc: Enable 2nd DAWR support on Power10
2025-01-17 4:07 UTC (3+ messages)
` [PATCH v9 1/2] ppc: Enable 2nd DAWR support on Power10 PowerNV machine
` [PATCH v9 2/2] ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine
[linux-next:master] [KVM] 7803339fa9: kernel-selftests.kvm.pmu_counters_test.fail
2025-01-17 3:04 UTC (4+ messages)
[GIT PULL] KVM x86 pull requests for 6.14
2025-01-17 1:07 UTC (8+ messages)
` [GIT PULL] KVM: Memslots hardening/cleanups "
` [GIT PULL] KVM: x86: Misc/main changes 6.14
` [GIT PULL] KVM: x86: MMU changes for 6.15
` [GIT PULL] KVM: Selftests changes for 6.14
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: vcpu_array fixes and cleanups "
` [GIT PULL] KVM: x86: VMX change "
[PATCH] KVM: nVMX: Always use TLB_FLUSH_GUEST for nested VM-Enter/VM-Exit
2025-01-17 0:53 UTC (9+ messages)
[PATCH v1 00/13] KVM: Introduce KVM Userfault
2025-01-16 23:46 UTC (11+ messages)
[PATCH v5 0/3] KVM: x86: tracepoint updates
2025-01-16 22:53 UTC (6+ messages)
` [PATCH v5 3/3] KVM: x86: add new nested vmexit tracepoints
[PATCH v3 00/14] x86/virt/tdx: Add SEAMCALL wrappers for KVM
2025-01-16 22:11 UTC (5+ messages)
[PATCH v5 00/17] Provide a new two step DMA mapping API
2025-01-16 21:00 UTC (6+ messages)
` [PATCH v5 07/17] dma-mapping: Implement link/unlink ranges API
[PATCH v6 0/5] vfio-pci support pasid attach/detach
2025-01-16 20:43 UTC (5+ messages)
` [PATCH v6 2/5] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH v6 3/5] vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasid
[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
2025-01-16 20:21 UTC (4+ messages)
` [PATCH RFCv2 07/13] iommufd: Implement sw_msi support natively
[PATCH 00/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()
2025-01-16 19:02 UTC (5+ messages)
` [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
[syzbot] [kvm?] WARNING in kvm_put_kvm (2)
2025-01-16 18:01 UTC (2+ messages)
[PATCH v16 12/13] x86/tsc: Switch to native sched clock
2025-01-16 16:56 UTC (13+ messages)
[RFC PATCH v4 00/14] KVM: Restricted mapping of guest_memfd at the host and arm64 support
2025-01-16 15:16 UTC (6+ messages)
` [RFC PATCH v4 13/14] KVM: arm64: Handle guest_memfd()-backed guest page faults
[PATCH] kvm_config: add CONFIG_VIRTIO_FS
2025-01-16 11:03 UTC (5+ messages)
[RFC PATCH v4 00/14] KVM: Restricted mapping of guest_memfd at the host and arm64 support
2025-01-16 9:19 UTC (3+ messages)
[PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
2025-01-16 8:57 UTC (11+ messages)
[PATCH v6 00/60] QEMU TDX support
2025-01-16 8:53 UTC (4+ messages)
` [PATCH v6 56/60] i386/tdx: Don't treat SYSCALL as unavailable
[PATCH v2 0/3] tun: Unify vnet implementation and fill full vnet header
2025-01-16 5:30 UTC (9+ messages)
` [PATCH v2 3/3] tun: Set num_buffers for virtio 1.0
[PATCH v2 0/9] KVM: selftests: Binary stats fixes and infra updates
2025-01-16 5:14 UTC (3+ messages)
` [PATCH v2 8/9] KVM: selftests: Add infrastructure for getting vCPU binary stats
[PATCH v2 7/9] x86: Mark sched_clock() noinstr
2025-01-15 23:22 UTC (2+ messages)
` [tip: sched/core] sched/clock/x86: "
[PATCH v3 0/7] Move initializing SEV/SNP functionality to KVM
2025-01-15 22:26 UTC (12+ messages)
` [PATCH v3 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
[PATCH] KVM: x86: switch hugepage recovery thread to vhost_task
2025-01-15 19:03 UTC (11+ messages)
[PATCH v2 00/17] KVM: arm64: Add NV GICv3 support
2025-01-15 18:41 UTC (3+ messages)
` [PATCH v2 03/17] arm64: sysreg: Add layout for ICH_MISR_EL2
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