aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* 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
* ppc mmoea64: Workaround set but unused warnings for RB_NEXT.John Baldwin2022-04-121-6/+2
* ppc aim flush_disable_caches: Use void casts instead of a dummy variable.John Baldwin2022-04-121-3/+2
* powerpc: Fix two typos in source code commentsGordon Bergling2022-04-092-2/+2
* powerpc/aim: ifdef DDB pmap debugging functionsWarner Losh2022-01-071-0/+4
* powerpc64: fix the calculation of MaxmemLeandro Lupori2021-12-152-2/+2
* powerpc64le: fix boot when using QEMU PowerNVLeandro Lupori2021-11-251-0/+3
* minidump: Use the provided dump bitsetMitchell Horne2021-11-191-5/+5
* sched: separate out schedinit_ap()Kyle Evans2021-11-031-0/+2
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-10-201-2/+2
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-202-10/+7
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-202-27/+16
* powerpc64: make radix with superpages defaultLeandro Lupori2021-10-141-1/+3
* powerpc64: fix OFWFB with Radix MMULeandro Lupori2021-10-142-16/+34
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-291-2/+2
* powerpc64: fix radix on pseries TLB invalidationLeandro Lupori2021-09-081-11/+16
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* powerpc/pseries: Allow radix pmap in pseries for ISA 3.0Justin Hibbits2021-08-121-14/+39
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-151-2/+6
* powerpc64le/pmap: Fix superpage promotionsJustin Hibbits2021-06-061-1/+1
* Apply r350463(43ded0a321a) to powerpc64 radix pmapJustin Hibbits2021-05-291-9/+17
* Apply r350335(5d18382b728) to powerpc64 radix pmapJustin Hibbits2021-05-291-22/+18
* Apply r355991(50079417a5c28caeca3f423b981047db76e8f5cb) to powerpc64Justin Hibbits2021-05-291-2/+2
* powerpc64/radix mmu: Remove dead variableJustin Hibbits2021-05-171-2/+0