summaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
AgeCommit message (Expand)Author
2025-11-18powerpc: Don't use cache to zero pagesJustin Hibbits
2025-10-13powerpc: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-07-13pmap: Degrade pmap_page_set_attr*() into a no-op on same attributeOlivier Certner
2025-06-20pmap_growkernel(): do not panic immediately, optionally return the errorKonstantin Belousov
2025-06-13vm: remove pa_index from the machine-independent layerAlan Cox
2025-06-11vm: retire vm_page_lock()Alan Cox
2025-04-20powerpc: replace tailq pointers with iteratorsDoug Moore
2025-04-20powerpc: silence compiler warningDoug Moore
2025-03-19powerpc: Add Hypervisor Facility Unavailable handlingJustin Hibbits
2025-02-19powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0Olivier Certner
2024-07-30pmap_growkernel: Use VM_ALLOC_NOFREE when allocating pagetable pagesBojan Novković
2024-06-16powerpc_mmu_radix: Release PTP reference on leaf ptpage allocation failureBojan Novković
2024-06-16powerpc_mmu_radix: Introduce 'pmap_abort_ptp'Bojan Novković
2024-06-04pmap: Skip some superpage promotion attempts that will failAlan Cox
2024-01-31pmap: Convert boolean_t to bool.John Baldwin
2024-01-09powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1)Robert Wing
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-13powerpc pmap: initialize kernel pmap radix trieDoug Moore
2023-09-12powerpc_mmu_radix: include vm_radix.h fileDoug Moore
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-24powerpc: Use valid prototypes for function declarations with no arguments.John Baldwin
2023-04-23powerpc: fix a few pmap related functions to return correct typesDimitry Andric
2023-03-21powerpc/pmap: Account for a potential NULL pmap in pmap_sync_icacheJustin Hibbits
2023-03-12powerpc/pmap: Add pmap_sync_icache() for radix pmapJustin Hibbits
2023-02-26powerpc: fix warning: a function declaration without a prototype is deprecate...Piotr Kubaj
2022-10-03powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flagAlfredo Dal'Ava Junior
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-08-23Define _NPCM and the last PC_FREEn constant in terms of _NPCPV.John Baldwin
2022-08-15Adjust function definition in moea64_native.c to avoid clang 15 warningDimitry Andric
2022-08-15Fix unused variable warning in mmu_radix.cDimitry Andric
2022-08-15Adjust function definitions in mmu_radix.c to avoid clang 15 warningsDimitry Andric
2022-08-15Adjust function definitions in mmu_oea64.c to avoid clang 15 warningsDimitry Andric
2022-08-15Adjust function definition in aim_machdep.c to avoid clang 15 warningDimitry Andric
2022-08-02AST: reworkKonstantin Belousov
2022-04-13powerpc: Use __diagused for variables only used in KASSERT().John Baldwin
2022-04-12powerpc cpudep_ap_setup: Quite unused variable warnings.John Baldwin
2022-04-12powerpc: Remove unused variables.John Baldwin
2022-04-12ppc mmoea64: Workaround set but unused warnings for RB_NEXT.John Baldwin
2022-04-12ppc aim flush_disable_caches: Use void casts instead of a dummy variable.John Baldwin
2022-04-09powerpc: Fix two typos in source code commentsGordon Bergling
2022-01-07powerpc/aim: ifdef DDB pmap debugging functionsWarner Losh
2021-12-15powerpc64: fix the calculation of MaxmemLeandro Lupori
2021-11-25powerpc64le: fix boot when using QEMU PowerNVLeandro Lupori
2021-11-19minidump: Use the provided dump bitsetMitchell Horne
2021-11-03sched: separate out schedinit_ap()Kyle Evans
2021-10-19Use the vm_radix_init() helper when initializing pmapsMark Johnston