messages from 2024-06-18 14:37:28 to 2024-06-20 10:54:00 UTC [more...]
[PATCH vhost v9 0/6] refactor the params of find_vqs()
2024-06-20 10:49 UTC (18+ messages)
` [PATCH vhost v9 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v9 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v9 3/6] virtio: find_vqs: pass struct instead of multi parameters
[PATCH] vfio: Reuse file f_inode as vfio device inode
2024-06-20 10:14 UTC (2+ messages)
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2024-06-20 10:10 UTC (2+ messages)
[PATCH 1/2] migration: Implement dirty ring
2024-06-20 9:47 UTC
[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-06-20 9:00 UTC (19+ messages)
` [PATCH RFC 1/5] mm/gup: Move GUP_PIN_COUNTING_BIAS to page_ref.h
` [PATCH RFC 2/5] mm/gup: Add an option for obtaining an exclusive pin
` [PATCH RFC 3/5] mm/gup: Add support for re-pinning a normal pinned page as exclusive
` [PATCH RFC 4/5] mm/gup-test: Verify exclusive pinned
` [PATCH RFC 5/5] mm/gup_test: Verify GUP grabs same pages twice
[PATCH v3 00/17] TDX MMU prep series part 1
2024-06-20 8:44 UTC (20+ messages)
` [PATCH v3 01/17] KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
` [PATCH v3 02/17] KVM: Add member to struct kvm_gfn_range for target alias
` [PATCH v3 03/17] KVM: x86: Add a VM type define for TDX
` [PATCH v3 04/17] KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page
` [PATCH v3 05/17] KVM: x86/mmu: Add an is_mirror member for union kvm_mmu_page_role
` [PATCH v3 06/17] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
` [PATCH v3 07/17] KVM: x86/tdp_mmu: Take struct kvm in iter loops
` [PATCH v3 08/17] KVM: x86/tdp_mmu: Take a GFN in kvm_tdp_mmu_fast_pf_get_last_sptep()
` [PATCH v3 09/17] KVM: x86/mmu: Support GFN direct bits
` [PATCH v3 10/17] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
` [PATCH v3 11/17] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
` [PATCH v3 12/17] KVM: x86/tdp_mmu: Take root in tdp_mmu_for_each_pte()
` [PATCH v3 13/17] KVM: x86/tdp_mmu: Support mirror root for TDP MMU
` [PATCH v3 14/17] KVM: x86/tdp_mmu: Propagate attr_filter to MMU notifier callbacks
` [PATCH v3 15/17] KVM: x86/tdp_mmu: Propagate building mirror page tables
` [PATCH v3 16/17] KVM: x86/tdp_mmu: Propagate tearing down "
` [PATCH v3 17/17] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
[PATCH] kvm: Simplify kvm_get_running_vcpu()
2024-06-20 8:11 UTC
[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
2024-06-20 7:03 UTC (7+ messages)
[PATCH v5 0/4] Add Svade and Svadu Extensions Support
2024-06-20 6:25 UTC (6+ messages)
` [PATCH v5 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
[PATCH v3 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2024-06-20 4:09 UTC (8+ messages)
` [PATCH v3 2/3] vfio/pci: Tolerate oversized BARs by disallowing mmap
` [PATCH v3 3/3] vfio/pci: Enable PCI resource mmap() on s390 and remove VFIO_PCI_MMAP
[PATCH 0/5] Introduce a quirk to control memslot zap behavior
2024-06-20 3:59 UTC (5+ messages)
[PATCH] LoongArch: KVM: Sync pending interrupt when getting ESTAT from user mode
2024-06-20 3:35 UTC
[PATCH v2 0/6] LoongArch: KVM: Fix some issues relative with mmu
2024-06-20 3:05 UTC (8+ messages)
` [PATCH v2 1/6] LoongArch: KVM: Delay secondary mmu tlb flush until guest entry
` [PATCH v2 2/6] LoongArch: KVM: Select huge page only if secondary mmu supports it
` [PATCH v2 3/6] LoongArch: KVM: Discard dirty page tracking on readonly memslot
` [PATCH v2 4/6] LoongArch: KVM: Add memory barrier before update pmd entry
` [PATCH v2 5/6] LoongArch: KVM: Add dirty bitmap initially all set support
` [PATCH v2 6/6] LoongArch: KVM: Mark page accessed and dirty with page ref added
[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
2024-06-20 2:24 UTC (8+ messages)
` [PATCH v2 18/49] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
` [PATCH v2 37/49] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
` [PATCH v2 38/49] KVM: x86: Initialize guest cpu_caps based on guest CPUID
[PATCH v5 00/10] KVM: arm64: Allow userspace to modify CTR_EL0
2024-06-19 17:40 UTC (11+ messages)
` [PATCH v5 01/10] KVM: arm64: Get sys_reg encoding from descriptor in idregs_debug_show()
` [PATCH v5 02/10] KVM: arm64: Make idregs debugfs iterator search sysreg table directly
` [PATCH v5 03/10] KVM: arm64: Use read-only helper for reading VM ID registers
` [PATCH v5 04/10] KVM: arm64: Add helper for writing ID regs
` [PATCH v5 05/10] KVM: arm64: nv: Use accessors for modifying ID registers
` [PATCH v5 06/10] KVM: arm64: unify code to prepare traps
` [PATCH v5 07/10] KVM: arm64: Treat CTR_EL0 as a VM feature ID register
` [PATCH v5 08/10] KVM: arm64: show writable masks for feature registers
` [PATCH v5 09/10] KVM: arm64: rename functions for invariant sys regs
` [PATCH v5 10/10] KVM: selftests: arm64: Test writes to CTR_EL0
[PATCH 0/5] riscv: add support for Zaamo and Zalrsc extensions
2024-06-19 17:31 UTC (8+ messages)
` [PATCH 1/5] dt-bindings: riscv: add Zaamo and Zalrsc ISA extension description
` [PATCH 2/5] riscv: add parsing for Zaamo and Zalrsc extensions
` [PATCH 3/5] riscv: hwprobe: export "
` [PATCH 4/5] RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list test
[PATCH v3 0/5] Add support for the Idle HLT intercept feature
2024-06-19 17:09 UTC (6+ messages)
` [PATCH v3 5/5] KVM: selftests: KVM: SVM: Add Idle HLT intercept test
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-19 16:46 UTC (18+ messages)
[PATCH v9 00/24] Add Secure TSC support for SNP guests
2024-06-19 15:20 UTC (11+ messages)
` [PATCH v9 04/24] virt: sev-guest: Add SNP guest request structure
` [PATCH v9 05/24] virt: sev-guest: Fix user-visible strings
` [PATCH v9 06/24] virt: sev-guest: Simplify VMPCK and sequence number assignments
[PATCH 0/9] maintainer updates (gdbstub, plugins, time control)
2024-06-19 15:06 UTC (12+ messages)
` [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling
[PATCH] s390/cio: add missing MODULE_DESCRIPTION() macros
2024-06-19 14:00 UTC (5+ messages)
linux-next: manual merge of the kvm tree with the tip tree
2024-06-19 13:54 UTC
[kvm-unit-tests PATCH 0/4] riscv: sbi: Add support to test timer extension
2024-06-19 13:40 UTC (9+ messages)
` [kvm-unit-tests PATCH 1/4] riscv: Extend exception handling support for interrupts
` [kvm-unit-tests PATCH 2/4] riscv: Update exception cause list
` [kvm-unit-tests PATCH 3/4] riscv: Add methods to toggle interrupt enable bits
` [kvm-unit-tests PATCH 4/4] riscv: sbi: Add test for timer extension
[PATCH 1/2] vdpa: support set mac address from vdpa tool
2024-06-19 13:10 UTC (12+ messages)
[PATCH 0/9] Enable haltpoll for arm64
2024-06-19 12:17 UTC (3+ messages)
` [PATCH 8/9] arm64: support cpuidle-haltpoll
[PATCH v6 0/3] vfio/pci: Support 8-byte PCI loads and stores
2024-06-19 11:58 UTC (4+ messages)
` [PATCH v6 1/3] vfio/pci: Extract duplicated code into macro
` [PATCH v6 2/3] vfio/pci: Support 8-byte PCI loads and stores
` [PATCH v6 3/3] vfio/pci: Fix typo in macro to declare accessors
[PATCH v7 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
2024-06-19 11:35 UTC (17+ messages)
` [PATCH v7 01/16] dt-bindings: riscv: add Zimop ISA extension description
` [PATCH v7 02/16] riscv: add ISA extension parsing for Zimop
` [PATCH v7 03/16] riscv: hwprobe: export Zimop ISA extension
` [PATCH v7 04/16] RISC-V: KVM: Allow Zimop extension for Guest/VM
` [PATCH v7 05/16] KVM: riscv: selftests: Add Zimop extension to get-reg-list test
` [PATCH v7 06/16] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v7 07/16] riscv: add ISA extensions validation callback
` [PATCH v7 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v7 09/16] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH v7 10/16] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH v7 11/16] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH v7 12/16] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH v7 13/16] riscv: add ISA extension parsing for Zcmop
` [PATCH v7 14/16] riscv: hwprobe: export Zcmop ISA extension
` [PATCH v7 15/16] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH v7 16/16] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test
[PATCH 0/9] TDX host: metadata reading tweaks, bug fix and info dump
2024-06-19 9:51 UTC (27+ messages)
` [PATCH 2/9] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH 3/9] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH 4/9] x86/virt/tdx: Abstract reading multiple global metadata fields as a helper
` [PATCH 5/9] x86/virt/tdx: Move field mapping table of getting TDMR info to function local
` [PATCH 6/9] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH 7/9] x86/virt/tdx: Print TDX module basic information
` [PATCH 8/9] x86/virt/tdx: Exclude memory region hole within CMR as TDMR's reserved area
` [PATCH 9/9] x86/virt/tdx: Don't initialize module that doesn't support NO_RBP_MOD feature
[PATCH] KVM: arm64: nv: Use GFP_KERNEL_ACCOUNT for sysreg_masks allocation
2024-06-19 8:44 UTC (2+ messages)
[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
2024-06-19 8:41 UTC (2+ messages)
[PATCH v10 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2024-06-19 8:31 UTC (4+ messages)
` [PATCH v10 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v10 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v10 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test
[PATCH v5 0/3] vfio/pci: Support 8-byte PCI loads and stores
2024-06-19 7:58 UTC (6+ messages)
` [PATCH v5 3/3] vfio/pci: Fix typo in macro to declare accessors
[kvm-unit-tests PATCH v10 00/15] powerpc improvements
2024-06-19 7:44 UTC (12+ messages)
` [kvm-unit-tests PATCH v10 08/15] powerpc: add pmu tests
` [kvm-unit-tests PATCH v10 10/15] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH v10 13/15] powerpc: Add a panic test
` [kvm-unit-tests PATCH v10 14/15] powerpc/gitlab-ci: Upgrade powerpc to Fedora 40
` [kvm-unit-tests PATCH v10 15/15] powerpc/gitlab-ci: Enable more tests with "
[PATCH v3 0/5] KVM: Reject vCPU IDs above 2^32
2024-06-19 6:28 UTC (9+ messages)
` [PATCH v3 1/5] KVM: Reject overly excessive IDs in KVM_CREATE_VCPU
` [PATCH v3 4/5] KVM: selftests: Test max vCPU IDs corner cases
` [PATCH v3 5/5] KVM: selftests: Test vCPU boot IDs above 2^32
[PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
2024-06-19 4:52 UTC (13+ messages)
[PATCH 0/2] KVM vPMU code refine
2024-06-19 18:21 UTC (3+ messages)
` [PATCH 1/2] KVM: x86/pmu: Define KVM_PMC_MAX_GENERIC for platform independence
` [PATCH 2/2] selftests: kvm: Reduce verbosity of "Random seed" messages
[PATCH v3 0/3] KVM: Set vcpu->preempted/ready iff scheduled out while running
2024-06-18 21:41 UTC (2+ messages)
[PATCH] KVM: Fix Undefined Behavior Sanitizer(UBSAN) error
2024-06-18 21:41 UTC (3+ messages)
` [PATCH v2] "
[PATCH v6 0/2] vfio/pci: add interrupt affinity support
2024-06-18 20:29 UTC (3+ messages)
` [PATCH v6 2/2] "
[GIT PULL] KVM/arm64 fixes for 6.10, take #2
2024-06-18 18:10 UTC (2+ messages)
[PATCH net-next 2/2] vsock/virtio: avoid enqueue packets when work queue is empty
2024-06-18 17:05 UTC (2+ messages)
[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
2024-06-18 16:04 UTC (8+ messages)
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared
[PATCH -next] LoongArch: KVM: Remove unneeded semicolon
2024-06-18 14:54 UTC (3+ messages)
[PATCH v4 0/3] KVM/x86: Enhancements to static calls
2024-06-18 14:37 UTC (4+ 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;
as well as URLs for NNTP newsgroup(s).