kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 04:11:29 to 2023-06-06 01:42:13 UTC [more...]

[PATCH v12 00/31] Add KVM LoongArch support
 2023-06-06  1:42 UTC  (45+ messages)
` [PATCH v12 01/31] LoongArch: KVM: Add kvm related header files
` [PATCH v12 02/31] LoongArch: KVM: Implement kvm module related interface
` [PATCH v12 04/31] LoongArch: KVM: Implement VM related functions
` [PATCH v12 05/31] LoongArch: KVM: Add vcpu related header files
` [PATCH v12 06/31] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v12 07/31] LoongArch: KVM: Implement vcpu run interface
` [PATCH v12 08/31] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v12 09/31] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v12 10/31] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v12 11/31] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v12 12/31] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v12 15/31] LoongArch: KVM: Implement vcpu status description
` [PATCH v12 16/31] LoongArch: KVM: Implement update VM id function
` [PATCH v12 17/31] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v12 19/31] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v12 20/31] LoongArch: KVM: Implement handle csr excption
` [PATCH v12 21/31] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v12 22/31] LoongArch: KVM: Implement handle idle exception
` [PATCH v12 23/31] LoongArch: KVM: Implement handle gspr exception
` [PATCH v12 24/31] LoongArch: KVM: Implement handle mmio exception
` [PATCH v12 25/31] LoongArch: KVM: Implement handle fpu exception

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-06  1:29 UTC  (9+ messages)

[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
 2023-06-06  0:51 UTC  (5+ messages)

[PATCH v11 00/20] TDX host kernel support
 2023-06-06  0:36 UTC  (10+ messages)
` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[PATCH] KVM: VMX: remove LFENCE in vmx_spec_ctrl_restore_host()
 2023-06-06  0:20 UTC  (15+ messages)

[PATCH v2 0/6] Add printf and formatted asserts in the guest
 2023-06-06  0:05 UTC  (9+ messages)
` [PATCH v2 2/6] KVM: selftests: Add kvm_snprintf() to KVM selftests
` [PATCH v2 3/6] KVM: selftests: Add additional pages to the guest to accommodate ucall
` [PATCH v2 4/6] KVM: selftests: Add string formatting options to ucall
` [PATCH v2 5/6] KVM: selftests: Add ucall_fmt2()

[PATCH v2 1/2] vgaarb: various coding style and comments fix
 2023-06-05 22:16 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 0/3] Relax break-before-make use with FEAT_BBM
 2023-06-05 21:36 UTC  (6+ messages)
` [PATCH 1/3] arm64: Add a capability for FEAT_BBM level 2
` [PATCH 3/3] KVM: arm64: Skip break phase when we have "

[PATCH RFC net-next v3 0/8] virtio/vsock: support datagrams
 2023-06-05 20:42 UTC  (2+ messages)

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-05 20:46 UTC  (8+ messages)
` [PATCH v14 011/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v14 111/113] RFC: KVM: x86, TDX: Add check for setting CPUID

[PATCH v2] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-06-05 20:42 UTC  (7+ messages)

[PATCH v2 0/3] KVM: Fix some comments
 2023-06-05 20:08 UTC  (4+ messages)
` [PATCH v2 2/3] KVM: x86: Fix comments that refer to the out-dated msrs_to_save_all

[PATCH] KVM: x86: Clean up: remove redundant bool conversions
 2023-06-05 20:01 UTC 

[PATCH 0/3] vfio: Cleanup Kconfigs
 2023-06-05 19:25 UTC  (9+ messages)
` [PATCH 1/3] vfio/pci: Cleanup Kconfig
` [PATCH 2/3] vfio/platform: "
` [PATCH 3/3] vfio/fsl: Create Kconfig sub-menu

[PATCH v3 3/6] target/riscv: check the in-kernel irqchip support
 2023-06-05 18:47 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Remove KVM MMU write lock when accessing indirect_shadow_pages
 2023-06-05 18:27 UTC  (9+ messages)

[PATCH v8 00/33] x86: enable FRED for x86-64
 2023-06-05 17:52 UTC  (46+ messages)
` [PATCH v8 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v8 02/33] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v8 03/33] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v8 04/33] x86/traps: add install_system_interrupt_handler()
` [PATCH v8 05/33] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v8 09/33] x86/cpu: add X86_CR4_FRED macro
` [PATCH v8 20/33] x86/fred: FRED entry/exit and dispatch code
` [PATCH v8 21/33] x86/fred: FRED initialization code
` [PATCH v8 24/33] x86/fred: disallow the swapgs instruction when FRED is enabled
` [PATCH v8 26/33] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v8 29/33] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v8 30/33] x86/fred: allow dynamic stack frame size
` [PATCH v8 31/33] x86/fred: BUG() when ERETU with %rsp not equal to that when the ring 3 event was just delivered

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-05 17:47 UTC  (8+ messages)
` [PATCH v10 03/59] arm64: Add missing VA CMO encodings
` [PATCH v10 04/59] arm64: Add missing ERXMISCx_EL1 encodings
` [PATCH v10 05/59] arm64: Add missing DC ZVA/GVA/GZVA encodings

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-05 17:46 UTC  (8+ messages)
` [PATCH v4 02/16] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO

[PATCH v2] KVM: MAINTAINERS: note that linux-kvm.org isn't current
 2023-06-05 16:48 UTC  (3+ messages)

[PATCH v11 0/5] Support writable CPU ID registers from userspace
 2023-06-05 16:39 UTC  (5+ messages)
` [PATCH 0/3] RE: Support writable CPU ID registers from userspace [v11]
  ` [PATCH 3/3] KVM: arm64: Use per guest ID register for ID_AA64PFR1_EL1.MTE

[PATCH -next v21 00/27] riscv: Add vector ISA support
 2023-06-05 16:25 UTC  (32+ messages)
` [PATCH -next v21 01/27] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v21 02/27] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v21 03/27] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
` [PATCH -next v21 04/27] riscv: Add new csr defines related to vector extension
` [PATCH -next v21 05/27] riscv: Clear vector regfile on bootup
` [PATCH -next v21 06/27] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v21 07/27] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v21 08/27] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v21 09/27] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v21 10/27] riscv: Add task switch support for vector
` [PATCH -next v21 11/27] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v21 12/27] riscv: Add ptrace vector support
` [PATCH -next v21 13/27] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v21 14/27] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v21 15/27] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v21 16/27] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v21 17/27] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v21 18/27] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v21 19/27] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v21 20/27] riscv: hwcap: change ELF_HWCAP to a function
` [PATCH -next v21 21/27] riscv: Add prctl controls for userspace vector management
` [PATCH -next v21 22/27] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v21 23/27] riscv: detect assembler support for .option arch
` [PATCH -next v21 24/27] riscv: Enable Vector code to be built
` [PATCH -next v21 25/27] riscv: Add documentation for Vector
` [PATCH -next v21 26/27] selftests: Test RISC-V Vector prctl interface
` [PATCH -next v21 27/27] selftests: add .gitignore file for RISC-V hwprobe

[PATCH] KVM: Clean up kvm_vm_ioctl_create_vcpu()
 2023-06-05 16:16 UTC  (4+ messages)

[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
 2023-06-05 14:35 UTC  (3+ messages)
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value

[kvm-unit-tests PATCH v3 0/6] s390x: Add support for running guests without MSO/MSL
 2023-06-05 14:23 UTC  (17+ messages)
` [kvm-unit-tests PATCH v3 1/6] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests PATCH v3 2/6] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v3 3/6] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v3 4/6] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v3 5/6] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v3 6/6] s390x: add a test for SIE without MSO/MSL

[PATCH v2 0/6] s390/uvdevice: Expose secret UVCs
 2023-06-05 14:03 UTC  (13+ messages)
` [PATCH v2 1/6] s390/uvdevice: Add info IOCTL
` [PATCH v2 2/6] s390/uvdevice: Add 'Add Secret' UVC
` [PATCH v2 3/6] s390/uvdevice: Add 'List Secrets' UVC
` [PATCH v2 4/6] s390/uvdevice: Add 'Lock Secret Store' UVC
` [PATCH v2 5/6] s390/uv: replace scnprintf with sysfs_emit
` [PATCH v2 6/6] s390/uv: Update query for secret-UVCs

[PATCH v1 0/6] LASS KVM virtualization support
 2023-06-05 14:07 UTC  (5+ messages)
` [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check

[PATCH kvmtool 0/8] RISC-V SBI enable/disable, Zbb, Zicboz, and Ssaia support
 2023-06-05 14:06 UTC  (6+ messages)
` [PATCH kvmtool 1/8] Sync-up headers with Linux-6.4-rc1

[PATCH v2 0/8] RISC-V SBI enable/disable, Zbb, Zicboz, and Ssaia support
 2023-06-05 14:02 UTC  (9+ messages)
` [PATCH v2 1/8] Sync-up headers with Linux-6.4-rc5
` [PATCH v2 2/8] riscv: Allow setting custom mvendorid, marchid, and mimpid
` [PATCH v2 3/8] riscv: Allow disabling SBI extensions for Guest
` [PATCH v2 4/8] riscv: Sort the ISA extension array alphabetically
` [PATCH v2 5/8] riscv: Add zbb extension support
` [PATCH v2 6/8] riscv: Add Zicboz "
` [PATCH v2 7/8] riscv: Add Ssaia "
` [PATCH v2 8/8] riscv: Fix guest RAM alloc size computation for RV32

[PATCH] x86/fpu/xstate: clear XSAVE features if DISABLED_MASK set
 2023-06-05 13:23 UTC  (5+ messages)

[PATCH v5 0/4] x86: Add test cases for LAM
 2023-06-05 13:22 UTC  (3+ messages)
` [PATCH v5 4/4] x86: Add test case for INVVPID with LAM

[PATCH kvmtool v3 0/2] Fix virtio/rng handling in low entropy situations
 2023-06-05 12:35 UTC  (2+ messages)

[PATCH kvmtool 0/2] Fix builds with clang
 2023-06-05 12:35 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: Use "standard" mmu_notifier hook for APIC page
 2023-06-05 10:15 UTC  (2+ messages)

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-06-05  9:50 UTC  (3+ messages)

[syzbot] [kvm?] [net?] [virt?] general protection fault in vhost_work_queue
 2023-06-05  8:26 UTC  (11+ messages)

[PATCH net] virtio/vsock: fix sock refcnt bug on owner set failure
 2023-06-05  8:23 UTC  (3+ messages)

[RFC PATCH v2 0/6] KVM: PPC: Nested PAPR guests
 2023-06-05  6:48 UTC  (7+ messages)
` [RFC PATCH v2 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [RFC PATCH v2 2/6] KVM: PPC: Add fpr getters and setters
` [RFC PATCH v2 3/6] KVM: PPC: Add vr "
` [RFC PATCH v2 4/6] KVM: PPC: Add helper library for Guest State Buffers
` [RFC PATCH v2 5/6] KVM: PPC: Add support for nested PAPR guests
` [RFC PATCH v2 6/6] docs: powerpc: Document nested KVM on POWER

[PATCH] KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
 2023-06-05  4:26 UTC  (2+ messages)

[PATCH] KVM: x86/vPMU: ignore the check of IA32_PERF_GLOBAL_CTRL bit35
 2023-06-05  3:53 UTC  (9+ 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).