messages from 2024-01-25 16:42:47 to 2024-01-31 17:16:07 UTC [more...]
[PATCH v2 00/25] KVM/arm64: VM configuration enforcement
2024-01-31 17:16 UTC (32+ messages)
` [PATCH v2 01/25] arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
` [PATCH v2 02/25] KVM: arm64: Add feature checking helpers
` [PATCH v2 03/25] KVM: arm64: nv: Add sanitising to VNCR-backed sysregs
` [PATCH v2 04/25] KVM: arm64: nv: Add sanitising to EL2 configuration registers
` [PATCH v2 05/25] KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
` [PATCH v2 06/25] KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
` [PATCH v2 07/25] KVM: arm64: nv: Drop sanitised_sys_reg() helper
` [PATCH v2 08/25] KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
` [PATCH v2 09/25] KVM: arm64: nv: Correctly handle negative polarity FGTs
` [PATCH v2 10/25] KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
` [PATCH v2 11/25] KVM: arm64: Drop the requirement for XARRAY_MULTI
` [PATCH v2 12/25] KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
` [PATCH v2 13/25] KVM: arm64: Always populate the trap configuration xarray
` [PATCH v2 14/25] KVM: arm64: Register AArch64 system register entries with the sysreg xarray
` [PATCH v2 15/25] KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
` [PATCH v2 16/25] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
` [PATCH v2 17/25] KVM: arm64: Add Fine-Grained UNDEF tracking information
` [PATCH v2 18/25] KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
` [PATCH v2 19/25] KVM: arm64: Move existing feature disabling over to FGU infrastructure
` [PATCH v2 20/25] KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2
` [PATCH v2 21/25] KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
` [PATCH v2 22/25] KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is "
` [PATCH v2 23/25] KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU "
` [PATCH v2 24/25] KVM: arm64: Make FEAT_MOPS UNDEF if "
` [PATCH v2 25/25] KVM: arm64: Add debugfs file for guest's ID registers
[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
2024-01-31 16:50 UTC (16+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 03/15] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v4 04/15] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v4 05/15] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v4 06/15] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v4 07/15] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v4 08/15] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v4 09/15] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v4 13/15] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v4 15/15] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
2024-01-31 14:18 UTC (81+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
` [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 14/35] of: fdt: Return the region size in of_flat_dt_translate_address()
` [PATCH RFC v3 15/35] of: fdt: Add of_flat_read_u32()
` [PATCH RFC v3 16/35] KVM: arm64: Don't deny VM_PFNMAP VMAs when kvm_has_mte()
` [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory
` [PATCH RFC v3 20/35] arm64: mte: Add tag storage memory to CMA
` [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
` [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks
` [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage
` [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 29/35] arm64: mte: copypage: "
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs
` [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE
` [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag
` [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management
` [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts
[PATCH v2 0/2] irqchip/gic-v4.1: Two bugfixes about doorbell affinity
2024-01-31 14:05 UTC (12+ messages)
` [PATCH v2 1/2] irqchip/gic-v4.1: Fix GICv4.1 "
` [PATCH v2 2/2] irqchip/gic-v4.1: Fix skipping VMOVP in cpu offline scenario
[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
2024-01-31 13:50 UTC (8+ messages)
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
[PATCH 0/5] KVM: selftests: Remove redundant newlines
2024-01-31 8:49 UTC (5+ messages)
` [PATCH 5/5] KVM: selftests: x86_64: "
` "
[PATCH v3 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2024-01-31 3:11 UTC (3+ messages)
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2024-01-31 0:25 UTC (5+ messages)
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler
[PATCH v2] KVM: arm64: Fix circular locking dependency
2024-01-30 21:40 UTC (2+ messages)
[PATCH 00/25] KVM/arm64: VM configuration enforcement
2024-01-30 12:46 UTC (14+ messages)
` [PATCH 02/25] KVM: arm64: Add feature checking helpers
` [PATCH 16/25] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
` [PATCH 21/25] KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
` [PATCH 24/25] KVM: arm64: Make FEAT_MOPS "
[PATCH v3 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
2024-01-30 11:34 UTC (6+ messages)
` [PATCH v3 02/13] arm64: cpufeatures: Correctly handle signed values
[PATCH V16 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
2024-01-30 3:41 UTC (6+ messages)
` [PATCH V16 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests
[PATCH] KVM: arm64: Add capability for unconditional WFx passthrough
2024-01-29 23:17 UTC (2+ messages)
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-29 15:34 UTC (21+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
[PATCH 13/15] KVM: arm64: vgic-its: Protect cached vgic_irq pointers with RCU
2024-01-29 1:03 UTC (2+ messages)
[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
2024-01-26 20:25 UTC (2+ messages)
[kvm-unit-tests PATCH v2 00/24] Introduce RISC-V
2024-01-26 14:23 UTC (25+ messages)
` [kvm-unit-tests PATCH v2 01/24] configure: Add ARCH_LIBDIR
` [kvm-unit-tests PATCH v2 02/24] riscv: Initial port, hello world
` [kvm-unit-tests PATCH v2 03/24] arm/arm64: Move cpumask.h to common lib
` [kvm-unit-tests PATCH v2 04/24] arm/arm64: Share cpu online, present and idle masks
` [kvm-unit-tests PATCH v2 05/24] riscv: Add DT parsing
` [kvm-unit-tests PATCH v2 06/24] riscv: Add initial SBI support
` [kvm-unit-tests PATCH v2 07/24] riscv: Add run script and unittests.cfg
` [kvm-unit-tests PATCH v2 08/24] riscv: Add riscv32 support
` [kvm-unit-tests PATCH v2 09/24] riscv: Add exception handling
` [kvm-unit-tests PATCH v2 10/24] riscv: Add backtrace support
` [kvm-unit-tests PATCH v2 11/24] arm/arm64: Generalize wfe/sev names in smp.c
` [kvm-unit-tests PATCH v2 12/24] arm/arm64: Remove spinlocks from on_cpu_async
` [kvm-unit-tests PATCH v2 13/24] arm/arm64: Share on_cpus
` [kvm-unit-tests PATCH v2 14/24] riscv: Compile with march
` [kvm-unit-tests PATCH v2 15/24] riscv: Add SMP support
` [kvm-unit-tests PATCH v2 16/24] arm/arm64: Share memregions
` [kvm-unit-tests PATCH v2 17/24] riscv: Populate memregions and switch to page allocator
` [kvm-unit-tests PATCH v2 18/24] riscv: Add MMU support
` [kvm-unit-tests PATCH v2 19/24] riscv: Enable the MMU in secondaries
` [kvm-unit-tests PATCH v2 20/24] riscv: Enable vmalloc
` [kvm-unit-tests PATCH v2 21/24] lib: Add strcasecmp and strncasecmp
` [kvm-unit-tests PATCH v2 22/24] riscv: Add isa string parsing
` [kvm-unit-tests PATCH v2 23/24] gitlab-ci: Add riscv64 tests
` [kvm-unit-tests PATCH v2 24/24] MAINTAINERS: Add riscv
[PATCH] irqchip/gic-v4.1: Fix GICv4.1 doorbell affinity
2024-01-26 10:19 UTC (2+ messages)
[PATCH 00/15] KVM: arm64: Improvements to GICv3 LPI injection
2024-01-25 18:07 UTC (5+ messages)
` [PATCH 12/15] KVM: arm64: vgic-its: Pick cache victim based on usage count
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