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