kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-29 15:47:04 to 2023-10-03 07:53:43 UTC [more...]

[PATCH 0/5] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-10-03  7:52 UTC  (8+ messages)
` [PATCH 1/5] riscv: Use WRITE_ONCE() when setting page table entries
` [PATCH 2/5] mm: Introduce pudp/p4dp/pgdp_get() functions
` [PATCH 3/5] riscv: mm: Only compile pgtable.c if MMU
` [PATCH 4/5] riscv: Suffix all page table entry pointers with 'p'
` [PATCH 5/5] riscv: Use accessors to page table entries instead of direct dereference

[PATCH] vfio/cdx: Add parentheses between bitwise AND expression and logical NOT
 2023-10-03  7:40 UTC  (4+ messages)

[PATCH v2 0/4] target/ppc: Prohibit target specific KVM prototypes on user emulation
 2023-10-03  7:04 UTC  (5+ messages)
` [PATCH v2 1/4] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
` [PATCH v2 2/4] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
` [PATCH v2 3/4] target/ppc: Restrict KVM objects to system emulation
` [PATCH v2 4/4] target/ppc: Prohibit target specific KVM prototypes on user emulation

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-10-03  6:24 UTC  (38+ messages)
` [PATCH v12 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v12 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v12 03/37] x86/msr: Add the WRMSRNS instruction support
` [PATCH v12 04/37] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v12 05/37] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v12 06/37] Documentation/x86/64: Add a documentation for FRED
` [PATCH v12 07/37] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v12 08/37] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v12 09/37] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v12 10/37] x86/fred: Disable FRED by default in its early stage
` [PATCH v12 11/37] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v12 12/37] x86/objtool: Teach objtool about ERET[US]
` [PATCH v12 13/37] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v12 14/37] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v12 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v12 16/37] x86/ptrace: Add FRED additional information to "
` [PATCH v12 17/37] x86/fred: Add a new header file for FRED definitions
` [PATCH v12 18/37] x86/fred: Reserve space for the FRED stack frame
` [PATCH v12 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v12 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v12 21/37] x86/fred: No ESPFIX needed "
` [PATCH v12 22/37] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v12 23/37] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v12 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v12 25/37] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v12 26/37] x86/fred: Add a NMI "
` [PATCH v12 27/37] x86/fred: Add a machine check "
` [PATCH v12 28/37] x86/fred: FRED entry/exit and dispatch code
` [PATCH v12 29/37] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v12 30/37] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v12 31/37] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v12 32/37] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v12 33/37] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v12 34/37] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v12 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v12 36/37] x86/fred: Add FRED initialization functions
` [PATCH v12 37/37] x86/fred: Invoke FRED initialization code to enable FRED

[PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG
 2023-10-03  6:44 UTC  (2+ messages)

[Patch v4 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU
 2023-10-03  6:36 UTC  (20+ messages)
` [Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event

[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
 2023-10-03  6:14 UTC  (2+ messages)

[PATCH RFC 1/1] KVM: x86: add param to update master clock periodically
 2023-10-03  5:54 UTC  (17+ messages)

[PATCH v3 0/6] KVM RISC-V Conditional Operations
 2023-10-03  3:52 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: riscv: Add Zicond extension entry
` [PATCH v3 2/6] RISC-V: Detect Zicond from ISA string
` [PATCH v3 3/6] RISC-V: KVM: Allow Zicond extension for Guest/VM
` [PATCH v3 4/6] KVM: riscv: selftests: Add senvcfg register to get-reg-list test
` [PATCH v3 5/6] KVM: riscv: selftests: Add smstateen registers "
` [PATCH v3 6/6] KVM: riscv: selftests: Add condops extensions "

[PATCH v2 0/4] AVIC bugfixes and workarounds
 2023-10-03  3:17 UTC  (6+ messages)
` [PATCH v2 1/4] x86: KVM: SVM: always update the x2avic msr interception

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-10-03  1:42 UTC  (6+ messages)
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace

[PATCH v2] vfio: Fix uninitialized symbol and potential dereferencing errors in vfio_combine_iova_ranges
 2023-10-02 22:43 UTC  (4+ messages)
` [PATCH v3] "
  ` [PATCH] vfio: Fix smatch errors in vfio_combine_iova_ranges()

[PATCH v2] KVM: x86: Use fast path for Xen timer delivery
 2023-10-02 19:33 UTC  (7+ messages)

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2023-10-02 19:21 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: Add per vCPU flag specifying that a vCPU is loaded
` [PATCH v3 2/4] x86: KVM: AVIC: stop using 'is_running' bit in avic_vcpu_put()
` [PATCH v3 3/4] x86: KVM: don't read physical ID table entry in avic_pi_update_irte()
` [PATCH v3 4/4] x86: KVM: SVM: allow optionally to disable AVIC's IPI virtualization

[PATCH] KVM: SVM: Fix build error when using -Werror=unused-but-set-variable
 2023-10-02 19:01 UTC  (2+ messages)

[PATCH] vhost-scsi: Spelling s/preceeding/preceding/g
 2023-10-02 18:54 UTC  (3+ messages)

[PATCH vfio 00/11] Introduce a vfio driver over virtio devices
 2023-10-02 18:07 UTC  (20+ messages)
` [PATCH vfio 03/11] virtio-pci: Introduce admin virtqueue
` [PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device
` [PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH v3] KVM: x86: Use fast path for Xen timer delivery
 2023-10-02 17:05 UTC  (4+ messages)

[PATCH 00/12] PCI device authentication
 2023-10-02 16:59 UTC  (7+ messages)
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper
` [PATCH 05/12] crypto: akcipher - Support more than one signature encoding
` [PATCH 06/12] crypto: ecdsa - Support P1363 "

[PATCH 00/13] KVM: guest_memfd fixes
 2023-10-02 16:49 UTC  (6+ messages)
` [PATCH 06/13] KVM: Disallow hugepages for incompatible gmem bindings, but let 'em succeed

[PATCH] KVM: x86: Ignore MSR_AMD64_BU_CFG access
 2023-10-02 16:32 UTC  (6+ messages)

[PATCH 0/7] KVM RISC-V Conditional Operations
 2023-10-02 15:36 UTC  (4+ messages)
` [PATCH 1/7] RISC-V: Detect XVentanaCondOps from ISA string

[PATCH gmem] KVM: Relax guest_memfd restrictions on hugepages
 2023-10-02 13:33 UTC 

[PATCH gmem FIXUP] KVM: Don't re-use inodes when creating guest_memfd files
 2023-10-02 13:32 UTC 

[RFC] Support for Arm CCA VMs on Linux
 2023-10-02 12:43 UTC  (4+ messages)
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture

[PATCH 00/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()
 2023-10-02 11:03 UTC  (3+ messages)
` [PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function

[PATCH vhost v2 00/16] vdpa: Add support for vq descriptor mappings
 2023-10-02 10:16 UTC  (3+ messages)
` (subset) "

[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
 2023-10-02  9:57 UTC  (12+ messages)
` [PATCH v7 01/11] KVM: pfncache: add a map helper function
` [PATCH v7 02/11] KVM: pfncache: add a mark-dirty helper
` [PATCH v7 03/11] KVM: pfncache: add a helper to get the gpa
` [PATCH v7 04/11] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v7 05/11] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v7 06/11] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v7 07/11] KVM: xen: allow vcpu_info "
` [PATCH v7 08/11] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v7 09/11] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v7 10/11] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v7 11/11] KVM: xen: allow vcpu_info content to be 'safely' copied

[PATCH v4 00/18] virtio-mem: Expose device memory through multiple memslots
 2023-10-02  8:58 UTC  (7+ messages)
` [PATCH v4 15/18] virtio-mem: Update state to match bitmap as soon as it's been migrated
` [PATCH v4 16/18] virtio-mem: Expose device memory dynamically via multiple memslots if enabled

[PATCH vfio 0/9] Add chunk mode support for mlx5 driver
 2023-10-02  8:47 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/4] target/i386: add support for FRED
 2023-10-02  7:23 UTC  (5+ messages)
` [PATCH v2 1/4] target/i386: add support for FRED in CPUID enumeration
` [PATCH v2 2/4] target/i386: mark CR4.FRED not reserved
` [PATCH v2 3/4] target/i386: enumerate VMX nested-exception support
` [PATCH v2 4/4] target/i386: Add get/set/migrate support for FRED MSRs

[PATCH] KVM: x86: Refine calculation of guest wall clock to use a single TSC read
 2023-10-02  7:24 UTC  (3+ messages)

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-10-02  6:25 UTC  (10+ messages)
` [PATCH v9 6/6] KVM: x86/mmu: Handle "

[PATCH v2] KVM: x86: Service NMI requests after PMI requests in VM-Enter path
 2023-10-02  4:08 UTC 

[PATCH 1/1] KVM: x86: remove always-false condition in kvmclock_sync_fn
 2023-10-01 21:36 UTC 

[RFC] KVM: Allow polling vCPUs for events
 2023-10-01 11:13 UTC 

[PATCH net-next v2 00/12] vsock/virtio: continue MSG_ZEROCOPY support
 2023-09-30 21:03 UTC  (13+ messages)
` [PATCH net-next v2 01/12] vsock: set EPOLLERR on non-empty error queue
` [PATCH net-next v2 02/12] vsock: read from socket's "
` [PATCH net-next v2 03/12] vsock: check for MSG_ZEROCOPY support on send
` [PATCH net-next v2 04/12] vsock: enable SOCK_SUPPORT_ZC bit
` [PATCH net-next v2 05/12] vhost/vsock: support MSG_ZEROCOPY for transport
` [PATCH net-next v2 06/12] vsock/virtio: "
` [PATCH net-next v2 07/12] vsock/loopback: "
` [PATCH net-next v2 08/12] vsock: enable setting SO_ZEROCOPY
` [PATCH net-next v2 09/12] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [PATCH net-next v2 10/12] test/vsock: MSG_ZEROCOPY flag tests
` [PATCH net-next v2 11/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
` [PATCH net-next v2 12/12] test/vsock: io_uring rx/tx tests

[PATCH v3 00/11] KVM: arm64: Accelerate lookup of vcpus by MPIDR values (and other fixes)
 2023-09-30 18:27 UTC  (2+ messages)

[PATCH] KVM: arm64: Always invalidate TLB for stage-2 permission faults
 2023-09-30 18:12 UTC  (2+ messages)

[PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages
 2023-09-30 13:34 UTC  (3+ messages)

[PATCH v3] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
 2023-09-29 23:51 UTC  (5+ messages)

linux-next: Tree for Sep 29 (arch/loongarch/kvm/vm.c)
 2023-09-29 23:30 UTC 

[PATCH v4 0/3] KVM: x86: Update HWCR virtualization
 2023-09-29 23:02 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: x86: Allow HWCR.McStatusWrEn to be cleared once set
` [PATCH v4 2/3] KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]
` [PATCH v4 3/3] KVM: selftests: Test behavior of HWCR

[RFC PATCH] KVM: x86: Generate guest PV wall clock info from a single TSC read
 2023-09-29 21:27 UTC  (2+ messages)

KVM: x86: Update HWCR virtualization
 2023-09-29 17:06 UTC  (7+ messages)
` [PATCH v3 2/3] KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]
` [PATCH v3 3/3] KVM: selftests: Test behavior of HWCR

[PATCH 3/3] KVM: x86/mmu: always take tdp_mmu_pages_lock
 2023-09-29 16:16 UTC  (3+ messages)

[PATCH 0/3] KVM: x86/mmu: small locking cleanups
 2023-09-29 16:14 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86/mmu: remove unnecessary "bool shared" argument from functions
` [PATCH 2/3] KVM: x86/mmu: remove unnecessary "bool shared" argument from iterators

[GIT PULL 0/1] KVM: s390: gisa: one fix for 6.6
 2023-09-29 15:57 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: fix gisa destroy operation might lead to cpu stalls


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