summaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Expand the Freescale PCIe root complex driver with the ofw_pcib_pciJustin Hibbits2017-11-141-2/+96
* Properly initialize the full md_page structureJustin Hibbits2017-11-101-0/+1
* Book-E pmap_mapdev_attr() improvementsJustin Hibbits2017-11-101-13/+31
* Replace manyinstances of VM_WAIT with blocking page allocation flagsJeff Roberson2017-11-083-36/+15
* Add the ISEL feature macro for those powerpc cores that have itJustin Hibbits2017-11-082-10/+12
* Clear the WE bit in C code rather than the asmJustin Hibbits2017-11-082-8/+8
* Set the PRD extension list base address in little endianJustin Hibbits2017-11-061-2/+2
* Fix an off-by-one error missed in the initial commit of this driverJustin Hibbits2017-11-051-2/+3
* Add Freescale QorIQ SATA controller support.Justin Hibbits2017-11-052-0/+2058
* Stop passing -me500 to the assembler for Book-E kernelsJustin Hibbits2017-11-043-3/+6
* Fix integer type and format in debug printJustin Hibbits2017-11-031-2/+2
* Enable a bunch more options in the QORIQ64 kernelJustin Hibbits2017-11-011-5/+16
* Rename a couple files to not conflict with ZFS filenamesJustin Hibbits2017-11-011-2/+2
* Add Guest State (GS) bit to MSR bitsJustin Hibbits2017-11-012-2/+4
* Fix debug interrupts on 64-bit Book-EJustin Hibbits2017-11-012-8/+5
* Make DPAA work in 64-bit modeJustin Hibbits2017-10-311-0/+2
* Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-302-3/+23
* Add P5010/P5010E for completenessJustin Hibbits2017-10-301-0/+2
* Update several more URLsEitan Adler2017-10-293-6/+6
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-202-0/+2
* Expand the TLB nest level mask to 3 bits to match the 32-bit maskJustin Hibbits2017-10-201-1/+1
* No need to check for AIM hereJustin Hibbits2017-10-201-1/+1
* Book-E debug trace fixesJustin Hibbits2017-10-201-8/+13
* Add some more devices to the MPC85XX-based configsJustin Hibbits2017-10-192-0/+8
* Remove some unnecessary includesJustin Hibbits2017-10-191-7/+0
* PPC: increase MAX_PICS to 32Wojciech Macek2017-10-021-1/+1
* Fix indentation for r323068Josh Paetzel2017-09-191-1/+1
* Don't use a non-zero argument for __builtin_frame_addressJustin Hibbits2017-09-171-1/+1
* Print the correct bitmask for the running Book-E CPUJustin Hibbits2017-09-171-5/+21
* Implement mmu_page_init for AIM platforms.Mark Johnston2017-09-172-0/+22
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-1/+3
* Fix riscv and powerpc compilation after r323329.Mateusz Guzik2017-09-091-37/+38
* Add P5021 and P5040 conditions for LAW count check.Justin Hibbits2017-09-091-0/+4
* Add some more PVR and SVR definesJustin Hibbits2017-09-091-0/+9
* Revert r323087Josh Paetzel2017-09-011-0/+1
* Take options IPSEC out of GENERICJosh Paetzel2017-09-011-1/+0
* Allow kldload tcpmd5Josh Paetzel2017-08-311-0/+1
* Use better hard-coded defaults for the cursor shape, and remove nearbyBruce Evans2017-08-191-3/+0
* Add cpufreq support for P1022 and MPC8536Justin Hibbits2017-07-211-0/+343
* Remove an obsolete commentJustin Hibbits2017-07-051-1/+0
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-012-3/+4
* Use the more common Book-E idiom for disabling interrupts.Justin Hibbits2017-06-301-2/+2
* Disable interrupts when updating the TLBJustin Hibbits2017-06-271-0/+10
* Solve the y2038 problem for powerpcJustin Hibbits2017-06-262-6/+8
* Actually add the mpc85xx_get_platform_clock() function.Justin Hibbits2017-06-142-3/+16
* Use mpc85xx_get_platform_clock() instead of rolling our own.Justin Hibbits2017-06-141-3/+1
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-4/+5
* Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov2017-06-121-7/+7
* Add a driver for the Chelsio T6 crypto accelerator engine.John Baldwin2017-05-171-0/+1