kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-15 11:33:58 to 2022-12-19 07:59:03 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-19  7:54 UTC  (9+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the "

[PATCH V6 0/7] fixes for virtual address update
 2022-12-19  7:55 UTC  (13+ messages)
` [PATCH V6 1/7] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V6 2/7] vfio/type1: prevent underflow of locked_vm via exec()
` [PATCH V6 3/7] vfio/type1: track locked_vm per dma
` [PATCH V6 4/7] vfio/type1: restore locked_vm
` [PATCH V6 5/7] vfio/type1: revert "block on invalid vaddr"
` [PATCH V6 6/7] vfio/type1: revert "implement notify callback"
` [PATCH V6 7/7] vfio: revert "iommu driver "

[PATCH] vhost_net: revert upend_idx only on retriable error
 2022-12-19  7:39 UTC  (2+ messages)

[PATCH v4] vhost_vdpa: fix the crash in unmap a large memory
 2022-12-19  7:33 UTC 

[PATCH v3 0/9] Linear Address Masking (LAM) KVM Enabling
 2022-12-19  7:32 UTC  (8+ messages)
` [PATCH v3 3/9] KVM: x86: MMU: Rename get_cr3() --> get_pgd() and clear high bits for pgd
` [PATCH v3 5/9] KVM: x86: MMU: Integrate LAM bits when build guest CR3
` [PATCH v3 6/9] KVM: x86: Untag LAM bits when applicable

Found a memory leak in kvm module
 2022-12-19  7:04 UTC  (3+ messages)
  ` 答复: "

[PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon
 2022-12-19  6:32 UTC 

[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
 2022-12-18 19:12 UTC  (5+ messages)

[RFC PATCH v1 0/2] virtio/vsock: fix mutual rx/tx hungup
 2022-12-17 19:47 UTC  (3+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: send credit update depending on SO_RCVLOWAT
` [RFC PATCH v1 2/2] vsock_test: mutual hungup reproducer

[PATCH v2 0/9] target/misc: Header cleanups around "cpu.h"
 2022-12-17 18:00 UTC  (11+ messages)
` [PATCH v2 1/9] target/alpha: Remove obsolete STATUS document
` [PATCH v2 2/9] target/loongarch/cpu: Remove unused "sysbus.h" header
` [PATCH v2 3/9] target/loongarch/cpu: Restrict "memory.h" header to sysemu
` [PATCH v2 4/9] target/ppc/internal: Restrict MMU declarations "
` [PATCH v2 5/9] target/ppc/kvm: Remove unused "sysbus.h" header
` [PATCH v2 6/9] target/riscv/cpu: Move Floating-Point fields closer
` [PATCH v2 7/9] target/riscv/cpu: Restrict some sysemu-specific fields from CPUArchState
` [PATCH v2 8/9] target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard
` [PATCH v2 9/9] target/xtensa/cpu: Include missing "memory.h" header

[PATCH] exec: Rename NEED_CPU_H -> CONFIG_TARGET
 2022-12-17 14:17 UTC  (2+ messages)

[PATCH 0/2] sysemu/kvm: Header cleanups around "cpu.h"
 2022-12-17 10:50 UTC  (6+ messages)
` [PATCH 1/2] sysemu/kvm: Remove CONFIG_USER_ONLY guard
` [PATCH 2/2] sysemu/kvm: Reduce target-specific declarations

[Bug 216812] New: kvm-unit-test xapic failed on linux 6.1 release kernel
 2022-12-17  7:00 UTC  (3+ messages)
` [Bug 216812] "

[PATCH v4 0/2] KVM: MMU: Use 'INVALID_GPA' and 'INVALID_GFN' properly
 2022-12-17  6:41 UTC  (9+ messages)
` [PATCH v4 1/2] KVM: MMU: Introduce 'INVALID_GFN' and use it for GFN values
` [PATCH v4 2/2] KVM: MMU: Make the definition of 'INVALID_GPA' common

[PATCH v4 00/32] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-12-16 23:34 UTC  (9+ messages)
` [PATCH v4 11/32] KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
` [PATCH v4 19/32] KVM: x86: Explicitly track all possibilities for APIC map's logical modes

[PATCH v3 0/5] target/cpu: System/User cleanups around hwaddr/vaddr
 2022-12-16 21:55 UTC  (6+ messages)
` [PATCH v3 1/5] dump: Include missing "cpu.h" header for tswap32/tswap64() declarations
` [PATCH v3 2/5] cputlb: Restrict SavedIOTLB to system emulation
` [PATCH v3 3/5] gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
` [PATCH v3 4/5] target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
` [PATCH v3 5/5] target/cpu: Restrict do_transaction_failed() "

[PATCH v1 00/16] vfio/ccw: channel program cleanup
 2022-12-16 21:05 UTC  (15+ messages)
` [PATCH v1 03/16] vfio/ccw: allow non-zero storage keys
` [PATCH v1 04/16] vfio/ccw: move where IDA flag is set in ORB
` [PATCH v1 05/16] vfio/ccw: replace copy_from_iova with vfio_dma_rw
` [PATCH v1 06/16] vfio/ccw: simplify CCW chain fetch routines
` [PATCH v1 07/16] vfio/ccw: remove unnecessary malloc alignment
` [PATCH v1 08/16] vfio/ccw: pass page count to page_array struct
` [PATCH v1 09/16] vfio/ccw: populate page_array struct inline

[PATCH-for-8.0 0/4] ppc: Clean up few headers to make them target agnostic
 2022-12-16 20:32 UTC  (11+ messages)
` [PATCH-for-8.0 1/4] target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"
` [PATCH-for-8.0 2/4] hw/ppc/vof: Do not include the full "cpu.h"
` [PATCH-for-8.0 3/4] hw/ppc/spapr: Reduce "vof.h" inclusion
` [PATCH-for-8.0 4/4] hw/ppc/spapr_ovec: Avoid target_ulong spapr_ovec_parse_vector()

[PATCH v6 0/7] Introduce and test masked events
 2022-12-16 18:31 UTC  (5+ messages)
` [PATCH v6 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter

[PATCH v1] KVM: x86: add KVM_CAP_DEVICE_CTRL
 2022-12-16 17:12 UTC  (2+ messages)

[PATCH V5 0/7] fixes for virtual address update
 2022-12-16 17:07 UTC  (17+ messages)
` [PATCH V5 1/7] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V5 2/7] vfio/type1: prevent locked_vm underflow
` [PATCH V5 3/7] vfio/type1: count reserved pages
` [PATCH V5 4/7] vfio/type1: restore locked_vm
` [PATCH V5 5/7] vfio/type1: revert "block on invalid vaddr"
` [PATCH V5 6/7] vfio/type1: revert "implement notify callback"
` [PATCH V5 7/7] vfio: revert "iommu driver "

[PATCH] kvm: kvm_main: Remove unnecessary (void*) conversions
 2022-12-16 16:56 UTC  (2+ messages)

[PATCH] KVM: nVMX: Remove outdated comments in nested_vmx_setup_ctls_msrs()
 2022-12-16 16:49 UTC  (4+ messages)

[PATCH v10 000/108] KVM TDX basic feature support
 2022-12-16 15:49 UTC  (51+ messages)
` [PATCH v10 011/108] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
` [PATCH v10 024/108] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v10 046/108] KVM: Add flags to struct kvm_gfn_range
` [PATCH v10 047/108] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v10 052/108] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v10 056/108] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [PATCH v10 062/108] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [PATCH v10 077/108] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v10 098/108] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v10 104/108] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v10 105/108] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v10 106/108] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)

[linux-next:master] BUILD REGRESSION ca39c4daa6f7f770b1329ffb46f1e4a6bcc3f291
 2022-12-16 15:18 UTC 

Minor security issue on website
 2022-12-16 14:06 UTC 

[PATCH v1 10/10] gdbstub: retire exec/gdbstub.h
 2022-12-16 11:22 UTC 

[PATCH v2 0/4] KVM: nVMX: Fix 2nd exec controls override goofs
 2022-12-16  9:59 UTC  (6+ messages)

[PATCH v9 00/12] ASID support in vhost-vdpa net
 2022-12-16  9:52 UTC  (14+ messages)
` [PATCH v9 03/12] vhost: allocate SVQ device file descriptors at device start
` [PATCH v9 04/12] vhost: move iova_tree set to vhost_svq_start
` [PATCH v9 05/12] vdpa: add vhost_vdpa_net_valid_svq_features
` [PATCH v9 06/12] vdpa: request iova_range only once
` [PATCH v9 07/12] vdpa: move SVQ vring features check to net/
` [PATCH v9 08/12] vdpa: allocate SVQ array unconditionally
` [PATCH v9 09/12] vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v9 10/12] vdpa: store x-svq parameter in VhostVDPAState
` [PATCH v9 11/12] vdpa: add shadow_data to vhost_vdpa
` [PATCH v9 12/12] vdpa: always start CVQ in SVQ mode if possible

Rozlicz fotowoltaikę lub pompy ciepła jeszcze w tym roku
 2022-12-16  9:01 UTC 

[RFC PATCH 0/6] vdpa_sim: add support for user VA
 2022-12-16  8:17 UTC  (7+ messages)
` [RFC PATCH 1/6] vdpa: add bind_mm callback
` [RFC PATCH 6/6] vdpa_sim: add support for user VA

[linux-next:master] BUILD REGRESSION 459c73db4069c27c1d4a0e20d055b837396364b8
 2022-12-16  4:37 UTC  (2+ messages)

[PATCH v3] KVM: MMU: Make the definition of 'INVALID_GPA' common
 2022-12-16  3:03 UTC  (3+ messages)

[PATCH] KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()
 2022-12-16  0:52 UTC 

linux-next: manual merge of the kvm tree with the tip tree
 2022-12-15 23:26 UTC  (2+ messages)

[RFC PATCH v2 vfio 0/7] pds vfio driver
 2022-12-15 22:22 UTC  (3+ messages)

[PATCH V4 0/5] fixes for virtual address update
 2022-12-15 21:56 UTC  (7+ messages)
` [PATCH V4 1/5] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V4 2/5] vfio/type1: prevent locked_vm underflow
` [PATCH V4 3/5] vfio/type1: revert "block on invalid vaddr"
` [PATCH V4 4/5] vfio/type1: revert "implement notify callback"
` [PATCH V4 5/5] vfio: revert "iommu driver "

[GIT PULL] VFIO updates for v6.2-rc1
 2022-12-15 21:55 UTC  (4+ messages)

[PATCH v2 00/11] KVM perf support
 2022-12-15 21:10 UTC  (14+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v2 02/11] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v2 03/11] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v2 04/11] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v2 05/11] RISC-V: KVM: Improve privilege mode filtering for perf
` [PATCH v2 06/11] RISC-V: KVM: Add skeleton support "
` [PATCH v2 07/11] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v2 08/11] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v2 09/11] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling
` [PATCH v2 11/11] RISC-V: KVM: Implement firmware events

[GIT PULL v2] First batch of KVM changes for Linux 6.2
 2022-12-15 20:00 UTC  (2+ messages)

[PATCH V4 0/5] fixes for virtual address update
 2022-12-15 18:37 UTC  (13+ messages)
` [PATCH V4 1/5] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V4 2/5] vfio/type1: prevent locked_vm underflow

[PATCH] KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badly
 2022-12-15 17:46 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix a typo in the vcpu_msrs_set assert
 2022-12-15 17:13 UTC  (2+ messages)

[PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-15 15:05 UTC  (2+ messages)

Broken link on Virtio page
 2022-12-15 14:40 UTC  (2+ messages)

[PATCH 0/2] Fix "Instructions Retired" from incorrectly counting
 2022-12-15 13:39 UTC  (3+ messages)

[PATCH RFC 0/8] KVM: x86/pmu: Enable Fixed Counter3 and Topdown Perf Metrics
 2022-12-15 13:36 UTC  (6+ messages)
` [PATCH RFC 1/8] perf/core: Add *group_leader to perf_event_create_kernel_counter()


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