aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* powerpc64: initial conversion of oea64 to rwlocksAdrian Chadd2026-02-221-18/+32
* powerpc: document the magic constants for 16MB page sizeAdrian Chadd2026-02-161-0/+13
* powerpc: enable HPT superpages by defaultAdrian Chadd2026-02-161-7/+2
* powerpc64: Fix disappearing low memory on radix MMU systems (POWER9)Timothy Pearson2026-02-053-2/+3
* powerpc64/pmap: No need to use r0 anymore in tlbieJustin Hibbits2026-02-051-14/+3
* powerpc/pmap: Use a constant for HPT superpage shiftJustin Hibbits2026-02-031-2/+2
* powerpc/pmap/oea64: Make PV_LOCK superpage sizedJustin Hibbits2026-02-031-45/+3
* powerpc/pmap: Mark more CPUs as lockless TLBIEJustin Hibbits2026-02-031-2/+2
* powerpc: disable the TLBIE lock, it's not needed for POWER8Adrian Chadd2026-01-271-0/+5
* powerpc: Don't use cache to zero pagesJustin Hibbits2025-11-192-9/+6
* powerpc: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-2/+2
* pmap: Degrade pmap_page_set_attr*() into a no-op on same attributeOlivier Certner2025-07-133-0/+10
* pmap_growkernel(): do not panic immediately, optionally return the errorKonstantin Belousov2025-06-191-6/+7
* vm: remove pa_index from the machine-independent layerAlan Cox2025-06-131-1/+4
* vm: retire vm_page_lock()Alan Cox2025-06-111-1/+1
* powerpc: replace tailq pointers with iteratorsDoug Moore2025-04-213-27/+37
* powerpc: silence compiler warningDoug Moore2025-04-211-0/+4
* powerpc: Add Hypervisor Facility Unavailable handlingJustin Hibbits2025-03-191-0/+1
* powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0Olivier Certner2025-02-191-1/+1
* pmap_growkernel: Use VM_ALLOC_NOFREE when allocating pagetable pagesBojan Novković2024-07-301-3/+3
* powerpc_mmu_radix: Release PTP reference on leaf ptpage allocation failureBojan Novković2024-06-161-1/+4
* powerpc_mmu_radix: Introduce 'pmap_abort_ptp'Bojan Novković2024-06-161-11/+23
* pmap: Skip some superpage promotion attempts that will failAlan Cox2024-06-041-2/+7
* pmap: Convert boolean_t to bool.John Baldwin2024-01-313-118/+117
* powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1)Robert Wing2024-01-091-0/+32
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* powerpc pmap: initialize kernel pmap radix trieDoug Moore2023-09-131-0/+1
* powerpc_mmu_radix: include vm_radix.h fileDoug Moore2023-09-121-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* powerpc: Use valid prototypes for function declarations with no arguments.John Baldwin2023-04-241-2/+2
* powerpc: fix a few pmap related functions to return correct typesDimitry Andric2023-04-233-8/+8
* powerpc/pmap: Account for a potential NULL pmap in pmap_sync_icacheJustin Hibbits2023-03-211-0/+3
* powerpc/pmap: Add pmap_sync_icache() for radix pmapJustin Hibbits2023-03-121-0/+21
* powerpc: fix warning: a function declaration without a prototype is deprecate...Piotr Kubaj2023-02-261-1/+1
* powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flagAlfredo Dal'Ava Junior2022-10-031-1/+1
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-1/+1
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-223-10/+14
* Define _NPCM and the last PC_FREEn constant in terms of _NPCPV.John Baldwin2022-08-231-1/+1
* Adjust function definition in moea64_native.c to avoid clang 15 warningDimitry Andric2022-08-151-1/+1
* Fix unused variable warning in mmu_radix.cDimitry Andric2022-08-151-1/+8
* Adjust function definitions in mmu_radix.c to avoid clang 15 warningsDimitry Andric2022-08-151-3/+3
* Adjust function definitions in mmu_oea64.c to avoid clang 15 warningsDimitry Andric2022-08-151-2/+2
* Adjust function definition in aim_machdep.c to avoid clang 15 warningDimitry Andric2022-08-151-1/+1
* AST: reworkKonstantin Belousov2022-08-022-8/+4
* powerpc: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-3/+3
* powerpc cpudep_ap_setup: Quite unused variable warnings.John Baldwin2022-04-121-5/+7
* powerpc: Remove unused variables.John Baldwin2022-04-121-2/+0