| Age | Commit message (Expand) | Author |
| 2022-12-14 | if we have the ROM font, make it available to wsdisplay | macallan |
| 2022-12-06 | convert more seriously early output to ofprint | macallan |
| 2022-11-24 | move ofprint() to powerpc/ofw_machdep.c and make it official | macallan |
| 2022-08-07 | fix typos in comments. | andvar |
| 2022-05-09 | PR port-powerpc/56818 | rin |
| 2022-04-09 | sys: Use membar_release/acquire around reference drop. | riastradh |
| 2022-03-12 | sys: Membar audit around reference count releases. | riastradh |
| 2022-02-18 | Backout previous and fix the correct macro magic | martin |
| 2022-02-18 | pmap_pv_protect is not STATIC | martin |
| 2022-02-16 | powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks. | riastradh |
| 2022-02-16 | powerpc: Implement pv-tracking for unmanaged pages. | riastradh |
| 2022-02-13 | PR port-macppc/56091: on G5 macs we currently can not easily make | martin |
| 2021-12-05 | s/specificed/specified/ in comment. | msaitoh |
| 2021-12-05 | s/preceed/preced/ in comment. | msaitoh |
| 2021-10-30 | - In vec_restore_from_mcontext() and vec_save_to_mcontext(), allows the | thorpej |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-07-19 | there is no need to keep pvos for unmanaged mappings on a hidden p/v list, | chs |
| 2021-06-27 | PR 55325: unify both pvo pools (for managed and unmanaged pages). | martin |
| 2021-04-02 | clarify comment in previous | macallan |
| 2021-04-01 | avoid mapping 0xfffff000 - my beige G3 DSIs on it | macallan |
| 2021-03-21 | Fix copy-paste. | rin |
| 2021-03-12 | Fix paste-o in last. | thorpej |
| 2021-03-12 | Re-factor the code in pmap_extract() that checks the 601 I/O segment | thorpej |
| 2021-03-11 | Tidy up initialization of the kernel SRs just a bit. | thorpej |
| 2021-03-10 | - In pmap_bootstrap1(), make sure to initialize pmap_kernel()->pm_vsid | thorpej |
| 2021-03-05 | Separate probing for the console device and initializing it, so that | thorpej |
| 2021-03-05 | Split set_timebase() into get_timebase_frequency() and init_decrementer(). | thorpej |
| 2021-03-05 | Move ofppc-specific CPU spinup code to ofppc/machdep.c | thorpej |
| 2021-03-02 | Complete the pmap symbol renaming shenanigans for pmap_bootstrap[12](). | thorpej |
| 2021-03-02 | Apply PMAPNAME() to pmap_bootstrap[12](); fix build for ofppc, which has | rin |
| 2021-03-01 | Split pmap_bootstrap() into 2 functions: | thorpej |
| 2021-02-28 | Minor re-ordering of a few things, and issue an isync barrier at all | 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 | In ofwoea_initppc(), call oea_init() after getting the bootpath, etc. | 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-26 | Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than in | thorpej |
| 2021-02-24 | - Fix a comment. | thorpej |
| 2021-02-24 | Don't save the firmware's copy of SPRG[0-3], and don't fiddle with | thorpej |
| 2021-02-24 | Add a provision for a per-cpu battable. Each CPU starts with the global | thorpej |
| 2021-02-19 | Update some #ifdef PMAC_G5 for previous change that I missed before. | thorpej |
| 2021-02-19 | Fix the previously differently. | thorpej |
| 2021-02-19 | ofwreal_incharge does not need to be global. | thorpej |
| 2021-02-19 | Put back accidental removal of "ofwreal_incharge". | thorpej |
| 2021-02-19 | Avoid an unused variable warning for the not-building-macppc case. | thorpej |
| 2021-02-19 | Revert unintended change. | 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-18 | - Tidy up some comments. | thorpej |