kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-10 12:01:51 to 2024-09-11 02:19:00 UTC [more...]

[PATCH v2 00/19] mm: Support huge pfnmaps
 2024-09-11  2:16 UTC  (11+ messages)
` [PATCH v2 07/19] mm/fork: Accept huge pfnmap entries

[ANNOUNCE] PUCK Agenda - 2024.09.11 - CANCELED
 2024-09-11  2:09 UTC 

[PATCH 00/21] TDX MMU Part 2
 2024-09-11  1:17 UTC  (43+ messages)
` [PATCH 09/21] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH 13/21] KVM: TDX: Handle TLB tracking for TDX
` [PATCH 14/21] KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table
` [PATCH 16/21] KVM: TDX: Premap initial guest memory
` [PATCH 17/21] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH 19/21] KVM: TDX: Add an ioctl to create initial guest memory
` [PATCH 21/21] KVM: TDX: Handle vCPU dissociation

[RFC PATCH V2 0/5] Added Interrupt controller emulation for loongarch kvm
 2024-09-11  1:16 UTC  (8+ messages)
` [RFC PATCH V2 1/5] include: Add macro definitions needed for interrupt controller kvm emulation
` [RFC PATCH V2 2/5] hw/loongarch: Add KVM IPI device support
` [RFC PATCH V2 3/5] hw/loongarch: Add KVM extioi "
` [RFC PATCH V2 4/5] hw/loongarch: Add KVM pch pic "
` [RFC PATCH V2 5/5] hw/loongarch: Add KVM pch msi "

[kvm-unit-tests PATCH] lib/stack: Restrengthen base_address
 2024-09-11  0:55 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] configure: Support CONFIG_* extension
 2024-09-11  0:39 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Introduce add-config

[kvm-unit-tests PATCH v2 0/4] Support cross compiling with clang
 2024-09-11  0:26 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/4] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH v2 2/4] Makefile: Prepare for clang EFI builds
` [kvm-unit-tests PATCH v2 3/4] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH v2 4/4] riscv: gitlab-ci: Add clang build tests

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-09-10 23:44 UTC  (40+ messages)
` [RFC PATCH 01/39] mm: hugetlb: Simplify logic in dequeue_hugetlb_folio_vma()
` [RFC PATCH 02/39] mm: hugetlb: Refactor vma_has_reserves() to should_use_hstate_resv()
` [RFC PATCH 03/39] mm: hugetlb: Remove unnecessary check for avoid_reserve
` [RFC PATCH 04/39] mm: mempolicy: Refactor out policy_node_nodemask()
` [RFC PATCH 05/39] mm: hugetlb: Refactor alloc_buddy_hugetlb_folio_with_mpol() to interpret mempolicy instead of vma
` [RFC PATCH 06/39] mm: hugetlb: Refactor dequeue_hugetlb_folio_vma() to use mpol
` [RFC PATCH 07/39] mm: hugetlb: Refactor out hugetlb_alloc_folio
` [RFC PATCH 08/39] mm: truncate: Expose preparation steps for truncate_inode_pages_final
` [RFC PATCH 09/39] mm: hugetlb: Expose hugetlb_subpool_{get,put}_pages()
` [RFC PATCH 10/39] mm: hugetlb: Add option to create new subpool without using surplus
` [RFC PATCH 11/39] mm: hugetlb: Expose hugetlb_acct_memory()
` [RFC PATCH 12/39] mm: hugetlb: Move and expose hugetlb_zero_partial_page()
` [RFC PATCH 13/39] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
` [RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb
` [RFC PATCH 16/39] KVM: guest_memfd: Add page alignment check for hugetlb guest_memfd
` [RFC PATCH 17/39] KVM: selftests: Add basic selftests for hugetlb-backed guest_memfd
` [RFC PATCH 18/39] KVM: selftests: Support various types of backing sources for private memory
` [RFC PATCH 19/39] KVM: selftests: Update test for various private memory backing source types
` [RFC PATCH 20/39] KVM: selftests: Add private_mem_conversions_test.sh
` [RFC PATCH 21/39] KVM: selftests: Test that guest_memfd usage is reported via hugetlb
` [RFC PATCH 22/39] mm: hugetlb: Expose vmemmap optimization functions
` [RFC PATCH 23/39] mm: hugetlb: Expose HugeTLB functions for promoting/demoting pages
` [RFC PATCH 24/39] mm: hugetlb: Add functions to add/move/remove from hugetlb lists
` [RFC PATCH 25/39] KVM: guest_memfd: Split HugeTLB pages for guest_memfd use
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files
` [RFC PATCH 28/39] KVM: guest_memfd: Use vm_type to determine default faultability
` [RFC PATCH 29/39] KVM: Handle conversions in the SET_MEMORY_ATTRIBUTES ioctl
` [RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
` [RFC PATCH 31/39] KVM: selftests: Allow vm_set_memory_attributes to be used without asserting return value of 0
` [RFC PATCH 32/39] KVM: selftests: Test using guest_memfd memory from userspace
` [RFC PATCH 33/39] KVM: selftests: Test guest_memfd memory sharing between guest and host
` [RFC PATCH 34/39] KVM: selftests: Add notes in private_mem_kvm_exits_test for mmap-able guest_memfd
` [RFC PATCH 35/39] KVM: selftests: Test that pinned pages block KVM from setting memory attributes to PRIVATE
` [RFC PATCH 36/39] KVM: selftests: Refactor vm_mem_add to be more flexible
` [RFC PATCH 37/39] KVM: selftests: Add helper to perform madvise by memslots
` [RFC PATCH 38/39] KVM: selftests: Update private_mem_conversions_test for mmap()able guest_memfd
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page

[PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0,false)
 2024-09-10 22:26 UTC  (42+ messages)
` [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
` [PATCH 02/39] hw/acpi: "
` [PATCH 03/39] hw/arm: "
` [PATCH 04/39] hw/char: "
` [PATCH 05/39] hw/core: "
` [PATCH 06/39] hw/net: "
` [PATCH 07/39] hw/watchdog: "
` [PATCH 08/39] migration: "
` [PATCH 09/39] qobject: "
` [PATCH 10/39] system: "
` [PATCH 11/39] target/ppc: "
` [PATCH 12/39] tests/qtest: "
` [PATCH 13/39] tests/unit: "
` [PATCH 14/39] include/hw/s390x: replace assert(false) "
` [PATCH 15/39] block: "
` [PATCH 16/39] hw/hyperv: "
` [PATCH 17/39] hw/net: "
` [PATCH 18/39] hw/nvme: "
` [PATCH 19/39] hw/pci: "
` [PATCH 20/39] hw/ppc: "
` [PATCH 21/39] migration: "
` [PATCH 22/39] target/i386/kvm: "
` [PATCH 23/39] tests/qtest: "
` [PATCH 24/39] accel/tcg: remove break after g_assert_not_reached()
` [PATCH 25/39] block: "
` [PATCH 26/39] hw/acpi: "
` [PATCH 27/39] hw/gpio: "
` [PATCH 28/39] hw/misc: "
` [PATCH 29/39] hw/net: "
` [PATCH 30/39] hw/pci-host: "
` [PATCH 31/39] hw/scsi: "
` [PATCH 32/39] hw/tpm: "
` [PATCH 33/39] target/arm: "
` [PATCH 34/39] target/riscv: "
` [PATCH 35/39] tests/qtest: "
` [PATCH 36/39] ui: "
` [PATCH 37/39] fpu: "
` [PATCH 38/39] tcg/loongarch64: "
` [PATCH 39/39] scripts/checkpatch.pl: emit error when using assert(false)

[PATCH 00/22] KVM: x86/mmu: Allow yielding on mmu_notifier zap
 2024-09-10 21:11 UTC  (9+ messages)
` [PATCH 19/22] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock

[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
 2024-09-10 20:41 UTC  (29+ messages)
` [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
` [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
` [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v2 44/49] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-09-10 20:22 UTC  (10+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2024-09-10 20:13 UTC  (4+ messages)

[PATCH v5 0/3] KVM: x86: tracepoint updates
 2024-09-10 20:03 UTC  (4+ messages)
` [PATCH v5 1/3] KVM: x86: add more information to the kvm_entry tracepoint
` [PATCH v5 2/3] KVM: x86: add information about pending requests to kvm_exit tracepoint
` [PATCH v5 3/3] KVM: x86: add new nested vmexit tracepoints

[PATCH v4] KVM: SVM: let alternatives handle the cases when RSB filling is required
 2024-09-10 19:59 UTC  (2+ messages)

KVM: x86: __wait_lapic_expire silently using TPAUSE C0.2
 2024-09-10 18:47 UTC  (3+ messages)

[PATCH v2 0/7] Introduce SMP Cache Topology
 2024-09-10 18:23 UTC  (2+ messages)

[PATCH 00/25] TDX vCPU/VM creation
 2024-09-10 17:52 UTC  (47+ messages)
` [PATCH 01/25] KVM: TDX: Add placeholders for TDX VM/vCPU structures
` [PATCH 02/25] KVM: TDX: Define TDX architectural definitions
` [PATCH 03/25] KVM: TDX: Add TDX "architectural" error codes
` [PATCH 06/25] x86/virt/tdx: Export TDX KeyID information
` [PATCH 07/25] KVM: TDX: Add helper functions to allocate/free TDX private host key id
` [PATCH 10/25] KVM: TDX: Initialize KVM supported capabilities when module setup
` [PATCH 15/25] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH 21/25] KVM: x86: Introduce KVM_TDX_GET_CPUID
` [PATCH 22/25] KVM: TDX: Use guest physical address to configure EPT level and GPAW
` [PATCH 23/25] KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level
` [PATCH 24/25] KVM: x86: Filter directly configurable TDX CPUID bits
` [PATCH 25/25] KVM: x86: Add CPUID bits missing from KVM_GET_SUPPORTED_CPUID

[PATCH v2 0/7] KVM: nVMX: Fix IPIv vs. nested posted interrupts
 2024-09-10 17:43 UTC  (4+ messages)

[PATCH v3 0/3] build qemu with gcc and tsan
 2024-09-10 17:40 UTC  (4+ messages)
` [PATCH v3 1/3] meson: hide tsan related warnings
` [PATCH v3 2/3] target/i386: fix build warning (gcc-12 -fsanitize=thread)
` [PATCH v3 3/3] docs/devel: update tsan build documentation

[PATCH v2] KVM: SVM: let alternatives handle the cases when RSB filling is required
 2024-09-10 17:06 UTC  (10+ messages)

[RFC PATCH v3 12/58] perf: core/x86: Register a new vector for KVM GUEST PMI
 2024-09-10 16:45 UTC  (2+ messages)

[RFC PATCH v2 00/10] Unmapping guest_memfd from Direct Map
 2024-09-10 16:30 UTC  (11+ messages)
` [RFC PATCH v2 01/10] kvm: gmem: Add option to remove gmem from direct map
` [RFC PATCH v2 02/10] kvm: gmem: Add KVM_GMEM_GET_PFN_SHARED
` [RFC PATCH v2 03/10] kvm: gmem: Add KVM_GMEM_GET_PFN_LOCKED
` [RFC PATCH v2 04/10] kvm: Allow reading/writing gmem using kvm_{read,write}_guest
` [RFC PATCH v2 05/10] kvm: gmem: Refcount internal accesses to gmem
` [RFC PATCH v2 06/10] kvm: gmem: add tracepoints for gmem share/unshare
` [RFC PATCH v2 07/10] kvm: pfncache: invalidate when memory attributes change
` [RFC PATCH v2 08/10] kvm: pfncache: Support caching gmem pfns
` [RFC PATCH v2 09/10] kvm: pfncache: hook up to gmem invalidation
` [RFC PATCH v2 10/10] kvm: x86: support walking guest page tables in gmem

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2024-09-10 16:24 UTC  (3+ messages)

[PATCH 00/15] KVM: x86: Introduce new ioctl KVM_TRANSLATE2
 2024-09-10 15:22 UTC  (16+ messages)
` [PATCH 01/15] KVM: Add API documentation for KVM_TRANSLATE2
` [PATCH 02/15] KVM: x86/mmu: Abort page walk if permission checks fail
` [PATCH 03/15] KVM: x86/mmu: Introduce exception flag for unmapped GPAs
` [PATCH 04/15] KVM: x86/mmu: Store GPA in exception if applicable
` [PATCH 05/15] KVM: x86/mmu: Introduce flags parameter to page walker
` [PATCH 06/15] KVM: x86/mmu: Implement PWALK_SET_ACCESSED in "
` [PATCH 07/15] KVM: x86/mmu: Implement PWALK_SET_DIRTY "
` [PATCH 08/15] KVM: x86/mmu: Implement PWALK_FORCE_SET_ACCESSED "
` [PATCH 09/15] KVM: x86/mmu: Introduce status parameter to "
` [PATCH 10/15] KVM: x86/mmu: Implement PWALK_STATUS_READ_ONLY_PTE_GPA in "
` [PATCH 11/15] KVM: x86: Introduce generic gva to gpa translation function
` [PATCH 12/15] KVM: Introduce KVM_TRANSLATE2
` [PATCH 13/15] KVM: Add KVM_TRANSLATE2 stub
` [PATCH 14/15] KVM: x86: Implement KVM_TRANSLATE2
` [PATCH 15/15] KVM: selftests: Add test for KVM_TRANSLATE2

[kvm-unit-tests PATCH v3 0/2] riscv: sbi: Add support to test HSM extension
 2024-09-10 15:15 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/2] riscv: sbi: Add HSM extension functions
` [kvm-unit-tests PATCH v3 2/2] riscv: sbi: Add tests for HSM extension

[kvm-unit-tests PATCH 0/2] riscv: sbi: Clean up multiple report prefix popping
 2024-09-10 15:08 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] lib/report: Add helper method to clear multiple prefixes
` [kvm-unit-tests PATCH 2/2] riscv: sbi: Tidy up report prefix pops

nointxmask device
 2024-09-10 13:49 UTC 

[PATCH v2] drm/bochs: use devm_ioremap_wc() to map framebuffer
 2024-09-10 12:49 UTC  (2+ messages)

[PATCH V3 06/11] LoongArch: KVM: Add EIOINTC read and write functions
 2024-09-10 11:45 UTC  (6+ messages)
` [PATCH V3 07/11] LoongArch: KVM: Add EIOINTC user mode "
` [PATCH V3 08/11] LoongArch: KVM: Add PCHPIC device support
` [PATCH V3 09/11] LoongArch: KVM: Add PCHPIC read and write functions
` [PATCH V3 10/11] LoongArch: KVM: Add PCHPIC user mode "
` [PATCH V3 11/11] LoongArch: KVM: Add irqfd support

[PATCH V3 00/11] Added Interrupt controller emulation for loongarch kvm
 2024-09-10 11:43 UTC  (4+ messages)
` [PATCH V3 03/11] LoongArch: KVM: Add IPI read and write function
` [PATCH V3 04/11] LoongArch: KVM: Add IPI user mode "
` [PATCH V3 05/11] LoongArch: KVM: Add EIOINTC device support


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).