messages from 2023-08-24 08:04:50 to 2023-09-11 17:20:07 UTC [more...]
[PATCH v1 0/2] KVM: arm64: support write combining and cachable IO memory in VMs
2023-09-11 17:20 UTC (7+ messages)
` [PATCH v1 1/2] KVM: arm64: determine memory type from VMA
` [PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
[PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
2023-09-11 15:57 UTC (18+ messages)
` [PATCH 1/5] KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()
` [PATCH 2/5] KVM: arm64: Build MPIDR to vcpu index cache at runtime
` [PATCH 3/5] KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available
` [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
` [PATCH 5/5] KVM: arm64: vgic-v3: Optimize affinity-based SGI injection
[PATCH] KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
2023-09-11 14:52 UTC
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-09-11 12:29 UTC (9+ messages)
[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
2023-09-11 2:16 UTC (7+ messages)
` [PATCH v9 1/6] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v9 4/6] KVM: Migrate kvm_vcpu_map to __kvm_follow_pfn
` [PATCH v9 5/6] KVM: x86: Migrate "
` [PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages
[PATCH v2 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
2023-09-10 11:45 UTC (4+ messages)
` [PATCH v2 1/2] KVM: arm64: timers: Move helper has_cntpoff to a header file
` [PATCH v2 2/2] KVM: arm64: timers: Save restore CVAL of a ptimer across guest entry and exits
[PATCH gmem FIXUP v2] mm, compaction: make testing mapping_unmovable() safe
2023-09-09 0:15 UTC (2+ messages)
[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
2023-09-08 22:29 UTC (18+ messages)
` [PATCH v5 01/17] KVM: Clarify documentation of hva_to_pfn()'s 'atomic' parameter
` [PATCH v5 02/17] KVM: Add docstrings to __kvm_read/write_guest_page()
` [PATCH v5 03/17] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v5 04/17] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v5 05/17] KVM: Annotate -EFAULTs from kvm_vcpu_read/write_guest_page()
` [PATCH v5 06/17] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v5 07/17] KVM: arm64: Annotate -EFAULT from user_mem_abort()
` [PATCH v5 08/17] KVM: Allow hva_pfn_fast() to resolve read faults
` [PATCH v5 09/17] KVM: Introduce KVM_CAP_USERFAULT_ON_MISSING without implementation
` [PATCH v5 10/17] KVM: Implement KVM_CAP_USERFAULT_ON_MISSING by atomizing __gfn_to_pfn_memslot() calls
` [PATCH v5 11/17] KVM: x86: Enable KVM_CAP_USERFAULT_ON_MISSING
` [PATCH v5 12/17] KVM: arm64: "
` [PATCH v5 13/17] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v5 14/17] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v5 15/17] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v5 16/17] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v5 17/17] KVM: selftests: Handle memory fault exits in demand_paging_test
[PATCH v2 0/8] RISCV: Add kvm Sstc timer selftest
2023-09-08 2:36 UTC (40+ messages)
` [PATCH v2 1/8] KVM: selftests: Unify the codes for guest exception handling
` [PATCH v2 2/8] KVM: arm64: selftest: Split arch_timer test code
` [PATCH v2 3/8] tools: riscv: Add header file csr.h
` [PATCH v2 4/8] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v2 5/8] KVM: riscv: selftests: Add exception handling support
` [PATCH v2 6/8] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
` [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test
[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-09-07 21:17 UTC (10+ messages)
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-09-06 22:10 UTC (14+ messages)
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
2023-09-06 22:03 UTC (16+ messages)
` [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET to __kvm_follow_pfn
[PATCH] KVM: arm64: Fix soft-lockup on relaxing PTE permission
2023-09-06 16:29 UTC (8+ messages)
[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
2023-09-06 8:00 UTC (5+ messages)
[PATCH v9 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
2023-09-06 6:03 UTC (8+ messages)
` [PATCH v9 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
[PATCH v3 0/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present
2023-09-05 12:16 UTC (4+ messages)
` [PATCH v3 1/2] arm64/sysreg: Move TRFCR definitions to sysreg
` [PATCH v3 2/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present
[PATCH v2 0/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present
2023-09-04 16:03 UTC (4+ messages)
` [PATCH v2 1/2] arm64/sysreg: Move TRFCR definitions to sysreg
` [PATCH v2 2/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present
[RFC v2] KVM: arm/arm64: optimize vSGI injection performance
2023-09-04 9:57 UTC (2+ messages)
[PATCH] Revert "arm64/sysreg: refactor deprecated strncpy"
2023-09-01 13:04 UTC (4+ messages)
[PATCH 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
2023-09-01 12:15 UTC (9+ messages)
` [PATCH 2/2] KVM: arm64: timers: Adjust CVAL of a ptimer across guest entry and exits
[GIT PULL] KVM/arm64 updates for Linux v6.6
2023-08-31 17:19 UTC (2+ messages)
[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-08-30 18:31 UTC (3+ messages)
` [RFC PATCH 02/32] ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architecture
[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
2023-08-30 16:42 UTC (14+ messages)
[PATCH] KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()
2023-08-29 9:00 UTC (6+ messages)
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-29 2:53 UTC (3+ messages)
[PATCH v2] KVM: arm64: Remove size-order align in the nVHE hyp private VA range
2023-08-28 13:43 UTC (7+ messages)
[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-08-26 2:40 UTC (7+ messages)
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
2023-08-25 9:35 UTC (9+ messages)
` [RFC PATCH v2 1/8] arm64: cpufeature: Add API to report system support of HWDBM
` [RFC PATCH v2 2/8] KVM: arm64: Add KVM_PGTABLE_WALK_HW_DBM for HW DBM support
` [RFC PATCH v2 3/8] KVM: arm64: Add some HW_DBM related pgtable interfaces
` [RFC PATCH v2 4/8] KVM: arm64: Set DBM for previously writeable pages
` [RFC PATCH v2 5/8] KVM: arm64: Add some HW_DBM related mmu interfaces
` [RFC PATCH v2 6/8] KVM: arm64: Only write protect selected PTE
` [RFC PATCH v2 7/8] KVM: arm64: Add KVM_CAP_ARM_HW_DBM
` [RFC PATCH v2 8/8] KVM: arm64: Start up SW/HW combined dirty log
[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
2023-08-25 4:18 UTC (2+ messages)
[kvm-unit-tests PATCH] arm64: microbench: Benchmark with virtual instead of physical timer
2023-08-24 18:46 UTC (2+ messages)
[PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
2023-08-24 17:24 UTC (11+ messages)
[PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
2023-08-24 9:37 UTC
[PATCH v8 0/8] KVM: allow mapping non-refcounted pages
2023-08-24 9:13 UTC (10+ messages)
` [PATCH v8 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v8 2/8] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v8 3/8] KVM: mmu: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v8 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v8 5/8] KVM: x86/mmu: Don't pass FOLL_GET "
` [PATCH v8 6/8] KVM: arm64: Migrate "
` [PATCH v8 7/8] KVM: PPC: "
` [PATCH v8 8/8] KVM: mmu: remove __gfn_to_pfn_memslot
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