messages from 2022-09-02 15:54:27 to 2022-09-06 07:09:20 UTC [more...]
[PATCH v2] x86/PCI: Prefer MMIO over PIO on VMware hypervisor
2022-09-06 7:08 UTC
[RFC PATCH v2 0/6] add support for CDX bus controller
2022-09-06 7:03 UTC (10+ messages)
` [RFC PATCH v2 1/6] Documentation: DT: Add entry for CDX controller
` [RFC PATCH v2 6/6] driver core: add compatible string in sysfs for platform devices
[PATCH] x86/kvm: align kvm_apic_eoi to cacheline
2022-09-06 6:47 UTC
[PATCH v3 00/22] KVM: hardware enable/disable reorganize
2022-09-06 6:32 UTC (29+ messages)
` [PATCH v3 01/22] KVM: x86: Drop kvm_user_return_msr_cpu_online()
` [PATCH v3 02/22] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
` [PATCH v3 03/22] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v3 04/22] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v3 05/22] KVM: Provide more information in kernel log if hardware enabling fails
` [PATCH v3 06/22] KVM: arm64: Simplify the CPUHP logic
` [PATCH v3 07/22] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v3 08/22] KVM: Do compatibility checks on hotplugged CPUs
` [PATCH v3 09/22] KVM: Do processor compatibility check on resume
` [PATCH v3 10/22] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v3 11/22] KVM: Add arch hooks for PM events with empty stub
[PATCH v9 00/10] s390x: CPU Topology
2022-09-06 5:58 UTC (11+ messages)
` [PATCH v9 01/10] s390x/cpus: Make absence of multithreading clear
` [PATCH v9 02/10] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v9 09/10] s390x/cpu_topology: activating "
[PATCH v2 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
2022-09-06 4:54 UTC (11+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] KVM: arm64: Remove internal accessor helpers for id regs
` [PATCH v2 3/7] KVM: arm64: Drop raz parameter from read_id_reg()
` [PATCH v2 4/7] KVM: arm64: Spin off helper for calling visibility hook
` [PATCH v2 5/7] KVM: arm64: Add a visibility bit to ignore user writes
` [PATCH v2 6/7] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
` [PATCH v2 7/7] KVM: selftests: Add test for RAZ/WI AArch32 ID registers
[PATCH 0/8] vfio: Split the container code into a clean layer and dedicated file
2022-09-06 3:35 UTC (8+ messages)
` [PATCH 2/8] vfio: Rename __vfio_group_unset_container()
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-09-06 2:30 UTC (16+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
[RFC 0/4] vDPA: support VHOST_GET/SET_VRING_ENDIAN
2022-09-06 2:12 UTC (4+ messages)
` [RFC 1/4] vDPA/ifcvf: add get/set_vq_endian support for vDPA
[PATCH v2 0/5] riscv: add PREEMPT_RT support
2022-09-06 1:46 UTC (8+ messages)
` [PATCH v2 4/5] riscv: add lazy preempt support
[PATCH v2 00/23] KVM: x86: AVIC and local APIC fixes+cleanups
2022-09-05 22:02 UTC (28+ messages)
` [PATCH v2 01/23] KVM: x86: Purge "highest ISR" cache when updating APICv state
` [PATCH v2 02/23] KVM: SVM: Flush the "current" TLB when activating AVIC
` [PATCH v2 03/23] KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
` [PATCH v2 04/23] KVM: x86: Inhibit AVIC SPTEs if any vCPU enables x2APIC
` [PATCH v2 05/23] KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
` [PATCH v2 06/23] KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
` [PATCH v2 07/23] KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kick
` [PATCH v2 08/23] KVM: SVM: Fix x2APIC Logical ID calculation for avic_kick_target_vcpus_fast
` [PATCH v2 09/23] Revert "KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible"
` [PATCH v2 10/23] KVM: SVM: Document that vCPU ID == APIC ID in AVIC kick fastpatch
` [PATCH v2 11/23] KVM: SVM: Add helper to perform final AVIC "kick" of single vCPU
` [PATCH v2 12/23] KVM: x86: Disable APIC logical map if logical ID covers multiple MDAs
` [PATCH v2 13/23] KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode
` [PATCH v2 14/23] KVM: x86: Honor architectural behavior for aliased 8-bit APIC IDs
` [PATCH v2 15/23] KVM: x86: Explicitly skip adding vCPU to optimized logical map if LDR==0
` [PATCH v2 16/23] KVM: x86: Explicitly track all possibilities for APIC map's logical modes
` [PATCH v2 17/23] KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical mode
` [PATCH v2 18/23] KVM: SVM: Always update local APIC on writes to logical dest register
` [PATCH v2 19/23] KVM: SVM: Update svm->ldr_reg cache even if LDR is "bad"
` [PATCH v2 20/23] KVM: SVM: Require logical ID to be power-of-2 for AVIC entry
` [PATCH v2 21/23] KVM: SVM: Handle multiple logical targets in AVIC kick fastpath
` [PATCH v2 22/23] KVM: SVM: Ignore writes to Remote Read Data on AVIC write traps
` [PATCH v2 23/23] Revert "KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu"
[PATCH 0/7] Virtual NMI feature
2022-09-05 19:45 UTC (4+ messages)
[PATCH 0/4] KVM: x86/svm/pmu: Add AMD Guest PerfMonV2 support
2022-09-05 18:00 UTC (10+ messages)
` [PATCH 1/4] KVM: x86/svm/pmu: Limit the maximum number of supported GP counters
` [PATCH 2/4] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH 3/4] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH 4/4] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
` [kvm-unit-tests PATCH 1/2] x86/pmu: Update rdpmc testcase to cover #GP and emulation path
` [kvm-unit-tests PATCH 2/2] x86/pmu: Add AMD Guest PerfMonV2 testcases
[PATCH v6 00/33] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-09-05 17:08 UTC (7+ messages)
` [PATCH v6 02/33] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition
` [PATCH v6 03/33] KVM: x86: Zero out entire Hyper-V CPUID cache before processing entries
` [PATCH v6 04/33] KVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcpu_init()
[PATCH v3 3/7] mm: Add PG_arch_3 page flag
2022-09-05 17:01 UTC (4+ messages)
[PATCH] KVM: s390: vsie: fix crycb virtual vs physical usage
2022-09-05 16:32 UTC (2+ messages)
[PATCH v3] vfio/fsl-mc: Fix a typo in a message
2022-09-05 16:01 UTC (2+ messages)
[PATCH 0/3] Svinval support for KVM RISC-V
2022-09-05 14:05 UTC (5+ messages)
` [PATCH 1/3] RISC-V: Probe Svinval extension form ISA string
` [PATCH 2/3] RISC-V: KVM: Use Svinval for local TLB maintenance when available
` [PATCH 3/3] RISC-V: KVM: Allow Guest use Svinval extension
[bugzilla-daemon@kernel.org: [Bug 216449] New: vfio-pci calls pci_bus_reset whenever a pci_release is triggered and refcnt is zero]
2022-09-05 11:32 UTC
[PATCH V6 vfio 00/10] Add device DMA logging support for mlx5 driver
2022-09-05 10:58 UTC (11+ messages)
` [PATCH V6 vfio 01/10] net/mlx5: Introduce ifc bits for page tracker
` [PATCH V6 vfio 02/10] net/mlx5: Query ADV_VIRTUALIZATION capabilities
` [PATCH V6 vfio 03/10] vfio: Introduce DMA logging uAPIs
` [PATCH V6 vfio 04/10] vfio: Add an IOVA bitmap support
` [PATCH V6 vfio 05/10] vfio: Introduce the DMA logging feature support
` [PATCH V6 vfio 06/10] vfio/mlx5: Init QP based resources for dirty tracking
` [PATCH V6 vfio 07/10] vfio/mlx5: Create and destroy page tracker object
` [PATCH V6 vfio 08/10] vfio/mlx5: Report dirty pages from tracker
` [PATCH V6 vfio 09/10] vfio/mlx5: Manage error scenarios on tracker
` [PATCH V6 vfio 10/10] vfio/mlx5: Set the driver DMA logging callbacks
[KVM] e923b0537d: kernel-selftests.kvm.rseq_test.fail
2022-09-05 10:47 UTC (6+ messages)
` [KVM] e923b0537d: kernel-selftests.kvm.rseq_test.fail #forregzbot
[PATCH] vhost-net: support VIRTIO_F_RING_RESET
2022-09-05 8:32 UTC (2+ messages)
[PATCHv4 0/8] Virtual NMI feature
2022-09-05 7:49 UTC (6+ messages)
` [PATCHv4 1/8] x86/cpu: Add CPUID feature bit for VNMI
[V1 PATCH 0/5] Execute hypercalls from guests according to cpu type
2022-09-05 7:46 UTC (7+ messages)
` [V1 PATCH 1/5] selftests: kvm: move common startup logic to kvm_util.c
` [V1 PATCH 2/5] selftests: kvm: Introduce kvm_arch_main and helpers
` [V1 PATCH 3/5] selftests: kvm: x86: Execute vmcall/vmmcall according to CPU type
` [V1 PATCH 4/5] selftests: kvm: delete svm_vmcall_test
` [V1 PATCH 5/5] selftests: kvm: Execute vmcall/vmmcall as per cpu type
[PATCH 0/2] expose host-phys-bits to guest
2022-09-05 7:39 UTC (11+ messages)
[PATCH v3 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-09-05 7:37 UTC (6+ messages)
` [PATCH v3 4/7] arm64: mte: Lock a page for MTE tag initialisation
[kvm-unit-tests PATCH v6 0/2] Add specification exception tests
2022-09-05 7:10 UTC (5+ messages)
` [kvm-unit-tests PATCH v6 2/2] s390x: Test specification exceptions during transaction
[PATCH v7 0/5] vfio/pci: power management changes
2022-09-05 4:54 UTC (3+ messages)
[Bug 216388] New: On Host, kernel errors in KVM, on guests, it shows CPU stalls
2022-09-05 4:06 UTC (8+ messages)
` [Bug 216388] "
[PATCH 2/2] vDPA: conditionally read fields in virtio-net dev
2022-09-05 3:54 UTC (12+ messages)
[KVM] c3e0c8c2e8: leaking-addresses.proc..data..ro_after_init
2022-09-05 2:38 UTC (6+ messages)
` [LKP] "
[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
2022-09-05 1:27 UTC (2+ messages)
[PATCH v5 0/3] Enable notify VM exit
2022-09-05 1:05 UTC (3+ messages)
` [PATCH v5 3/3] i386: Add notify VM exit support
[PATCH v1 00/40] TDX QEMU support
2022-09-05 0:58 UTC (11+ messages)
` [PATCH v1 15/40] i386/tdx: Add property sept-ve-disable for tdx-guest object
[GIT PULL] KVM fixes for Linux 6.0-rc4
2022-09-04 18:53 UTC (2+ messages)
[PATCH] KVM: SVM: Replace kmap_atomic() with kmap_local_page()
2022-09-04 15:54 UTC (3+ messages)
[PATCH RFC v2 00/13] IOMMUFD Generic interface
2022-09-04 8:19 UTC (15+ messages)
` [PATCH RFC v2 01/13] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH RFC v2 02/13] iommufd: Overview documentation
` [PATCH RFC v2 03/13] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH RFC v2 04/13] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH RFC v2 05/13] iommufd: PFN handling for iopt_pages
` [PATCH RFC v2 06/13] iommufd: Algorithms for PFN storage
` [PATCH RFC v2 07/13] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH RFC v2 08/13] iommufd: IOCTLs for the io_pagetable
` [PATCH RFC v2 09/13] iommufd: Add a HW pagetable object
` [PATCH RFC v2 10/13] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH RFC v2 11/13] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH RFC v2 12/13] iommufd: vfio container FD ioctl compatibility
` [PATCH RFC v2 13/13] iommufd: Add a selftest
Guest IA32_SPEC_CTRL on AMD hosts without X86_FEATURE_V_SPEC_CTRL
2022-09-04 3:55 UTC (4+ messages)
[PATCH 1/1] KVM: x86: Allow emulation of EOI writes with AVIC enabled
2022-09-03 20:05 UTC
[PATCH] selftests/kvm: Use num_vcpus when testing ICR in the xapic_state_test
2022-09-03 7:39 UTC
BHB-clearing on VM-exit
2022-09-03 2:08 UTC (7+ messages)
[Bug 216033] New: KVM VMX nested virtualization: VMXON does not check guest CR0 against IA32_VMX_CR0_FIXED0
2022-09-02 20:57 UTC (5+ messages)
` [Bug 216033] "
[PATCH] hisi_acc_vfio_pci: Correct the function prefix for hssi_acc_drvdata()
2022-09-02 18:42 UTC (2+ messages)
[PATCH v2 0/3] Remove private items from linux/vfio_pci_core.h
2022-09-02 18:42 UTC (2+ messages)
[PATCH v2] vfio: Remove vfio_group dev_counter
2022-09-02 18:42 UTC (2+ messages)
[PATCH v2 0/8] Break up ioctl dispatch functions to one function per ioctl
2022-09-02 18:42 UTC (2+ messages)
[PATCH 0/3] iommu/dma: Some housekeeping
2022-09-02 18:16 UTC (5+ messages)
` [PATCH 1/3] iommu/dma: Clean up Kconfig
` [PATCH 2/3] iommu/dma: Move public interfaces to linux/iommu.h
[PATCH V5 vfio 00/10] Add device DMA logging support for mlx5 driver
2022-09-02 17:53 UTC (7+ messages)
` [PATCH V5 vfio 04/10] vfio: Add an IOVA bitmap support
[PATCH v8 0/8] s390x/pci: zPCI interpretation support
2022-09-02 17:27 UTC (9+ messages)
` [PATCH v8 1/8] linux-headers: update to 6.0-rc3
` [PATCH v8 2/8] s390x/pci: add routine to get host function handle from CLP info
` [PATCH v8 3/8] s390x/pci: enable for load/store intepretation
` [PATCH v8 4/8] s390x/pci: don't fence interpreted devices without MSI-X
` [PATCH v8 5/8] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v8 6/8] s390x/pci: let intercept devices have separate PCI groups
` [PATCH v8 7/8] s390x/pci: reflect proper maxstbl for groups of interpreted devices
` [PATCH v8 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property
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