messages from 2022-11-30 15:40:50 to 2022-12-01 15:47:03 UTC [more...]
[PATCH] KVM: X86: set EXITING_GUEST_MODE as soon as vCPU exits
2022-12-01 15:45 UTC (8+ messages)
[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
2022-12-01 15:42 UTC (55+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()
[PATCH v4 5/5] vfio: Fold vfio_virqfd.ko into vfio.ko
2022-12-01 15:39 UTC (3+ messages)
[PATCH V2 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
2022-12-01 15:29 UTC (15+ messages)
` [PATCH V2 vfio 01/14] net/mlx5: Introduce ifc bits for pre_copy
` [PATCH V2 vfio 02/14] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH V2 vfio 03/14] vfio/mlx5: Enforce a single SAVE command at a time
` [PATCH V2 vfio 04/14] vfio/mlx5: Refactor PD usage
` [PATCH V2 vfio 05/14] vfio/mlx5: Refactor MKEY usage
` [PATCH V2 vfio 06/14] vfio/mlx5: Refactor migration file state
` [PATCH V2 vfio 07/14] vfio/mlx5: Refactor to use queue based data chunks
` [PATCH V2 vfio 08/14] vfio/mlx5: Introduce device transitions of PRE_COPY
` [PATCH V2 vfio 09/14] vfio/mlx5: Introduce SW headers for migration states
` [PATCH V2 vfio 10/14] vfio/mlx5: Introduce vfio precopy ioctl implementation
` [PATCH V2 vfio 11/14] vfio/mlx5: Consider temporary end of stream as part of PRE_COPY
` [PATCH V2 vfio 12/14] vfio/mlx5: Introduce multiple loads
` [PATCH V2 vfio 13/14] vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY error
` [PATCH V2 vfio 14/14] vfio/mlx5: Enable MIGRATION_PRE_COPY flag
linux-next: manual merge of the kvm-arm tree with the kvm tree
2022-12-01 15:23 UTC (2+ messages)
[kvm-unit-tests PATCH v1 0/3] s390x: test storage keys during migration
2022-12-01 15:16 UTC (7+ messages)
` [kvm-unit-tests PATCH v1 1/3] s390x: add library for skey-related functions
` [kvm-unit-tests PATCH v1 2/3] lib: s390x: skey: add seed value for storage keys
` [kvm-unit-tests PATCH v1 3/3] s390x: add storage key test during migration
[PATCH 00/10] Move group specific code into group.c
2022-12-01 14:55 UTC (11+ messages)
` [PATCH 01/10] vfio: Simplify vfio_create_group()
` [PATCH 02/10] vfio: Move the sanity check of the group to vfio_create_group()
` [PATCH 03/10] vfio: Create wrappers for group register/unregister
` [PATCH 04/10] vfio: Set device->group in helper function
` [PATCH 05/10] vfio: Swap order of vfio_device_container_register() and open_device()
` [PATCH 06/10] vfio: Move device open/close code to be helpfers
` [PATCH 07/10] vfio: Refactor vfio_device open and close
` [PATCH 08/10] vfio: Wrap vfio group module init/clean code into helpers
` [PATCH 09/10] vfio: Refactor dma APIs for emulated devices
` [PATCH 10/10] vfio: Move vfio group specific code into group.c
[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
2022-12-01 13:59 UTC (13+ messages)
` [kvm-unit-tests PATCH v3 01/27] x86: replace irq_{enable|disable}() with sti()/cli()
` [kvm-unit-tests PATCH v3 02/27] x86: introduce sti_nop() and sti_nop_cli()
` [kvm-unit-tests PATCH v3 09/27] svm: add simple nested shutdown test
` [kvm-unit-tests PATCH v3 13/27] svm: remove get_npt_pte extern
` [kvm-unit-tests PATCH v3 14/27] svm: move svm spec definitions to lib/x86/svm.h
` [kvm-unit-tests PATCH v3 15/27] svm: move some svm support functions into lib/x86/svm_lib.h
[PATCH] KVM: selftests: restore special vmmcall code layout needed by the harness
2022-12-01 13:48 UTC (4+ messages)
[PATCH v12 0/7] s390x: CPU Topology
2022-12-01 13:23 UTC (9+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology
[RFC v2 00/11] Move group specific code into group.c
2022-12-01 12:48 UTC (6+ messages)
` [RFC v2 05/11] vfio: Make vfio_device_open() group agnostic
[PATCH v4 4/5] vfio: Remove CONFIG_VFIO_SPAPR_EEH
2022-12-01 11:54 UTC (2+ messages)
[PATCH v4 3/5] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
2022-12-01 11:49 UTC (2+ messages)
[PATCH bpf v3] selftests/bpf: Fix "missing ENDBR" BUG for destructor kfunc
2022-12-01 11:50 UTC (4+ messages)
[PATCH v4 2/5] vfio/spapr: Move VFIO_CHECK_EXTENSION into tce_iommu_ioctl()
2022-12-01 11:44 UTC (2+ messages)
[PATCH v4 1/5] vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.ko
2022-12-01 11:34 UTC (2+ messages)
[PATCH] accel/kvm/kvm-all: Handle register access errors
2022-12-01 11:19 UTC (4+ messages)
[PATCH 0/2] KVM: selftests: Fixes for access tracking perf test
2022-12-01 11:11 UTC (2+ messages)
[PATCH v2] vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries
2022-12-01 10:49 UTC (2+ messages)
[PATCH] target/arm: Propagate errno when writing list
2022-12-01 10:33 UTC
[kvm-unit-tests PATCH v3 0/2] lib: s390x: add PSW and PSW_WITH_CUR_MASK macros
2022-12-01 10:09 UTC (3+ messages)
` [kvm-unit-tests PATCH v3 2/2] s390x: use the new "
[PATCH v2] x86/sev: Add SEV-SNP guest feature negotiation support
2022-12-01 10:04 UTC
[PATCH for 8.0 v8 00/12] ASID support in vhost-vdpa net
2022-12-01 9:49 UTC (6+ messages)
` [PATCH for 8.0 v8 06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree
[kvm-unit-tests PATCH v4 0/2] s390x: test CMM during migration
2022-12-01 9:17 UTC (3+ messages)
` [kvm-unit-tests PATCH v4 1/2] s390x: add a library for CMM-related functions
` [kvm-unit-tests PATCH v4 2/2] s390x: add CMM test during migration
[PATCH][next] KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
2022-12-01 9:13 UTC
[PATCH] vhost_net: revert upend_idx only on retriable error
2022-12-01 9:01 UTC
[kvm-unit-tests PATCH v1 0/4] lib: add function to request migration
2022-12-01 8:12 UTC (6+ messages)
` [kvm-unit-tests PATCH v1 1/4] "
` [kvm-unit-tests PATCH v1 3/4] s390x: use migrate_once() in migration tests
[PATCH V1 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
2022-12-01 8:01 UTC (5+ messages)
` [PATCH V1 vfio 02/14] vfio: Extend the device migration protocol with PRE_COPY
[[RESEND] iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-12-01 7:51 UTC (6+ messages)
` [[RESEND] iommufd PATCH v2 1/2] i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()
[PATCH v6 19/19] iommufd: Add a selftest
2022-12-01 4:59 UTC (6+ messages)
[PATCH kernel 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
2022-12-01 2:19 UTC (4+ messages)
` [PATCH kernel 1/3] x86/amd/dr_addr_mask: Cache values in percpu variables
` [PATCH kernel 2/3] KVM: SEV: Enable DebugSwap
` [PATCH kernel 3/3] x86/sev: Do not handle #VC for DR7 read/write
[PATCH] vfio/mdev: fix possible memory leak in module init funcs
2022-12-01 2:11 UTC (4+ messages)
[PATCH 00/14] KVM: x86: Remove unnecessary exported symbols
2022-12-01 2:08 UTC (8+ messages)
` [PATCH 05/14] KVM: x86: Remove unnecessary export of kvm_inject_page_fault()
` [PATCH 06/14] KVM: x86: Remove unnecessary export of kvm_inject_nmi()
` [PATCH 10/14] KVM: x86: Remove unnecessary export of kvm_vcpu_is_reset_bsp()
[PATCH v4 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
2022-12-01 1:50 UTC (8+ messages)
` [PATCH v4 1/7] x86/cpu: Define a scattered No Nested Data Breakpoints feature bit
` [PATCH v4 2/7] x86/cpu: Define a scattered Null Selector Clears Base "
` [PATCH v4 3/7] x86/cpu: Make X86_FEATURE_LFENCE_RDTSC a scattered "
` [PATCH v4 4/7] x86/cpu, kvm: Move CPUID 0x80000021 EAX feature bits propagation to kvm_set_cpu_caps()
` [PATCH v4 5/7] x86/cpu: Define a scattered AMD Automatic IBRS feature bit
` [PATCH v4 6/7] x86/cpu: Support AMD Automatic IBRS
` [PATCH v4 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest
[PATCH] KVM: x86: Optimize your code to avoid unnecessary calls
2022-12-01 1:42 UTC
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-12-01 1:34 UTC (6+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
linux-next: manual merge of the kvm-arm tree with the kvm tree
2022-12-01 1:09 UTC
[PATCH] KVM: Change non-existent ioctl comment "KVM_CREATE_MEMORY_REGION" to "KVM_SET_MEMORY_REGION"
2022-12-01 1:01 UTC (3+ messages)
linux-next: manual merge of the kvm-arm tree with the kvm tree
2022-12-01 0:57 UTC
[PATCH v4 00/10] Connect VFIO to IOMMUFD
2022-12-01 0:44 UTC (3+ messages)
linux-next: manual merge of the kvm-arm tree with the kvm tree
2022-12-01 0:24 UTC
linux-next: manual merge of the kvm tree with the tip tree
2022-12-01 0:18 UTC
linux-next: manual merge of the kvm tree with the tip tree
2022-12-01 0:14 UTC
[PATCH v5 05/19] iommufd: Document overview of iommufd
2022-12-01 0:08 UTC (3+ messages)
linux-next: manual merge of the kvm tree with the block tree
2022-12-01 0:08 UTC
[PATCH] KVM: x86: Advertise that the SMM_CTL MSR is not supported
2022-12-01 0:08 UTC (3+ messages)
[PATCH 0/4] KVM: arm64: Parallel access faults
2022-11-30 23:21 UTC (8+ messages)
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set
[PATCH v7 00/20] TDX host kernel support
2022-11-30 22:26 UTC (12+ messages)
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v7 17/20] x86/virt/tdx: Configure global KeyID on all packages
[PATCH v3 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
2022-11-30 20:36 UTC (3+ messages)
` [PATCH v3 6/7] "
[PATCH v10 0/4] randomize memory access of dirty_log_perf_test
2022-11-30 20:11 UTC (4+ messages)
[PATCH v1 0/2] KVM: x86/xen: Runstate cleanups on top of kvm/queue
2022-11-30 19:51 UTC (3+ messages)
[PATCH kvmtool v1 00/17] Use memfd for guest vm memory allocation
2022-11-30 17:54 UTC (10+ messages)
` [PATCH kvmtool v1 08/17] Use memfd for all guest ram allocations
[PATCH] KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULT
2022-11-30 17:35 UTC (2+ messages)
[PATCH] KVM: Deal with nested sleeps in kvm_vcpu_block()
2022-11-30 16:58 UTC (3+ 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