public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-13 02:26:03 to 2023-09-14 04:50:03 UTC [more...]

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-14  4:49 UTC  (26+ messages)
` [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-14  3:51 UTC  (22+ messages)
` [RFC PATCH v2 01/21] *** HACK *** linux-headers: Update headers to pull in gmem APIs
` [RFC PATCH v2 02/21] RAMBlock: Add support of KVM private gmem
` [RFC PATCH v2 03/21] HostMem: Add private property and associate it with RAM_KVM_GMEM
` [RFC PATCH v2 04/21] memory: Introduce memory_region_has_gmem_fd()
` [RFC PATCH v2 05/21] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [RFC PATCH v2 06/21] i386: Add support for sw-protected-vm object
` [RFC PATCH v2 07/21] i386/pc: Drop pc_machine_kvm_type()
` [RFC PATCH v2 08/21] target/i386: Implement mc->kvm_type() to get VM type
` [RFC PATCH v2 09/21] target/i386: Introduce kvm_confidential_guest_init()
` [RFC PATCH v2 10/21] i386/kvm: Implement kvm_sw_protected_vm_init() for sw-protcted-vm specific functions
` [RFC PATCH v2 11/21] kvm: Introduce support for memory_attributes
` [RFC PATCH v2 12/21] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [RFC PATCH v2 13/21] i386/kvm: Set memory to default private for KVM_X86_SW_PROTECTED_VM
` [RFC PATCH v2 14/21] physmem: replace function name with __func__ in ram_block_discard_range()
` [RFC PATCH v2 15/21] physmem: extract ram_block_discard_range_fd() from ram_block_discard_range()
` [RFC PATCH v2 16/21] physmem: Introduce ram_block_convert_range()
` [RFC PATCH v2 17/21] kvm: handle KVM_EXIT_MEMORY_FAULT
` [RFC PATCH v2 18/21] trace/kvm: Add trace for page convertion between shared and private
` [RFC PATCH v2 19/21] pci-host/q35: Move PAM initialization above SMRAM initialization
` [RFC PATCH v2 20/21] q35: Introduce smm_ranges property for q35-pci-host
` [RFC PATCH v2 21/21] i386: Disable SMM mode for X86_SW_PROTECTED_VM

[PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
 2023-09-14  3:50 UTC  (5+ messages)

[PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
 2023-09-14  3:31 UTC  (4+ messages)

[PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
 2023-09-14  3:24 UTC  (11+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-14  3:07 UTC  (35+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH v5 00/11] KVM: PPC: Nested APIv2 guest support
 2023-09-14  3:06 UTC  (12+ messages)
` [PATCH v5 01/11] KVM: PPC: Always use the GPR accessors
` [PATCH v5 02/11] KVM: PPC: Introduce FPR/VR accessor functions
` [PATCH v5 03/11] KVM: PPC: Rename accessor generator macros
` [PATCH v5 04/11] KVM: PPC: Use accessors for VCPU registers
` [PATCH v5 05/11] KVM: PPC: Use accessors for VCORE registers
` [PATCH v5 06/11] KVM: PPC: Book3S HV: Use accessors for VCPU registers
` [PATCH v5 07/11] KVM: PPC: Book3S HV: Introduce low level MSR accessor
` [PATCH v5 08/11] KVM: PPC: Add helper library for Guest State Buffers
` [PATCH v5 09/11] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v5 10/11] KVM: PPC: Add support for nestedv2 guests
` [PATCH v5 11/11] docs: powerpc: Document nested KVM on POWER

[kvm-unit-tests PATCH v2 0/3] Fix test failures caused by CET KVM series
 2023-09-13 23:50 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] x86: VMX: Exclude CR4.CET from the test_vmxon_bad_cr()
` [kvm-unit-tests PATCH v2 2/3] x86: VMX: Rename union vmx_basic and related global variable
` [kvm-unit-tests PATCH v2 3/3] x86:VMX: Introduce new vmx_basic MSR feature bit for vmx tests

[PATCH] vfio/pds: Use proper PF device access helper
 2023-09-14  2:13 UTC 

[PATCH AUTOSEL 6.1 1/6] x86/reboot: VMCLEAR active VMCSes before emergency reboot
 2023-09-14  1:55 UTC 

[PATCH AUTOSEL 6.5 1/7] x86/reboot: VMCLEAR active VMCSes before emergency reboot
 2023-09-14  1:54 UTC 

[PATCH] x86/kvm: Account for fpstate->user_xfeatures changes
 2023-09-14  1:33 UTC  (2+ messages)

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-09-14  1:37 UTC  (10+ messages)
` [PATCH v3 1/9] KVM: selftests: Unify the codes for guest exception handling
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
` [PATCH v3 3/9] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v3 4/9] tools: riscv: Add header file csr.h
` [PATCH v3 5/9] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v3 6/9] KVM: riscv: selftests: Add exception handling support
` [PATCH v3 7/9] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v3 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test

[PATCH] KVM: selftests: Assert that vasprintf() is successful
 2023-09-14  1:06 UTC 

[PATCH] vfio/pds: Using pci_physfn() to fix a compilation issue
 2023-09-13 18:58 UTC  (4+ messages)

[PATCH kvmtool v3 00/17] aarch64: Handle PSCI calls in userspace
 2023-09-13 18:42 UTC  (2+ messages)

[PATCH 0/2] a couple of corrections to the IRQ enablement function
 2023-09-13 18:13 UTC  (5+ messages)
` [PATCH 1/2] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH 2/2] s390/vfio-ap: set status response code to 06 "

[PATCH vfio] pds/vfio: Fix possible sleep while in atomic context
 2023-09-13 17:57 UTC  (3+ messages)

[RFC PATCH 0/6] KVM: gmem: Implement error_remove_page
 2023-09-13 17:46 UTC  (11+ messages)
` [RFC PATCH 1/6] KVM: guest_memfd: Add config to show the capability to handle error page
` [RFC PATCH 2/6] KVM: guestmem_fd: Make error_remove_page callback to unmap guest memory
` [RFC PATCH 3/6] KVM: guest_memfd, x86: MEMORY_FAULT exit with hw poisoned page
` [RFC PATCH 4/6] KVM: guest_memfd: Implemnet bmap inode operation
` [RFC PATCH 5/6] KVM: selftests: Add selftest for guest_memfd() fibmap
` [RFC PATCH 6/6] KVM: X86: Allow KVM gmem hwpoison test cases

[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
 2023-09-13 17:30 UTC  (2+ messages)

[PATCH] KVM: arm64: Don't use kerneldoc comment for arm64_check_features()
 2023-09-13 17:27 UTC  (2+ messages)

kvm: arm64: WARNING: CPU: 3 PID: 1 at arch/arm64/kvm/hyp/pgtable.c:453 hyp_map_walker+0xa8/0x120
 2023-09-13 16:46 UTC  (2+ messages)

[PATCH 00/16] vdpa: Add support for vq descriptor mappings
 2023-09-13 16:08 UTC  (3+ messages)

[PATCH v11 00/16] LAM and LASS KVM Enabling
 2023-09-13 12:42 UTC  (17+ messages)
` [PATCH v11 01/16] KVM: x86: Consolidate flags for __linearize()
` [PATCH v11 02/16] KVM: x86: Use a new flag for branch targets
` [PATCH v11 03/16] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v11 04/16] KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
` [PATCH v11 05/16] KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGD
` [PATCH v11 06/16] KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
` [PATCH v11 07/16] KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
` [PATCH v11 08/16] KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
` [PATCH v11 09/16] KVM: x86: Untag address for vmexit handlers when LAM applicable
` [PATCH v11 10/16] KVM: x86: Virtualize LAM for supervisor pointer
` [PATCH v11 11/16] KVM: x86: Virtualize LAM for user pointer
` [PATCH v11 12/16] KVM: x86: Advertise and enable LAM (user and supervisor)
` [PATCH v11 13/16] KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
` [PATCH v11 14/16] KVM: emulator: Add emulation of LASS violation checks on linear address
` [PATCH v11 15/16] KVM: VMX: Virtualize LASS
` [PATCH v11 16/16] KVM: x86: Advertise LASS CPUID to user space

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-13 15:28 UTC  (5+ messages)

[PATCH 1/2] KVM: x86: add KVM clock time reference arg to kvm_write_tsc()
 2023-09-13 14:08 UTC  (5+ messages)
` [PATCH v2] KVM: x86: add KVM_VCPU_TSC_VALUE attribute

[RFC] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
 2023-09-13 14:08 UTC 

[PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-09-13 14:00 UTC  (2+ messages)

[PATCH] fix build error in function vfio_combine_iova_ranges
 2023-09-13 12:36 UTC  (3+ messages)

[PATCH v13 00/22] TDX host kernel support
 2023-09-13 11:27 UTC  (4+ messages)
` [PATCH v13 22/22] Documentation/x86: Add documentation for TDX host support

[PATCH v5 0/6] target/i386: Restrict system-specific features from user emulation
 2023-09-13 10:29 UTC  (8+ messages)
` [PATCH v5 1/6] target/i386: Check kvm_hyperv_expand_features() return value
` [PATCH v5 2/6] target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuid
` [PATCH v5 3/6] target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()
` [PATCH v5 4/6] target/i386: Move x86_cpu_get_migratable_flags() around
` [RFC PATCH v5 5/6] target/i386: Restrict system-specific code from user emulation
` [PATCH v5 6/6] target/i386: Prohibit target specific KVM prototypes on "

[PATCH v5] KVM: x86/tsc: Don't sync TSC on the first write in state restoration
 2023-09-13  9:51 UTC  (6+ messages)

[PATCH v4 0/3] target/i386: Restrict system-specific features from user emulation
 2023-09-13  9:26 UTC  (7+ messages)
` [RFC PATCH v4 2/3] "

[PATCH 0/4] target/ppc: Prohibit target specific KVM prototypes on user emulation
 2023-09-13  9:14 UTC  (3+ messages)
` [PATCH 4/4] "

[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
 2023-09-13  9:10 UTC  (3+ messages)

Zapytanie ofertowe
 2023-09-13  7:41 UTC 

[kvm-unit-tests PATCH] Makefile: Add -MP to $(autodepend-flags)
 2023-09-13  7:29 UTC 

[RFC PATCH 00/19] QEMU gmem implemention
 2023-09-13  7:00 UTC  (6+ messages)
` [RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT

[PATCH v4 00/10] iommu: Prepare to deliver page faults to user space
 2023-09-13  6:18 UTC  (22+ messages)
` [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic

[PATCH 0/9] Upgrade vPMU version to 5
 2023-09-13  6:00 UTC  (16+ messages)
` [PATCH 1/9] KVM: x86/PMU: Don't release vLBR caused by PMI
` [PATCH 4/9] KVM: x86/pmu: Add MSR_PERF_GLOBAL_INUSE emulation
` [PATCH 5/9] KVM: x86/pmu: Check CPUID.0AH.ECX consistency
` [PATCH 7/9] KVM: x86/pmu: Add fixed counter enumeration for pmu v5
` [PATCH 8/9] KVM: x86/pmu: Upgrade pmu version to 5 on intel processor


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox