kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-22 21:08:17 to 2023-02-24 17:03:29 UTC [more...]

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-02-24 17:01 UTC  (17+ messages)
` [PATCH -next v14 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v14 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v14 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v14 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v14 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v14 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v14 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v14 09/19] riscv: Add task switch support for vector
` [PATCH -next v14 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v14 11/19] riscv: Add ptrace vector support
` [PATCH -next v14 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v14 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v14 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v14 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-02-24 16:48 UTC  (12+ messages)
` [PATCH v2 02/11] KVM: nSVM: clean up the copying of V_INTR bits from vmcb02 to vmcb12
` [PATCH v2 05/11] KVM: x86: emulator: stop using raw host flags
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface

[RFC PATCH v3 00/32] x86: enable FRED for x86-64
 2023-02-24 16:34 UTC  (37+ messages)
` [RFC PATCH v3 01/32] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [RFC PATCH v3 02/32] x86/traps: add a system interrupt table for system interrupt dispatch
` [RFC PATCH v3 03/32] x86/traps: add install_system_interrupt_handler()
` [RFC PATCH v3 04/32] x86/traps: add external_interrupt() to dispatch external interrupts
` [RFC PATCH v3 05/32] x86/traps: export external_interrupt() for VMX IRQ reinjection
` [RFC PATCH v3 06/32] x86/cpufeature: add the cpu feature bit for FRED
` [RFC PATCH v3 07/32] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [RFC PATCH v3 08/32] x86/objtool: teach objtool about ERETU and ERETS
` [RFC PATCH v3 09/32] x86/cpu: add X86_CR4_FRED macro
` [RFC PATCH v3 10/32] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [RFC PATCH v3 11/32] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [RFC PATCH v3 12/32] x86/cpu: add MSR numbers for FRED configuration
` [RFC PATCH v3 13/32] x86/fred: header file for event types
` [RFC PATCH v3 14/32] x86/fred: header file with FRED definitions
` [RFC PATCH v3 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [RFC PATCH v3 16/32] x86/fred: reserve space for the FRED stack frame
` [RFC PATCH v3 17/32] x86/fred: add a page fault entry stub for FRED
` [RFC PATCH v3 18/32] x86/fred: add a debug "
` [RFC PATCH v3 19/32] x86/fred: add a NMI "
` [RFC PATCH v3 20/32] x86/fred: add a machine check "
` [RFC PATCH v3 21/32] x86/fred: FRED entry/exit and dispatch code
` [RFC PATCH v3 22/32] x86/fred: FRED initialization code
` [RFC PATCH v3 23/32] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [RFC PATCH v3 24/32] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [RFC PATCH v3 25/32] x86/fred: disallow the swapgs instruction "
` [RFC PATCH v3 26/32] x86/fred: no ESPFIX needed "
` [RFC PATCH v3 27/32] x86/fred: allow single-step trap and NMI when starting a new thread
` [RFC PATCH v3 28/32] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [RFC PATCH v3 29/32] x86/ia32: do not modify the DPL bits for a null selector
` [RFC PATCH v3 30/32] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [RFC PATCH v3 31/32] x86/fred: allow dynamic stack frame size
` [RFC PATCH v3 32/32] x86/fred: disable FRED by default in its early stage

"KVM: x86/mmu: Overhaul TDP MMU zapping and flushing" breaks SVM on Hyper-V
 2023-02-24 16:26 UTC  (10+ messages)

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-24 16:22 UTC  (26+ messages)
` [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation "

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-02-24 16:16 UTC  (13+ messages)
` [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"

[PATCH v10 0/8] Parallel CPU bringup for x86_64
 2023-02-24 15:46 UTC  (4+ messages)
` [PATCH v10 6/8] x86/smpboot: Support parallel startup of secondary CPUs

[kvm-unit-tests PATCH v2] s390x: Add tests for execute-type instructions
 2023-02-24 15:20 UTC 

[PATCH v4 00/19] Add vfio_device cdev for iommufd support
 2023-02-24 14:31 UTC  (23+ messages)
` [PATCH v4 05/19] kvm/vfio: Accept vfio device file from userspace
` [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
` [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH v2 0/1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
 2023-02-24 14:09 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-02-24 11:24 UTC  (12+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets

[PATCH v2 0/6] Support writable CPU ID registers from userspace
 2023-02-24 11:05 UTC  (4+ messages)
` [PATCH v2 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file

[PATCH 07/16] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
 2023-02-24 10:54 UTC  (3+ messages)

[PATCH v1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
 2023-02-24 10:31 UTC  (2+ messages)

[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-02-24  9:44 UTC  (8+ messages)
` [PATCH 2/2] "

[RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
 2023-02-24  9:36 UTC  (3+ messages)

[PATCH 06/16] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
 2023-02-24  8:59 UTC  (3+ messages)

[GIT PULL] KVM changes for Linux 6.3 merge window
 2023-02-24  8:11 UTC 

[PATCH v2 00/10] Add IO page table replacement support
 2023-02-24  8:07 UTC  (7+ messages)
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API

Fortnightly KVM call for 2023-02-07
 2023-02-24  6:28 UTC  (3+ messages)

[PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
 2023-02-24  6:28 UTC  (15+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-24  5:42 UTC  (8+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
 2023-02-24  5:09 UTC  (12+ messages)

[PATCH v2 00/29] Add KVM LoongArch support
 2023-02-24  1:27 UTC  (9+ messages)
` [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface

[PATCH 0/8] Add memory fault exits to avoid slow GUP
 2023-02-24  0:01 UTC  (15+ messages)
` [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
` [PATCH 6/8] kvm/x86: Add mem fault exit on EPT violations

[PATCH 04/16] KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
 2023-02-23 22:30 UTC  (2+ messages)

[PATCH 03/16] kvm: arm64: Expose {un,}lock_all_vcpus() to the reset of KVM
 2023-02-23 22:30 UTC  (2+ messages)

[PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error
 2023-02-23 21:20 UTC  (5+ messages)

[PATCH mm-unstable v1 0/5] mm/kvm: lockless accessed bit harvest
 2023-02-23 21:12 UTC  (36+ messages)
` [PATCH mm-unstable v1 1/5] mm/kvm: add mmu_notifier_test_clear_young()
` [PATCH mm-unstable v1 2/5] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v1 3/5] kvm/arm64: "
` [PATCH mm-unstable v1 5/5] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
 2023-02-23 20:06 UTC  (2+ messages)

[PATCH v9 0/8] Parallel CPU bringup for x86_64
 2023-02-23 19:24 UTC  (7+ messages)
      ` [External] "

[kvm-unit-tests PATCH v1] s390x: Add tests for execute-type instructions
 2023-02-23 19:16 UTC  (4+ messages)

[PATCH v11 00/12] Parallel CPU bringup for x86_64
 2023-02-23 19:11 UTC  (13+ messages)
` [PATCH v11 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v11 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v11 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v11 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v11 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v11 06/12] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v11 07/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v11 08/12] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v11 09/12] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v11 10/12] x86/smpboot: Remove early_gdt_descr "
` [PATCH v11 11/12] x86/smpboot: Remove initial_gs
` [PATCH v11 12/12] x86/smpboot: Simplify boot CPU setup

[PATCH] KVM/x86: fix comment that should be user fault
 2023-02-23 15:52 UTC  (2+ messages)

[PATCH v16 00/11] s390x: CPU Topology
 2023-02-23 14:13 UTC  (6+ messages)
` [PATCH v16 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

[PATCH v3 vfio 0/7] pds vfio driver
 2023-02-23 13:26 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 1/3] s390x/spec_ex: Use PSW macro
 2023-02-23 10:09 UTC  (2+ messages)

[PATCH 6.1/5.15/5.10/5.4 1/1] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
 2023-02-23  9:07 UTC  (2+ messages)

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2023-02-23  7:05 UTC  (2+ messages)

[PATCH v2] KVM: Fix comments that refer to the non-existent install_new_memslots()
 2023-02-23  5:28 UTC 

[PATCH] KVM: Align the function name of kvm_swap_active_memslots()
 2023-02-23  5:07 UTC  (3+ messages)

[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
 2023-02-23  1:31 UTC  (2+ messages)

[PATCH v3] KVM: selftests: Fix nsec to sec conversion in demand_paging_test
 2023-02-23  0:18 UTC 

[PATCH v3 00/13] Overhauling amx_test
 2023-02-22 22:13 UTC  (6+ messages)
` [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component

[PATCH 0/6] iommufd: Add iommu capability reporting
 2023-02-22 21:07 UTC  (2+ messages)


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