aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
* Definitions for registers and trap types found on new POWER CPUs.Nathan Whitehorn2017-11-252-0/+6
* Whether you can use mttb() or not is more complicated than whether PSL_HVNathan Whitehorn2017-11-251-0/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2032-0/+64
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-0/+6
* Add the ISEL feature macro for those powerpc cores that have itJustin Hibbits2017-11-081-1/+2
* Add Guest State (GS) bit to MSR bitsJustin Hibbits2017-11-011-2/+3
* Add P5010/P5010E for completenessJustin Hibbits2017-10-301-0/+2
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* PPC: increase MAX_PICS to 32Wojciech Macek2017-10-021-1/+1
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-1/+3
* Add some more PVR and SVR definesJustin Hibbits2017-09-091-0/+9
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-0/+1
* Solve the y2038 problem for powerpcJustin Hibbits2017-06-262-6/+8
* Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov2017-06-121-7/+7
* Correct pa argument type for pmap_kenter_attr()Justin Hibbits2017-05-161-1/+1
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-172-6/+8
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-4/+4
* Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans2017-03-261-3/+0
* Introduce 64-bit PowerPC Book-E supportJustin Hibbits2017-03-178-9/+184
* Renumber copyright clause 4Warner Losh2017-02-285-5/+5
* Unbreak kernel breakpoints, broken for ~4 years nowJustin Hibbits2017-02-281-1/+1
* 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-011-0/+2
* 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 atomic_fcmpset_*() inlines for powerpcJustin Hibbits2017-01-301-0/+123
* Hide the 'MOREARGS' macro, it conflicts with contrib code, and is only used i...Justin Hibbits2017-01-221-2/+0
* Force all TOC references in asm to include '@toc'Justin Hibbits2017-01-111-2/+3
* Knock a page off VM_MAX_KERNEL_ADDRESSJustin Hibbits2017-01-081-1/+1
* 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-161-0/+2
* Add P1022 and compatible SVR IDsJustin Hibbits2016-11-021-0/+4
* Add the SPE feature mask for e500v1 and e500v2Justin Hibbits2016-10-291-1/+5
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-223-0/+6
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-26/+1
* Include stubs even on the platforms we don't support so libsysdecodeWarner Losh2016-10-111-0/+39
* Fix system hang when large FDT is in useJustin Hibbits2016-08-241-0/+1
* Revert r303890 for now here as camdd fails to build on powerpc*Bjoern A. Zeeb2016-08-111-1/+3
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-3/+1
* Set EN_MAS7_UPDATE HID0 bit for e500 core.Justin Hibbits2016-08-071-1/+2
* Remove booke_enable_l3_cache declaration and remaining definition.Justin Hibbits2016-07-171-1/+0
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-1/+1
* Fix SMP booting for PowerPC Book-EJustin Hibbits2016-04-191-1/+10
* Restructure device mappings for Book-E.Justin Hibbits2016-04-101-1/+1