public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-30 17:24:39 to 2023-07-04 09:18:04 UTC [more...]

[PATCH v1 0/5] target/arm: Handle psci calls in userspace
 2023-07-04  9:17 UTC  (3+ messages)
` [PATCH v1 4/5] arm/kvm: add skeleton implementation for userspace SMCCC call handling

[PATCH v12 00/22] TDX host kernel support
 2023-07-04  8:59 UTC  (45+ messages)
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 11/22] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
` [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP

KVM with PREEMPT_RT
 2023-07-04  8:12 UTC 

[PATCH] KVM: x86/tsc: Update guest tsc_offset again before vcpu first runs
 2023-07-04  8:01 UTC  (5+ messages)

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-07-04  7:50 UTC  (9+ messages)
` [PATCH v7 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v7 2/8] KVM: Introduce __kvm_follow_pfn function
` [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v7 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET "
` [PATCH v7 6/8] KVM: arm64: Migrate "
` [PATCH v7 7/8] KVM: PPC: "
` [PATCH v7 8/8] KVM: remove __gfn_to_pfn_memslot

[Intel-wired-lan] [PATCH iwl-next V2 10/15] ice: save and restore TX queue head
 2023-07-04  7:35 UTC  (4+ messages)

[PATCH v5 00/13] RISCV: Add KVM_GET_REG_LIST API
 2023-07-04  1:09 UTC  (22+ messages)
` [PATCH v5 01/13] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v5 02/13] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v5 03/13] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v5 04/13] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v5 05/13] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v5 06/13] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v5 07/13] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v5 08/13] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v5 09/13] KVM: arm64: selftests: Move finalize_vcpu back to run_test
` [PATCH v5 10/13] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v5 11/13] KVM: selftests: Add skip_set facility to get_reg_list test
` [PATCH v5 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v5 13/13] KVM: riscv: selftests: Add get-reg-list test

[GIT PULL] virtio: features, fixes, cleanups
 2023-07-04  0:16 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 6.5
 2023-07-04  0:16 UTC  (2+ messages)

[PATCH RESEND v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
 2023-07-03 21:58 UTC  (4+ messages)
` [PATCH RESEND v2 1/2] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE

[PATCH v2 00/16] target/riscv: Allow building without TCG (KVM-only so far)
 2023-07-03 18:31 UTC  (17+ messages)
` [PATCH v2 01/16] target/riscv: Remove unuseful KVM stubs
` [PATCH v2 02/16] target/riscv: Remove unused 'instmap.h' header in translate.c
` [PATCH v2 03/16] target/riscv: Restrict sysemu specific header to user emulation
` [PATCH v2 04/16] target/riscv: Restrict 'rv128' machine to TCG accelerator
` [PATCH v2 05/16] target/riscv: Move sysemu-specific files to target/riscv/sysemu/
` [PATCH v2 06/16] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
` [PATCH v2 07/16] target/riscv: Move TCG-specific files to target/riscv/tcg/
` [PATCH v2 08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c
` [PATCH v2 09/16] target/riscv: Expose some 'trigger' prototypes from debug.c
` [PATCH v2 10/16] target/riscv: Extract TCG-specific code "
` [PATCH v2 11/16] target/riscv: Move sysemu-specific debug files to target/riscv/sysemu/
` [PATCH v2 12/16] target/riscv: Expose riscv_cpu_pending_to_irq() from cpu_helper.c
` [RFC PATCH v2 13/16] target/riscv: Move TCG/sysemu-specific code to tcg/sysemu/cpu_helper.c
` [PATCH v2 14/16] target/riscv: Move sysemu-specific code to sysemu/cpu_helper.c
` [PATCH v2 15/16] target/riscv: Restrict TCG-specific prototype declarations
` [PATCH v2 16/16] gitlab-ci.d/crossbuilds: Add KVM riscv64 cross-build jobs

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-07-03 17:18 UTC  (9+ messages)
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices

KVM CPU hotplug notifier triggers BUG_ON on arm64
 2023-07-03 16:38 UTC  (6+ messages)

[PATCH] KVM: arm64: Disable preemption in kvm_arch_hardware_enable()
 2023-07-03 16:35 UTC 

[PATCH] vdpa: reject F_ENABLE_AFTER_DRIVER_OK if backend does not support it
 2023-07-03 14:52 UTC  (2+ messages)

[PATCH V2] MIPS: KVM: Fix NULL pointer dereference
 2023-07-03 14:08 UTC  (2+ messages)

[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
 2023-07-03 13:33 UTC  (17+ messages)

[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
 2023-07-03 13:27 UTC  (4+ messages)
` [kvm-unit-tests v4 03/12] powerpc: Abstract H_CEDE calls into a sleep functions

[kvm-unit-tests RFC 0/3] s390x: Improve console handling
 2023-07-03 12:30 UTC  (10+ messages)
` [kvm-unit-tests RFC 1/3] lib: s390x: sclp: Add carriage return to line feed
` [kvm-unit-tests RFC 2/3] lib: s390x: sclp: Clear ASCII screen on setup

[PATCH] KVM: nVMX: Prevent vmlaunch with EPTP pointing outside assigned memory area
 2023-07-03  9:40 UTC  (9+ messages)

[kvm-unit-tests PATCH v10 0/2] S390x: CPU Topology Information
 2023-07-03  8:42 UTC  (4+ messages)
` [kvm-unit-tests PATCH v10 1/2] s390x: topology: Check the Perform Topology Function

[kvm-unit-tests PATCH v3 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-07-03  8:08 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 5/6] arm: pmu: Add pmu-mem-access-reliability test

[PATCH v9 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-07-03  7:56 UTC  (6+ messages)
` [PATCH v9 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}

[RFC 0/4] reconnect support in vduse
 2023-07-03  6:25 UTC  (14+ messages)
` [RFC 1/4] vduse: Add the struct to save the vq reconnect info
` [RFC 2/4] vduse: Add file operation for mmap
` [RFC 3/4] vduse: Add the function for get/free the mapp pages
` [RFC 4/4] vduse: update the vq_info in ioctl

[PATCH] KVM: PPC: Update MAINTAINERS
 2023-07-03  5:26 UTC  (2+ messages)

[PATCH] KVM: ppc64: Enable ring-based dirty memory tracking
 2023-07-03  5:31 UTC  (2+ messages)

[PATCH v4 0/8] i386: Make Intel PT configurable
 2023-07-03  2:03 UTC  (2+ messages)

[PATCH kernel 0/9] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-07-03  2:01 UTC  (9+ messages)
` [PATCH kernel 5/9] KVM: SVM/SEV/SEV-ES: Rework intercepts
` [PATCH kernel 0/9 v6] KVM: SEV: Enable AMD SEV-ES DebugSwap

[PATCH] target/riscv: Remove unuseful KVM stubs
 2023-07-03  1:22 UTC  (3+ messages)

linux-next: manual merge of the kvm-x86 tree with the arm-soc tree
 2023-07-03  0:57 UTC 

linux-next: manual merge of the kvm-riscv tree with the risc-v tree
 2023-07-03  0:55 UTC 

linux-next: manual merge of the kvm-riscv tree with the risc-v tree
 2023-07-03  0:54 UTC 

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2023-07-03  0:50 UTC 

[PATCH v2 0/6] PCI/VGA: Improve the default VGA device selection
 2023-07-02 18:27 UTC  (7+ messages)
` [PATCH v2 1/6] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [PATCH v2 2/6] PCI/VGA: Improve the default VGA device selection
` [PATCH v2 3/6] drm/amdgpu: Implement the is_boot_device callback function
` [PATCH v2 4/6] drm/radeon: "
` [PATCH v2 5/6] drm/i915: "
` [PATCH v2 6/6] drm/ast: Register as a vga client to vgaarb by calling vga_client_register()

[kvm-unit-tests PATCH] arm64: timer: ignore ISTATUS with disabled timer
 2023-07-01 17:26 UTC  (3+ messages)

[PATCH] .debug ignore - to squash with efi:keep efi
 2023-07-01 17:18 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 0/6] arm64: improve debuggability
` [kvm-unit-tests PATCH v3 2/6] lib/stack: print base addresses on relocation setups

[kvm-unit-tests PATCH v3] run_tests: add list tests name option on command line
 2023-07-01 16:09 UTC  (2+ messages)

[GIT PULL] KVM: Non-x86 changes for 6.5
 2023-07-01 13:53 UTC  (6+ messages)
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: VMX "

[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
 2023-07-01 12:18 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.5
 2023-07-01 11:37 UTC  (3+ messages)

[GIT PULL] KVM/arm64 updates for 6.5
 2023-07-01 11:07 UTC  (2+ messages)

[GIT PULL 00/11] kvm: s390: Changes for 6.5
 2023-07-01 11:01 UTC  (2+ messages)

[Bug 217307] New: windows guest entering boot loop when nested virtualization enabled and hyperv installed
 2023-07-01  9:44 UTC  (2+ messages)
` [Bug 217307] "

[RFC PATCH v5 00/17] vsock: MSG_ZEROCOPY flag support
 2023-07-01  6:45 UTC  (21+ messages)
` [RFC PATCH v5 01/17] vsock/virtio: read data from non-linear skb
` [RFC PATCH v5 02/17] vhost/vsock: "
` [RFC PATCH v5 03/17] vsock/virtio: support to send "
` [RFC PATCH v5 04/17] vsock/virtio: non-linear skb handling for tap
` [RFC PATCH v5 05/17] vsock/virtio: MSG_ZEROCOPY flag support
` [RFC PATCH v5 06/17] vsock: fix EPOLLERR set on non-empty error queue
` [RFC PATCH v5 07/17] vsock: read from socket's "
` [RFC PATCH v5 08/17] vsock: check for MSG_ZEROCOPY support on send
` [RFC PATCH v5 09/17] vsock: enable SOCK_SUPPORT_ZC bit
` [RFC PATCH v5 10/17] vhost/vsock: support MSG_ZEROCOPY for transport
` [RFC PATCH v5 11/17] vsock/virtio: "
` [RFC PATCH v5 12/17] vsock/loopback: "
` [RFC PATCH v5] vsock: enable setting SO_ZEROCOPY
` [RFC PATCH v5 14/17] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [RFC PATCH v5 15/17] test/vsock: MSG_ZEROCOPY flag tests
` [RFC PATCH v5 16/17] test/vsock: MSG_ZEROCOPY support for vsock_perf
` [RFC PATCH v5 17/17] test/vsock: io_uring rx/tx tests

[RFC PATCH v5 00/17] vsock: MSG_ZEROCOPY flag support
 2023-07-01  6:39 UTC  (18+ messages)
` [RFC PATCH v5 01/17] vsock/virtio: read data from non-linear skb
` [RFC PATCH v5 02/17] vhost/vsock: "
` [RFC PATCH v5 03/17] vsock/virtio: support to send "
` [RFC PATCH v5 04/17] vsock/virtio: non-linear skb handling for tap
` [RFC PATCH v5 05/17] vsock/virtio: MSG_ZEROCOPY flag support
` [RFC PATCH v5 06/17] vsock: fix EPOLLERR set on non-empty error queue
` [RFC PATCH v5 07/17] vsock: read from socket's "
` [RFC PATCH v5 08/17] vsock: check for MSG_ZEROCOPY support on send
` [RFC PATCH v5 09/17] vsock: enable SOCK_SUPPORT_ZC bit
` [RFC PATCH v5 10/17] vhost/vsock: support MSG_ZEROCOPY for transport
` [RFC PATCH v5 11/17] vsock/virtio: "
` [RFC PATCH v5 12/17] vsock/loopback: "
` [RFC PATCH v5 13/17] vsock: enable setting SO_ZEROCOPY
` [RFC PATCH v5 14/17] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [RFC PATCH v5 15/17] test/vsock: MSG_ZEROCOPY flag tests
` [RFC PATCH v5 16/17] test/vsock: MSG_ZEROCOPY support for vsock_perf
` [RFC PATCH v5 17/17] test/vsock: io_uring rx/tx tests

[PATCH v3 00/21] Enable CET Virtualization
 2023-07-01  1:58 UTC  (16+ messages)
` [PATCH v3 10/21] KVM:x86: Add #CP support in guest exception classification

[PATCH] kvm/x86: clear hlt for intel cpu when resetting vcpu
 2023-06-30 22:56 UTC  (4+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-30 22:29 UTC  (10+ messages)
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers

[GIT PULL] VFIO updates for v6.5-rc1
 2023-06-30 22:29 UTC  (2+ messages)

[PATCH v1 0/6] LASS KVM virtualization support
 2023-06-30 18:50 UTC  (4+ messages)
` [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check

[PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-30 18:32 UTC  (3+ messages)


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