aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Revert r240317 to prevent leaking pmap entriesConrad Meyer2020-07-164-1/+6
* Switch from SCTP to SCTP_SUPPORT in GENERIC configs.Mark Johnston2020-07-162-2/+2
* [PowerPC] Use PVO_PADDR to get the PA from PVOLeandro Lupori2020-07-151-14/+17
* 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] XIVE dispatch tweaksBrandon Bergren2020-07-061-8/+7
* [PowerPC] More relocation fixesBrandon Bergren2020-06-211-52/+51
* [PowerPC] Add virtio to GENERICBrandon Bergren2020-06-191-0/+9
* [PowerPC] Fix booke64 qemu infinite loop in L2 cache enableBrandon Bergren2020-06-192-1/+12
* powerpc/pmap: Fix pte_find_next() iterators for booke64 pmapJustin Hibbits2020-06-101-2/+3
* powerpc/powernv: Don't use the vmem quantum cache for OPAL PCI MSI allocationsJustin Hibbits2020-06-101-1/+1
* powerpc/mpc85xx: Don't use the quantum cache in vmem for MPIC MSIsJustin Hibbits2020-06-101-1/+1
* powerpc/pmap: Fix wired memory leak in booke64 page directoriesJustin Hibbits2020-06-091-18/+24
* powerpc/powernv: Don't configure disabled CPUsJustin Hibbits2020-06-081-0/+4
* powerpc: Fix nits in copyinout comments from r361861Justin Hibbits2020-06-061-10/+6
* powerpc: Use IFUNCs for copyin/copyout/etcJustin Hibbits2020-06-069-75/+707
* powerpc: Add a (CPU/runtime features) flags set to pcpu structJustin Hibbits2020-06-066-0/+16
* powerpc: Stop advertising that POWER8 and POWER9 support HTMJustin Hibbits2020-05-291-12/+8
* powerpc/pmap: Remove some debug from r361544Justin Hibbits2020-05-281-4/+0
* [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-2717-2919/+1398
* [PowerPC] Fix invalid asm in trap codeBrandon Bergren2020-05-271-1/+1
* [PowerPC] Fix atomic_cmpset_masked().Brandon Bergren2020-05-261-1/+1
* powerpc/booke pmap: Fix iteration for 64-bit kernel page table creationJustin Hibbits2020-05-261-1/+2
* [PowerPC] Ensure ppc32 cpu_switch routines set up Secure-PLT.Brandon Bergren2020-05-261-0/+6
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-70/+0
* [PowerPC] Fix kernel boot on powerpcBrandon Bergren2020-05-211-1/+0
* powerpc: Handle machine checks caused by D-ERAT multihitJustin Hibbits2020-05-215-0/+30
* powerpc/radix mmu: No need for delayed TLB invalidationJustin Hibbits2020-05-202-99/+4
* powerpc/mmu: Don't use the cache instructions to zero pagesJustin Hibbits2020-05-191-3/+1
* powerpc/qoriq: Add more devices to config for desktop usageJustin Hibbits2020-05-161-0/+7
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-0/+70
* [PowerPC64] Minor correctness fix in rstcode.Brandon Bergren2020-05-121-1/+1
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-70/+0
* powerpc64: Implement Radix MMU for POWER9 CPUsJustin Hibbits2020-05-1118-30/+6805
* powerpc: Add a CPU-custom machine check handlerJustin Hibbits2020-05-106-18/+76
* [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren2020-05-078-18/+332
* Remove an obsolete TODO comment from several minidump implementations.Mark Johnston2020-04-241-1/+0
* Convert canary, execpathp, and pagesizes to pointers.Brooks Davis2020-04-161-3/+3
* Use %zu to print a size_t value instead of %ju.John Baldwin2020-04-161-1/+1
* powerpc: autosize bpvo based on physical memoryAlfredo Dal'Ava Junior2020-04-151-1/+18
* powerpc/booke: Use power-of-two mappings in 64-bit pmap_mapdevJustin Hibbits2020-04-111-4/+49
* powerpc/booke: Add pte_find_next() to find the next in-use PTEJustin Hibbits2020-04-113-3/+80
* powerpc/booke: Change Book-E 64-bit pmap to 4-level tableJustin Hibbits2020-04-118-283/+276
* powerpc/amigaone: Add CPLD driver for AmigaOne A1222 "Tabor"Justin Hibbits2020-04-031-0/+401
* Retire procfs-based process debugging.John Baldwin2020-04-011-1/+0
* powerpc/pmap: Replace a logical TAILQ_FOREACH_SAFE with the real thingJustin Hibbits2020-03-301-3/+1
* Expand generic subword atomic primitivesConrad Meyer2020-03-251-0/+12
* [PowerPC] fix panic reading /dev/kmem on !DMAP machinesAlfredo Dal'Ava Junior2020-03-201-10/+23
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-182-3/+3