public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-26 07:25:33 to 2022-04-27 15:55:03 UTC [more...]

[PATCH MANUALSEL 5.17 1/7] kvm: selftests: do not use bitfields larger than 32-bits for PTEs
 2022-04-27 15:54 UTC  (7+ messages)
` [PATCH MANUALSEL 5.17 2/7] KVM: selftests: Silence compiler warning in the kvm_page_table_test
` [PATCH MANUALSEL 5.17 3/7] x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
` [PATCH MANUALSEL 5.17 4/7] KVM: x86: Do not change ICR on write to APIC_SELF_IPI
` [PATCH MANUALSEL 5.17 5/7] KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
` [PATCH MANUALSEL 5.17 6/7] KVM: SEV: Allow SEV intra-host migration of VM with mirrors
` [PATCH MANUALSEL 5.17 7/7] KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised

[PATCH v6 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-27 15:39 UTC  (30+ 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 v2 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2022-04-27 15:17 UTC  (11+ 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 v3 00/11] KVM: x86/pmu: More refactoring to get rid of PERF_TYPE_HARDWAR
 2022-04-27 15:02 UTC  (2+ messages)

[PATCH v3 00/21] TDX host kernel support
 2022-04-27 14:49 UTC  (25+ 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] KVM: x86/mmu: add lockdep check before lookup_address_in_mm()
 2022-04-27 14:08 UTC  (13+ messages)

[PATCH v2 0/9] kvm: s390: Add PV dump support
 2022-04-27 12:58 UTC  (5+ messages)
` [PATCH v2 6/9] kvm: s390: Add configuration dump functionality

[kvm-unit-tests PATCH v6 1/3] s390x: Give name to return value of tprot()
 2022-04-27 12:42 UTC  (10+ messages)
` [kvm-unit-tests PATCH v6 2/3] s390x: Test effect of storage keys on some instructions
` [kvm-unit-tests PATCH v6 3/3] Disable s390x skey test in GitLab CI

kvm_gfn_to_pfn_cache_refresh started getting a warning recently
 2022-04-27 12:22 UTC  (7+ messages)

[PATCH mlx5-next 0/5] Improve mlx5 live migration driver
 2022-04-27  9:31 UTC  (6+ messages)
` [PATCH mlx5-next 1/5] vfio/mlx5: Reorganize the VF is migratable code
` [PATCH mlx5-next 2/5] net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIs
` [PATCH mlx5-next 3/5] vfio/mlx5: Manage the VF attach/detach callback from the PF
` [PATCH mlx5-next 4/5] vfio/mlx5: Refactor to enable VFs migration in parallel
` [PATCH mlx5-next 5/5] vfio/mlx5: Run the SAVE state command in an async mode

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

linux-next: build failure after merge of the kvm tree
 2022-04-27  6:06 UTC  (3+ messages)

[kvm-unit-tests RESEND PATCH v3 0/8] Move npt test cases and NPT code improvements
 2022-04-27  3:36 UTC  (4+ messages)
` [kvm-unit-tests RESEND PATCH v3 8/8] x86: nSVM: Correct indentation for svm_tests.c part-2

[PATCH] KVM: HWPoison: Fix memory address&size during remap
 2022-04-27  2:16 UTC  (2+ messages)
` PING: "

[PATCH v6 0/9] KVM: arm64: Add support for hypercall services selection
 2022-04-27  2:09 UTC  (12+ messages)
` [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v6 8/9] selftests: KVM: aarch64: Introduce hypercall ABI test

[RFC 00/18] vfio: Adopt iommufd
 2022-04-26 23:08 UTC  (29+ 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 v3 0/6] KVM: mm: count KVM page table pages in memory stats
 2022-04-26 19:33 UTC  (6+ messages)
` [PATCH v3 4/6] KVM: arm64/mmu: count KVM page table pages in pagetable stats

[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)

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

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  (2+ 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  (2+ messages)

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


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