messages from 2023-09-14 07:12:37 to 2023-09-15 02:45:42 UTC [more...]
[PATCH v6 00/25] Enable CET Virtualization
2023-09-15 2:45 UTC (36+ messages)
` [PATCH v6 01/25] x86/fpu/xstate: Manually check and add XFEATURE_CET_USER xstate bit
` [PATCH v6 02/25] x86/fpu/xstate: Fix guest fpstate allocation size calculation
` [PATCH v6 03/25] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v6 04/25] x86/fpu/xstate: Introduce kernel dynamic xfeature set
` [PATCH v6 05/25] x86/fpu/xstate: Remove kernel dynamic xfeatures from kernel default_features
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
` [PATCH v6 07/25] x86/fpu/xstate: Tweak guest fpstate to support kernel dynamic xfeatures
` [PATCH v6 08/25] x86/fpu/xstate: WARN if normal fpstate contains "
` [PATCH v6 09/25] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data
` [PATCH v6 10/25] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v6 11/25] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v6 12/25] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v6 13/25] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v6 14/25] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v6 15/25] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v6 16/25] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v6 17/25] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v6 18/25] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v6 19/25] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v6 20/25] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v6 21/25] KVM: VMX: Set up interception for CET MSRs
` [PATCH v6 22/25] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v6 23/25] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v6 24/25] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v6 25/25] KVM: nVMX: Enable CET support for nested guest
[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-09-15 2:10 UTC (27+ messages)
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
` [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
` [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
` [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V11 10/17] riscv: qspinlock: errata: Enable qspinlock for T-HEAD processors
[PATCH v10 00/38] x86: enable FRED for x86-64
2023-09-15 2:06 UTC (23+ messages)
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 05/38] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v10 08/38] x86/cpufeatures: Add the cpu feature bit for FRED
[RFC PATCH v2 00/21] QEMU gmem implemention
2023-09-15 2:04 UTC (5+ messages)
` [RFC PATCH v2 02/21] RAMBlock: Add support of KVM private gmem
[PATCH v21 00/29] Add KVM LoongArch support
2023-09-15 1:49 UTC (30+ messages)
` [PATCH v21 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v21 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v21 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v21 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v21 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v21 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v21 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v21 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v21 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v21 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v21 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v21 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v21 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v21 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v21 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v21 16/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v21 17/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v21 18/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v21 19/29] LoongArch: KVM: Implement handle csr exception
` [PATCH v21 20/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v21 21/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v21 22/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v21 23/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v21 24/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v21 25/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v21 26/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v21 27/29] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v21 28/29] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v21 29/29] LoongArch: KVM: Add maintainers for LoongArch KVM
[PATCH] x86/kvm: Account for fpstate->user_xfeatures changes
2023-09-15 0:58 UTC (5+ messages)
linux-next: duplicate patch in the kvm-arm tree
2023-09-15 0:51 UTC
[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
2023-09-15 0:36 UTC (4+ messages)
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-09-15 0:33 UTC (7+ messages)
[PATCH vfio 0/3] pds/vfio: Fixes for locking bugs
2023-09-14 22:38 UTC (5+ messages)
` [PATCH vfio 1/3] pds/vfio: Fix spinlock bad magic BUG
` [PATCH vfio 2/3] pds/vfio: Fix mutex lock->magic != lock warning
` [PATCH vfio 3/3] pds/vfio: Fix possible sleep while in atomic context
[PATCH v13 00/22] TDX host kernel support
2023-09-14 21:36 UTC (3+ messages)
` [PATCH v13 20/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
[PATCH 0/2] SEV-ES TSC_AUX virtualization fix and optimization
2023-09-14 21:13 UTC (6+ messages)
` [PATCH 1/2] KVM: SVM: Fix TSC_AUX virtualization setup
` [PATCH 2/2] KVM: SVM: Do not use user return MSR support for virtualized TSC_AUX
[PATCH 0/8] KVM: xen: update shared_info and vcpu_info handling
2023-09-14 20:10 UTC (27+ messages)
` [PATCH 1/8] KVM: pfncache: add a map helper function
` [PATCH 2/8] KVM: pfncache: add a mark-dirty helper
` [PATCH 3/8] KVM: pfncache: add a helper to get the gpa
` [PATCH 4/8] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH 5/8] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH 6/8] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH 7/8] KVM: xen: prepare for using 'default' vcpu_info
` [PATCH 8/8] KVM: xen: automatically use the vcpu_info embedded in shared_info
[PATCH vfio] vfio/pci: remove msi domain on msi disable
2023-09-14 19:14 UTC
[PATCH] vfio/pds: Use proper PF device access helper
2023-09-14 17:31 UTC (2+ messages)
[kvmtool PATCH 0/6] RISC-V AIA irqchip and Svnapot support
2023-09-14 16:56 UTC (2+ messages)
[PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-09-14 15:43 UTC (10+ messages)
` [PATCH net-next v8 2/4] vsock/virtio: support to send non-linear skb
` [PATCH net-next v8 4/4] vsock/virtio: MSG_ZEROCOPY flag support
[GIT PULL] KVM/arm64 fixes for 6.6, take #1
2023-09-14 15:06 UTC (2+ messages)
[PATCH v1 02/22] Update linux-header to support iommufd cdev and hwpt alloc
2023-09-14 14:46 UTC (2+ messages)
[PATCH 1/2] KVM: x86: Synthesize at most one PMI per VM-exit
2023-09-14 14:27 UTC (3+ messages)
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-14 14:19 UTC (4+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-09-14 13:37 UTC (4+ messages)
` [PATCH v10 29/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
2023-09-14 10:15 UTC (16+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
` [PATCH v3 3/9] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v3 4/9] tools: riscv: Add header file csr.h
` [PATCH v3 5/9] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v3 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test
[PATCH v2] KVM: selftests: Remove obsolete and incorrect test case metadata
2023-09-14 9:48 UTC
[PATCH v2] KVM:selftests: Add selftests for CET MSR access
2023-09-14 6:42 UTC
[PATCH] fix build error in function vfio_combine_iova_ranges
2023-09-14 9:08 UTC (2+ messages)
` [PATCH v2] vfio: Fix uninitialized symbol and potential dereferencing errors in vfio_combine_iova_ranges
[PATCH v5 00/12] iommu: Prepare to deliver page faults to user space
2023-09-14 8:56 UTC (13+ messages)
` [PATCH v5 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v5 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v5 03/12] iommu: Remove unrecoverable fault data
` [PATCH v5 04/12] iommu: Cleanup iopf data structure definitions
` [PATCH v5 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v5 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v5 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v5 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v5 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v5 10/12] iommu: Separate SVA and IOPF
` [PATCH v5 11/12] iommu: Consolidate per-device fault data management
` [PATCH v5 12/12] iommu: Improve iopf_queue_flush_dev()
[PATCH V2] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
2023-09-14 8:23 UTC (3+ messages)
[PATCH v5 05/17] KVM: Annotate -EFAULTs from kvm_vcpu_read/write_guest_page()
2023-09-14 8:04 UTC (2+ messages)
[PATCH] KVM: selftests: Assert that vasprintf() is successful
2023-09-14 8:02 UTC (2+ messages)
[PATCH v4 00/21] Support smp.clusters for x86 in QEMU
2023-09-14 7:41 UTC (11+ messages)
` [PATCH v4 03/21] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH v4 04/21] hw/cpu: Update the comments of nr_cores and nr_dies
` [PATCH v4 10/21] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v4 19/21] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v4 20/21] i386: Use CPUCacheInfo.share_level to encode "
` [PATCH v4 21/21] i386: Add new property to control L2 cache topo in CPUID.04H
[PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
2023-09-14 7:31 UTC (6+ 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