aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-236-12/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-235-5/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-257-7/+7
* powerpc: fix a few pmap related functions to return correct typesDimitry Andric2023-04-293-8/+8
* powerpc/pmap: Add pmap_sync_icache() for radix pmapJustin Hibbits2023-03-151-0/+21
* powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flagAlfredo Dal'Ava Junior2022-10-061-1/+1
* powerpc64: make radix with superpages defaultLeandro Lupori2022-10-041-1/+3
* powerpc64: fix radix on pseries TLB invalidationLeandro Lupori2022-10-041-11/+16
* powerpc/pseries: Allow radix pmap in pseries for ISA 3.0Justin Hibbits2022-10-041-14/+39
* powerpc64le: fix boot when using QEMU PowerNVLeandro Lupori2022-10-041-0/+3
* Adjust function definition in moea64_native.c to avoid clang 15 warningDimitry Andric2022-08-211-1/+1
* Adjust function definitions in mmu_radix.c to avoid clang 15 warningsDimitry Andric2022-08-211-3/+3
* Adjust function definitions in mmu_oea64.c to avoid clang 15 warningsDimitry Andric2022-08-211-2/+2
* Fix unused variable warning in mmu_radix.cDimitry Andric2022-08-211-1/+8
* Adjust function definition in aim_machdep.c to avoid clang 15 warningDimitry Andric2022-08-211-1/+1
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2022-05-121-1/+0
* Add a VA_IS_CLEANMAP() macro.John Baldwin2022-05-101-3/+2
* powerpc: Fix two typos in source code commentsGordon Bergling2022-04-142-2/+2
* sched: separate out schedinit_ap()Kyle Evans2022-02-101-0/+2
* powerpc64: fix the calculation of MaxmemLeandro Lupori2022-01-102-2/+2
* Clean up a couple of MD warts in vm_fault_populate():Jason A. Harmening2021-12-281-0/+8
* minidump: Use the provided dump bitsetMitchell Horne2021-12-031-5/+5
* powerpc64: fix OFWFB with Radix MMULeandro Lupori2021-11-052-16/+34
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-11-031-2/+2
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-11-032-10/+7
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-11-032-27/+16
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-10-151-2/+2
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-291-2/+6
* powerpc64: add missing TLB invalidations to radixLeandro Lupori2021-04-221-1/+4
* powerpc64: clear low-order bits of ARPNLeandro Lupori2021-04-221-2/+2
* powerpc/aim: Update timebase directly on resume instead of through platformJustin Hibbits2021-04-202-4/+2
* powerpc/powermac: Constrain 'cpu_sleep()' for AIM to mpc745xJustin Hibbits2021-04-201-1/+3
* powerpc64: support superpages on pmap_mincoreLeandro Lupori2021-04-061-2/+4
* powerpc64: Fix boot on virtual-mode OF (PowerMac G5)Brandon Bergren2021-02-101-0/+10
* Radix dump updatesJustin Hibbits2020-12-301-0/+8
* powerpc/radix_mmu: Apply errata fixes for POWER9 TLB invalidation bugJustin Hibbits2020-12-301-1/+19
* powerpc/aim: Add machine check handler for TLB multihitJustin Hibbits2020-12-301-1/+2
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-053-0/+5
* vm_phys: Try to clean up NUMA KPIsMark Johnston2020-11-192-2/+2
* [PowerPC] Don't overwrite vm.pmap sysctl nodeLeandro Lupori2020-11-172-13/+9
* [PowerPC64LE] Radix MMU fixes for LE.Brandon Bergren2020-11-131-199/+222
* [PowerPC] Fix powerpc64le boot after HPT superpages additionBrandon Bergren2020-11-081-7/+9
* Fix powerpc and LINT buildsLeandro Lupori2020-11-062-1/+4
* Implement superpages for PowerPC64 (HPT)Leandro Lupori2020-11-063-109/+1375
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-142-0/+2
* [PowerPC64LE] Fix AP spinup on powernv.Brandon Bergren2020-09-231-0/+13
* [PowerPC64LE] Implement endian-independent dword atomic PTE lock.Brandon Bergren2020-09-231-1/+33
* [PowerPC64LE] Fix endian conversion bugs in moea64.Brandon Bergren2020-09-231-4/+4
* [PowerPC64LE] LE bringup work: locore / machdep / platformBrandon Bergren2020-09-222-1/+11