public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-25 18:55:47 to 2022-04-27 01:41:01 UTC [more...]

[PATCH v2 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2022-04-27  1:40 UTC  (9+ messages)
` [PATCH v2 1/8] Revert "KVM: Do not speculatively mark pfn cache valid to "fix" race"
` [PATCH v2 2/8] Revert "KVM: Fix race between mmu_notifier invalidation and pfncache refresh"
` [PATCH v2 3/8] KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper
` [PATCH v2 4/8] KVM: Put the extra pfn reference when reusing a pfn in the gpc cache
` [PATCH v2 5/8] KVM: Do not incorporate page offset into gfn=>pfn cache user address
` [PATCH v2 6/8] KVM: Fix multiple races in gfn=>pfn cache refresh
` [PATCH v2 7/8] KVM: Do not pin pages tracked by gfn=>pfn caches
` [PATCH v2 8/8] DO NOT MERGE: Hack-a-test to verify gpc invalidation+refresh

[PATCH v6 0/9] KVM: arm64: Add support for hypercall services selection
 2022-04-27  1:38 UTC  (18+ messages)
` [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v6 3/9] KVM: arm64: Add standard hypervisor firmware register
` [PATCH v6 4/9] KVM: arm64: Add vendor "
` [PATCH v6 5/9] Docs: KVM: Rename psci.rst to hypercalls.rst
` [PATCH v6 6/9] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v6 7/9] tools: Import ARM SMCCC definitions
` [PATCH v6 8/9] selftests: KVM: aarch64: Introduce hypercall ABI test

[PATCH] KVM: x86/mmu: add lockdep check before lookup_address_in_mm()
 2022-04-27  1:30 UTC  (11+ messages)

[PATCH v3 00/21] TDX host kernel support
 2022-04-27  1:15 UTC  (32+ messages)
` [PATCH v3 01/21] x86/virt/tdx: Detect SEAM
` [PATCH v3 03/21] x86/virt/tdx: Implement the SEAMCALL base function
` [PATCH v3 04/21] x86/virt/tdx: Add skeleton for detecting and initializing TDX on demand
` [PATCH v3 05/21] x86/virt/tdx: Detect P-SEAMLDR and TDX module
` [PATCH v3 06/21] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v3 08/21] x86/virt/tdx: Do logical-cpu scope TDX module initialization
` [PATCH v3 09/21] x86/virt/tdx: Get information about TDX module and convertible memory

[kvm-unit-tests PATCH 1/2] x86: replace `push` `pop` with callee-clobbered list
 2022-04-27  1:07 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/2] x86: replace `int 0x20` with `syscall`

[RFC 00/18] vfio: Adopt iommufd
 2022-04-26 23:08 UTC  (37+ messages)
` [RFC 15/18] vfio/iommufd: Implement iommufd backend

[PATCH v6 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-26 21:50 UTC  (4+ messages)
` [PATCH v6 06/10] KVM: selftests: Add NX huge pages test

[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
 2022-04-26 21:32 UTC  (5+ messages)
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-04-26 21:12 UTC  (5+ messages)
` [RFC PATCH v5 048/104] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU

[PATCH v3 0/4] Add Sstc extension support
 2022-04-26 21:10 UTC  (6+ messages)
` [PATCH v3 1/4] RISC-V: Add SSTC extension CSR details
` [PATCH v3 2/4] RISC-V: Enable sstc extension parsing from DT
` [PATCH v3 3/4] RISC-V: Prefer sstc extension if available
` [PATCH v3 4/4] RISC-V: KVM: Support sstc extension

[PATCH] KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmaps
 2022-04-26 20:33 UTC  (7+ messages)

[PATCH v6 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-26 20:08 UTC  (22+ messages)
` [PATCH v6 01/21] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v6 02/21] s390/sclp: detect the AISII facility
` [PATCH v6 03/21] s390/sclp: detect the AENI facility
` [PATCH v6 04/21] s390/sclp: detect the AISI facility
` [PATCH v6 05/21] s390/airq: pass more TPI info to airq handlers
` [PATCH v6 06/21] s390/airq: allow for airq structure that uses an input vector
` [PATCH v6 07/21] s390/pci: externalize the SIC operation controls and routine
` [PATCH v6 08/21] s390/pci: stash associated GISA designation
` [PATCH v6 09/21] s390/pci: stash dtsm and maxstbl
` [PATCH v6 10/21] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v6 11/21] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v6 12/21] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v6 13/21] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v6 14/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v6 15/21] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v6 16/21] vfio-pci/zdev: add open/close device hooks
` [PATCH v6 17/21] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v6 18/21] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v6 19/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v6 20/21] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v6 21/21] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
 2022-04-26 19:33 UTC  (11+ messages)
` [PATCH v3 1/6] mm: add NR_SECONDARY_PAGETABLE stat
` [PATCH v3 2/6] KVM: mmu: add a helper to account page table pages used by KVM
` [PATCH v3 3/6] KVM: x86/mmu: count KVM page table pages in pagetable stats
` [PATCH v3 4/6] KVM: arm64/mmu: "
` [PATCH v3 5/6] KVM: riscv/mmu: "
` [PATCH v3 6/6] KVM: mips/mmu: "

[PATCH] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-04-26 19:25 UTC  (4+ messages)

[PATCH v3] KVM: SEV: Mark nested locking of vcpu->lock
 2022-04-26 19:06 UTC  (6+ messages)

kvm_gfn_to_pfn_cache_refresh started getting a warning recently
 2022-04-26 18:15 UTC  (6+ messages)

[PATCH 0/4] KVM: arm64: vgic: Misc ITS fixes
 2022-04-26 17:34 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
` [PATCH 4/4] KVM: arm64: vgic: Undo work in failed ITS restores

Another nice lockdep print in nested SVM code
 2022-04-26 17:29 UTC  (7+ messages)

[syzbot] WARNING in kvm_mmu_uninit_tdp_mmu (2)
 2022-04-26 16:20 UTC  (2+ messages)

[PATCH v9 0/9] IPI virtualization support for VM
 2022-04-26 15:30 UTC  (2+ messages)

[PATCH v3 1/8] vfio/pci: Invalidate mmaps and block the access in D3hot power state
 2022-04-26 14:14 UTC  (3+ messages)

[PATCH v8 0/9] IPI virtualization support for VM
 2022-04-26 14:00 UTC  (6+ messages)
` [PATCH v8 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally

[PATCH v2 0/2] Dirtying, failing memop: don't indicate suppression
 2022-04-26 13:39 UTC  (11+ messages)
` [PATCH v2 1/2] KVM: s390: Don't indicate suppression on dirtying, failing memop

[PATCH] KVM: powerpc: remove extraneous asterisk from rm_host_ipi_action comment
 2022-04-26 12:40 UTC  (3+ messages)

[PATCH] vfio/pci: Remove vfio_device_get_from_dev()
 2022-04-26 11:55 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 00/10] SMP Support for x86 UEFI Tests
 2022-04-26 11:51 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/11] SMP Support for x86 UEFI Tests
 2022-04-26 11:43 UTC  (12+ messages)
` [kvm-unit-tests PATCH v3 01/11] x86: Share realmode trampoline between i386 and x86_64
` [kvm-unit-tests PATCH v3 02/11] x86: Move ap_init() to smp.c
` [kvm-unit-tests PATCH v3 03/11] x86: Move load_idt() to desc.c
` [kvm-unit-tests PATCH v3 04/11] x86: desc: Split IDT entry setup into a generic helper
` [kvm-unit-tests PATCH v3 05/11] x86: Move load_gdt_tss() to desc.c
` [kvm-unit-tests PATCH v3 06/11] x86: efi: Provide a stack within testcase memory
` [kvm-unit-tests PATCH v3 07/11] x86: efi: Provide percpu storage
` [kvm-unit-tests PATCH v3 08/11] x86: efi, smp: Transition APs from 16-bit to 32-bit mode
` [kvm-unit-tests PATCH v3 09/11] x86: Move 32-bit bringup routines to start32.S
` [kvm-unit-tests PATCH v3 10/11] x86: efi, smp: Transition APs from 32-bit to 64-bit mode
` [kvm-unit-tests PATCH v3 11/11] x86: Provide a common 64-bit AP entrypoint for EFI and non-EFI

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-26  9:59 UTC  (3+ messages)

[PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-04-26  9:56 UTC  (6+ messages)
` [PATCH v2 11/12] KVM: SVM: Do not inhibit APICv when x2APIC is present

[kvm-unit-tests PATCH v4 0/5] s390x: Attestation tests
 2022-04-26  9:39 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 5/5] s390x: uv-guest: Add attestation tests

[kvm-unit-tests PATCH v5] s390x: Test effect of storage keys on some instructions
 2022-04-26  9:19 UTC  (4+ messages)

[PATCH v3 0/5] KVM: arm64: Limit feature register reads from AArch32
 2022-04-26  9:15 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: arm64: Return a bool from emulate_cp()
` [PATCH v3 2/5] KVM: arm64: Don't write to Rt unless sys_reg emulation succeeds
` [PATCH v3 3/5] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH v3 4/5] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
` [PATCH v3 5/5] KVM: arm64: Start trapping ID registers for 32 bit guests

[PATCH] KVM: LAPIC: Fix advance timer expiration delta trace
 2022-04-26  8:25 UTC 

[PATCH V2 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
 2022-04-26  6:51 UTC  (15+ messages)
` [PATCH V2 03/11] perf/x86: Add support for TSC in nanoseconds as a perf event clock

Unexport of kvm_x86_ops vs tracer modules
 2022-04-26  6:36 UTC  (7+ messages)

[PATCH v2 00/11] KVM: SVM: Fix soft int/ex re-injection
 2022-04-25 23:01 UTC  (10+ messages)
` [PATCH v2 05/11] KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
` [PATCH v2 09/11] KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepoint
` [PATCH v2 10/11] KVM: selftests: nSVM: Add svm_nested_soft_inject_test
` [PATCH v2 11/11] KVM: SVM: Drop support for CPUs without NRIPS (NextRIP Save) support

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-25 20:30 UTC  (11+ messages)

[PATCH v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-04-25 19:16 UTC  (4+ messages)
` [PATCH v3 07/34] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants


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