kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-01 16:10:18 to 2021-12-04 01:45:20 UTC [more...]

[RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace
 2021-12-04  1:45 UTC  (31+ messages)
` [RFC PATCH v3 02/29] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH v3 03/29] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH v3 04/29] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v3 09/29] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest
` [RFC PATCH v3 12/29] KVM: arm64: Make ID_DFR1_EL1 writable

[RFC 0/6] Sparse HART id support
 2021-12-04  0:40 UTC  (7+ messages)
` [RFC 1/6] RISC-V: Avoid using per cpu array for ordered booting
` [RFC 2/6] RISC-V: Do not print the SBI version during HSM extension boot print
` [RFC 3/6] RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
` [RFC 5/6] RISC-V: Move spinwait booting method to its own config
` [RFC 6/6] RISC-V: Do not use cpumask data structure for hartid bitmap

[PATCH v2 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
 2021-12-03 23:48 UTC  (12+ messages)
` [PATCH v2 3/8] KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation
` [PATCH v2 7/8] KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
` [PATCH v2 8/8] KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields
        ` ** POTENTIAL FRAUD ALERT - RED HAT ** "

[PATCH] KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure
 2021-12-03 22:46 UTC  (8+ messages)

[GIT PULL] VFIO updates for v5.16-rc4
 2021-12-03 21:02 UTC  (2+ messages)

[PATCH -next] mm: delete oversized WARN_ON() in kvmalloc() calls
 2021-12-03 19:37 UTC  (6+ messages)

KVM patches for Hyper-V improvements
 2021-12-03 18:38 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/2] s390x: firq: floating interrupt test
 2021-12-03 18:23 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: make smp_cpu_setup() return 0 on success
` [kvm-unit-tests PATCH v2 2/2] s390x: firq: floating interrupt test

[PATCH RFC v2] vfio: Documentation for the migration region
 2021-12-03 18:06 UTC  (11+ messages)

[PATCH 1/6] vhost: get rid of vhost_poll_flush() wrapper
 2021-12-03 17:45 UTC  (3+ messages)

[RFC PATCH 00/15] KVM: x86/mmu: Eager Page Splitting for the TDP MMU
 2021-12-03 17:22 UTC  (45+ messages)
` [RFC PATCH 04/15] KVM: x86/mmu: Factor out logic to atomically install a new page table
` [RFC PATCH 06/15] KVM: x86/mmu: Derive page role from parent
` [RFC PATCH 08/15] KVM: x86/mmu: Helper method to check for large and present sptes
` [RFC PATCH 12/15] KVM: x86/mmu: Split large pages when dirty logging is enabled
` [RFC PATCH 13/15] KVM: x86/mmu: Split large pages during CLEAR_DIRTY_LOG
` [RFC PATCH 15/15] KVM: x86/mmu: Update page stats when splitting large pages

[PATCH v6 00/17] KVM: s390: pv: implement lazy destroy for reboot
 2021-12-03 16:58 UTC  (18+ messages)
` [PATCH v6 01/17] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v6 02/17] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v6 03/17] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v6 04/17] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v6 05/17] KVM: s390: pv: usage counter instead of flag
` [PATCH v6 06/17] KVM: s390: pv: add export before import
` [PATCH v6 07/17] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v6 08/17] KVM: s390: pv: make kvm_s390_cpus_from_pv global
` [PATCH v6 09/17] KVM: s390: pv: clear the state without memset
` [PATCH v6 10/17] KVM: s390: pv: add mmu_notifier
` [PATCH v6 11/17] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v6 12/17] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v6 13/17] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v6 14/17] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v6 15/17] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v6 16/17] KVM: s390: pv: add KVM_CAP_S390_PROT_REBOOT_ASYNC
` [PATCH v6 17/17] KVM: s390: pv: avoid export before import if possible

[PATCH v2 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2021-12-03 16:34 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: SVM: Refactor AVIC hardware setup logic into helper function
` [PATCH v2 2/3] x86/apic: Add helper function to get maximum physical APIC ID
` [PATCH v2 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit

[RFC PATCH v3 00/59] KVM: X86: TDX support
 2021-12-03 16:14 UTC  (13+ messages)
` [RFC PATCH v3 14/59] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs

[PATCH v3] MAINTAINERS: Update Atish's email address
 2021-12-03 16:10 UTC  (3+ messages)

[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-12-03 13:13 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 1/1] s390x: Add specification exception interception test
 2021-12-03 11:46 UTC  (4+ messages)
` [kvm-unit-tests PATCH] s390x: Add strict mode to specification exception interpretation test

[PATCH v1 00/12] Add riscv kvm accel support
 2021-12-03  9:38 UTC  (18+ messages)
` [PATCH v1 01/12] update-linux-headers: Add asm-riscv/kvm.h
` [PATCH v1 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v1 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v1 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v1 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v1 07/12] target/riscv: Support setting external interrupt "
` [PATCH v1 09/12] target/riscv: Add host cpu type
` [PATCH v1 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer

[kvm-unit-tests PATCH 0/8] s390x: sie: Add PV snippet support
 2021-12-03  9:29 UTC  (5+ messages)
` [kvm-unit-tests PATCH 7/8] s390x: snippets: Add PV support

[kvm-unit-tests PATCH v9 0/9] MTTCG sanity tests for ARM
 2021-12-03  9:15 UTC  (11+ messages)
` [kvm-unit-tests PATCH v9 1/9] docs: mention checkpatch in the README
` [kvm-unit-tests PATCH v9 2/9] arm/flat.lds: don't drop debug during link
` [kvm-unit-tests PATCH v9 3/9] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v9 4/9] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v9 5/9] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v9 6/9] arm/locking-tests: add comprehensive locking test
` [kvm-unit-tests PATCH v9 7/9] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v9 8/9] arm/run: use separate --accel form
` [kvm-unit-tests PATCH v9 9/9] arm/tcg-test: some basic TCG exercising tests

[PATCH v2 0/2] Introduce x86_get_cpufreq_khz()
 2021-12-03  7:53 UTC  (10+ messages)
` [PATCH v2 1/2] x86/cpu: "
    `  "
` [PATCH v2 2/2] KVM: x86: use x86_get_freq to get freq for kvmclock
    `  "

[PATCH] KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation
 2021-12-03  7:36 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Remove invalid clwb test code
 2021-12-03  5:54 UTC  (2+ messages)

[PATCH] kvm/eventfd: fix the misleading comment in kvm_irqfd_assign
 2021-12-03  3:03 UTC  (3+ messages)

[PATCH] KVM: ensure APICv is considered inactive if there is no APIC
 2021-12-03  2:17 UTC  (2+ messages)

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-03  1:11 UTC  (4+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST

[PATCH 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2021-12-03  0:16 UTC  (6+ messages)
` [PATCH 04/28] KVM: x86/mmu: Retry page fault if root is invalidated by memslot update

[PATCH v2] MAINTAINERS: Update Atish's email address
 2021-12-02 23:53 UTC  (3+ messages)

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-02 17:52 UTC  (3+ messages)
` [PATCH v7 10/45] x86/sev: Add support for hypervisor feature VMGEXIT

[kvm-unit-tests PATCH] s390x: uv: Fix UVC cmd prepare reset name
 2021-12-02 13:28 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/2] s390x: firq: floating interrupt test
 2021-12-02 12:24 UTC  (11+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: make smp_cpu_setup() return 0 on success
` [kvm-unit-tests PATCH v1 2/2] s390x: firq: floating interrupt test

[PATCH v5 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
 2021-12-02 12:20 UTC  (2+ messages)

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-12-02 12:02 UTC  (15+ messages)
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful

[PATCH v6 00/29] KVM: Scalable memslots implementation
 2021-12-02 10:32 UTC  (13+ messages)
` [PATCH v6 03/29] KVM: Resync only arch fields when slots_arch_lock gets reacquired
` [PATCH v6 21/29] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v6 26/29] KVM: Optimize gfn lookup in kvm_zap_gfn_range()

[PATCH] KVM: s390: Fix names of skey constants in api documentation
 2021-12-02 10:31 UTC  (3+ messages)

[RFC PATCH v2 00/44] TDX support
 2021-12-02  8:56 UTC  (4+ messages)
` [RFC PATCH v2 11/44] i386/tdx: Implement user specified tsc frequency

[kvm-unit-tests PATCH] s390x/cpumodel: give each test a unique output line
 2021-12-02  8:13 UTC  (2+ messages)

[PATCH 00/11] KVM: x86: TDX preparation of introducing vm_type and blocking ioctls based on vm_type
 2021-12-02  1:19 UTC  (3+ messages)
` [PATCH 03/11] KVM: x86: Clean up kvm_vcpu_ioctl_x86_setup_mce()

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-02  0:31 UTC  (5+ messages)

[PATCH] vfio/pci: Resolve sparse endian warnings in IGD support
 2021-12-01 23:45 UTC 

Potential bug in TDP MMU
 2021-12-01 23:44 UTC  (5+ messages)

[PATCH 00/12] Fixes for KVM_CAP_VM_MOVE/COPY_ENC_CONTEXT_FROM
 2021-12-01 18:21 UTC  (8+ messages)
` [PATCH 05/12] KVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
` [PATCH 08/12] selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM
` [PATCH 10/12] KVM: SEV: Prohibit migration of a VM that has mirrors

[PATCH 0/6] KVM: Dirty Quota-Based VM Live Migration Auto-Converge
 2021-12-01 17:22 UTC  (6+ messages)
` [PATCH 3/6] Add KVM_CAP_DIRTY_QUOTA_MIGRATION and handle vCPU page faults

[kvm-unit-tests PATCH v8 00/10] MTTCG sanity tests for ARM
 2021-12-01 17:07 UTC  (6+ messages)
` [kvm-unit-tests PATCH v8 04/10] run_tests.sh: add --config option for alt test set


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