messages from 2024-08-01 10:07:55 to 2024-08-02 20:16:33 UTC [more...]
[PATCH] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
2024-08-02 20:16 UTC
[PATCH] KVM: selftests: Always unlink memory regions when deleting (VM free)
2024-08-02 20:14 UTC
[PATCH] KVM: selftests: Remove unused kvm_memcmp_hva_gva()
2024-08-02 20:08 UTC
[PATCH] KVM: x86: Document an erratum in KVM_SET_VCPU_EVENTS on Intel CPUs
2024-08-02 20:04 UTC
[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
2024-08-02 20:01 UTC (3+ messages)
` [PATCH 1/2] KVM: Return '0' directly when there's no task to yield to
` [PATCH 2/2] KVM: Protect vCPU's "last run PID" with rwlock, not RCU
[PATCH 0/5] KVM: x86: Fastpath cleanup, fix, and enhancement
2024-08-02 19:51 UTC (6+ messages)
` [PATCH 1/5] KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful
` [PATCH 2/5] KVM: x86: Dedup fastpath MSR post-handling logic
` [PATCH 3/5] KVM: x86: Exit to userspace if fastpath triggers one on instruction skip
` [PATCH 4/5] KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers
` [PATCH 5/5] KVM: x86: Add fastpath handling of HLT VM-Exits
[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
2024-08-02 19:32 UTC (18+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
` [PATCH v12 05/84] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
` [PATCH v12 11/84] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed "
` [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns
[PATCH] KVM: Use precise range-based flush in mmu_notifier hooks when possible
2024-08-02 19:16 UTC
[PATCH 0/9] KVM: x86: Add a quirk for feature MSR initialization
2024-08-02 18:55 UTC (10+ messages)
` [PATCH 1/9] KVM: x86: Co-locate initialization of feature MSRs in kvm_arch_vcpu_create()
` [PATCH 2/9] KVM: x86: Disallow changing MSR_PLATFORM_INFO after vCPU has run
` [PATCH 3/9] KVM: x86: Quirk initialization of feature MSRs to KVM's max configuration
` [PATCH 4/9] KVM: x86: Reject userspace attempts to access PERF_CAPABILITIES w/o PDCM
` [PATCH 5/9] KVM: VMX: Remove restriction that PMU version > 0 for PERF_CAPABILITIES
` [PATCH 6/9] KVM: x86: Reject userspace attempts to access ARCH_CAPABILITIES w/o support
` [PATCH 7/9] KVM: x86: Remove ordering check b/w MSR_PLATFORM_INFO and MISC_FEATURES_ENABLES
` [PATCH 8/9] KVM: selftests: Verify get/set PERF_CAPABILITIES w/o guest PDMC behavior
` [PATCH 9/9] KVM: selftests: Add a testcase for disabling feature MSRs init quirk
[PATCH v2 0/4] vfio-pci support pasid attach/detach
2024-08-02 18:25 UTC (17+ messages)
[PATCH 0/7] Extend pmu_counters_test to AMD CPUs
2024-08-02 18:22 UTC (7+ messages)
` [PATCH 1/6] KVM: x86: selftests: Fix typos in macro variable use
` [PATCH 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
` [PATCH 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
` [PATCH 4/6] KVM: x86: selftests: Test read/write core counters
` [PATCH 5/6] KVM: x86: selftests: Test core events
` [PATCH 6/6] KVM: x86: selftests: Test PerfMonV2
[PATCH v2 00/10] KVM: x86: Clean up MSR access/failure handling
2024-08-02 18:19 UTC (11+ messages)
` [PATCH v2 01/10] KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value
` [PATCH v2 02/10] KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums
` [PATCH v2 03/10] KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
` [PATCH v2 04/10] KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
` [PATCH v2 05/10] KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
` [PATCH v2 06/10] KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
` [PATCH v2 07/10] KVM: x86: Funnel all fancy MSR return value handling into a common helper
` [PATCH v2 08/10] KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()
` [PATCH v2 09/10] KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs
` [PATCH v2 10/10] KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-08-02 17:50 UTC (3+ messages)
` [RFC PATCH v3 48/58] perf/x86/intel: Support PERF_PMU_CAP_PASSTHROUGH_VPMU
[GIT PULL] KVM changes for Linux 6.11-rc2
2024-08-02 17:40 UTC (2+ messages)
[PATCH rfc] vfio-pci: Allow write combining
2024-08-02 17:05 UTC (13+ messages)
[PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
2024-08-02 17:00 UTC (6+ messages)
[GIT PULL] KVM/riscv fixes for 6.11 take #1
2024-08-02 16:30 UTC (2+ messages)
[PATCH v3 0/2] Fix for a very old KVM bug in the segment cache
2024-08-02 16:07 UTC (3+ messages)
[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
2024-08-02 16:06 UTC (6+ messages)
[PATCH v4 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-02 15:59 UTC (11+ messages)
` [PATCH v4 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v4 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v4 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v4 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v4 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v4 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v4 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v4 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v4 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v4 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-02 15:57 UTC (5+ messages)
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
[PATCH v1 00/11] mm: replace follow_page() by folio_walk
2024-08-02 15:55 UTC (12+ messages)
` [PATCH v1 01/11] mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH v1 02/11] mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
` [PATCH v1 03/11] mm/migrate: convert do_pages_stat_array() from follow_page() to folio_walk
` [PATCH v1 04/11] mm/migrate: convert add_page_for_migration() "
` [PATCH v1 05/11] mm/ksm: convert get_mergeable_page() "
` [PATCH v1 06/11] mm/ksm: convert scan_get_next_rmap_item() "
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() "
` [PATCH v1 08/11] s390/uv: convert gmap_destroy_page() "
` [PATCH v1 09/11] s390/mm/fault: convert do_secure_storage_access() "
` [PATCH v1 10/11] mm: remove follow_page()
` [PATCH v1 11/11] mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk
[PATCH v2 0/2] Relax canonical checks on some arch msrs
2024-08-02 15:53 UTC (4+ messages)
` [PATCH v2 1/2] KVM: x86: relax canonical check for some x86 architectural msrs
` [PATCH v2 2/2] KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE
[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
2024-08-02 15:37 UTC (7+ messages)
[PATCH 00/18] qapi: Reduce use of 'prefix'
2024-08-02 14:27 UTC (6+ messages)
` [PATCH 11/18] qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
[kvm-unit-tests PATCH 0/4] s390x: split off snippet and sie related code
2024-08-02 13:21 UTC (8+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: Split snippet makefile rules into new file
` [kvm-unit-tests PATCH 3/4] s390x: Move SIE assembly "
[PATCH v2] docs: KVM: Fix register ID of SPSR_FIQ
2024-08-02 13:20 UTC (2+ messages)
[PATCH 00/10] for-8.3 tests/avocado: prep for Avocado 103.0 LTS
2024-08-02 13:14 UTC (7+ messages)
` [PATCH 06/10] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
[PATCH v1 1/1] s390/uv: Panic if the security of the system cannot be guaranteed
2024-08-02 13:11 UTC (4+ messages)
[PATCH v2 0/8] KVM: arm64: Add support for FP8
2024-08-02 13:03 UTC (5+ messages)
` [PATCH v2 4/8] KVM: arm64: Add save/restore support for FPMR
[kvm-unit-tests PATCH v6 0/5] riscv: sbi: Add support to test timer extension
2024-08-02 12:23 UTC (4+ messages)
` [kvm-unit-tests PATCH v6 5/5] riscv: sbi: Add test for "
[PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt
2024-08-02 12:06 UTC (4+ messages)
` [PATCH v3 4/8] KVM: Add a module param to allow enabling virtualization when KVM is loaded
[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-08-02 11:22 UTC (8+ messages)
[PATCH] i8253: Disable PIT timer 0 when not in use
2024-08-02 10:21 UTC (2+ messages)
` [PATCH 2/1] i8253: Fix stop sequence for timer 0
[PATCH kvmtool] remove wordsize.h inclusion (for musl compatibility)
2024-08-02 9:55 UTC (2+ messages)
[RFC 0/5] accel/kvm: Support KVM PMU filter
2024-08-02 10:03 UTC (5+ messages)
[PATCH net-next v4 0/3] ioctl support for AF_VSOCK and virtio-based transports
2024-08-02 8:30 UTC (3+ messages)
[PATCH 0/8] Introduce SMP Cache Topology
2024-08-02 7:58 UTC (10+ messages)
` [PATCH 8/8] qemu-options: Add the description of smp-cache object
[PATCH v4 0/6] target/arm/kvm: Report PMU unavailability
2024-08-02 7:32 UTC (5+ messages)
` [PATCH v4 6/6] hvf: arm: Do not advance PC when raising an exception
[RFC PATCH 0/6] Enable shared device assignment
2024-08-02 7:00 UTC (7+ messages)
[RFC PATCH vhost] vhost-vdpa: Fix invalid irq bypass unregister
2024-08-02 6:51 UTC (3+ messages)
[PATCH 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
2024-08-02 1:57 UTC (3+ messages)
` [PATCH 1/2] x86/cpufeatures: Add "Allowed SEV Features" Feature
` [PATCH 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field
[PATCH] KVM: SEV: allow KVM_SEV_GET_ATTESTATION_REPORT for SNP guests
2024-08-01 23:53 UTC
[ANNOUNCE] PUCK Agenda - 2024.08.07 - KVM userfault (guest_memfd/HugeTLB postcopy)
2024-08-01 22:43 UTC
[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
2024-08-01 22:22 UTC (9+ messages)
` [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT
[PATCH] clockevents/drivers/i8253: Do not zero timer counter in shutdown
2024-08-01 21:10 UTC (4+ messages)
[RFC PATCH 0/9] KVM: x86/mmu: Preserve Accessed bits on PROT changes
2024-08-01 18:34 UTC (10+ messages)
` [RFC PATCH 1/9] KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabled
` [RFC PATCH 2/9] KVM: x86/mmu: Set shadow_accessed_mask for EPT even if A/D bits disabled
` [RFC PATCH 3/9] KVM: x86/mmu: Set shadow_dirty_mask "
` [RFC PATCH 4/9] KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabled
` [RFC PATCH 5/9] KVM: x86/mmu: Free up A/D bits in FROZEN_SPTE
` [RFC PATCH 6/9] KVM: x86/mmu: Process only valid TDP MMU roots when aging a gfn range
` [RFC PATCH 7/9] KVM: x86/mmu: Stop processing TDP MMU roots for test_age if young SPTE found
` [RFC PATCH 8/9] KVM: Plumb mmu_notifier invalidation event type into arch code
` [RFC PATCH 9/9] KVM: x86/mmu: Track SPTE accessed info across mmu_notifier PROT changes
[PATCH v15 02/20] KVM: x86: Add hook for determining max NPT mapping level
2024-08-01 18:15 UTC (5+ messages)
` [PATCH] Fixes: f32fb32820b1 ("KVM: x86: Add hook for determining max NPT mapping level")
[syzbot] [mm?] WARNING in hpage_collapse_scan_pmd (2)
2024-08-01 17:57 UTC
[PATCH 1/1] virtio_blk: implement init_hctx MQ operation
2024-08-01 17:56 UTC (8+ messages)
[PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
2024-08-01 16:05 UTC (15+ messages)
` [PATCH 06/13] tests/avocado: use more distinct names for assets
` [PATCH 07/13] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
` [PATCH 10/13] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support
[PATCH v3 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-01 15:06 UTC (6+ messages)
` [PATCH v3 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v3 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
[PATCH v2] KVM: s390: fix validity interception issue when gisa is switched off
2024-08-01 12:54 UTC (2+ messages)
[PATCH] KVM: Fix error path in kvm_vm_ioctl_create_vcpu() on xa_store() failure
2024-08-01 12:41 UTC (7+ messages)
[RFC PATCH net-next v6 12/14] vsock/loopback: implement datagram support
2024-08-01 12:18 UTC (2+ messages)
[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
2024-08-01 10:30 UTC (9+ messages)
` [RFC PATCH 8/8] kvm: gmem: Allow restricted userspace mappings
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox