messages from 2024-06-14 20:29:04 to 2024-06-19 02:20:20 UTC [more...]
[PATCH 0/2] KVM vPMU code refine
2024-06-19 18:21 UTC
[PATCH 0/9] TDX host: metadata reading tweaks, bug fix and info dump
2024-06-19 1:23 UTC (27+ messages)
` [PATCH 1/9] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [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 RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-06-19 0:11 UTC (7+ 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 v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
2024-06-18 22:19 UTC (14+ messages)
[PATCH v3 0/5] KVM: Reject vCPU IDs above 2^32
2024-06-18 21:50 UTC (10+ messages)
` [PATCH v3 1/5] KVM: Reject overly excessive IDs in KVM_CREATE_VCPU
` [PATCH v3 2/5] KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID
` [PATCH v3 3/5] KVM: x86: Prevent excluding the BSP on setting max_vcpu_ids
` [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 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 v9 00/24] Add Secure TSC support for SNP guests
2024-06-18 21:27 UTC (9+ messages)
` [PATCH v9 03/24] virt: sev-guest: Make payload a variable length array
` [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 v6 0/2] vfio/pci: add interrupt affinity support
2024-06-18 20:29 UTC (3+ messages)
` [PATCH v6 2/2] "
[PATCH] s390/cio: add missing MODULE_DESCRIPTION() macros
2024-06-18 20:11 UTC (3+ messages)
[PATCH v5 0/3] vfio/pci: Support 8-byte PCI loads and stores
2024-06-18 19:01 UTC (5+ 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-18 18:39 UTC (9+ messages)
` [kvm-unit-tests PATCH v10 08/15] powerpc: add pmu tests
` [kvm-unit-tests PATCH v10 12/15] scripts/arch-run.bash: Fix run_panic() success exit status
[GIT PULL] KVM/arm64 fixes for 6.10, take #2
2024-06-18 18:10 UTC (2+ messages)
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-18 17:53 UTC (39+ messages)
[kvm-unit-tests PATCH 0/4] riscv: sbi: Add support to test timer extension
2024-06-18 17:30 UTC (5+ 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 net-next 2/2] vsock/virtio: avoid enqueue packets when work queue is empty
2024-06-18 17:05 UTC (3+ messages)
[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
2024-06-18 16:04 UTC (27+ messages)
` [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v3 10/14] arm64: Force device mappings to be non-secure shared
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared
[PATCH v3 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2024-06-18 15:52 UTC (5+ 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 -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)
[PATCH 0/5] Introduce a quirk to control memslot zap behavior
2024-06-18 14:34 UTC (4+ messages)
[PATCH 0/3] KVM: SVM: SEV-ES save area fix+cleanups
2024-06-18 13:49 UTC (8+ messages)
` [PATCH 1/3] KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage)
` [PATCH 2/3] KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_aux
` [PATCH 3/3] KVM: SVM: Use compound literal in lieu of __maybe_unused rdmsr() param
[PATCH] kvm_host: bump KVM_MAX_IRQ_ROUTE to 128k
2024-06-18 12:28 UTC (3+ messages)
[PATCH 1/2] vdpa: support set mac address from vdpa tool
2024-06-18 10:39 UTC (15+ messages)
[PATCH v5 0/4] Add Svade and Svadu Extensions Support
2024-06-18 10:38 UTC (4+ messages)
` [PATCH v5 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
[PATCH 0/9] maintainer updates (gdbstub, plugins, time control)
2024-06-18 9:53 UTC (14+ messages)
` [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling
[PATCH v2] target/i386/kvm: Refine VMX controls setting for backward compatibility
2024-06-18 9:17 UTC (5+ messages)
[PATCH] kvm tools:Fix memory leakage in open all disks
2024-06-18 7:52 UTC
[PATCH v9 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2024-06-18 7:23 UTC (7+ messages)
` [PATCH v9 2/3] "
` [PATCH v9 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test
[PATCH v2 0/2] Allow userspace to change ID_AA64PFR1_EL1
2024-06-18 6:38 UTC (2+ messages)
` [PATCH v2 2/2] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1
[kvm-unit-tests PATCH v6 0/4] x86: Add test cases for LAM
2024-06-18 6:37 UTC (8+ messages)
` [kvm-unit-tests PATCH v6 2/4] x86: Add test case for LAM_SUP
` [kvm-unit-tests PATCH v6 4/4] x86: Add test case for INVVPID with LAM
[PATCH v1 0/2] KVM: arm64: Making BT Field in ID_AA64PFR1_EL1 writable
2024-06-18 5:55 UTC (4+ messages)
` [PATCH v1 2/2] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1
[PATCH v19 000/130] KVM TDX basic feature support
2024-06-18 3:28 UTC (7+ messages)
` [PATCH v19 085/130] KVM: TDX: Complete interrupts after tdexit
` [PATCH v19 117/130] KVM: TDX: Silently ignore INIT/SIPI
[syzbot] [kvm?] general protection fault in get_work_pool (2)
2024-06-18 2:22 UTC
[PATCH] LoongArch: KVM: Delay secondary mmu tlb flush before guest entry
2024-06-18 1:47 UTC (3+ messages)
[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-06-17 18:37 UTC (13+ messages)
` [PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
[PATCH v6] KVM: arm64: Add early_param to control WFx trapping
2024-06-17 18:22 UTC (2+ messages)
[PATCH] KVM: arm64: nv: Use GFP_KERNEL_ACCOUNT for sysreg_masks allocation
2024-06-17 18:17 UTC (2+ messages)
kvm selftest 'msr' fails on some skylake cpus
2024-06-17 18:05 UTC (3+ messages)
[PATCH v2 07/54] perf: Add generic exclude_guest support
2024-06-17 15:45 UTC (14+ messages)
[syzbot] [kvm?] WARNING in kvm_put_kvm
2024-06-17 15:39 UTC
[PATCH] vringh: add MODULE_DESCRIPTION()
2024-06-17 13:27 UTC (4+ messages)
[PATCH net-next v8 04/13] mm: page_frag: add '_va' suffix to page_frag API
2024-06-17 13:14 UTC (2+ messages)
` [PATCH net-next v8 05/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
[RFC PATCH v1 0/2] KVM: arm64: Making BT Field in ID_AA64PFR1_EL1 writable
2024-06-17 12:29 UTC (6+ messages)
[PATCH] vfio: Reuse file f_inode as vfio device inode
2024-06-17 9:53 UTC
[PATCH] x86/kvm: fix the decrypted pages free in kvmclock
2024-06-17 8:30 UTC
[PATCH v2 0/4] KVM: Reject vCPU IDs above 2^32
2024-06-17 7:16 UTC (6+ messages)
` [PATCH v2 3/4] KVM: Limit check IDs for KVM_SET_BOOT_CPU_ID
[PATCH] crypto: qat - fix linking errors when PCI_IOV is disabled
2024-06-17 3:29 UTC (2+ messages)
[PATCH] vdpa: Add support for no-IOMMU mode
2024-06-17 1:38 UTC (7+ messages)
` [EXTERNAL] "
[PATCH] KVM: PPC: add missing MODULE_DESCRIPTION() macros
2024-06-15 15:18 UTC
[PATCH 1/2] selftests: kvm: remove print_skip()
2024-06-15 13:01 UTC (2+ messages)
[GIT PULL] VFIO fixes for v6.10-rc4
2024-06-15 3:01 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handler
2024-06-15 0:02 UTC (2+ messages)
[PATCH v4 0/4] KVM: x86/mmu: Rework TDP MMU eager page splitting SP allocations
2024-06-15 0:02 UTC (2+ messages)
[PATCH] KVM: fix an error code in kvm_create_vm()
2024-06-15 0:02 UTC (2+ messages)
[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new tests
2024-06-14 23:46 UTC
[PATCH v2 00/15] TDX MMU prep series part 1
2024-06-14 23:11 UTC (6+ messages)
` [PATCH v2 11/15] KVM: x86/tdp_mmu: Reflect tearing down mirror page tables
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