messages from 2023-06-20 07:33:01 to 2023-06-22 08:41:37 UTC [more...]
[PATCH 0/6] KVM: Documentation: Update document description for kvm_mmu_page and kvm_mmu_page_role
2023-06-22 8:40 UTC (13+ messages)
` [PATCH 1/6] KVM: Documentation: Add the missing guest_mode in kvm_mmu_page_role
` [PATCH 2/6] KVM: Documentation: Update the field name gfns in kvm_mmu_page
` [PATCH 3/6] KVM: Documentation: Add the missing ptep "
` [PATCH 4/6] KVM: Documentation: Add the missing tdp_mmu_root_count into kvm_mmu_page
` [PATCH 6/6] KVM: Documentation: Add the missing tdp_mmu_page "
[PATCH 0/3] KVM: x86: CR0 vs. KVM_SET_SREGS and !URG
2023-06-22 8:19 UTC (3+ messages)
` [PATCH 1/3] KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-06-22 8:01 UTC (21+ messages)
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support
[kvm-unit-tests PATCH v4 0/8] s390x: uv-host: Fixups and extensions part 1
2023-06-22 7:50 UTC (9+ messages)
` [kvm-unit-tests PATCH v4 1/8] s390x: uv-host: Fix UV init test memory allocation
` [kvm-unit-tests PATCH v4 2/8] s390x: uv-host: Check for sufficient amount of memory
` [kvm-unit-tests PATCH v4 3/8] s390x: uv-host: Beautify code
` [kvm-unit-tests PATCH v4 4/8] s390x: uv-host: Add cpu number check to test_init
` [kvm-unit-tests PATCH v4 5/8] s390x: uv-host: Remove create guest variable storage prefix check
` [kvm-unit-tests PATCH v4 6/8] s390x: uv-host: Properly handle config creation errors
` [kvm-unit-tests PATCH v4 7/8] s390x: uv-host: Fence access checks when UV debug is enabled
` [kvm-unit-tests PATCH v4 8/8] s390x: uv-host: Add the test to unittests.conf
[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
2023-06-22 5:08 UTC (11+ messages)
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
` [PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
[PATCH v6 0/8] PCI/VGA: introduce is_boot_device function callback to vga_client_register
2023-06-22 4:46 UTC (3+ messages)
[PATCH v4 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-06-22 3:07 UTC
[RFC PATCH 00/21] iommu/amd: Introduce support for HW accelerated vIOMMU w/ nested page table
2023-06-21 23:55 UTC (22+ messages)
` [RFC PATCH 01/21] iommu/amd: Declare helper functions as extern
` [RFC PATCH 02/21] iommu/amd: Clean up spacing in amd_iommu_ops declaration
` [RFC PATCH 03/21] iommu/amd: Update PASID, GATS, and GLX feature related macros
` [RFC PATCH 04/21] iommu/amd: Modify domain_enable_v2() to add giov parameter
` [RFC PATCH 05/21] iommu/amd: Refactor set_dte_entry() helper function
` [RFC PATCH 06/21] iommu/amd: Modify set_dte_entry() to add gcr3 input parameter
` [RFC PATCH 07/21] iommu/amd: Modify set_dte_entry() to add user domain "
` [RFC PATCH 08/21] iommu/amd: Allow nested IOMMU page tables
` [RFC PATCH 09/21] iommu/amd: Add support for hw_info for iommu capability query
` [RFC PATCH 10/21] iommu/amd: Introduce vIOMMU-specific events and event info
` [RFC PATCH 11/21] iommu/amd: Introduce Reset vMMIO Command
` [RFC PATCH 12/21] iommu/amd: Introduce AMD vIOMMU-specific UAPI
` [RFC PATCH 13/21] iommu/amd: Introduce vIOMMU command-line option
` [RFC PATCH 14/21] iommu/amd: Initialize vIOMMU private address space regions
` [RFC PATCH 15/21] iommu/amd: Introduce vIOMMU vminit and vmdestroy ioctl
` [RFC PATCH 16/21] iommu/amd: Introduce vIOMMU ioctl for updating device mapping table
` [RFC PATCH 17/21] iommu/amd: Introduce vIOMMU ioctl for updating domain mapping
` [RFC PATCH 18/21] iommu/amd: Introduce vIOMMU ioctl for handling guest MMIO accesses
` [RFC PATCH 19/21] iommu/amd: Introduce vIOMMU ioctl for handling command buffer mapping
` [RFC PATCH 20/21] iommu/amd: Introduce vIOMMU ioctl for setting up guest CR3
` [RFC PATCH 21/21] iommufd: Introduce AMD HW-vIOMMU IOCTL
[PATCH v13 00/22] Add vfio_device cdev for iommufd support
2023-06-21 21:54 UTC (4+ messages)
` [PATCH v13 22/22] docs: vfio: Add vfio device cdev description
[RFC PATCH 0/6] KVM: guest memory: Misc enhacnement
2023-06-21 20:46 UTC (10+ messages)
` [RFC PATCH 5/6] KVM: Add flags to struct kvm_gfn_range
[GIT PULL] virtio: last minute revert
2023-06-21 18:12 UTC (2+ messages)
[RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-06-21 17:50 UTC (12+ messages)
` [RESEND PATCH v5 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 03/11] KVM: Allow range-based TLB invalidation from common code
` [RESEND PATCH v5 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [RESEND PATCH v5 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [RESEND PATCH v5 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [RESEND PATCH v5 09/11] KVM: arm64: Flush only the memslot after write-protect
` [RESEND PATCH v5 10/11] KVM: arm64: Invalidate the table entries upon a range
` [RESEND PATCH v5 11/11] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v2 00/11] iommufd: Add nesting infrastructure
2023-06-21 17:13 UTC (15+ messages)
[GIT PULL 00/11] kvm: s390: Changes for 6.5
2023-06-21 15:29 UTC (12+ messages)
` [GIT PULL 01/11] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [GIT PULL 02/11] KVM: s390: selftests: add selftest for CMMA migration
` [GIT PULL 03/11] KVM: s390: vsie: fix the length of APCB bitmap
` [GIT PULL 04/11] KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler
` [GIT PULL 05/11] s390/uv: Always export uv_info
` [GIT PULL 06/11] s390/uvdevice: Add info IOCTL
` [GIT PULL 07/11] s390/uvdevice: Add 'Add Secret' UVC
` [GIT PULL 08/11] s390/uvdevice: Add 'List Secrets' UVC
` [GIT PULL 09/11] s390/uvdevice: Add 'Lock Secret Store' UVC
` [GIT PULL 10/11] s390/uv: replace scnprintf with sysfs_emit
` [GIT PULL 11/11] s390/uv: Update query for secret-UVCs
[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
2023-06-21 14:54 UTC (5+ messages)
` [kvm-unit-tests v4 01/12] powerpc: Report instruction address and MSR in unhandled exception error
` [kvm-unit-tests v4 02/12] powerpc: Add some checking to exception handler install
[RFC PATCH 0/2] Invalidate secondary IOMMU TLB on permission upgrade
2023-06-21 15:06 UTC (4+ messages)
` [RFC PATCH 1/2] mm_notifiers: Rename invalidate_range notifier
` [RFC PATCH 2/2] arm64: Notify on pte permission upgrades
[Bug 217558] New: In KVM guest with VF of X710 NIC passthrough, the mac address of VF is inconsistent with it in host
2023-06-21 15:00 UTC (6+ messages)
` [Bug 217558] "
[PATCH v4 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support placeholder
2023-06-21 14:54 UTC (3+ messages)
` [PATCH v4 3/6] target/riscv: check the in-kernel irqchip support
` [PATCH v4 4/6] target/riscv: Create an KVM AIA irqchip
[kvm-unit-tests PATCH v4 00/11] Add #VC exception handling for AMD SEV-ES
2023-06-21 14:33 UTC (12+ messages)
` [kvm-unit-tests PATCH v4 01/11] x86: AMD SEV-ES: Setup #VC exception handler "
` [kvm-unit-tests PATCH v4 02/11] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v4 03/11] lib: Define unlikely()/likely() macros in libcflat.h
` [kvm-unit-tests PATCH v4 04/11] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v4 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v4 06/11] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v4 07/11] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v4 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v4 09/11] x86: AMD SEV-ES: Handle MSR #VC
` [kvm-unit-tests PATCH v4 10/11] x86: AMD SEV-ES: Handle IOIO #VC
` [kvm-unit-tests PATCH v4 11/11] x86: AMD SEV-ES: Handle string IO for "
[PATCH v20 00/21] s390x: CPU Topology
2023-06-21 13:48 UTC (10+ messages)
` [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v20 09/21] machine: adding s390 topology to query-cpu-fast
[PATCH v10 vfio 0/7] pds_vfio driver
2023-06-21 13:27 UTC (8+ messages)
` [PATCH v10 vfio 4/7] vfio/pds: Add VFIO live migration support
[PATCH v4 00/11] Add #VC exception handling for AMD SEV-ES
2023-06-21 12:58 UTC (2+ messages)
[PATCH] vhost: Make parameter name match of vhost_get_vq_desc()
2023-06-21 9:38 UTC
[RFC PATCH 00/19] hugetlb support for KVM guest_mem
2023-06-21 9:01 UTC (3+ messages)
[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
2023-06-21 8:45 UTC (8+ messages)
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test
[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
2023-06-21 2:51 UTC (9+ messages)
` [PATCH mm-unstable v2 06/10] kvm/powerpc: make radix page tables RCU safe
` [PATCH mm-unstable v2 07/10] kvm/powerpc: add kvm_arch_test_clear_young()
[PATCH RESEND v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
2023-06-21 1:38 UTC (3+ messages)
` [PATCH RESEND v2 1/2] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
` [PATCH RESEND v2 2/2] target/i386/kvm: get and put AMD pmu registers
[PATCH v11 00/20] TDX host kernel support
2023-06-20 23:11 UTC (39+ messages)
` [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
[PATCH v4 00/34] Split ptdesc from struct page
2023-06-20 23:10 UTC (6+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc
[GIT PULL] KVM/arm64 fixes for 6.4, take #4
2023-06-20 21:42 UTC (2+ messages)
[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-06-20 21:13 UTC (4+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
[PATCH v2 00/20] arm64: Handle PSCI calls in userspace
2023-06-20 16:35 UTC (21+ messages)
` [PATCH v2 01/20] update_headers: Use a list for arch-generic headers
` [PATCH v2 02/20] update_headers: Add missing entries to list of headers to copy
` [PATCH v2 03/20] Copy 64-bit alignment attrtibutes from Linux 6.4-rc1
` [PATCH v2 04/20] Update headers with "
` [PATCH v2 05/20] Import arm-smccc.h from "
` [PATCH v2 06/20] aarch64: Copy cputype.h "
` [PATCH v2 07/20] arm: Stash kvm_vcpu_init for later use
` [PATCH v2 08/20] arm: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [PATCH v2 09/20] aarch64: Expose ARM64_CORE_REG() for general use
` [PATCH v2 10/20] arm: Generalize execution state specific VM initialization
` [PATCH v2 11/20] Add helpers to pause the VM from vCPU thread
` [PATCH v2 12/20] aarch64: Add support for finding vCPU for given MPIDR
` [PATCH v2 13/20] aarch64: Add skeleton implementation for PSCI
` [PATCH v2 14/20] aarch64: psci: Implement CPU_SUSPEND
` [PATCH v2 15/20] aarch64: psci: Implement CPU_OFF
` [PATCH v2 16/20] aarch64: psci: Implement CPU_ON
` [PATCH v2 17/20] aarch64: psci: Implement AFFINITY_INFO
` [PATCH v2 18/20] aarch64: psci: Implement MIGRATE_INFO_TYPE
` [PATCH v2 19/20] aarch64: psci: Implement SYSTEM_{OFF,RESET}
` [PATCH v2 20/20] aarch64: smccc: Start sending PSCI to userspace
[kvm-unit-tests PATCH v5 0/8] s390x: Add PV SIE intercepts and ipl tests
2023-06-20 15:12 UTC (5+ messages)
` [kvm-unit-tests PATCH v5 1/8] lib: s390x: sie: Fix sie_get_validity() no validity handling
` [kvm-unit-tests PATCH v5 5/8] lib: s390x: uv: Add pv host requirement check function
[PATCH] kvm/mips: update MAINTAINERS
2023-06-20 12:51 UTC (2+ messages)
[PATCH 0/2] hw/i386: Cleanups around kvmclock_create()
2023-06-20 12:32 UTC (5+ messages)
` [PATCH 1/2] hw/i386: Remove unuseful kvmclock_create() stub
` [RFC PATCH 2/2] hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'
[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
2023-06-20 9:06 UTC (4+ messages)
[Bug 217574] New: kvm_intel loads only after suspend
2023-06-20 8:49 UTC (2+ messages)
` [Bug 217574] "
[PATCH] target/riscv: Remove unuseful KVM stubs
2023-06-20 8:16 UTC
[PATCH v14 00/30] Add KVM LoongArch support
2023-06-20 8:14 UTC (5+ messages)
` [PATCH v14 19/30] LoongArch: KVM: Implement kvm mmu operations
[RFC PATCH part-5 00/22] VMX emulation
2023-06-20 15:46 UTC (8+ messages)
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