messages from 2024-07-16 15:55:13 to 2024-07-19 08:25:23 UTC [more...]
[RFC 0/5] accel/kvm: Support KVM PMU filter
2024-07-19 8:40 UTC (6+ messages)
` [RFC 3/5] i386/kvm: Support event with select&umask format in "
[PATCH] arm64/sysreg: Correct the values for GICv4.1
2024-07-19 7:55 UTC (2+ messages)
[PATCH v7 0/4] Add Svade and Svadu Extensions Support
2024-07-19 7:38 UTC (13+ messages)
` [PATCH v7 1/4] RISC-V: "
` [PATCH v7 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
` [PATCH v7 3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
[PATCH v3 0/5] target/arm/kvm: Report PMU unavailability
2024-07-19 7:21 UTC (10+ messages)
` [PATCH v3 2/5] target/arm/kvm: Fix PMU feature bit early
` [PATCH v3 3/5] target/arm: Always add pmu property for Armv8
` [PATCH v3 5/5] hvf: arm: Properly disable PMU
linux-next: duplicate patches in the kvm-x86 tree
2024-07-19 3:44 UTC
[kvm-unit-tests PATCH v3 0/5] riscv: sbi: Add support to test timer extension
2024-07-19 2:39 UTC (6+ messages)
` [kvm-unit-tests PATCH v3 1/5] riscv: Extend exception handling support for interrupts
` [kvm-unit-tests PATCH v3 2/5] riscv: Update exception cause list
` [kvm-unit-tests PATCH v3 3/5] riscv: Add method to probe for SBI extensions
` [kvm-unit-tests PATCH v3 4/5] riscv: Add some delay and timer routines
` [kvm-unit-tests PATCH v3 5/5] riscv: sbi: Add test for timer extension
[GIT PULL] virtio: features, fixes, cleanups
2024-07-19 1:01 UTC (5+ messages)
[PATCH] KVM: x86: Add GPA limit check to kvm_arch_vcpu_pre_fault_memory()
2024-07-18 23:38 UTC (4+ messages)
[PATCH] KVM: arm64: Move data barrier to end of split walk
2024-07-18 22:35 UTC
[PATCH v4 00/18] TDX MMU prep series part 1
2024-07-18 21:12 UTC (19+ messages)
` [PATCH v4 01/18] KVM: x86/mmu: Zap invalid roots with mmu_lock holding for write at uninit
` [PATCH v4 02/18] KVM: Add member to struct kvm_gfn_range for target alias
` [PATCH v4 03/18] KVM: x86: Add a VM type define for TDX
` [PATCH v4 04/18] KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page
` [PATCH v4 05/18] KVM: x86/mmu: Add an is_mirror member for union kvm_mmu_page_role
` [PATCH v4 06/18] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
` [PATCH v4 07/18] KVM: x86/tdp_mmu: Take struct kvm in iter loops
` [PATCH v4 08/18] KVM: x86/mmu: Support GFN direct bits
` [PATCH v4 09/18] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
` [PATCH v4 10/18] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
` [PATCH v4 11/18] KVM: x86/tdp_mmu: Take root in tdp_mmu_for_each_pte()
` [PATCH v4 12/18] KVM: x86/tdp_mmu: Support mirror root for TDP MMU
` [PATCH v4 13/18] KVM: x86/tdp_mmu: Propagate attr_filter to MMU notifier callbacks
` [PATCH v4 14/18] KVM: x86/tdp_mmu: Propagate building mirror page tables
` [PATCH v4 15/18] KVM: x86/tdp_mmu: Propagate tearing down "
` [PATCH v4 16/18] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
` [PATCH v4 17/18] KVM: x86/tdp_mmu: Don't zap valid mirror roots in kvm_tdp_mmu_zap_all()
` [PATCH v4 18/18] KVM: x86/mmu: Prevent aliased memslot GFNs
[PATCH v4 0/9] target/i386: Misc cleanup on KVM PV defs, outdated comments and error handling
2024-07-18 21:11 UTC (18+ messages)
` [PATCH v4 1/9] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH v4 2/9] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
` [PATCH v4 3/9] target/i386/kvm: Only save/load kvmclock MSRs when kvmclock enabled
` [PATCH v4 4/9] target/i386/kvm: Save/load MSRs of kvmclock2 (KVM_FEATURE_CLOCKSOURCE2)
` [PATCH v4 5/9] target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
` [PATCH v4 6/9] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
` [PATCH v4 7/9] target/i386/kvm: Clean up return values of MSR filter related functions
` [PATCH v4 8/9] target/i386/kvm: Clean up error handling in kvm_arch_init()
` [PATCH v4 9/9] target/i386/kvm: Replace ARRAY_SIZE(msr_handlers) with KVM_MSR_FILTER_MAX_RANGES
[PATCH v2 00/25] Enable FRED with KVM VMX
2024-07-18 21:04 UTC (12+ messages)
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
[PATCH v2 0/6] KVM: Improve MMIO Coalescing API
2024-07-18 19:35 UTC (7+ messages)
` [PATCH v2 1/6] KVM: Fix coalesced_mmio_has_room()
` [PATCH v2 2/6] KVM: Add KVM_CREATE_COALESCED_MMIO_BUFFER ioctl
` [PATCH v2 3/6] KVM: Support poll() on coalesced mmio buffer fds
` [PATCH v2 4/6] KVM: Add KVM_(UN)REGISTER_COALESCED_MMIO2 ioctls
` [PATCH v2 5/6] KVM: Documentation: Document v2 of coalesced MMIO API
` [PATCH v2 6/6] KVM: selftests: Add coalesced_mmio_test
[GIT PULL] VFIO updates for v6.11-rc1
2024-07-18 18:35 UTC
[PATCH v19 000/130] KVM TDX basic feature support
2024-07-18 17:26 UTC (16+ messages)
` [PATCH v19 109/130] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v19 110/130] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v19 117/130] KVM: TDX: Silently ignore INIT/SIPI
[PATCH 0/2] Add perf support to collect KVM guest statistics from host side
2024-07-18 17:09 UTC (5+ messages)
` [PATCH 1/2] riscv: perf: add guest vs host distinction
` [PATCH 2/2] riscv: KVM: add basic support for host vs guest profiling
[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
2024-07-18 17:08 UTC (10+ messages)
` [RFC PATCH 08/18] KVM: x86: Add KVM Userfault support
[PATCH 6.6 0/3] Backport VFIO refactor to fix fork ordering bug
2024-07-18 16:55 UTC (6+ messages)
` [PATCH 6.6 1/3] vfio: Create vfio_fs_type with inode per device
` [PATCH 6.6 2/3] vfio/pci: Use unmap_mapping_range()
` [PATCH 6.6 3/3] vfio/pci: Insert full vma on mmap'd MMIO fault
[PATCH v3 00/17] TDX MMU prep series part 1
2024-07-18 15:55 UTC (6+ messages)
` [PATCH v3 17/17] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
[PATCH 00/12] KVM: arm64: nv: Add support for address translation instructions
2024-07-18 15:16 UTC (9+ messages)
` [PATCH 08/12] KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
` [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
[PATCH v2 0/4] vfio-pci support pasid attach/detach
2024-07-18 13:02 UTC (12+ messages)
[kvm-unit-tests PATCH v2 00/16] Introduce SEV-SNP support
2024-07-18 12:49 UTC (17+ messages)
` [kvm-unit-tests PATCH v2 01/16] x86/apic: Use common library outb() implementation
` [kvm-unit-tests PATCH v2 02/16] x86/apic: Add MMIO access support for SEV-ES/SNP guest with C-bit unset
` [kvm-unit-tests PATCH v2 03/16] x86 AMD SEV-ES: Rename setup_amd_sev_es() to setup_vc_handler()
` [kvm-unit-tests PATCH v2 04/16] x86/efi: Add support for running tests with UEFI in SEV-SNP environment
` [kvm-unit-tests PATCH v2 05/16] x86 AMD SEV-SNP: Enable SEV-SNP support
` [kvm-unit-tests PATCH v2 06/16] x86 AMD SEV-SNP: Add tests for presence of confidential computing blob
` [kvm-unit-tests PATCH v2 07/16] x86 AMD SEV-ES: Set GHCB page attributes for a new page table
` [kvm-unit-tests PATCH v2 08/16] x86 AMD SEV-SNP: Test Private->Shared page state changes using GHCB MSR
` [kvm-unit-tests PATCH v2 09/16] x86: Introduce gva to gpa address translation helper
` [kvm-unit-tests PATCH v2 10/16] x86: Add support for installing large pages
` [kvm-unit-tests PATCH v2 11/16] x86 AMD SEV-SNP: Change guest pages from Private->Shared using GHCB NAE
` [kvm-unit-tests PATCH v2 12/16] x86 AMD SEV-SNP: Change guest pages from Shared->Private "
` [kvm-unit-tests PATCH v2 13/16] x86 AMD SEV-SNP: Change guest pages from Intermix->Private "
` [kvm-unit-tests PATCH v2 14/16] x86 AMD SEV-SNP: Change guest pages from Intermix->Shared "
` [kvm-unit-tests PATCH v2 15/16] x86 AMD SEV-SNP: Issue PSMASH/UNSMASH PSC requests on 2M ranges
` [kvm-unit-tests PATCH v2 16/16] x86 AMD SEV-SNP: Inject random cur_page offsets for "
[kvm-unit-tests PATCH 0/4] s390x: split off snippet and sie related code
2024-07-18 10:50 UTC (5+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: Split snippet makefile rules into new file
` [kvm-unit-tests PATCH 2/4] s390x/Makefile: Add more comments
` [kvm-unit-tests PATCH 3/4] s390x: Move SIE assembly into new file
` [kvm-unit-tests PATCH 4/4] lib: s390x: Split SIE fw structs from lib structs
[PATCH v3 0/7] iommufd support pasid attach/replace
2024-07-18 8:27 UTC (3+ messages)
` [PATCH v3 1/7] iommu: Introduce a replace API for device pasid
[PATCH v2] KVM: PPC: Book3S HV: Refactor HFSCR emulation for KVM guests
2024-07-18 3:51 UTC (2+ messages)
[PATCH v4 0/3] Allow userspace to change ID_AA64PFR1_EL1
2024-07-18 3:50 UTC (2+ messages)
` [PATCH v4 3/3] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1
[PATCH 00/12] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
2024-07-17 22:49 UTC (23+ messages)
` [PATCH 06/12] KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest
` [PATCH 07/12] KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvm
` [PATCH 08/12] KVM: remove kvm_arch_gmem_prepare_needed()
` [PATCH 09/12] KVM: guest_memfd: move check for already-populated page to common code
` [PATCH 10/12] KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()
` [PATCH 11/12] KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
` [PATCH 12/12] KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns
[PATCH 6.9 0/3] Backport VFIO refactor to fix fork ordering bug
2024-07-17 21:44 UTC (5+ messages)
` [PATCH 6.9 1/3] vfio: Create vfio_fs_type with inode per device
` [PATCH 6.9 2/3] vfio/pci: Use unmap_mapping_range()
` [PATCH 6.9 3/3] vfio/pci: Insert full vma on mmap'd MMIO fault
[RFC PATCH v2 0/5] Paravirt Scheduling (Dynamic vcpu priority management)
2024-07-17 21:09 UTC (20+ messages)
[GIT PULL] Please pull IOMMUFD subsystem changes
2024-07-17 18:46 UTC
[PATCH v2] vfio-mdev: add missing MODULE_DESCRIPTION() macros
2024-07-17 18:44 UTC (2+ messages)
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-07-17 14:12 UTC (4+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
2024-07-17 14:00 UTC (7+ messages)
` [PATCH v2 21/49] KVM: x86: Add a macro to init CPUID features that are 64-bit only
` [PATCH v2 23/49] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
[PATCH] vdpa: Add support for no-IOMMU mode
2024-07-17 9:50 UTC (2+ messages)
[RFC 0/4] Added Interrupt controller emulation for loongarch kvm
2024-07-17 7:58 UTC (6+ messages)
` [RFC 1/4] hw/loongarch: Add KVM IPI device support
` [RFC 2/4] hw/loongarch: Add KVM extioi "
` [RFC 3/4] hw/loongarch: Add KVM pch pic "
` [RFC 4/4] hw/loongarch: Add KVM pch msi "
linux-next: build warning after merge of the kvm tree
2024-07-17 5:59 UTC
[GIT PULL] KVM: x86 pull requests for 6.11
2024-07-17 5:52 UTC (5+ messages)
` [GIT PULL (sort of)] KVM: x86: Static call changes "
[PULL 01/20] i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT
2024-07-17 5:03 UTC
linux-next: manual merge of the kvm-riscv tree with the perf tree
2024-07-17 4:16 UTC
linux-next: manual merge of the kvm-x86 tree with the kvm tree
2024-07-17 3:58 UTC
[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
2024-07-17 3:41 UTC (14+ messages)
[PATCH v2 00/10] TDX host: metadata reading tweaks, bug fix and info dump
2024-07-17 3:40 UTC (11+ messages)
` [PATCH v2 01/10] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [PATCH v2 02/10] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH v2 03/10] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH v2 04/10] x86/virt/tdx: Abstract reading multiple global metadata fields as a helper
` [PATCH v2 05/10] x86/virt/tdx: Move field mapping table of getting TDMR info to function local
` [PATCH v2 06/10] x86/virt/tdx: Refine a comment to reflect the latest TDX spec
` [PATCH v2 07/10] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH v2 08/10] x86/virt/tdx: Print TDX module basic information
` [PATCH v2 09/10] x86/virt/tdx: Reduce TDMR's reserved areas by using CMRs to find memory holes
` [PATCH v2 10/10] x86/virt/tdx: Don't initialize module that doesn't support NO_RBP_MOD feature
[PATCH] KVM: x86/mmu: Allow per VM kvm_mmu_max_gfn()
2024-07-17 0:38 UTC (5+ messages)
[PATCH v2 0/2] Fix for a very old KVM bug in the segment cache
2024-07-16 22:36 UTC (5+ messages)
` [PATCH v2 1/2] KVM: nVMX: use vmx_segment_cache_clear
` [PATCH v2 2/2] KVM: VMX: disable preemption when touching segment fields
[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-07-16 20:11 UTC (6+ messages)
[PATCH v2] KVM: SVM: let alternatives handle the cases when RSB filling is required
2024-07-16 19:10 UTC (8+ 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