[PATCH v4 0/8] perf: arm: Make PMUv3 driver available for aarch32
2023-03-18 10:02 UTC (10+ messages)
` [PATCH v4 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH v4 2/8] arm64: perf: Abstract system register accesses away
` [PATCH v4 3/8] perf: pmuv3: Abstract PMU version checks
` [PATCH v4 4/8] perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
` [PATCH v4 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH v4 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH v4 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH v4 8/8] ARM: mach-virt: Select PMUv3 driver by default
[PATCH 0/2] KVM: arm64: Support for per-guest fine grained traps configuration
2023-03-17 18:02 UTC (9+ messages)
` [PATCH 1/2] arm64: Add feature detection for fine grained traps
` [PATCH 2/2] KVM: arm64: Move FGT value configuration to vCPU state
[PATCH 00/10] arm64: support Armv8.8 memcpy instructions in userspace
2023-03-17 16:04 UTC (19+ messages)
` [PATCH 01/10] KVM: arm64: initialize HCRX_EL2
` [PATCH 02/10] arm64: cpufeature: detect FEAT_HCX
` [PATCH 04/10] arm64: mops: document boot requirements for MOPS
` [PATCH 05/10] arm64: mops: don't disable host MOPS instructions from EL2
` [PATCH 06/10] KVM: arm64: hide MOPS from guests
` [PATCH 07/10] arm64: mops: handle MOPS exceptions
` [PATCH 08/10] arm64: mops: handle single stepping after MOPS exception
` [PATCH 09/10] arm64: mops: detect and enable FEAT_MOPS
` [PATCH 10/10] arm64: mops: allow disabling MOPS from the kernel command line
[PATCH v2 0/2] KVM: arm64: Plug a couple of MM races
2023-03-17 9:03 UTC (6+ messages)
` [PATCH v2 1/2] KVM: arm64: Disable interrupts while walking userspace PTs
` [PATCH v2 2/2] KVM: arm64: Check for kvm_vma_mte_allowed in the critical section
[PATCH v4 0/6] Support writable CPU ID registers from userspace
2023-03-17 5:06 UTC (7+ messages)
` [PATCH v4 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v4 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v4 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v4 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v4 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v4 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[GIT PULL] KVM/arm64 fixes for 6.3, part #2
2023-03-17 3:09 UTC
[PATCH v2 0/4] KVM: arm64: Fix vcpu->mutex v. kvm->lock inversion
2023-03-16 21:14 UTC (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON
` [PATCH v2 2/4] KVM: arm64: Avoid lock inversion when setting the VM register width
` [PATCH v2 3/4] KVM: arm64: Use config_lock to protect data ordered against KVM_RUN
` [PATCH v2 4/4] KVM: arm64: Use config_lock to protect vgic state
[PATCH v6 00/12] Implement Eager Page Splitting for ARM
2023-03-15 21:00 UTC (25+ messages)
` [PATCH v6 02/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v6 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v6 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v6 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v6 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v6 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v6 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v6 12/12] KVM: arm64: Use local TLBI on permission relaxation
[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
2023-03-15 11:07 UTC (7+ messages)
` [kvm-unit-tests PATCH 1/6] arm: pmu: pmu-chain-promotion: Improve debug messages
` [kvm-unit-tests PATCH 2/6] arm: pmu: pmu-chain-promotion: Introduce defines for count and margin values
` [kvm-unit-tests PATCH 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH 5/6] arm: pmu: Add pmu-memaccess-reliability test
` [kvm-unit-tests PATCH 6/6] arm: pmu-chain-promotion: Increase the count and margin values
[PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
2023-03-14 18:18 UTC (8+ messages)
[PATCH] KVM: arm64: Retry fault if vma_lookup() results become invalid
2023-03-14 18:10 UTC (4+ messages)
[PATCH v3 0/6] Support writable CPU ID registers from userspace
2023-03-14 17:25 UTC (16+ messages)
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v3 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v3 5/6] KVM: arm64: Introduce ID register specific descriptor
[RFC] Support for Arm CCA VMs on Linux
2023-03-14 16:41 UTC (17+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents
` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory
[PATCH v2 0/6] KVM: Standardize on "int" return types instead of "long"
2023-03-14 13:35 UTC (2+ messages)
Circular lockdep in kvm_reset_vcpu() ?
2023-03-14 11:42 UTC (8+ messages)
[GIT PULL] KVM/arm64 fixes for 6.3, part #1
2023-03-14 11:34 UTC (2+ messages)
[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-03-14 11:02 UTC (4+ messages)
[PATCH v2 2/2] KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU
2023-03-13 19:02 UTC (2+ messages)
[PATCH v2 1/2] KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value
2023-03-13 19:02 UTC (2+ messages)
[PATCH v2 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
2023-03-13 18:04 UTC (2+ messages)
[PATCH 0/2] KVM: Fix race between reboot and hardware enabling
2023-03-13 17:57 UTC (7+ messages)
` [PATCH 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown
` [PATCH 2/2] KVM: Don't enable hardware after a restart/shutdown is initiated
[PATCH 0/2] KVM: arm64: Plug a couple of MM races
2023-03-13 17:40 UTC (8+ messages)
` [PATCH 1/2] KVM: arm64: Disable interrupts while walking userspace PTs
` [PATCH 2/2] KVM: arm64: Check for kvm_vma_mte_allowed in the critical section
[PATCH v2 00/19] KVM: arm64: Rework timer offsetting for fun and profit
2023-03-13 16:43 UTC (21+ messages)
` [PATCH v2 01/19] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
` [PATCH v2 02/19] KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
` [PATCH v2 03/19] arm64: Add CNTPOFF_EL2 register definition
` [PATCH v2 04/19] arm64: Add HAS_ECV_CNTPOFF capability
` [PATCH v2 05/19] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
` [PATCH v2 06/19] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
` [PATCH v2 07/19] KVM: arm64: Expose {un,}lock_all_vcpus() to the reset of KVM
` [PATCH v2 08/19] KVM: arm64: timers: Allow userspace to set the global counter offset
` [PATCH v2 09/19] KVM: arm64: timers: Allow save/restoring of the physical timer
` [PATCH v2 10/19] KVM: arm64: timers: Rationalise per-vcpu timer init
` [PATCH v2 11/19] KVM: arm64: timers: Abstract per-timer IRQ access
` [PATCH v2 12/19] KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_data
` [PATCH v2 13/19] KVM: arm64: Abstract the number of valid timers per vcpu
` [PATCH v2 14/19] KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and co
` [PATCH v2 15/19] KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
` [PATCH v2 16/19] KVM: arm64: nv: timers: Support hyp timer emulation
` [PATCH v2 17/19] KVM: arm64: selftests: Add physical timer registers to the sysreg list
` [PATCH v2 18/19] KVM: arm64: selftests: Augment existing timer test to handle variable offset
` [PATCH v2 19/19] KVM: arm64: selftests: Deal with spurious timer interrupts
[PATCH 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
2023-03-13 3:35 UTC (9+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value
` [PATCH 2/2] KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU
[PATCH] KVM: selftests: Add coverage of MTE system registers
2023-03-12 19:35 UTC (6+ messages)
[PATCH v2] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
2023-03-11 21:36 UTC (2+ messages)
[REPOST PATCH 00/16] Add support for vPMU selftests
2023-03-10 23:58 UTC (30+ messages)
` [REPOST PATCH 06/16] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [REPOST PATCH 07/16] selftests: KVM: aarch64: Add PMU cycle counter helpers
` [REPOST PATCH 08/16] selftests: KVM: aarch64: Consider PMU event filters for VM creation
` [REPOST PATCH 09/16] selftests: KVM: aarch64: Add KVM PMU event filter test
` [REPOST PATCH 10/16] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [REPOST PATCH 11/16] selftests: KVM: aarch64: Add vCPU migration test for PMU
` [REPOST PATCH 12/16] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [REPOST PATCH 13/16] selftests: KVM: aarch64: Test chained events for PMU
` [REPOST PATCH 14/16] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [REPOST PATCH 16/16] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs
[PATCH] KVM: arm64: Avoid inverted vcpu->mutex v. kvm->lock ordering
2023-03-09 8:53 UTC (3+ messages)
[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
2023-03-09 8:29 UTC (12+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
[PATCH] KVM: arm64: fix repeated words in comments
2023-03-09 7:59 UTC
[PATCH v4 00/30] EFI and ACPI support for arm64
2023-03-09 7:11 UTC (3+ messages)
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}
[PATCH v1 0/2] KVM: selftests: Fixes for broken tests
2023-03-08 11:18 UTC (4+ messages)
` [PATCH v1 2/2] KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48
[PATCH v2 0/3] KVM: selftests: Fixes for broken tests
2023-03-08 11:09 UTC (4+ messages)
` [PATCH v2 1/3] KVM: selftests: Fixup config fragment for access_tracking_perf_test
` [PATCH v2 2/3] KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48
` [PATCH v2 3/3] KVM: selftests: arm64: Fix ttbr0_el1 encoding "
[PATCH v2 0/3] KVM: arm64: Floating point documentation updates and code tweaks
2023-03-07 17:37 UTC (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Document check for TIF_FOREIGN_FPSTATE
` [PATCH v2 2/3] KVM: arm64: Restructure check for SVE support in FP trap handler
` [PATCH v2 3/3] KVM: arm64: Clarify host SME state management
[kvm-unit-tests PATCH v3 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
2023-03-07 13:44 UTC (2+ messages)
[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
2023-03-07 11:28 UTC (6+ messages)
` [kvm-unit-tests PATCH v10 3/7] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v10 4/7] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v10 5/7] arm/locking-tests: add comprehensive locking test
` [kvm-unit-tests PATCH v10 6/7] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v10 7/7] arm/tcg-test: some basic TCG exercising tests
page: next (older)
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).