aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Correct the return value for pmap_change_attr()Justin Hibbits2017-02-211-1/+1
* Add a driver for the RouterBoard RB800 User LEDJustin Hibbits2017-02-191-0/+149
* Bring back r313037, with fixes for mips:Jason A. Harmening2017-02-192-2/+2
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+0
* Revert r313037Jason A. Harmening2017-02-042-2/+2
* Implement get_pcpu() for the remaining architectures and use it toJason A. Harmening2017-02-012-2/+2
* Add Book-E Enhanced Debug (E.D) profile debug supportJustin Hibbits2017-02-013-5/+22
* Don't retry a lost reservation in atomic_fcmpset()Justin Hibbits2017-01-311-14/+14
* Drop the __GNUCLIKE_ASM guards around most atomic inlines.Justin Hibbits2017-01-301-12/+0
* Add a INTR_TRIG_INVALID, and use it in the powerpc interrupt code.Justin Hibbits2017-01-301-3/+3
* Add atomic_fcmpset_*() inlines for powerpcJustin Hibbits2017-01-301-0/+123
* Avoid using non-zero argument for __builtin_frame_address().Justin Hibbits2017-01-231-2/+6
* Hide the 'MOREARGS' macro, it conflicts with contrib code, and is only used i...Justin Hibbits2017-01-222-2/+3
* Fix r312613.Justin Hibbits2017-01-221-1/+1
* Fix use of uninitialized variable.Justin Hibbits2017-01-221-2/+2
* Use the explicit expanded form of cmp.Justin Hibbits2017-01-181-1/+1
* Force all TOC references in asm to include '@toc'Justin Hibbits2017-01-111-2/+3
* Migrate e1000 to the IFLIB framework:Sean Bruno2017-01-101-1/+0
* Knock a page off VM_MAX_KERNEL_ADDRESSJustin Hibbits2017-01-081-1/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-042-6/+6
* Restrict SLB handler to powerpc64 and AIMJustin Hibbits2016-12-281-5/+5
* Use the correct format specifier for physmem chunk sizes.Justin Hibbits2016-12-251-1/+1
* Fix disassembly by adding back some deleted lines.Justin Hibbits2016-12-161-4/+10
* Use the right bitwise OR operation for clearing single-step at trap time.Justin Hibbits2016-12-161-1/+1
* Add a COMPAT_FREEBSD11 kernel option.Mark Johnston2016-12-094-0/+4
* Use trunc_page() instead of rolling my own in pmap_track_page()Justin Hibbits2016-12-051-1/+1
* Fix a typo (move parenthesis to correct location in the line).Justin Hibbits2016-12-041-1/+1
* Bring the powerpc DDB disassembler into the 21st centuryJustin Hibbits2016-11-301-198/+322
* Add an isync to after mtsrin, required by the MPC750 errataJustin Hibbits2016-11-251-1/+1
* Fix the build post-r309017 for MPC85XX/MPC85XXSPEJustin Hibbits2016-11-241-1/+1
* Fix buildworld for powerpc.Justin Hibbits2016-11-201-5/+15
* Fix buildworldJustin Hibbits2016-11-181-2/+2
* Simplify the page tracking for VA<->PA translations.Justin Hibbits2016-11-164-2/+47
* Add a GPIO poweroff and reset driver.Justin Hibbits2016-11-162-0/+2
* Add sdhci and mmc drivers to MPC85XX/MPC85XXSPEJustin Hibbits2016-11-152-0/+5
* Write to the correct GPIO registers.Justin Hibbits2016-11-151-2/+2
* Make dpaa work with only slightly modified Linux device trees.Justin Hibbits2016-11-121-2/+0
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Add P1022 and compatible SVR IDsJustin Hibbits2016-11-021-0/+4
* Merge i.MX and PowerPC SDHCI driversJustin Hibbits2016-11-022-1600/+0
* Add the SPE feature mask for e500v1 and e500v2Justin Hibbits2016-10-292-3/+10
* Add a bunch of new default options to MPC85XX* configsJustin Hibbits2016-10-242-0/+14
* Revert r307813.Justin Hibbits2016-10-231-3/+3
* Use the right thread pointer for SPE alignment exceptions.Justin Hibbits2016-10-231-5/+5
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-227-0/+333
* Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits2016-10-211-0/+2
* Un-static two local variables in the FPU emulatorJustin Hibbits2016-10-191-2/+2
* Fix booting on systems that use loader(8) (most of them).Justin Hibbits2016-10-161-1/+4
* Drop support for using mmap() with /dev/kmem.John Baldwin2016-10-141-2/+0
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-26/+1