aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/mmu_radix.c
Commit message (Expand)AuthorAgeFilesLines
* vm_phys: Try to clean up NUMA KPIsMark Johnston2020-11-191-1/+1
* [PowerPC] Don't overwrite vm.pmap sysctl nodeLeandro Lupori2020-11-171-7/+4
* [PowerPC64LE] Radix MMU fixes for LE.Brandon Bergren2020-11-131-199/+222
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-141-0/+1
* Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-1/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-17/+0
* Fix clang 11 inline asm constraint error when building powerpc GENERIC64Dimitry Andric2020-08-071-2/+2
* Revert r240317 to prevent leaking pmap entriesConrad Meyer2020-07-161-1/+3
* Revert r362998, r326999 while a better compatibility strategy is devised.Scott Long2020-07-091-1/+1
* Migrate the feature of excluding RAM pages to use "excludelist"Scott Long2020-07-071-1/+1
* powerpc: Use IFUNCs for copyin/copyout/etcJustin Hibbits2020-06-061-17/+0
* powerpc: Add a (CPU/runtime features) flags set to pcpu structJustin Hibbits2020-06-061-0/+1
* [PowerPC] Fix radix crash when passing -1 from userspaceBrandon Bergren2020-05-281-1/+2
* powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobjJustin Hibbits2020-05-271-200/+194
* powerpc: Handle machine checks caused by D-ERAT multihitJustin Hibbits2020-05-211-0/+10
* powerpc/radix mmu: No need for delayed TLB invalidationJustin Hibbits2020-05-201-93/+4
* powerpc/mmu: Don't use the cache instructions to zero pagesJustin Hibbits2020-05-191-3/+1
* powerpc64: Implement Radix MMU for POWER9 CPUsJustin Hibbits2020-05-111-0/+6507