messages from 2024-01-23 19:49:24 to 2024-01-29 15:33:02 UTC [more...]
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-29 15:32 UTC (22+ 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 V16 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
2024-01-29 12:20 UTC (4+ messages)
` [PATCH V16 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests
[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
2024-01-29 11:59 UTC (55+ 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 00/15] KVM: arm64: Improvements to GICv3 LPI injection
2024-01-29 1:03 UTC (29+ messages)
` [PATCH 01/15] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH 02/15] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH 03/15] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH 04/15] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH 05/15] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH 06/15] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH 07/15] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH 08/15] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH 09/15] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH 10/15] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
` [PATCH 11/15] KVM: arm64: vgic-its: Lazily allocate LPI translation cache
` [PATCH 12/15] KVM: arm64: vgic-its: Pick cache victim based on usage count
` [PATCH 13/15] KVM: arm64: vgic-its: Protect cached vgic_irq pointers with RCU
` [PATCH 14/15] KVM: arm64: vgic-its: Treat the LPI translation cache as an rculist
` [PATCH 15/15] KVM: arm64: vgic-its: Rely on RCU to protect translation cache reads
[PATCH v2 0/2] irqchip/gic-v4.1: Two bugfixes about doorbell affinity
2024-01-28 13:28 UTC (8+ 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 v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
2024-01-26 20:25 UTC (2+ messages)
[PATCH 00/25] KVM/arm64: VM configuration enforcement
2024-01-26 19:05 UTC (31+ messages)
` [PATCH 02/25] KVM: arm64: Add feature checking helpers
` [PATCH 11/25] KVM: arm64: Drop the requirement for XARRAY_MULTI
` [PATCH 12/25] KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
` [PATCH 13/25] KVM: arm64: Always populate the trap configuration xarray
` [PATCH 14/25] KVM: arm64: Register AArch64 system register entries with the sysreg xarray
` [PATCH 15/25] KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
` [PATCH 16/25] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
` [PATCH 18/25] KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
` [PATCH 19/25] KVM: arm64: Move existing feature disabling over to FGU infrastructure
` [PATCH 20/25] KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2
` [PATCH 21/25] KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
` [PATCH 23/25] KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU is "
` [PATCH 24/25] KVM: arm64: Make FEAT_MOPS UNDEF if "
[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 v3 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2024-01-26 10:25 UTC (2+ messages)
[PATCH] irqchip/gic-v4.1: Fix GICv4.1 doorbell affinity
2024-01-26 10:19 UTC (2+ messages)
[bug report] GICv4.1: doorbell interrupts will be lost in a corner case
2024-01-25 13:26 UTC (3+ messages)
[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
2024-01-25 8:58 UTC (6+ messages)
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
2024-01-24 20:59 UTC (3+ messages)
` [PATCH v2] "
[PATCH 24/82] KVM: arm64: vgic: Refactor intentional wrap-around calculation
2024-01-24 15:13 UTC (5+ messages)
` [PATCH 57/82] KVM: arm64: vgic-v3: Refactor intentional wrap-around test
[kvm-unit-tests PATCH 00/24] Introduce RISC-V
2024-01-24 10:21 UTC (33+ messages)
` [kvm-unit-tests PATCH 01/24] configure: Add ARCH_LIBDIR
` [kvm-unit-tests PATCH 02/24] riscv: Initial port, hello world
` [kvm-unit-tests PATCH 03/24] arm/arm64: Move cpumask.h to common lib
` [kvm-unit-tests PATCH 04/24] arm/arm64: Share cpu online, present and idle masks
` [kvm-unit-tests PATCH 05/24] riscv: Add DT parsing
` [kvm-unit-tests PATCH 06/24] riscv: Add initial SBI support
` [kvm-unit-tests PATCH 07/24] riscv: Add run script and unittests.cfg
` [kvm-unit-tests PATCH 08/24] riscv: Add riscv32 support
` [kvm-unit-tests PATCH 09/24] riscv: Add exception handling
` [kvm-unit-tests PATCH 10/24] riscv: Add backtrace support
` [kvm-unit-tests PATCH 11/24] arm/arm64: Generalize wfe/sev names in smp.c
` [kvm-unit-tests PATCH 12/24] arm/arm64: Remove spinlocks from on_cpu_async
` [kvm-unit-tests PATCH 13/24] arm/arm64: Share on_cpus
` [kvm-unit-tests PATCH 14/24] riscv: Compile with march
` [kvm-unit-tests PATCH 15/24] riscv: Add SMP support
` [kvm-unit-tests PATCH 16/24] arm/arm64: Share memregions
` [kvm-unit-tests PATCH 17/24] riscv: Populate memregions and switch to page allocator
` [kvm-unit-tests PATCH 18/24] riscv: Add MMU support
` [kvm-unit-tests PATCH 19/24] riscv: Enable the MMU in secondaries
` [kvm-unit-tests PATCH 20/24] riscv: Enable vmalloc
` [kvm-unit-tests PATCH 21/24] lib: Add strcasecmp and strncasecmp
` [kvm-unit-tests PATCH 22/24] riscv: Add isa string parsing
` [kvm-unit-tests PATCH 23/24] gitlab-ci: Add riscv64 tests
` "
` [kvm-unit-tests PATCH 24/24] MAINTAINERS: Add riscv
[PATCH v2] KVM: arm64: Fix circular locking dependency
2024-01-24 9:10 UTC
[PATCH] KVM: arm64: Fix circular locking dependency
2024-01-24 9:07 UTC (3+ messages)
[PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
2024-01-24 8:45 UTC (16+ messages)
[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
2024-01-23 19:50 UTC (7+ messages)
` [RFC PATCH 12/45] KVM: arm64: pkvm: Unify pkvm_pkvm_teardown_donated_memory()
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration
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