messages from 2023-02-12 11:59:43 to 2023-02-17 04:07:24 UTC [more...]
[PATCH v3 00/12] Implement Eager Page Splitting for ARM
2023-02-17 4:07 UTC (26+ messages)
` [PATCH v3 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v3 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v3 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v3 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v3 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v3 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v3 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v3 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v3 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v3 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v3 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v3 12/12] KVM: arm64: Use local TLBI on permission relaxation
[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
2023-02-16 22:09 UTC (18+ messages)
` [PATCH 01/16] arm64: Add CNTPOFF_EL2 register definition
` [PATCH 02/16] arm64: Add HAS_ECV_CNTPOFF capability
` [PATCH 03/16] kvm: arm64: Expose {un,}lock_all_vcpus() to the reset of KVM
` [PATCH 04/16] KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
` [PATCH 05/16] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
` [PATCH 06/16] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
` [PATCH 07/16] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
` [PATCH 09/16] KVM: arm64: timers: Allow save/restoring of the physical timer
` [PATCH 10/16] KVM: arm64: timers: Rationalise per-vcpu timer init
` [PATCH 11/16] KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and co
` [PATCH 12/16] KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
` [PATCH 13/16] KVM: arm64: nv: timers: Support hyp timer emulation
` [PATCH 14/16] KVM: arm64: selftests: Add physical timer registers to the sysreg list
` [PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
` [PATCH 16/16] KVM: arm64: selftests: Deal with spurious timer interrupts
[PATCH 0/8] Add memory fault exits to avoid slow GUP
2023-02-16 22:55 UTC (26+ messages)
` [PATCH 1/8] selftests/kvm: Fix bug in how demand_paging_test calculates paging rate
` [PATCH 2/8] selftests/kvm: Allow many vcpus per UFFD in demand paging test
` [PATCH 3/8] selftests/kvm: Switch demand paging uffd readers to epoll
` [PATCH 4/8] kvm: Allow hva_pfn_fast to resolve read-only faults
` [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
` [PATCH 6/8] kvm/x86: Add mem fault exit on EPT violations
` [PATCH 7/8] kvm/arm64: Implement KVM_CAP_MEM_FAULT_NOWAIT for arm64
` [PATCH 8/8] selftests/kvm: Handle mem fault exits in demand paging test
[PATCH 00/10] arm64: support Armv8.8 memcpy instructions in userspace
2023-02-16 16:35 UTC (14+ messages)
` [PATCH 01/10] KVM: arm64: initialize HCRX_EL2
` [PATCH 02/10] arm64: cpufeature: detect FEAT_HCX
` [PATCH 03/10] KVM: arm64: switch HCRX_EL2 between host and guest
` [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 v4 03/14] KVM: arm64: PMU: Don't use the sanitized value for PMUVer
2023-02-16 11:30 UTC (2+ messages)
[PATCH v2 00/12] Implement Eager Page Splitting for ARM
2023-02-15 17:47 UTC (17+ messages)
` [PATCH v2 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v2 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v2 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
[REPOST PATCH 00/16] Add support for vPMU selftests
2023-02-15 1:07 UTC (17+ messages)
` [REPOST PATCH 01/16] tools: arm64: Import perf_event.h
` [REPOST PATCH 02/16] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [REPOST PATCH 03/16] KVM: selftests: aarch64: vPMU register test for implemented counters
` [REPOST PATCH 04/16] KVM: selftests: aarch64: vPMU register test for unimplemented counters
` [REPOST PATCH 05/16] selftests: KVM: aarch64: Refactor the vPMU counter access tests
` [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 15/16] selftests: KVM: aarch64: Add multi-vCPU support for vPMU VM creation
` [REPOST PATCH 16/16] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs
[kvm-unit-tests PATCH v5] arm: Replace MAX_SMP probe loop in favor of reading directly
2023-02-14 20:18 UTC (3+ messages)
[kvm-unit-tests PATCH v6 0/2] arm: Add PSCI CPU_OFF test
2023-02-14 20:18 UTC (2+ messages)
[GIT PULL] KVM/arm64 updates for 6.3
2023-02-14 20:36 UTC
[kvm-unit-tests PATCH v4 0/6] arm: pmu: Add support for PMUv3p5
2023-02-14 20:18 UTC (5+ messages)
` [kvm-unit-tests PATCH v4 3/6] arm: pmu: Rename ALL_SET and PRE_OVERFLOW
[kvm-unit-tests PATCH v2 0/2] arm/arm64: teach virt_to_pte_phys() about block descriptors
2023-02-14 20:23 UTC (2+ messages)
[RFC] Support for Arm CCA VMs on Linux
2023-02-14 17:13 UTC (21+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
` [RFC PATCH 05/28] arm64: RME: Define the user ABI
` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
` [RFC PATCH 09/28] arm64: RME: RTT handling
` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
[PATCH 00/13] Extend the vPMU selftest
2023-02-14 8:19 UTC (16+ messages)
` [PATCH 01/13] selftests: KVM: aarch64: Rename vpmu_counter_access.c to vpmu_test.c
` [PATCH 02/13] selftests: KVM: aarch64: Refactor the vPMU counter access tests
` [PATCH 03/13] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [PATCH 04/13] selftests: KVM: aarch64: Add PMU cycle counter helpers
` [PATCH 05/13] selftests: KVM: aarch64: Consider PMU event filters for VM creation
` [PATCH 06/13] selftests: KVM: aarch64: Add KVM PMU event filter test
` [PATCH 07/13] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [PATCH 08/13] selftests: KVM: aarch64: Add vCPU migration test for PMU
` [PATCH 09/13] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [PATCH 10/13] selftests: KVM: aarch64: Test chained events for PMU
` [PATCH 11/13] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [PATCH 12/13] selftests: KVM: aarch64: Add multi-vCPU support for vPMU VM creation
` [PATCH 13/13] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs
[kvm-unit-tests 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
2023-02-14 3:44 UTC (4+ messages)
` [kvm-unit-tests 1/3] arm: gic: Write one bit per time in gic_irq_set_clr_enable()
` [kvm-unit-tests 2/3] arm64: timer: Use gic_enable/disable_irq() macro in timer test
` [kvm-unit-tests 3/3] arm64: microbench: Use gic_enable_irq() macro in microbench test
[PATCH 00/18] KVM: arm64: Prefix patches for NV support
2023-02-13 22:26 UTC (2+ messages)
[PATCH v3 0/8] perf: arm: Make PMUv3 driver available for aarch32
2023-02-13 22:05 UTC (10+ messages)
` [PATCH v3 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH v3 2/8] arm64: perf: Abstract system register accesses away
` [PATCH v3 3/8] perf: pmuv3: Abstract PMU version checks
` [PATCH v3 4/8] perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
` [PATCH v3 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH v3 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH v3 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH v3 8/8] ARM: mach-virt: Select PMUv3 driver by default
[RFC PATCH v2 0/6] KVM: arm64: Userspace SMCCC call filtering
2023-02-13 19:24 UTC (7+ messages)
` [RFC PATCH v2 1/6] KVM: arm64: Add a helper to check if a VM has ran once
` [RFC PATCH v2 5/6] KVM: arm64: Add support for KVM_EXIT_HYPERCALL
[PATCH v4 00/30] EFI and ACPI support for arm64
2023-02-13 10:17 UTC (31+ messages)
` [PATCH v4 01/30] lib: Move acpi header and implementation to lib
` [PATCH v4 02/30] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [PATCH v4 03/30] arm/Makefile.common: Compile lib/acpi.c if CONFIG_EFI=y
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}
` [PATCH v4 05/30] lib: Fix style for acpi.{c,h}
` [PATCH v4 06/30] lib/acpi: Convert table names to Linux style
` [PATCH v4 07/30] x86: Avoid references to fields of ACPI tables
` [PATCH v4 08/30] lib/acpi: Ensure all struct definition for ACPI tables are packed
` [PATCH v4 09/30] lib/acpi: Add support for the XSDT table
` [PATCH v4 10/30] lib/acpi: Extend the definition of the FADT table
` [PATCH v4 11/30] devicetree: Check that fdt is not NULL in dt_available()
` [PATCH v4 12/30] arm64: Add support for setting up the PSCI conduit through ACPI
` [PATCH v4 13/30] arm64: Add support for discovering the UART "
` [PATCH v4 14/30] arm64: Add support for timer initialization "
` [PATCH v4 15/30] arm64: Add support for cpu "
` [PATCH v4 16/30] arm64: Add support for gic "
` [PATCH v4 17/30] lib/printf: Support for precision modifier in printf
` [PATCH v4 18/30] lib/printf: Add support for printing wide strings
` [PATCH v4 19/30] lib/efi: Add support for getting the cmdline
` [PATCH v4 20/30] arm/arm64: Rename etext to _etext
` [PATCH v4 21/30] lib: Avoid ms_abi for calls related to EFI on arm64
` [PATCH v4 22/30] arm64: Add a new type of memory type flag MR_F_RESERVED
` [PATCH v4 23/30] arm64: Add a setup sequence for systems that boot through EFI
` [PATCH v4 24/30] arm64: Copy code from GNU-EFI
` [PATCH v4 25/30] arm64: Change GNU-EFI imported code to use defined types
` [PATCH v4 26/30] arm64: Use code from the gnu-efi when booting with EFI
` [PATCH v4 27/30] lib: Avoid external dependency in libelf
` [PATCH v4 28/30] arm64: Add support for efi in Makefile
` [PATCH v4 29/30] lib: arm: Print test exit status
` [PATCH v4 30/30] arm64: Add an efi/run script
[PATCH v2 0/6] Support writable CPU ID registers from userspace
2023-02-12 21:58 UTC (7+ messages)
` [PATCH v2 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v2 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v2 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v2 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v2 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v2 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[PATCH v2 0/8] perf: arm: Make PMUv3 driver available for aarch32
2023-02-12 11:59 UTC (3+ messages)
` [PATCH v2 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
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