Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2022-08-12 06:33:15 to 2022-09-01 18:28:29 UTC [more...]

[PATCH v5 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-09-01 18:28 UTC  (19+ messages)
` [PATCH v5 01/13] KVM: selftests: Add a userfaultfd library
` [PATCH v5 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v5 03/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v5 04/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v5 05/13] tools: Copy bitfield.h from the kernel sources
` [PATCH v5 06/13] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v5 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params
` [PATCH v5 08/13] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v5 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v5 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v5 11/13] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v5 12/13] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v5 13/13] KVM: selftests: aarch64: Add mix of "

[PATCH v3 3/7] mm: Add PG_arch_3 page flag
 2022-09-01 17:59 UTC  (3+ messages)

[PATCH v3 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-09-01 15:49 UTC  (3+ messages)
` [PATCH v3 1/7] arm64: mte: Fix/clarify the PG_mte_tagged semantics

[PATCH 0/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
 2022-09-01  4:57 UTC  (16+ messages)
` [PATCH 1/6] KVM: arm64: Use visibility hook to treat ID regs as RAZ
` [PATCH 2/6] KVM: arm64: Remove internal accessor helpers for id regs
` [PATCH 3/6] KVM: arm64: Spin off helper for calling visibility hook
` [PATCH 4/6] KVM: arm64: Add a visibility bit to ignore user writes
` [PATCH 5/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
` [PATCH 6/6] KVM: selftests: Add test for RAZ/WI AArch32 ID registers

[PATCH] KVM: arm64: fix repeated words in comments
 2022-08-31  0:52 UTC 

[PATCH v7 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-30 23:48 UTC  (15+ messages)
` [PATCH v7 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v7 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v7 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v7 4/4] KVM: arm64/mmu: count KVM s2 "

[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-08-30 19:52 UTC  (15+ messages)
` [PATCH 01/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH 03/14] KVM: arm64: Directly read owner id field in stage2_pte_is_counted()
` [PATCH 04/14] KVM: arm64: Read the PTE once per visit
` [PATCH 05/14] KVM: arm64: Split init and set for table PTE
` [PATCH 06/14] KVM: arm64: Return next table from map callbacks
` [PATCH 07/14] KVM: arm64: Document behavior of pgtable visitor callback
` [PATCH 08/14] KVM: arm64: Protect page table traversal with RCU
` [PATCH 09/14] KVM: arm64: Free removed stage-2 tables in RCU callback
` [PATCH 10/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH 11/14] KVM: arm64: Make changes block->table to leaf PTEs parallel-aware
` [PATCH 12/14] KVM: arm64: Make leaf->leaf PTE changes parallel-aware
` [PATCH 13/14] KVM: arm64: Make table->block "
` [PATCH 14/14] KVM: arm64: Handle stage-2 faults in parallel

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-30 14:42 UTC  (31+ messages)
` [PATCH v1 1/5] "
` [PATCH v1 2/5] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v1 3/5] KVM: selftests: Dirty host pages "
` [PATCH v1 4/5] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v1 5/5] KVM: selftests: Automate choosing dirty ring size "

[PATCH v5 0/7] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-08-30  4:27 UTC  (14+ messages)
` [PATCH v5 1/7] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v5 2/7] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v5 3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v5 4/7] tools: Add atomic_test_and_set_bit()
` [PATCH v5 5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v5 6/7] KVM: selftest: Drop now-unnecessary ucall_uninit()
` [PATCH v5 7/7] KVM: selftests: Add ucall pool based implementation

[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-08-27  7:09 UTC  (21+ messages)
` [PATCH 1/9] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH 3/9] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH 4/9] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH 6/9] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [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 V2] arm64/mm: Fix __enable_mmu() for new TGRAN range values
 2022-08-26 12:00 UTC  (2+ messages)

[PATCH 0/9] KVM: arm64: selftests: Test linked {break,watch}points
 2022-08-26  1:29 UTC  (21+ messages)
` [PATCH 1/9] KVM: arm64: selftests: Add helpers to extract a field of an ID register
` [PATCH 2/9] KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions
` [PATCH 3/9] KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
` [PATCH 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions
` [PATCH 5/9] KVM: arm64: selftests: Have debug_version() use cpuid_get_ufield() helper
` [PATCH 6/9] KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1
` [PATCH 7/9] KVM: arm64: selftests: Add a test case for a linked breakpoint
` [PATCH 8/9] KVM: arm64: selftests: Add a test case for a linked watchpoint
` [PATCH 9/9] KVM: arm64: selftests: Test with every breakpoint/watchpoint

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2022-08-24 16:45 UTC  (9+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2022-08-24  6:03 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: nv: only emulate timers that have not yet fired
` [PATCH 2/3] KVM: arm64: nv: Emulate ISTATUS when emulated timers are fired
` [PATCH 3/3] KVM: arm64: nv: Avoid block mapping if max_map_size is smaller than block size

[PATCH v4 0/6] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-08-24 15:32 UTC  (9+ messages)
` [PATCH v4 1/6] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v4 2/6] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v4 3/6] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v4 4/6] tools: Add atomic_test_and_set_bit()
` [PATCH v4 5/6] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v4 6/6] KVM: selftests: Add ucall pool based implementation

[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-08-23 23:37 UTC  (8+ messages)
` [PATCH v4 09/13] KVM: selftests: aarch64: "

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

[PATCH] mailmap: Update Oliver's email address
 2022-08-22 17:18 UTC  (2+ messages)

[RESEND PATCH] KVM: selftests: Update top-of-file comment in psci_test
 2022-08-19 16:21 UTC 

[PATCH] KVM: selftests: Update top-of-file comment in psci_test
 2022-08-19 16:14 UTC 

[GIT PULL] KVM/arm64 fixes for 6.0, take #1
 2022-08-19  9:44 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: Uphold 64bit-only behavior on asymmetric systems
 2022-08-17 15:13 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: arm64: Treat PMCR_EL1.LC as RES1 "
` [PATCH v2 2/2] KVM: arm64: Reject 32bit user PSTATE "

KVM/arm64: SPE: Translate VA to IPA on a stage 2 fault instead of pinning VM memory
 2022-08-17 15:05 UTC  (12+ messages)

qemu-system-aarch64: Failed to retrieve host CPU features
 2022-08-16 12:31 UTC  (6+ messages)

[PATCH v3 0/7] arm64/sve: Clean up KVM integration and optimise syscalls
 2022-08-15 22:55 UTC  (8+ messages)
` [PATCH v3 1/7] KVM: arm64: Discard any SVE state when entering KVM guests
` [PATCH v3 2/7] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
` [PATCH v3 3/7] arm64/fpsimd: Have KVM explicitly say which FP registers to save
` [PATCH v3 4/7] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
` [PATCH v3 5/7] arm64/fpsimd: Load FP state based on recorded data type
` [PATCH v3 6/7] arm64/fpsimd: SME no longer requires SVE register state
` [PATCH v3 7/7] arm64/sve: Leave SVE enabled on syscall if we don't context switch

Build regressions/improvements in v6.0-rc1
 2022-08-15 18:10 UTC 

[kvm-unit-tests PATCH v4 0/4] arm: pmu: Fixes for bare metal
 2022-08-13  8:13 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox