public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-30 18:20:12 to 2023-01-31 16:38:42 UTC [more...]

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-31 16:38 UTC  (16+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-31 16:23 UTC  (13+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH 0/6] KVM: x86/pmu: Misc PMU MSR fixes
 2023-01-31 16:08 UTC  (4+ messages)
` [PATCH 2/6] KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-01-31 16:05 UTC  (7+ messages)
` [PATCH v2 14/15] KVM: x86: Add Arch LBR data MSR access interface

[PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
 2023-01-31 16:02 UTC  (3+ messages)

[Question PATCH kernel] x86/amd/sev/nmi+vc: Fix stack handling (why is this happening?)
 2023-01-31 16:00 UTC  (10+ messages)

[PATCH] kvm/vfio: Fix potential deadlock on vfio group_lock
 2023-01-31 15:12 UTC  (8+ messages)

[PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
 2023-01-31 14:53 UTC 

[RFC] Support for Arm CCA VMs on Linux
 2023-01-31 14:43 UTC  (4+ messages)
` [RFC kvm-unit-tests 00/27] Support for Arm Confidential Compute Architecture
  ` [RFC kvm-unit-tests 01/27] lib/string: include stddef.h for size_t

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-01-31 14:03 UTC  (3+ messages)
` [RFC PATCH V3 09/16] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-31 14:00 UTC  (2+ messages)

[PATCH v8 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-31 14:00 UTC  (74+ messages)
` [PATCH v8 01/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v8 02/69] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH v8 03/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v8 04/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v8 05/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v8 06/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v8 07/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v8 08/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v8 09/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v8 10/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v8 11/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v8 12/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v8 13/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v8 14/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v8 15/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v8 16/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v8 17/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v8 18/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v8 19/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v8 20/69] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v8 21/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v8 22/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v8 23/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v8 24/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v8 25/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v8 26/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v8 27/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v8 28/69] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v8 29/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v8 30/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v8 31/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v8 32/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v8 33/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v8 34/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v8 35/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v8 36/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v8 37/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v8 38/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v8 39/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v8 40/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v8 41/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v8 42/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v8 43/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v8 44/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v8 45/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v8 46/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v8 47/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v8 48/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v8 49/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v8 50/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v8 51/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v8 52/69] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v8 53/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v8 54/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v8 55/69] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v8 56/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v8 57/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v8 58/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v8 59/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v8 60/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v8 61/69] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v8 62/69] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v8 63/69] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v8 64/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v8 65/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v8 66/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v8 67/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v8 68/69] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v8 69/69] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on

[PATCH 01/23] block: factor out a bvec_set_page helper
 2023-01-31 13:45 UTC  (40+ messages)
` add bvec initialization helpers
  ` [PATCH 02/23] block: add a bvec_set_folio helper
  ` [PATCH 03/23] block: add a bvec_set_virt helper
  ` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
  ` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
  ` [PATCH 06/23] nvmet: "
  ` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
  ` [PATCH 09/23] virtio_blk: "
  ` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
  ` [PATCH 12/23] ceph: use bvec_set_page to initialize a bvec
  ` [PATCH 18/23] io_uring: "
  ` [PATCH 22/23] vring: "
  ` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-01-31 12:34 UTC  (13+ messages)
` [PATCH -next v13 09/19] riscv: Add task switch support for vector
` [PATCH -next v13 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v13 15/19] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH -next v13 19/19] riscv: Enable Vector code to be built

[RFC PATCH v6 0/6] KVM: x86: add per-vCPU exits disable capability
 2023-01-31 12:11 UTC  (10+ messages)
` [RFC PATCH v6 3/6] KVM: x86: Reject disabling of MWAIT interception when not allowed
` [RFC PATCH v6 4/6] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v6 5/6] KVM: x86: add vCPU scoped toggling for "

[kvm-unit-tests PATCH v5 0/2] arm: Add PSCI CPU_OFF test
 2023-01-31 11:49 UTC  (10+ messages)
` [kvm-unit-tests PATCH v5 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v5 2/2] arm/psci: Add PSCI CPU_OFF test case

[kvm-unit-tests PATCH v3 0/1] arm: Replace MAX_SMP probe loop
 2023-01-31 11:00 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly

[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
 2023-01-31 10:31 UTC  (10+ messages)
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled

[kvm-unit-tests PATCH v2 0/8] Some cleanup patches
 2023-01-31 10:10 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 3/8] s390x/Makefile: fix `*.gbin` target dependencies
` [kvm-unit-tests PATCH v2 4/8] s390x/Makefile: refactor CPPFLAGS
` [kvm-unit-tests PATCH v2 7/8] lib/linux/const.h: test for `__ASSEMBLER__` as well

[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-31  9:51 UTC  (10+ messages)
` [PATCH v2 1/7] RISC-V: Add AIA related CSR defines
` [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH v2 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH v2 4/7] RISC-V: KVM: Initial skeletal support for AIA

[PATCH v2] vfio: platform: ignore missing reset if disabled at module init
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
 2023-01-31  9:47 UTC  (3+ messages)

[PATCH v3 0/3] KVM: x86/pmu: Enable guest PEBS for SPR and later models
 2023-01-31  8:53 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: x86/pmu: Disable guest PEBS on hybird cpu due to heterogeneity

Prezentacja
 2023-01-31  8:50 UTC 

[PATCH v2 0/9] A few more cpuidle vs rcu fixes
 2023-01-31  8:50 UTC  (3+ messages)
` [PATCH v2 4/9] tracing, preempt: Squash _rcuidle tracing
  ` [PATCH v2.1 "

[PATCH v3 1/2] RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()
 2023-01-31  8:41 UTC  (4+ messages)
` [PATCH v3 2/2] RISC-V: KVM: Redirect illegal instruction traps to guest

[kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
 2023-01-31  7:38 UTC  (3+ messages)

[PATCH] KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
 2023-01-31  7:20 UTC  (2+ messages)

[PATCH] vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit
 2023-01-31  7:00 UTC  (3+ messages)

[PATCH 00/13] Add vfio_device cdev for iommufd support
 2023-01-31  6:17 UTC  (4+ messages)
` [PATCH 11/13] vfio: Add cdev for vfio_device

[PATCH RFC net-next v2 0/3] vsock: add support for sockmap
 2023-01-31  4:35 UTC  (4+ messages)
` [PATCH RFC net-next v2 1/3] vsock: support sockmap
` [PATCH RFC net-next v2 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH RFC net-next v2 3/3] selftests/bpf: Add a test case for vsock sockmap

[PATCH] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-01-31  3:06 UTC  (4+ messages)

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-01-31  1:44 UTC  (7+ messages)
` [PATCH v2 02/11] KVM: nSVM: clean up the copying of V_INTR bits from vmcb02 to vmcb12
` [PATCH v2 03/11] KVM: nSVM: explicitly raise KVM_REQ_EVENT on nested VM exit if L1 doesn't intercept interrupts

[Bug 216923] New: kvm-unit-test pmu_pebs is skipped on SPR
 2023-01-31  1:38 UTC  (2+ messages)
` [Bug 216923] "

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-31  1:30 UTC  (3+ messages)
` [PATCH v11 099/113] KVM: TDX: Handle TDX PV map_gpa hypercall

[PATCH] vfio/mdev: Use sysfs_emit() to instead of sprintf()
 2023-01-30 23:52 UTC  (3+ messages)

[PATCH vfio 0/3] Few improvements in the migration area of mlx5 driver
 2023-01-30 23:52 UTC  (2+ messages)

[Patch] KVM: x86/mmu: Make optimized __handle_changed_spte() for clear dirty log
 2023-01-30 23:49 UTC  (10+ messages)

[PATCH v3] vfio: Support VFIO_NOIOMMU with iommufd
 2023-01-30 19:29 UTC  (3+ messages)

[PATCH 0/9] use canonical ftrace path whenever possible
 2023-01-30 19:26 UTC  (3+ messages)
` [PATCH 9/9] tools/kvm_stat: use canonical ftrace path

[kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
 2023-01-30 19:17 UTC  (2+ messages)

[PATCH v11 018/113] KVM: TDX: create/destroy VM structure
 2023-01-30 19:15 UTC  (11+ messages)

[PATCH v5] KVM: MMU: Make the definition of 'INVALID_GPA' common
 2023-01-30 19:15 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64
 2023-01-30 19:13 UTC  (2+ messages)

[PATCH] KVM: arm64: Drop Columbia-hosted mailing list
 2023-01-30 18:31 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: timer fixes and optimisations
 2023-01-30 18:30 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox