messages from 2024-04-18 18:28:08 to 2024-04-19 15:57:51 UTC [more...]
[RFC PATCH 0/10] Cleaning up the KVM clock mess
2024-04-19 15:57 UTC (23+ messages)
` [PATCH 01/10] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH 02/10] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH 03/10] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH 04/10] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH 05/10] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH 06/10] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH 07/10] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH 08/10] KVM: x86: Remove periodic global clock updates
` [PATCH 09/10] KVM: x86: Kill KVM_REQ_GLOBAL_CLOCK_UPDATE
` [PATCH 10/10] KVM: x86: Fix KVM clock precision in __get_kvmclock()
` [PATCH 11/10] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()
[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
2024-04-19 15:55 UTC (11+ messages)
` [PATCH v2 01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v2 02/12] riscv: dts: enable Zc* extensions when needed
` [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
` [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v2 08/12] dt-bindings: riscv: add Zcmop ISA extension description
[PATCH v2 0/5] KVM/x86: Enhancements to static calls
2024-04-19 15:12 UTC (8+ messages)
` [PATCH v2 1/5] KVM: x86: Replace static_call_cond() with static_call()
` [PATCH v2 2/5] KVM: x86: Introduce KVM_X86_CALL() to simplify static calls of kvm_x86_ops
` [PATCH v2 3/5] KVM: x86/pmu: Add KVM_PMU_CALL() to simplify static calls of kvm_pmu_ops
` [RFC PATCH v2 4/5] KVM: x86: Remove KVM_X86_OP_OPTIONAL
` [RFC PATCH v2 5/5] KVM: x86/pmu: Remove KVM_X86_PMU_OP_OPTIONAL
[PATCH v13 00/26] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-04-19 15:11 UTC (35+ messages)
` [PATCH v13 01/26] [TEMP] x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM
` [PATCH v13 02/26] [TEMP] x86/cc: Add cc_platform_set/_clear() helpers
` [PATCH v13 03/26] [TEMP] x86/CPU/AMD: Track SNP host status with cc_platform_*()
` [PATCH v13 04/26] KVM: guest_memfd: Fix PTR_ERR() handling in __kvm_gmem_get_pfn()
` [PATCH v13 05/26] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
` [PATCH v13 06/26] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v13 07/26] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v13 08/26] KVM: SEV: Add initial SEV-SNP support
` [PATCH v13 09/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v13 10/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v13 11/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH v13 12/26] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PATCH v13 13/26] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v13 14/26] KVM: SEV: Add support to handle "
` [PATCH v13 15/26] KVM: SEV: Add support to handle RMP nested page faults
` [PATCH v13 16/26] KVM: SEV: Support SEV-SNP AP Creation NAE event
` [PATCH v13 17/26] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v13 18/26] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v13 19/26] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v13 20/26] KVM: x86: Implement gmem hook for determining max NPT mapping level
` [PATCH v13 21/26] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v13 22/26] KVM: SVM: Add module parameter to enable SEV-SNP
` [PATCH v13 23/26] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v13 24/26] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v13 25/26] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v13 26/26] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
[PATCH v19 000/130] KVM TDX basic feature support
2024-04-19 14:46 UTC (29+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 010/130] KVM: x86: Pass is_private to gmem hook of gmem_max_level
` [PATCH v19 110/130] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v19 111/130] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v19 116/130] KVM: TDX: Silently discard SMI request
` [PATCH v19 117/130] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v19 118/130] KVM: TDX: Add methods to ignore accesses to CPU state
[PATCH kvmtool] x86: Fix PIT2 init
2024-04-19 14:23 UTC (3+ messages)
[PATCH v2 00/25] Enable FRED with KVM VMX
2024-04-19 14:23 UTC (15+ messages)
` [PATCH v2 03/25] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v2 04/25] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v2 05/25] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v2 06/25] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
` [PATCH v2 08/25] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
[PATCH v6 0/1] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF device
2024-04-19 14:10 UTC (5+ messages)
` [PATCH v6 1/1] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices
[PATCH v3 0/7] KVM: Guest Memory Pre-Population API
2024-04-19 14:08 UTC (10+ messages)
` [PATCH 1/7] KVM: Document KVM_MAP_MEMORY ioctl
` [PATCH 2/7] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
[PATCH v2 0/4] vfio-pci support pasid attach/detach
2024-04-19 14:00 UTC (21+ messages)
` [PATCH v2 1/4] ida: Add ida_get_lowest()
[PATCH] vfio/pci: Support 8-byte PCI loads and stores
2024-04-19 13:58 UTC (2+ messages)
[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
2024-04-19 13:58 UTC (11+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
[v2] Support for Arm CCA VMs on Linux
2024-04-19 13:17 UTC (12+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
` [PATCH v2 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v2 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v2 20/43] arm64: RME: Allow populating initial contents
[kvm-unit-tests RFC PATCH 00/13] Introduce SEV-SNP Support
2024-04-19 12:57 UTC (14+ messages)
` [kvm-unit-tests RFC PATCH 01/13] x86/apic: Include asm/io.h and use those definitions to avoid duplication
` [kvm-unit-tests RFC PATCH 02/13] x86/apic: Add MMIO access support for SEV-ES/SNP guest with C-bit unset
` [kvm-unit-tests RFC PATCH 03/13] x86/efi: Add support for running tests with UEFI in SEV-SNP environment
` [kvm-unit-tests RFC PATCH 04/13] x86 AMD SEV-ES: Rename setup_amd_sev_es() to setup_vc_handler()
` [kvm-unit-tests RFC PATCH 05/13] x86 AMD SEV-SNP: Enable SEV-SNP support
` [kvm-unit-tests RFC PATCH 06/13] x86 AMD SEV-SNP: Add tests for presence of confidential computing blob
` [kvm-unit-tests RFC PATCH 07/13] x86 AMD SEV-ES: Set GHCB page attributes for a new page table
` [kvm-unit-tests RFC PATCH 08/13] x86 AMD SEV-SNP: Test Private->Shared Page state changes using GHCB MSR
` [kvm-unit-tests RFC PATCH 09/13] x86 AMD SEV-SNP: Test Shared->Private Page State Changes "
` [kvm-unit-tests RFC PATCH 10/13] x86 AMD SEV-SNP: Change guest pages from Private->Shared using GHCB NAE
` [kvm-unit-tests RFC PATCH 11/13] x86 AMD SEV-SNP: Change guest pages from Shared->Private "
` [kvm-unit-tests RFC PATCH 12/13] x86 AMD SEV-SNP: Test-1: Perform Intermix to 2M Private PSCs
` [kvm-unit-tests RFC PATCH 13/13] x86 AMD SEV-SNP: Test-2: Perform Intermix to 2M private to 2M shared PSCs
[PATCH] KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug
2024-04-19 12:30 UTC (2+ messages)
[PATCH io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking
2024-04-19 11:21 UTC (6+ messages)
` [PATCH io_uring-next/net-next v2 1/4] net: extend ubuf_info callback to ops structure
` [PATCH io_uring-next/net-next v2 2/4] net: add callback for setting a ubuf_info to skb
` [PATCH io_uring-next/net-next v2 3/4] io_uring/notif: simplify io_notif_flush()
` [PATCH io_uring-next/net-next v2 4/4] io_uring/notif: implement notification stacking
[kvm-unit-tests PATCH v2] test_migrate_unmapped_collection test fails during skip
2024-04-19 10:42 UTC (2+ messages)
[PATCH v4 00/15] KVM/arm64: Add NV support for ERET and PAuth
2024-04-19 10:29 UTC (16+ messages)
` [PATCH v4 01/15] KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values
` [PATCH v4 02/15] KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*
` [PATCH v4 03/15] KVM: arm64: Constraint PAuth support to consistent implementations
` [PATCH v4 04/15] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
` [PATCH v4 05/15] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH v4 06/15] KVM: arm64: nv: Add trap forwarding for ERET and SMC
` [PATCH v4 07/15] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v4 08/15] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set
` [PATCH v4 09/15] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
` [PATCH v4 10/15] KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0
` [PATCH v4 11/15] KVM: arm64: nv: Add kvm_has_pauth() helper
` [PATCH v4 12/15] KVM: arm64: nv: Add emulation for ERETAx instructions
` [PATCH v4 13/15] KVM: arm64: nv: Handle ERETA[AB] instructions
` [PATCH v4 14/15] KVM: arm64: nv: Advertise support for PAuth
` [PATCH v4 15/15] KVM: arm64: Drop trapping of PAuth instructions/keys
[PATCH v4 0/6] KVM: Guest Memory Pre-Population API
2024-04-19 8:59 UTC (7+ messages)
` [PATCH 1/6] KVM: Document KVM_PRE_FAULT_MEMORY ioctl
` [PATCH 2/6] KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH 3/6] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
` [PATCH 4/6] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level
` [PATCH 5/6] KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()
` [PATCH 6/6] KVM: selftests: x86: Add test for KVM_PRE_FAULT_MEMORY
[kvm-unit-tests PATCH] test_migrate_unmapped_collection test fails during skip
2024-04-19 8:28 UTC (3+ messages)
[PATCH v2 00/10] KVM: MMU changes for confidential computing
2024-04-19 7:38 UTC (4+ messages)
` [PATCH v2 10/10] KVM: x86/mmu: check for invalid async page faults involving private memory
[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
2024-04-19 6:47 UTC (3+ messages)
[PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
2024-04-19 4:00 UTC (2+ messages)
[kvm-unit-tests Patch v4 00/17] pmu test bugs fix and improvements
2024-04-19 3:52 UTC (18+ messages)
` [kvm-unit-tests Patch v4 01/17] x86: pmu: Remove duplicate code in pmu_init()
` [kvm-unit-tests Patch v4 02/17] x86: pmu: Remove blank line and redundant space
` [kvm-unit-tests Patch v4 03/17] x86: pmu: Refine fixed_events[] names
` [kvm-unit-tests Patch v4 04/17] x86: pmu: Fix the issue that pmu_counter_t.config crosses cache line
` [kvm-unit-tests Patch v4 05/17] x86: pmu: Enlarge cnt[] length to 48 in check_counters_many()
` [kvm-unit-tests Patch v4 06/17] x86: pmu: Add asserts to warn inconsistent fixed events and counters
` [kvm-unit-tests Patch v4 07/17] x86: pmu: Fix cycles event validation failure
` [kvm-unit-tests Patch v4 08/17] x86: pmu: Use macro to replace hard-coded branches event index
` [kvm-unit-tests Patch v4 09/17] x86: pmu: Use macro to replace hard-coded ref-cycles "
` [kvm-unit-tests Patch v4 10/17] x86: pmu: Use macro to replace hard-coded instructions "
` [kvm-unit-tests Patch v4 11/17] x86: pmu: Enable and disable PMCs in loop() asm blob
` [kvm-unit-tests Patch v4 12/17] x86: pmu: Improve instruction and branches events verification
` [kvm-unit-tests Patch v4 13/17] x86: pmu: Improve LLC misses event verification
` [kvm-unit-tests Patch v4 14/17] x86: pmu: Adjust lower boundary of llc-misses event to 0 for legacy CPUs
` [kvm-unit-tests Patch v4 15/17] x86: pmu: Add IBPB indirect jump asm blob
` [kvm-unit-tests Patch v4 16/17] x86: pmu: Adjust lower boundary of branch-misses event
` [kvm-unit-tests Patch v4 17/17] x86: pmu: Optimize emulated instruction validation
[PATCH] LoongArch: KVM: Add mmio trace support
2024-04-19 2:36 UTC (2+ messages)
[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
2024-04-19 1:37 UTC (30+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
` [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
` [RFC PATCH 40/41] KVM: x86/pmu: Separate passthrough PMU logic in set/get_msr() from non-passthrough vPMU
[PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2024-04-18 23:09 UTC (12+ messages)
[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-04-18 19:57 UTC (4+ messages)
` [PATCH v12 22/29] KVM: SEV: Implement gmem hook for invalidating private pages
[PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-18 20:01 UTC (5+ messages)
` [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
[PATCH v2] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
2024-04-18 19:39 UTC (11+ messages)
[PATCH 1/2] KVM: nVMX: fix CR4_READ_SHADOW when L0 updates CR4 during a signal
2024-04-18 18:36 UTC (13+ 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