messages from 2022-12-14 20:12:40 to 2022-12-16 15:50:13 UTC [more...]
[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)
[PATCH V5 0/7] fixes for virtual address update
2022-12-16 15:42 UTC (13+ 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 "
[linux-next:master] BUILD REGRESSION ca39c4daa6f7f770b1329ffb46f1e4a6bcc3f291
2022-12-16 15:18 UTC
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-16 15:09 UTC (3+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
Minor security issue on website
2022-12-16 14:06 UTC
[PATCH v4 0/2] KVM: MMU: Use 'INVALID_GPA' and 'INVALID_GFN' properly
2022-12-16 12:20 UTC (4+ 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 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 (16+ messages)
` [PATCH v9 01/12] vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH v9 02/12] vhost: set SVQ device call handler at SVQ start
` [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
[Bug 216812] New: kvm-unit-test xapic failed on linux 6.1 release kernel
2022-12-16 5:17 UTC
[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: nVMX: Remove outdated comments in nested_vmx_setup_ctls_msrs()
2022-12-16 1:45 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 (10+ messages)
` [RFC PATCH v2 vfio 1/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [RFC PATCH v2 vfio 2/7] vfio/pds: Add support to register as PDS client
` [RFC PATCH v2 vfio 3/7] vfio/pds: Add VFIO live migration support
` [RFC PATCH v2 vfio 4/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [RFC PATCH v2 vfio 5/7] vfio/pds: Add support for dirty page tracking
` [RFC PATCH v2 vfio 6/7] vfio/pds: Add support for firmware recovery
` [RFC PATCH v2 vfio 7/7] vfio/pds: Add Kconfig and documentation
[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 v1 00/16] vfio/ccw: channel program cleanup
2022-12-15 21:18 UTC (9+ 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 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 (16+ 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 "
Found a memory leak in kvm module
2022-12-15 18:17 UTC (2+ messages)
[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 (5+ 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()
[PATCH v1] KVM: x86: add KVM_CAP_DEVICE_CTRL
2022-12-15 11:52 UTC
[PATCH 0/7] improve AP queue reset processing
2022-12-15 10:58 UTC (15+ messages)
` [PATCH 1/7] s390/vfio-ap: verify reset complete in separate function
` [PATCH 2/7] s390/vfio_ap: check TAPQ response code when waiting for queue reset
` [PATCH 3/7] s390/vfio_ap: use TAPQ to verify reset in progress completes
` [PATCH 4/7] s390/vfio_ap: verify ZAPQ completion after return of response code zero
` [PATCH 5/7] s390/vfio_ap: fix handling of error response codes
` [PATCH 6/7] s390/vfio_ap: increase max wait time for reset verification
` [PATCH 7/7] s390/vfio_ap: always clean up IRQ resources
RFC: few questions about hypercall patching in KVM
2022-12-15 10:29 UTC (3+ messages)
[kvm-unit-tests PATCH v3 0/1] s390x: test storage keys during migration
2022-12-15 9:59 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 1/1] s390x: add parallel skey migration test
[PATCH v6 0/7] Introduce and test masked events
2022-12-15 9:43 UTC (3+ messages)
` [PATCH v6 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter
[PATCH net-next v7] virtio/vsock: replace virtio_vsock_pkt with sk_buff
2022-12-15 8:30 UTC (3+ messages)
[PATCH iommufd v2 0/9] Remove IOMMU_CAP_INTR_REMAP
2022-12-15 7:39 UTC (4+ messages)
` [PATCH iommufd v2 8/9] irq/s390: Add arch_is_isolated_msi() for s390
[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
2022-12-15 7:20 UTC (9+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
[PATCH 0/5] KVM: x86/mmu: TDP MMU fixes for 6.2
2022-12-15 6:26 UTC (5+ messages)
` [PATCH 3/5] KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowed
[PATCH 0/7] KVM: VMX: Handle NMI VM-Exits in noinstr section
2022-12-15 5:18 UTC (6+ messages)
` [PATCH 6/7] KVM: VMX: Provide separate subroutines for invoking NMI vs. IRQ handlers
[RFC PATCH 0/9] Intel SPEC CTRL virtualization support
2022-12-15 2:59 UTC (8+ messages)
` [RFC PATCH 2/9] KVM: x86: Add a kvm-only leaf for RRSBA_CTRL
` [RFC PATCH 3/9] KVM: x86: Add a kvm-only leaf for BHI_CTRL
` [RFC PATCH 5/9] x86/bugs: Use Virtual MSRs to request hardware mitigations
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2022-12-15 1:01 UTC (19+ messages)
` [PATCH RFC v7 05/64] KVM: x86: Add 'update_mem_attr' x86 op
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
` [PATCH RFC v7 21/64] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v7 53/64] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v7 54/64] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v7 55/64] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [PATCH RFC v7 56/64] KVM: x86/mmu: Generate KVM_EXIT_MEMORY_FAULT for implicit conversions for SNP
` [PATCH RFC v7 57/64] KVM: SEV: Handle restricted memory invalidations "
` [PATCH RFC v7 58/64] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v7 59/64] ccp: Add support to decrypt the page
` [PATCH RFC v7 60/64] KVM: SVM: Sync the GHCB scratch buffer using already mapped ghcb
` [PATCH RFC v7 61/64] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs
` [PATCH RFC v7 63/64] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS
` [PATCH RFC v7 64/64] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
KVM: x86: snapshotted TSC frequency causing time drifts in vms
2022-12-15 0:46 UTC (6+ messages)
[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
2022-12-15 0:40 UTC (3+ messages)
` [PATCH v12 04/17] riscv: Add vector feature to compile
[PATCH 0/7] KVM: x86/MMU: Factor rmap operations out of mmu.c
2022-12-15 0:34 UTC (7+ messages)
` [PATCH 2/7] KVM: x86/MMU: Move rmap_iterator to rmap.h
[PATCH v2] KVM: MMU: Make the definition of 'INVALID_GPA' common
2022-12-15 0:07 UTC (4+ messages)
[PATCH V3 0/5] fixes for virtual address update
2022-12-14 20:29 UTC (9+ messages)
` [PATCH V3 1/5] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V3 2/5] vfio/type1: prevent locked_vm underflow
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox