aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* [PPC64] Enable phyp vty use as a GDB DBGPORTLeandro Lupori2019-11-251-0/+163
* [PowerPC] Use QEMU-compatible version of SPE accumulator saveBrandon Bergren2019-11-231-1/+1
* powerpc/ptrace: Give ptrace(2) access to SPE registers when availableJustin Hibbits2019-11-221-2/+8
* powerpc/pmap: Remove an unused error from moea64_pvo_enter()Justin Hibbits2019-11-191-9/+3
* powerpc/booke pmap: Use the right 'tlbilx' form to invalidate TIDsJustin Hibbits2019-11-191-1/+1
* Set MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configurations.Mark Johnston2019-11-182-1/+2
* powerpc: Re-add -Wno-redundant-decls to DPAA build flagsJustin Hibbits2019-11-171-0/+1
* powerpc: Return SIGILL if DSCR does not exist in m{f,t}spr emulationJustin Hibbits2019-11-171-4/+8
* powerpcspe: Don't leak kernel registers in SPE dumpsJustin Hibbits2019-11-161-4/+13
* powerpcspe: Mark asm statement in spe_save_reg_high as clobbering memoryJustin Hibbits2019-11-161-1/+1
* Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin2019-11-152-0/+3
* atomic: Add atomic_cmpset_masked to powerpc and use itJustin Hibbits2019-11-151-0/+32
* powerpc: Kernel fixes for ppc32 and powerpcspe w/ lldBrandon Bergren2019-11-141-16/+8
* powerpc64: Don't guard ISA 3.0 partition table setup with hw_direct_mapJustin Hibbits2019-11-131-3/+2
* powerpc: Don't savectx() twice in IPI_STOP handlerJustin Hibbits2019-11-131-1/+0
* powerpc64/powernv: Use OPAL call for non-POWER8 PCI TCE resetJustin Hibbits2019-11-102-3/+10
* powerpc/booke: Only handle kernel page faults in KVA rangeJustin Hibbits2019-11-081-0/+9
* powerpc/booke: Make the TLB save area and mask matchJustin Hibbits2019-11-082-4/+4
* powerpc/mpc85xx: Add MSI support for Freescale PowerPC SoCsJustin Hibbits2019-11-084-13/+274
* powerpc/booke: Fix pmap_mapdev_attr() for multi-TLB1 entry mappingsJustin Hibbits2019-11-061-11/+54
* powerpc/pmap: Make use of tlb1_mapin_region in pmap_mapdev_attr()Justin Hibbits2019-11-041-80/+44
* powerpc: Add display of raw instruction values to x/I in ddb.Brandon Bergren2019-11-031-0/+2
* powerpc: Fix incorrect disassembly of the cntlzw instruction in ddb.Brandon Bergren2019-11-031-1/+1
* Add support for building Book-E kernels with clang/lld.Brandon Bergren2019-11-027-55/+120
* powerpc/mpc85xx: Set description for the MPC85xx RC bridgeJustin Hibbits2019-11-021-0/+2
* powerpc/booke: Fix TLB1 entry accountingJustin Hibbits2019-11-011-15/+25
* Fix GDB machdep code for PPC/PPC64Leandro Lupori2019-10-312-4/+45
* [PPC64] Fix trapstk overflowLeandro Lupori2019-10-311-1/+1
* powerpc/booke: Simplify the MPC85XX PCIe root complex driverJustin Hibbits2019-10-242-140/+15
* powerpc/booke: Fix Book-E boot post-minidumpJustin Hibbits2019-10-231-0/+4
* [PPC] Avoid underflows in NUMA domainsLeandro Lupori2019-10-222-2/+2
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-13/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-26/+25
* [PPC64] Add minidump support to PowerNVLeandro Lupori2019-10-211-0/+25
* powerpc/booke: Don't zero MAS8, it's unnecessaryJustin Hibbits2019-10-202-26/+0
* powerpc/booke pmap: Fix printf format type warningsJustin Hibbits2019-10-191-4/+4
* powerpc/aim: Fix comment typoJustin Hibbits2019-10-191-1/+1
* powerpc/mpc85xx: Replace global PCI config mutex with per-controller mutexJustin Hibbits2019-10-191-16/+11
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-172-0/+2
* Remove page locking from pmap_mincore().Mark Johnston2019-10-163-6/+6
* Clear PGA_WRITEABLE in moea_pvo_remove().Mark Johnston2019-10-161-7/+10
* Fix assert in PowerPC pmaps after introduction of object busy.Konstantin Belousov2019-10-164-13/+29
* powerpc/mpc85xx: Fix function type for fsl_pcib_error_intr()Justin Hibbits2019-10-161-4/+2
* powerpc: Add AmigaOne platform, a subclass of MPC85xxJustin Hibbits2019-10-161-0/+123
* (6/6) Convert pmap to expect busy in write related operations now that allJeff Roberson2019-10-153-67/+27
* (3/6) Add a shared object busy synchronization mechanism that blocks new pageJeff Roberson2019-10-153-6/+6
* powerpc/atomic: Fix atomic_cmpset_rel()Justin Hibbits2019-10-151-1/+1
* Fix powerpc/powerpcspe buildsLeandro Lupori2019-10-142-1/+23
* [PPC64] Initial kernel minidump implementationLeandro Lupori2019-10-1411-1/+717
* powerpc/pmap: Tighten condition for removing tracked pages in Book-E pmapJustin Hibbits2019-10-131-2/+2