messages from 2023-08-17 11:19:19 to 2023-08-18 10:13:13 UTC [more...]
[PATCH v9 0/5] iommufd: Add iommu hardware info reporting
2023-08-18 10:10 UTC (6+ messages)
` [PATCH v9 1/5] iommu: Move dev_iommu_ops() to private header
` [PATCH v9 2/5] iommu: Add new iommu op to get iommu hardware information
` [PATCH v9 3/5] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v9 4/5] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
` [PATCH v9 5/5] iommu/vt-d: Implement hw_info for iommu capability query
[PATCH v2 00/58] TDX QEMU support
2023-08-18 9:50 UTC (59+ messages)
` [PATCH v2 01/58] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v2 02/58] i386: Introduce tdx-guest object
` [PATCH v2 03/58] target/i386: Parse TDX vm type
` [PATCH v2 04/58] target/i386: Introduce kvm_confidential_guest_init()
` [PATCH v2 05/58] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v2 06/58] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v2 07/58] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v2 08/58] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v2 09/58] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v2 10/58] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v2 11/58] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v2 12/58] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v2 13/58] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 14/58] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v2 15/58] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v2 16/58] i386/tdx: Make sept_ve_disable set by default
` [PATCH v2 17/58] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v2 18/58] i386/tdx: Validate TD attributes
` [PATCH v2 19/58] qom: implement property helper for sha384
` [PATCH v2 20/58] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v2 21/58] i386/tdx: Implement user specified tsc frequency
` [PATCH v2 22/58] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v2 23/58] i386/tdx: Make memory type private by default
` [PATCH v2 24/58] i386/tdx: Create kvm gmem for TD
` [PATCH v2 25/58] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v2 26/58] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v2 27/58] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v2 28/58] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v2 29/58] i386/tdx: Skip BIOS shadowing setup
` [PATCH v2 30/58] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v2 31/58] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v2 32/58] i386/tdx: Track RAM entries for TDX VM
` [PATCH v2 33/58] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v2 34/58] i386/tdx: Setup the TD HOB list
` [PATCH v2 35/58] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v2 36/58] memory: Introduce memory_region_init_ram_gmem()
` [PATCH v2 37/58] i386/tdx: register TDVF as private memory
` [PATCH v2 38/58] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v2 39/58] i386/tdx: Finalize TDX VM
` [PATCH v2 40/58] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v2 41/58] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v2 42/58] i386/tdx: register the fd read callback with the main loop to read the quote data
` [PATCH v2 43/58] i386/tdx: setup a timer for the qio channel
` [PATCH v2 44/58] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
` [PATCH v2 45/58] i386/tdx: Limit the range size for MapGPA
` [PATCH v2 46/58] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v2 48/58] i386/tdx: Disable SMM for TDX VMs
` [PATCH v2 49/58] i386/tdx: Disable PIC "
` [PATCH v2 50/58] i386/tdx: Don't allow system reset "
` [PATCH v2 51/58] i386/tdx: LMCE is not supported for TDX
` [PATCH v2 52/58] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v2 53/58] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v2 54/58] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v2 55/58] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v2 56/58] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v2 57/58] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v2 58/58] docs: Add TDX documentation
[PATCH 00/10] RISC-V: Refactor instructions
2023-08-18 7:30 UTC (9+ messages)
[PATCH v2 0/3] iommu: Make pasid array per device
2023-08-18 5:43 UTC (5+ messages)
` [PATCH v2 1/3] iommu: Make single-device group for PASID explicit
` [PATCH v2 2/3] iommu: Consolidate pasid dma ownership check
[PATCH v10 0/9] Linear Address Masking (LAM) KVM Enabling
2023-08-18 4:31 UTC (15+ messages)
` [PATCH v10 3/9] KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
` [PATCH v10 7/9] KVM: VMX: Implement and wire get_untagged_addr() for LAM
[PATCH vfio] pds_core: Fix function header descriptions
2023-08-18 4:09 UTC (2+ messages)
[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
2023-08-18 2:29 UTC (12+ messages)
[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
2023-08-18 1:12 UTC (3+ messages)
` [RFC PATCH 2/4] x86/kvm: Add clocksource id for kvm-clock
` [RFC PATCH 4/4] treewide: Use clocksource id for struct system_counterval_t
[PATCH v8 0/5] iommufd: Add iommu hardware info reporting
2023-08-18 1:30 UTC (15+ messages)
` [PATCH v8 2/5] iommu: Add new iommu op to get iommu hardware information
` [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v8 4/5] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
Deadlock due to EPT_VIOLATION
2023-08-18 0:55 UTC (12+ messages)
[PATCH] KVM: SVM: correct the size of spec_ctrl field in VMCB save area
2023-08-18 0:12 UTC (2+ messages)
[PATCH 0/2] KVM: SVM: Set pCPU during IRTE update if vCPU is running
2023-08-18 0:12 UTC (2+ messages)
[PATCH] KVM: VMX: Rename vmx_get_max_tdp_level to vmx_get_max_ept_level
2023-08-18 0:13 UTC (2+ messages)
[PATCH v6 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
2023-08-18 0:12 UTC (7+ messages)
` [PATCH v6 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
[PATCH v2 0/5] KVM: x86/mmu: Don't synthesize triple fault on bad root
2023-08-18 0:12 UTC (2+ messages)
[PATCH] x86: kvm: x86: Remove unnecessary initial values of variables
2023-08-18 0:09 UTC (2+ messages)
[PATCH v3 00/15] KVM: x86: Add "governed" X86_FEATURE framework
2023-08-18 0:09 UTC (2+ messages)
[PATCH] KVM: x86: Remove WARN sanity check on hypervisor timer vs. UNINITIALIZED vCPU
2023-08-18 0:09 UTC (2+ messages)
[PATCH] KVM: x86: Remove break statements that will never be executed
2023-08-18 0:09 UTC (2+ messages)
[PATCH] KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
2023-08-18 0:08 UTC (2+ messages)
[PATCH v2 -next] kvm_host: Remove unused declarations
2023-08-18 0:08 UTC (2+ messages)
[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-08-17 23:58 UTC (12+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 4096
2023-08-17 23:44 UTC (4+ messages)
[PATCH v3 00/11] iommu: Prepare to deliver page faults to user space
2023-08-17 23:40 UTC (12+ messages)
` [PATCH v3 01/11] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v3 02/11] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v3 03/11] iommu: Remove unrecoverable fault data
` [PATCH v3 04/11] iommu: Cleanup iopf data structure definitions
` [PATCH v3 05/11] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v3 06/11] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v3 07/11] iommu: Prepare for separating SVA and IOPF
` [PATCH v3 08/11] iommu: Move iopf_handler() to iommu-sva.c
` [PATCH v3 09/11] iommu: Make iommu_queue_iopf() more generic
` [PATCH v3 10/11] iommu: Add debugging on domain lifetime for iopf
` [PATCH v3 11/11] iommu: Separate SVA and IOPF in Makefile and Kconfig
[PATCH] KVM: x86: Update MAINTAINTERS to include selftests
2023-08-17 23:41 UTC
[PATCH 0/2] KVM: selftests: Fix sync_regs race tests on AMD
2023-08-17 23:34 UTC (3+ messages)
` [PATCH 1/2] KVM: selftests: Reload "good" vCPU state if vCPU hits shutdown
` [PATCH 2/2] KVM: selftests: Explicit set #UD when *potentially* injecting exception
[PATCH v3 00/11] KVM: selftests: Test the consistency of the PMU's CPUID and its features
2023-08-17 23:26 UTC (19+ messages)
` [PATCH v3 02/11] KVM: selftests: Add pmu.h for PMU events and common masks
` [PATCH v3 03/11] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v3 04/11] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v3 05/11] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v3 06/11] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v3 07/11] KVM: selftests: Test Intel supported fixed counters bit mask
` [PATCH v3 08/11] KVM: selftests: Test consistency of PMU MSRs with Intel PMU version
` [PATCH v3 09/11] KVM: selftests: Add x86 feature and properties for AMD PMU in processor.h
[PATCH v13 0/4] add debugfs to migration driver
2023-08-17 22:48 UTC
[awilliam-vfio:next 41/50] drivers/net/ethernet/amd/pds_core/auxbus.c:18: warning: Function parameter or member 'pf' not described in 'pds_client_register'
2023-08-17 21:54 UTC (2+ messages)
Commit 'sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage' broke O_DIRECT over NFS
2023-08-17 20:49 UTC (4+ messages)
[PATCH v3] vfio: align capability structures
2023-08-17 18:33 UTC (3+ messages)
[RFC PATCH v3 0/8] SVM guest shadow stack support
2023-08-17 18:18 UTC (9+ messages)
` [RFC PATCH v3 1/8] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [RFC PATCH v3 2/8] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [RFC PATCH v3 3/8] KVM: x86: SVM: Pass through shadow stack MSRs
` [RFC PATCH v3 4/8] KVM: SVM: Rename vmplX_ssp -> plX_ssp
` [RFC PATCH v3 5/8] KVM: SVM: Save shadow stack host state on VMRUN
` [RFC PATCH v3 6/8] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [RFC PATCH v3 7/8] x86/sev-es: Include XSS value in GHCB CPUID request
` [RFC PATCH v3 8/8] KVM: SVM: Add CET features to supported_xss
[PATCH v2 0/8] LASS KVM virtualization support
2023-08-17 18:18 UTC (4+ messages)
[PATCH] vfio/type1: fix cap_migration information leak
2023-08-17 17:55 UTC (2+ messages)
[PATCH -next] vfio/cdx: Remove redundant initialization owner in vfio_cdx_driver
2023-08-17 17:53 UTC (2+ messages)
[PATCH -next] vfio/fsl-mc: Use module_fsl_mc_driver macro to simplify the code
2023-08-17 17:53 UTC (2+ messages)
[PATCH v14 vfio 0/8] pds-vfio-pci driver
2023-08-17 17:53 UTC (2+ messages)
[PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
2023-08-17 17:53 UTC (4+ messages)
[RFC PATCH 08/11] KVM: x86: Let moving encryption context be configurable
2023-08-17 16:53 UTC (2+ messages)
[PATCH v2 0/8] LASS KVM virtualization support
2023-08-17 16:15 UTC (11+ messages)
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection
[PATCH v8 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
2023-08-17 15:53 UTC (10+ messages)
` [PATCH v8 02/11] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v8 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v8 07/11] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
[PATCH v19 00/30] Add KVM LoongArch support
2023-08-17 12:59 UTC (31+ messages)
` [PATCH v19 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v19 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v19 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v19 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v19 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v19 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v19 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v19 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v19 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v19 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v19 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v19 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v19 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v19 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v19 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v19 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v19 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v19 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v19 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v19 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v19 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v19 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v19 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v19 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v19 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v19 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v19 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v19 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v19 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v19 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM
[PATCH v3 0/6] KVM: PPC: Nested APIv2 guest support
2023-08-17 12:23 UTC (5+ messages)
` [PATCH v3 4/6] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v3 5/6] KVM: PPC: Add support for nestedv2 guests
[PATCH v4 0/4] KVM: s390: Enable AP instructions for PV-guests
2023-08-17 11:56 UTC (8+ messages)
` [PATCH v4 1/4] KVM: s390: pv: relax WARN_ONCE condition for destroy fast
` [PATCH v4 3/4] KVM: s390: Add UV feature negotiation
` [PATCH v4 4/4] KVM: s390: pv: Allow AP-instructions for pv-guests
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