aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix altivec disabling in set_mcontext()Justin Hibbits2020-02-061-0/+3
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-2/+2
* uma: convert mbuf_jumbo_alloc to UMA_ZONE_CONTIG & tag othersRyan Libby2020-02-041-2/+8
* [PowerPC] Fix VSX context handlingBrandon Bergren2020-02-043-6/+61
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-11/+9
* [PPC64] Fix NUMA on POWER8Leandro Lupori2020-01-291-10/+13
* This is Ethernet driver so mark the interrupt appropriately.Gleb Smirnoff2020-01-231-1/+1
* powerpc/amiga: Hide CPLD date and time printing behind bootverboseJustin Hibbits2020-01-201-9/+11
* PowerPC: Add CPLD driver for AmigaOne X5000Justin Hibbits2020-01-192-0/+380
* [PowerPC64] fix crash when using machdep.moea64_bpvo_pool_size tunableJustin Hibbits2020-01-191-4/+6
* D23057: [PowerPC] Fix offset calculations in bridge modeBrandon Bergren2020-01-184-11/+14
* Add a 'SINGLETON' directive to kobj interface definitionJustin Hibbits2020-01-182-0/+2
* powerpc: Fix the NUMA domain list on powernvJustin Hibbits2020-01-187-42/+79
* [PowerPC] Fix Book-E direct map for >=16G ram on e5500Brandon Bergren2020-01-181-1/+16
* [PowerPC] Save a dword in the powerpc64 signal trampolineBrandon Bergren2020-01-171-1/+5
* [PPC] Fix wrong commentLeandro Lupori2020-01-171-1/+1
* [PowerPC64] Enable virtio driversLeandro Lupori2020-01-161-0/+9
* powerpc/mpc85xx: Partially revert r356640Justin Hibbits2020-01-131-1/+1
* powerpc/mpc85xx: Fix localbus child reg property decodingJustin Hibbits2020-01-111-2/+2
* powerpc: Prevent infinite loop in moea_sync_icache()Justin Hibbits2020-01-101-1/+1
* powerpc: Mark cpu_feature-based sysctls as MP_SAFEJustin Hibbits2020-01-101-4/+4
* powerpc/powernv: Un-Giant-ify opal_nvram driverJustin Hibbits2020-01-101-4/+31
* powerpc: Remove 'sec' device from QORIQ64 configJustin Hibbits2020-01-041-1/+0
* [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren2020-01-021-0/+4
* [PowerPC] Fix panic when attempting to handle an HMI from an idle threadBrandon Bergren2019-12-302-5/+10
* sc(4) md bits: stop setting sc->kbd entirelyKyle Evans2019-12-301-1/+0
* [PowerPC] Ignore fortify-source warning in trap vector copyBrandon Bergren2019-12-271-0/+5
* Fix the powerpc copyout fixup from r356113Justin Hibbits2019-12-274-3/+128
* powerpc: Move ppc32_runtime_resolve() declaration to the right placeJustin Hibbits2019-12-261-1/+2
* [PowerPC] Define powerpc IFUNC kernel/userspace ABI.Brandon Bergren2019-12-241-0/+60
* [PowerPC] Implement Secure-PLT jump table processing for ppc32.Brandon Bergren2019-12-242-0/+64
* Introduce the concept of busdma tag templates. A template can be allocatedScott Long2019-12-241-0/+51
* powerpc: repeat of r356044Kyle Evans2019-12-231-1/+1
* Kill off dummy kbd driversKyle Evans2019-12-201-19/+0
* Repeat the spinlock_enter/exit pattern from amd64 on other architectures toJeff Roberson2019-12-161-2/+2
* [PPC] Handle qOffsets packetLeandro Lupori2019-12-162-0/+28
* powerpc/powernv: Set the PTCR for the Nest MMUJustin Hibbits2019-12-152-0/+12
* powerpc/mpc85xx: Clean up Freescale SATA driver a littleJustin Hibbits2019-12-151-30/+5
* [PowerPC] Fix SPE floating point environment manipulationBrandon Bergren2019-12-121-1/+1
* [PowerPC] Fix powerpc 32 bit build in mmu_oea64.cBrandon Bergren2019-12-121-0/+6
* Introduce vm_page_astate.Mark Johnston2019-12-103-5/+6
* Enable use of ofwcons for early debugLeandro Lupori2019-12-092-8/+89
* [PPC64] Enable opal console use as a GDB DBGPORTLeandro Lupori2019-12-092-1/+152
* powerpc: Use builtins for fls/flslJustin Hibbits2019-12-081-0/+14
* powerpc64/pmap: micro-optimize some PVO-PTE logicJustin Hibbits2019-12-083-12/+14
* powerpc/pmap: NUMA-ize vm_page_array on powerpcJustin Hibbits2019-12-077-22/+187
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-051-5/+6
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* powerpc/booke: Fix some formatting errors in debug printfsJustin Hibbits2019-12-041-2/+2
* powerpc/booke: Fix 32-bit Book-E SMP AP bringupJustin Hibbits2019-12-041-3/+4