summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
AgeCommit message (Expand)Author
2021-12-05s/seach/search/msaitoh
2021-11-02In order to prevent _mcount() from being recursively called when built with C...ryo
2021-11-02fix profiling kernel buildryo
2021-11-02fix build with COPTS=-O0ryo
2021-10-29Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.thorpej
2021-10-27Need frame.hchristos
2021-10-27There is no sigcontext in ppc64christos
2021-10-27Make sigcontext13 visible only to _KERNEL. Make sigcontext visible onlythorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-13Fix IBM405 errata 77 workaround for __cpu_simple_lock{,_try}();rin
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-14Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...ryo
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2021-08-12fix typos in "environment" word.andvar
2021-08-03Fix various typos in comments. Also add missing NetBSD RCS Id in some of thes...andvar
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-04-17Sync MAXfoo params with oea:rin
2021-04-17PR port-powerpc/56107rin
2021-04-17Adjust TABs. No functional changes.rin
2021-04-02Add bit-field definitions for DCR_SDRAM0_B[0-3]CR registers.rin
2021-04-01Whitespace: #define<tab>simonb
2021-03-30G/C misleading <evbppc/tlb.h>. Use <powerpc/ibm4xx/tlb.h> directly.rin
2021-03-30Convert walnut to use powerpc/ibm4xx/openbios.rin
2021-03-30Remove unused "startkernel" argument for openbios_board_init().rin
2021-03-30G/C bootpath.rin
2021-03-29Set com(4) frequency in ibm4xx_device_register() in order to dedup codes.rin
2021-03-12Re-factor the code in pmap_extract() that checks the 601 I/O segmentthorpej
2021-03-11Use ifdef _KERNEL_OPT instead of ifdef _KERNEL before includingsimonb
2021-03-07For LP64, remove members of struct cpu_info that exist just forrin
2021-03-07For _LP64, disable members of struct mdproc just for compatible withrin
2021-03-06For booke and ibm4xx, switch to software-based single-stepping for PT_STEPrin
2021-03-05Separate probing for the console device and initializing it, so thatthorpej
2021-03-05Add 403 family processors other than 403GCX.rin
2021-03-02Turn imask into static.rin
2021-03-02- Add a boolean "ofwbootcons_suppress" that, when true, suppressesthorpej
2021-03-02Complete the pmap symbol renaming shenanigans for pmap_bootstrap[12]().thorpej
2021-03-01Split pmap_bootstrap() into 2 functions:thorpej
2021-02-28Bump OFW_MAX_TRANSLATIONS from 32 -> 48. 32 was already tight (at leastthorpej
2021-02-27Un-do a bunch of misguided code sharing. It's not really shared if it'sthorpej
2021-02-27Don't put #ifdefs in prep_initppc(). Instead, let callers specify thethorpej
2021-02-27Rather than putting it on the caller, just let oea_iobat_add() decidethorpej
2021-02-26Split cpu_model_init() into cpu_features_probe() and cpu_features_enable()thorpej
2021-02-24Add a provision for a per-cpu battable. Each CPU starts with the globalthorpej
2021-02-19Shuffle around a couple of things that aren't particularly OEA-specific:thorpej
2021-02-18Add an ofw_bootstrap() function, called during early bootstrap fromthorpej
2021-02-03Pull out constant definitions inside struct declaration.rin
2021-01-23Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8christos
2021-01-06Drop unused headers. No functional changes intended.rin
2021-01-06Switch DDB for powerpc/booke into SOFTWARE_SSTEP.rin