kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-08 16:47:17 to 2022-08-10 10:05:52 UTC [more...]

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-10 10:05 UTC  (25+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[kvm-unit-tests RFC PATCH 00/19] arm/arm64: Rework cache maintenance at boot
 2022-08-10 10:00 UTC  (32+ messages)
` [kvm-unit-tests RFC PATCH 01/19] Makefile: Define __ASSEMBLY__ for assembly files
` [kvm-unit-tests RFC PATCH 02/19] lib/alloc_phys: Initialize align_min
` [kvm-unit-tests RFC PATCH 03/19] lib/alloc_phys: Use phys_alloc_aligned_safe and rename it to memalign_early
` [kvm-unit-tests RFC PATCH 04/19] powerpc: Use the page allocator
` [kvm-unit-tests RFC PATCH 05/19] lib/alloc_phys: Remove locking
` [kvm-unit-tests RFC PATCH 06/19] lib/alloc_phys: Remove allocation accounting
` [kvm-unit-tests RFC PATCH 07/19] arm/arm64: Mark the phys_end parameter as unused in setup_mmu()
` [kvm-unit-tests RFC PATCH 08/19] arm/arm64: Use pgd_alloc() to allocate mmu_idmap
` [kvm-unit-tests RFC PATCH 09/19] arm/arm64: Zero secondary CPUs' stack
` [kvm-unit-tests RFC PATCH 10/19] arm/arm64: Enable the MMU early
` [kvm-unit-tests RFC PATCH 11/19] arm/arm64: Map the UART when creating the translation tables
` [kvm-unit-tests RFC PATCH 12/19] arm/arm64: assembler.h: Replace size with end address for dcache_by_line_op
` [kvm-unit-tests RFC PATCH 13/19] arm: page.h: Add missing libcflat.h include
` [kvm-unit-tests RFC PATCH 14/19] arm/arm64: Add C functions for doing cache maintenance
` [kvm-unit-tests RFC PATCH 15/19] lib/alloc_phys: Add callback to perform "
` [kvm-unit-tests RFC PATCH 16/19] arm/arm64: Allocate secondaries' stack using the page allocator
` [kvm-unit-tests RFC PATCH 17/19] arm/arm64: Configure secondaries' stack before enabling the MMU
` [kvm-unit-tests RFC PATCH 18/19] arm/arm64: Perform dcache maintenance at boot
` [kvm-unit-tests RFC PATCH 19/19] arm/arm64: Rework the cache maintenance in asm_mmu_disable

[PATCH 0/2] kvm/selftests: Two rseq_test fixes
 2022-08-10  9:59 UTC  (18+ messages)
` [PATCH 1/2] KVM: selftests: Make rseq compatible with glibc-2.35
` [PATCH 2/2] KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_test

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-10  9:42 UTC  (10+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command

[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-08-10  9:28 UTC  (11+ messages)
` [PATCH 4/9] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH 7/9] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH 8/9] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH 9/9] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-08-10  9:17 UTC  (5+ messages)

Lake Geneva Gifts Contact Form: Kryptowahrung macht Sie zum Millionar
 2022-08-10  9:02 UTC 

[PATCH v2 0/5] KVM: Fix oneshot interrupts forwarding
 2022-08-10  8:41 UTC  (18+ messages)
` [PATCH v2 1/5] KVM: x86: Move irq mask notifiers from x86 to generic KVM
` [PATCH v2 2/5] KVM: x86: Add kvm_register_and_fire_irq_mask_notifier()
` [PATCH v2 3/5] KVM: irqfd: Postpone resamplefd notify for oneshot interrupts
` [PATCH v2 4/5] KVM: irqfd: Rename resampler->notifier

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-10  8:18 UTC  (11+ messages)
` [PATCH v8 003/103] KVM: Refactor CPU compatibility check on module initialization
` [PATCH v8 004/103] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v8 009/103] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v8 032/103] KVM: x86/mmu: Allow non-zero value for non-present SPTE

[kvm-unit-tests PATCH v4 0/3] s390x: add tests for SIGP call orders in enabled wait
 2022-08-10  7:46 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: smp: move sigp calls with invalid cpu address to array
` [kvm-unit-tests PATCH v4 2/3] s390x: smp: use an array for sigp calls
` [kvm-unit-tests PATCH v4 3/3] s390x: smp: add tests for calls in wait state

[RFC PATCH 0/3] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
 2022-08-10  6:29 UTC  (3+ messages)
` [RFC PATCH 3/3] KVM: x86: Disallow writes to immutable feature MSRs after KVM_RUN

[kvm-unit-tests PATCHv2] x86: nSVM: Add support for VNMI test
 2022-08-10  6:19 UTC 

[PATCHv3 0/8] Virtual NMI feature
 2022-08-10  6:12 UTC  (9+ messages)
` [PATCHv3 1/8] x86/cpu: Add CPUID feature bit for VNMI
` [PATCHv3 2/8] KVM: SVM: Add VNMI bit definition
` [PATCHv3 3/8] KVM: SVM: Add VNMI support in get/set_nmi_mask
` [PATCHv3 4/8] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI
` [PATCHv3 5/8] KVM: SVM: Add VNMI support in inject_nmi
` [PATCHv3 6/8] KVM: nSVM: implement nested VNMI
` [PATCHv3 7/8] KVM: nSVM: emulate VMEXIT_INVALID case for "
` [PATCHv3 8/8] KVM: SVM: Enable VNMI feature

[kvm-unit-tests PATCH v2 0/4] x86: nSVM: Add testing for routing L2 exceptions
 2022-08-10  5:23 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: nSVM: Add an exception test framework and tests
` [kvm-unit-tests PATCH v2 2/4] x86: nSVM: Move #BP test to exception test framework
` [kvm-unit-tests PATCH v2 3/4] x86: nSVM: Move #OF "
` [kvm-unit-tests PATCH v2 4/4] x86: nSVM: Move part of #NM "

[PATCH v2] kvm: x86: mmu: Always flush TLBs when enabling dirty logging
 2022-08-10  4:14 UTC  (3+ messages)

[PATCH 0/3] KVM: Fix oneshot interrupts forwarding
 2022-08-10  0:56 UTC  (8+ messages)
` [PATCH 3/3] KVM: irqfd: Postpone resamplefd notify for oneshot interrupts

[PATCH v7 000/102] KVM TDX basic feature support
 2022-08-09 23:52 UTC  (14+ messages)
` [PATCH v7 041/102] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page

[PATCH] KVM: x86/mmu: Make page tables for eager page splitting NUMA aware
 2022-08-09 23:51 UTC  (11+ messages)

[PATCH v3 0/6] KVM: Clean up debugfs init/destroy
 2022-08-09 19:59 UTC  (8+ messages)
` [PATCH v3 2/6] KVM: Shove vcpu stats_id init into kvm_vcpu_init()
` [PATCH v3 6/6] KVM: Hoist debugfs_dentry init to kvm_create_vm_debugfs() (again)

Immobilier au Maroc "Der Ruckgang der Kryptowahrung macht Sie zum Milliardar"
 2022-08-09 17:10 UTC 

[PATCH v7 0/4] Add Sstc extension support
 2022-08-09 17:07 UTC  (3+ messages)
` [PATCH v7 3/4] RISC-V: Prefer sstc extension if available

[PATCH 00/35] perf intel-pt: Add support for tracing virtual machine user space on the host
 2022-08-09 17:07 UTC  (17+ messages)
` [PATCH 04/35] perf tools: Export perf_event__process_finished_round()
` [PATCH 05/35] perf tools: Factor out evsel__id_hdr_size()
` [PATCH 08/35] perf buildid-cache: Add guestmount'd files to the build ID cache
` [PATCH 10/35] perf tools: Add machine_pid and vcpu to id_index
` [PATCH 23/35] perf tools: Add reallocarray_as_needed()

[PATCH v4 0/6] ASID support in vhost-vdpa net
 2022-08-09 17:03 UTC  (7+ messages)
` [PATCH v4 4/6] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v4 6/6] vdpa: Always start CVQ in SVQ mode

[PATCH] vfio/fsl-mc: Fix a typo in a comment
 2022-08-09 16:20 UTC  (2+ messages)

[PATCH kvmtool 0/4] Makefile and virtio fixes
 2022-08-09 15:38 UTC  (10+ messages)
` [PATCH kvmtool 1/4] Makefile: Add missing build dependencies
` [PATCH kvmtool 2/4] Makefile: Fix ARCH override

[kvm-unit-tests PATCH v3 0/3] arm: pmu: Fixes for bare metal
 2022-08-09 15:21 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/3] arm: pmu: Add missing isb()'s after sys register writing

[PATCH v3 0/8] KVM: x86: Apply NX mitigation more precisely
 2022-08-09 15:05 UTC  (10+ messages)
` [PATCH v3 5/8] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
` [PATCH v3 8/8] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

[PATCH v2] KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
 2022-08-09 14:51 UTC  (2+ messages)

[PATCH v3 1/2] KVM: x86/xen: Initialize Xen timer only once
 2022-08-09 14:52 UTC  (14+ messages)
` [PATCH v3 2/2] KVM: x86/xen: Stop Xen timer before changing IRQ

[PATCH] KVM: x86/mmu: rename trace function name for asynchronous page fault
 2022-08-09 14:50 UTC  (2+ messages)

[PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
 2022-08-09 13:55 UTC  (2+ messages)

[kvmtool PATCH] net: Use vfork() instead of fork() for script execution
 2022-08-09 12:48 UTC 

KVM call for 2022-08-09
 2022-08-09 12:45 UTC  (2+ messages)

DIE WELTFINANZKRISE KANN SIE SEHR REICH MACHEN!
 2022-08-09 10:23 UTC 

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-09 10:13 UTC  (10+ messages)
` [RFC PATCH v3 1/9] vsock: SO_RCVLOWAT transport set callback

[PATCH] KVM:make cpuid_entry2_find more efficient
 2022-08-09  7:54 UTC  (2+ messages)

linux-next: build warning after merge of the kvm tree
 2022-08-09  6:41 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/1] s390x: verify EQBS/SQBS is unavailable
 2022-08-09  6:20 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

tools/testing/selftests/kvm/rseq_test and glibc 2.35
 2022-08-09  6:23 UTC  (6+ messages)

IOTLB support for vhost/vsock breaks crosvm on Android
 2022-08-09  3:16 UTC  (6+ messages)

[PATCH v3 0/2] KVM: x86/xen: Prevent Xen timer init when running
 2022-08-09  0:36 UTC  (2+ messages)

Add vfio-platform support for ONESHOT irq forwarding?
 2022-08-08 21:15 UTC  (21+ messages)

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-08 20:06 UTC  (7+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH v2 0/2] KVM: x86/xen: Prevent xen timer init when running
 2022-08-08 17:00 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: x86/xen: Initialize Xen timer only once
` [PATCH v2 2/2] KVM: x86/xen: Stop Xen timer before changing the IRQ vector

[kvm-unit-tests PATCH v3 0/7] x86: Illegal LEA test and FEP cleanups
 2022-08-08 16:47 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/7] x86: emulator.c: Save and restore exception handlers
` [kvm-unit-tests PATCH v3 2/7] x86: Dedup 32-bit vs. 64-bit ASM_TRY() by stealing kernel's __ASM_SEL()
` [kvm-unit-tests PATCH v3 3/7] x86: Introduce ASM_TRY_FEP() to handle exceptions on forced emulation
` [kvm-unit-tests PATCH v3 4/7] x86: Add helper to detect if forced emulation prefix is available
` [kvm-unit-tests PATCH v3 5/7] x86: emulator.c: Use ASM_TRY() for the UD_VECTOR cases
` [kvm-unit-tests PATCH v3 6/7] x86: Test emulator's handling of LEA with /reg
` [kvm-unit-tests PATCH v3 7/7] x86/pmu: Run the "emulation" test iff forced emulation is available


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).