messages from 2025-01-06 14:25:16 to 2025-01-13 19:31:35 UTC [more...]
[RFC PATCH 0/2] KVM: arm64: vgic-its: Enhance debugging with debugfs and tracepoints
2025-01-13 19:31 UTC (3+ messages)
` [RFC PATCH 1/2] KVM: arm64: vgic-its: Add debugfs interface to expose ITS tables
` [RFC PATCH 2/2] KVM: arm64: vgic-its: Add tracepoints for VGIC ITS commands
[PATCH v2 0/7] Add support for NoTagAccess memory attribute
2025-01-13 19:09 UTC (14+ messages)
` [PATCH v2 1/7] arm64: Update the values to binary from hex
` [PATCH v2 2/7] KVM: arm64: MTE: Update code comments
` [PATCH v2 3/7] arm64: cpufeature: add Allocation Tag Access Permission (MTE_PERM) feature
` [PATCH v2 4/7] KVM: arm64: MTE: Add KVM_CAP_ARM_MTE_PERM
` [PATCH v2 5/7] KVM: arm64: MTE: Use stage-2 NoTagAccess memory attribute if supported
` [PATCH v2 6/7] KVM: arm64: MTE: Nested guest support
` [PATCH v2 7/7] KVM: arm64: Split some of the kvm_pgtable_prot bits into separate defines
[PATCH 0/5] KVM: Add a kvm_run flag to signal need for completion
2025-01-13 18:58 UTC (13+ messages)
` [PATCH 1/5] KVM: x86: Document that KVM_EXIT_HYPERCALL requires completion
` [PATCH 2/5] KVM: Clear vcpu->run->flags at start of KVM_RUN for all architectures
` [PATCH 3/5] KVM: Add a common kvm_run flag to communicate an exit needs completion
` [PATCH 4/5] KVM: selftests: Provide separate helper for KVM_RUN with immediate_exit
` [PATCH 5/5] KVM: selftests: Rely on KVM_RUN_NEEDS_COMPLETION to complete userspace exits
[RFC PATCH 0/4] KVM: arm64: vcpu sysreg accessor rework
2025-01-13 18:35 UTC (5+ messages)
` [RFC PATCH 1/4] KVM: arm64: Add assignment-specific sysreg accessor
` [RFC PATCH 2/4] KVM: arm64: Add RMW specific "
` [RFC PATCH 3/4] KVM: arm64: Don't use __vcpu_sys_reg() to get the address of a sysreg
` [RFC PATCH 4/4] KVM: arm64: Make __vcpu_sys_reg() a pure rvalue operand
[PATCH v10 00/10] kvm/coresight: Support exclude guest and exclude host
2025-01-13 17:02 UTC (19+ messages)
` [PATCH v10 01/10] KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
` [PATCH v10 02/10] KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
` [PATCH v10 03/10] KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU
` [PATCH v10 04/10] arm64/sysreg: Add a comment that the sysreg file should be sorted
` [PATCH v10 05/10] tools: arm64: Update sysreg.h header files
` [PATCH v10 06/10] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v10 07/10] coresight: trbe: Remove redundant disable call
` [PATCH v10 08/10] KVM: arm64: coresight: Give TRBE enabled state to KVM
` [PATCH v10 09/10] KVM: arm64: Support trace filtering for guests
` [PATCH v10 10/10] coresight: Pass guest TRFCR value to KVM
` (subset) [PATCH v10 00/10] kvm/coresight: Support exclude guest and exclude host
[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
2025-01-13 16:27 UTC (9+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
[PATCH v9 0/7] kvm/coresight: Support exclude guest and exclude host
2025-01-13 15:43 UTC (12+ messages)
` [PATCH v9 2/7] tools: arm64: Update sysreg.h header files
` [PATCH v9 3/7] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v9 4/7] coresight: trbe: Remove redundant disable call
` [PATCH v9 5/7] KVM: arm64: coresight: Give TRBE enabled state to KVM
` [PATCH v9 6/7] KVM: arm64: Support trace filtering for guests
` [PATCH v9 7/7] coresight: Pass guest TRFCR value to KVM
[kvm-unit-tests PATCH v1 0/5] arm64: Change the default --processor to max
2025-01-13 15:29 UTC (12+ messages)
` [kvm-unit-tests PATCH v1 1/5] configure: Document that the architecture name 'aarch64' is also supported
` [kvm-unit-tests PATCH v1 2/5] configure: Display the default processor for arm and arm64
` [kvm-unit-tests PATCH v1 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v1 4/5] arm/arm64: Add support for --processor=max
` [kvm-unit-tests PATCH v1 5/5] configure: arm64: Make 'max' the default for --processor
[PATCH v2 00/17] KVM: arm64: Add NV GICv3 support
2025-01-12 17:08 UTC (18+ messages)
` [PATCH v2 01/17] arm64: sysreg: Add layout for ICH_HCR_EL2
` [PATCH v2 02/17] arm64: sysreg: Add layout for ICH_VTR_EL2
` [PATCH v2 03/17] arm64: sysreg: Add layout for ICH_MISR_EL2
` [PATCH v2 04/17] KVM: arm64: Move host SVE/SME state flags out of vCPU
` [PATCH v2 05/17] KVM: arm64: nv: Load timer before the GIC
` [PATCH v2 06/17] KVM: arm64: nv: Add ICH_*_EL2 registers to vpcu_sysreg
` [PATCH v2 07/17] KVM: arm64: nv: Plumb handling of GICv3 EL2 accesses
` [PATCH v2 08/17] KVM: arm64: nv: Sanitise ICH_HCR_EL2 accesses
` [PATCH v2 09/17] KVM: arm64: nv: Nested GICv3 emulation
` [PATCH v2 10/17] KVM: arm64: nv: Handle L2->L1 transition on interrupt injection
` [PATCH v2 11/17] KVM: arm64: nv: Add Maintenance Interrupt emulation
` [PATCH v2 12/17] KVM: arm64: nv: Respect virtual HCR_EL2.TWx setting
` [PATCH v2 13/17] KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
` [PATCH v2 14/17] KVM: arm64: nv: Propagate used_lrs between L1 and L0 contexts
` [PATCH v2 15/17] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v2 16/17] KVM: arm64: nv: Allow userland to set VGIC maintenance IRQ
` [PATCH v2 17/17] KVM: arm64: nv: Fail KVM init if asking for NV without GICv3
[PATCH 0/2] KVM: arm64: nv: Fix sysreg RESx-ication
2025-01-12 16:50 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: nv: Always evaluate HCR_EL2 using sanitising accessors
` [PATCH 2/2] KVM: arm64: nv: Apply RESx settings to sysreg reset values
[PATCH 0/3] KVM: arm64: Simplify pKVM memory transitions
2025-01-12 10:42 UTC (5+ messages)
` [PATCH 1/3] KVM: arm64: Drop pkvm_mem_transition for FF-A
` [PATCH 2/3] KVM: arm64: Drop pkvm_mem_transition for host/hyp sharing
` [PATCH 3/3] KVM: arm64: Drop pkvm_mem_transition for host/hyp donations
[PATCH] KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
2025-01-11 15:02 UTC (2+ messages)
[PATCH] KVM: arm64: vgic: Use str_enabled_disabled() in vgic_v3_probe()
2025-01-11 15:02 UTC (3+ messages)
[PATCH v2 0/9] KVM: selftests: Binary stats fixes and infra updates
2025-01-11 0:50 UTC (10+ messages)
` [PATCH v2 1/9] KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
` [PATCH v2 2/9] KVM: selftests: Close VM's binary stats FD when releasing VM
` [PATCH v2 3/9] KVM: selftests: Assert that __vm_get_stat() actually finds a stat
` [PATCH v2 4/9] KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
` [PATCH v2 5/9] KVM: selftests: Add struct and helpers to wrap binary stats cache
` [PATCH v2 6/9] KVM: selftests: Get VM's binary stats FD when opening VM
` [PATCH v2 7/9] KVM: selftests: Adjust number of files rlimit for all "standard" VMs
` [PATCH v2 8/9] KVM: selftests: Add infrastructure for getting vCPU binary stats
` [PATCH v2 9/9] KVM: selftests: Add compile-time assertions to guard against stats typos
[PATCH v1] arm64: Add TLB Conflict Abort Exception handler to KVM
2025-01-10 18:49 UTC (2+ messages)
[PATCH 00/18] KVM: arm64: Support FEAT_PMUv3 on Apple hardware
2025-01-10 16:22 UTC (6+ messages)
` [PATCH 00/18] KVM: arm64: Support FEAT_PMUv3 on Apple hardware\
[PATCH 0/8] KVM: selftests: Binary stats fixes and infra updates
2025-01-10 1:15 UTC (3+ messages)
[PATCH v2 00/13] KVM: Introduce KVM Userfault
2025-01-09 20:49 UTC (14+ messages)
` [PATCH v2 01/13] KVM: Add KVM_MEM_USERFAULT memslot flag and bitmap
` [PATCH v2 02/13] KVM: Add KVM_MEMORY_EXIT_FLAG_USERFAULT
` [PATCH v2 03/13] KVM: Allow late setting of KVM_MEM_USERFAULT on guest_memfd memslot
` [PATCH v2 04/13] KVM: Advertise KVM_CAP_USERFAULT in KVM_CHECK_EXTENSION
` [PATCH v2 05/13] KVM: x86/mmu: Add support for KVM_MEM_USERFAULT
` [PATCH v2 06/13] KVM: arm64: "
` [PATCH v2 07/13] KVM: selftests: Fix vm_mem_region_set_flags docstring
` [PATCH v2 08/13] KVM: selftests: Fix prefault_mem logic
` [PATCH v2 09/13] KVM: selftests: Add va_start/end into uffd_desc
` [PATCH v2 10/13] KVM: selftests: Add KVM Userfault mode to demand_paging_test
` [PATCH v2 11/13] KVM: selftests: Inform set_memory_region_test of KVM_MEM_USERFAULT
` [PATCH v2 12/13] KVM: selftests: Add KVM_MEM_USERFAULT + guest_memfd toggle tests
` [PATCH v2 13/13] KVM: Documentation: Add KVM_CAP_USERFAULT and KVM_MEM_USERFAULT details
[PATCH v2 00/12] Tracefs support for pKVM
2025-01-09 16:45 UTC (14+ messages)
` [PATCH v2 01/12] ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
` [PATCH v2 02/12] ring-buffer: Introducing ring-buffer remote
` [PATCH v2 03/12] ring-buffer: Expose buffer_data_page material
` [PATCH v2 04/12] KVM: arm64: Support unaligned fixmap in the nVHE hyp
` [PATCH v2 05/12] KVM: arm64: Add clock support "
` [PATCH v2 06/12] KVM: arm64: Add tracing support for the pKVM hyp
` [PATCH v2 07/12] KVM: arm64: Add hyp tracing to tracefs
` [PATCH v2 08/12] KVM: arm64: Add clock for hyp tracefs
` [PATCH v2 09/12] KVM: arm64: Add raw interface "
` [PATCH v2 10/12] KVM: arm64: Add trace "
` [PATCH v2 11/12] KVM: arm64: Add support for hyp events
` [PATCH v2 12/12] KVM: arm64: Add kselftest for tracefs hyp tracefs
[PATCH v5 0/5] arm64: Support 2024 dpISA extensions
2025-01-08 16:38 UTC (8+ messages)
` [PATCH v5 1/5] arm64: Filter out SVE hwcaps when FEAT_SVE isn't implemented
` [PATCH v5 2/5] arm64/sysreg: Update ID_AA64SMFR0_EL1 to DDI0601 2024-12
` [PATCH v5 3/5] arm64/hwcap: Describe 2024 dpISA extensions to userspace
` [PATCH v5 4/5] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
` [PATCH v5 5/5] kselftest/arm64: Add 2024 dpISA extensions to hwcap test
[PATCH 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
2025-01-08 14:02 UTC (8+ messages)
[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
2025-01-08 12:13 UTC (12+ messages)
` [RFC PATCH v2 55/58] drivers/iommu: Add deferred map_sg operations
[PATCH v2] arm64: kvm: Introduce nvhe stack size constants
2025-01-08 11:30 UTC (2+ messages)
[PATCH v2] KVM: arm64: Fix nVHE stacktrace VA bits mask
2025-01-08 11:30 UTC (2+ messages)
[PATCH] KVM: arm64: vgic: Update some comments to improve the code readability
2025-01-08 10:58 UTC (2+ messages)
[PATCH] KVM: arm64: Fix FEAT_MTE in pKVM
2025-01-08 10:25 UTC (4+ messages)
[PATCH 00/13] Tracefs support for pKVM
2025-01-07 21:46 UTC (3+ messages)
[PATCH v4 0/9] arm64: Support 2024 dpISA extensions
2025-01-07 17:18 UTC (9+ messages)
` [PATCH v4 5/9] arm64/sysreg: Update ID_AA64SMFR0_EL1 to DDI0601 2024-09
` [PATCH v4 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
[PATCH] KVM: arm64: Fix nVHE stacktrace VA bits mask
2025-01-07 10:34 UTC (3+ messages)
[PATCH] KVM: arm64: Fix FEAT_MOPS in pKVM
2025-01-07 9:59 UTC (4+ messages)
[PATCH v2] arm64: Add basic JSON register parser
2025-01-06 18:06 UTC (4+ messages)
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