public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-22 08:48:22 to 2024-10-23 14:53:55 UTC [more...]

[PATCH v5 00/37] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
 2024-10-23 14:53 UTC  (23+ messages)
` [PATCH v5 01/37] arm64: Drop SKL0/SKL1 from TCR2_EL2
` [PATCH v5 02/37] arm64: Remove VNCR definition for PIRE0_EL2
` [PATCH v5 03/37] arm64: Add encoding "
` [PATCH v5 04/37] KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2()
` [PATCH v5 05/37] KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping()
` [PATCH v5 06/37] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v5 07/37] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v5 08/37] KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHE
` [PATCH v5 09/37] KVM: arm64: Extend masking facility to arbitrary registers
` [PATCH v5 10/37] arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT
` [PATCH v5 11/37] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH v5 12/37] KVM: arm64: Sanitise TCR2_EL2
` [PATCH v5 13/37] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH v5 14/37] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH v5 15/37] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH v5 16/37] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH v5 17/37] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v5 18/37] KVM: arm64: Add AT fast-path support for S1PIE
` [PATCH v5 19/37] KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts
` [PATCH v5 20/37] KVM: arm64: Disable hierarchical permissions when S1PIE is enabled
` [PATCH v5 21/37] KVM: arm64: Implement AT S1PIE support
` [PATCH v5 22/37] KVM: arm64: Add a composite EL2 visibility helper

[kvm-unit-tests PATCH v5 0/5] riscv: sbi: Add support to test HSM extension
 2024-10-23 14:40 UTC  (3+ messages)

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-23 14:35 UTC  (6+ messages)
` [PATCH v5 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v5 21/43] arm64: RME: Runtime faulting of memory

[RFC PATCH 0/5] Extend SEV-SNP SVSM support with a kvm_vcpu per VMPL
 2024-10-23 14:33 UTC  (5+ messages)

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-23 13:50 UTC  (4+ messages)
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()

[kvm-unit-tests PATCH 0/4] riscv: A few SMP fixes
 2024-10-23 13:21 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/4] riscv: Bump NR_CPUS to 256
` [kvm-unit-tests PATCH 2/4] riscv: Filter unmanaged harts from present mask
` [kvm-unit-tests PATCH 3/4] riscv: Fix secondary_entry
` [kvm-unit-tests PATCH 4/4] riscv: Rework smp_boot_secondary

[kvm-unit-tests PATCH 0/2] lib/on-cpus: A couple of fixes
 2024-10-23 13:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] lib/on-cpus: Correct and simplify synchronization
` [kvm-unit-tests PATCH 2/2] lib/on-cpus: Fix on_cpumask

[PATCH v3 00/18] maintainer updates (testing, gdbstub, plugins) pre-PR
 2024-10-23 13:14 UTC  (20+ messages)
` [PATCH v3 01/18] tests/docker: Fix microblaze atomics
` [PATCH v3 02/18] tests/docker: add NOFETCH env variable for testing
` [PATCH v3 03/18] MAINTAINERS: mention my testing/next tree
` [PATCH v3 04/18] meson: hide tsan related warnings
` [PATCH v3 05/18] docs/devel: update tsan build documentation
` [PATCH v3 06/18] scripts/ci: remove architecture checks for build-environment updates
` [PATCH v3 07/18] tests/tcg/x86_64: Add cross-modifying code test
` [PATCH v3 08/18] accel/tcg: add tracepoints for cpu_loop_exit_atomic
` [PATCH v3 09/18] dockerfiles: fix default targets for debian-loongarch-cross
` [PATCH v3 10/18] gitlab: make check-[dco|patch] a little more verbose
` [PATCH v3 11/18] MAINTAINERS: mention my gdbstub/next tree
` [PATCH v3 12/18] config/targets: update aarch64_be-linux-user gdb XML list
` [PATCH v3 13/18] tests/tcg: enable basic testing for aarch64_be-linux-user
` [PATCH v3 14/18] tests/tcg/aarch64: Use raw strings for regexes in test-mte.py
` [PATCH v3 15/18] testing: Enhance gdb probe script
` [PATCH v3 16/18] MAINTAINERS: mention my plugins/next tree
` [PATCH v3 17/18] contrib/plugins: remove Makefile for contrib/plugins
` [PATCH v3 18/18] plugins: fix qemu_plugin_reset

[PATCH] KVM: Array access out of bounds
 2024-10-23 12:58 UTC  (2+ messages)

[PATCH] KVM: x86: Try to enable irr_pending state with disabled APICv
 2024-10-23 12:45 UTC 

[RFC PATCH 0/5] Documentation: kvm: cleanup and introduce "VM planes"
 2024-10-23 12:45 UTC  (6+ messages)
` [RFC PATCH 1/5] KVM: powerpc: remove remaining traces of KVM_CAP_PPC_RMA
` [RFC PATCH 2/5] Documentation: kvm: fix a few mistakes
` [RFC PATCH 3/5] Documentation: kvm: replace section numbers with links
` [RFC PATCH 4/5] Documentation: kvm: reorganize introduction
` [PATCH 5/5] Documentation: kvm: introduce "VM plane" concept

[PATCH v2 1/7] s390/kdump: implement is_kdump_kernel()
 2024-10-23 11:17 UTC  (7+ messages)

[PATCH v2 0/3] Support attaching PASID to the blocked_domain
 2024-10-23 11:10 UTC  (9+ messages)
` [PATCH v2 1/3] iommu: Add a wrapper for remove_dev_pasid

[PATCH v7 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-23 10:02 UTC  (6+ messages)
` [PATCH v7 10/11] virt: arm-cca-guest: TSM_REPORT support for realms

[PATCH] KVM: x86: Fast forward the iterator when zapping the TDP MMU
 2024-10-23  9:18 UTC 

[PATCH v2 00/20] maintainer updates (testing, gdbstub, plugins)
 2024-10-23  8:57 UTC  (41+ messages)
` [PATCH v2 01/20] tests/docker: Fix microblaze atomics
` [PATCH v2 02/20] tests/docker: add NOFETCH env variable for testing
` [PATCH v2 03/20] MAINTAINERS: mention my testing/next tree
` [PATCH v2 04/20] meson: hide tsan related warnings
` [PATCH v2 05/20] docs/devel: update tsan build documentation
` [PATCH v2 06/20] scripts/ci: remove architecture checks for build-environment updates
` [PATCH v2 07/20] tests/tcg/x86_64: Add cross-modifying code test
` [PATCH v2 08/20] accel/tcg: add tracepoints for cpu_loop_exit_atomic
` [PATCH v2 09/20] dockerfiles: fix default targets for debian-loongarch-cross
` [PATCH v2 10/20] gitlab: make check-[dco|patch] a little more verbose
` [PATCH v2 11/20] MAINTAINERS: mention my gdbstub/next tree
` [PATCH v2 12/20] config/targets: update aarch64_be-linux-user gdb XML list
` [PATCH v2 13/20] tests/tcg: enable basic testing for aarch64_be-linux-user
` [PATCH v2 14/20] tests/tcg/aarch64: Use raw strings for regexes in test-mte.py
` [PATCH v2 15/20] testing: Enhance gdb probe script
` [PATCH v2 16/20] MAINTAINERS: mention my plugins/next tree
` [PATCH v2 17/20] plugins: add ability to register a GDB triggered callback
` [PATCH v2 18/20] meson: build contrib/plugins with meson
` [PATCH v2 19/20] contrib/plugins: remove Makefile for contrib/plugins
` [PATCH v2 20/20] plugins: fix qemu_plugin_reset

[PATCH v4 00/11] s390/kvm: Handle guest-related program interrupts in KVM
 2024-10-23  8:39 UTC  (16+ messages)
` [PATCH v4 01/11] s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again
` [PATCH v4 02/11] s390/kvm: Remove kvm_arch_fault_in_page()
` [PATCH v4 03/11] s390/mm/gmap: Refactor gmap_fault() and add support for pfault
` [PATCH v4 04/11] s390/mm/gmap: Fix __gmap_fault() return code
` [PATCH v4 05/11] s390/mm/fault: Handle guest-related program interrupts in KVM
` [PATCH v4 06/11] s390/kvm: Stop using gmap_{en,dis}able()
` [PATCH v4 07/11] s390/mm/gmap: Remove gmap_{en,dis}able()
` [PATCH v4 08/11] s390: Remove gmap pointer from lowcore
` [PATCH v4 09/11] s390/mm: Simplify get_fault_type()
` [PATCH v4 10/11] s390/mm: Get rid of fault type switch statements
` [PATCH v4 11/11] s390/mm: Convert to LOCK_MM_AND_FIND_VMA

[PATCH] KVM: x86: Make the debugfs per VM optional
 2024-10-23  8:32 UTC 

[PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode
 2024-10-23  8:19 UTC  (9+ messages)
  ` [EXTERNAL] "

[kvm-unit-tests PATCH 0/3] Fix arm64 clang errors on fpu tests
 2024-10-23  8:03 UTC  (4+ messages)

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2024-10-23  7:30 UTC  (8+ messages)
` [PATCH v1 0/4] hugetlbfs memory HW error fixes
  ` [PATCH v1 1/4] accel/kvm: SIGBUS handler should also deal with si_addr_lsb
  ` [PATCH v1 2/4] accel/kvm: Keep track of the HWPoisonPage page_size
  ` [PATCH v1 3/4] system/physmem: Largepage punch hole before reset of memory pages
  ` [PATCH v1 4/4] accel/kvm: Report the loss of a large memory page

[PATCH v13 00/13] Add Secure TSC support for SNP guests
 2024-10-23  3:25 UTC  (3+ messages)
` [PATCH v13 04/13] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests

[PATCH v2] mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
 2024-10-23  2:04 UTC  (5+ messages)

[PATCH v3 0/9] Make set_dev_pasid op supporting domain replacement
 2024-10-23  1:10 UTC  (11+ messages)
` [PATCH v3 3/9] iommu/vt-d: Let intel_pasid_tear_down_entry() return pasid entry

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-23  0:51 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH V13 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-22 23:45 UTC  (8+ messages)
` [PATCH V13 03/14] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also

[PATCH v8 00/11] Enable haltpoll on arm64
 2024-10-22 22:01 UTC  (6+ messages)

[PATCH] KVM: drop the kvm_has_noapic_vcpu optimization
 2024-10-22 19:08 UTC  (3+ messages)

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2024-10-22 19:00 UTC  (5+ messages)

[PATCH] kvm/x86: simplify kvm_mmu_do_page_fault() a little bit
 2024-10-22 17:01 UTC  (2+ messages)

[PATCH v3 00/27] Enable FRED with KVM VMX
 2024-10-22 16:30 UTC  (12+ messages)
` [PATCH v3 03/27] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v3 05/27] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v3 07/27] KVM: VMX: Initialize VMCS FRED fields

[PATCH v4 0/4] Add support for the Idle HLT intercept feature
 2024-10-22 15:08 UTC  (4+ messages)
` [PATCH v4 1/4] x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept

[PATCH v4 0/9] Introduce SMP Cache Topology
 2024-10-22 14:44 UTC  (12+ messages)
` [PATCH v4 1/9] i386/cpu: Don't enumerate the "invalid" CPU topology level
` [PATCH v4 2/9] hw/core: Make CPU topology enumeration arch-agnostic
` [PATCH v4 3/9] qapi/qom: Define cache enumeration and properties for machine
` [PATCH v4 4/9] hw/core: Check smp cache topology support "
` [PATCH v4 5/9] hw/core: Add a helper to check the cache topology level
` [PATCH v4 6/9] i386/cpu: Support thread and module level cache topology
` [PATCH v4 7/9] i386/cpu: Update cache topology with machine's configuration
` [PATCH v4 8/9] i386/pc: Support cache topology in -machine for PC machine
` [PATCH v4 9/9] i386/cpu: add has_caches flag to check smp_cache configuration

[PATCH] KVM: selftests: Fix build on on non-x86 architectures
 2024-10-22 12:10 UTC  (2+ messages)

[PATCH v3 0/5] Add support for the Idle HLT intercept feature
 2024-10-22 10:35 UTC  (5+ messages)

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-22 10:08 UTC  (3+ messages)
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH v8 0/3] Add extioi virt extension support
 2024-10-22 10:01 UTC  (7+ messages)
` [PATCH v8 3/3] irqchip/loongson-eiointc: "

[PATCH v5 1/2] riscv: perf: add guest vs host distinction
 2024-10-22  9:11 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