| Age | Commit message (Expand) | Author |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2023-05-27 | fix word endings toin -> tion in comments. | andvar |
| 2023-04-28 | Pass local symbols relocations in both passes and provide the kobj_reloc | skrll |
| 2023-04-13 | powerpc/ddb: Fix one more load to use db_read_bytes. | riastradh |
| 2023-04-12 | powerpc/ddb: Use db_read_bytes, not direct pointer access. | riastradh |
| 2023-04-12 | crash(8): Add powerpc support. | riastradh |
| 2023-03-01 | powerpc: Optimization: Omit needless membar when triggering softint. | riastradh |
| 2023-02-23 | powerpc: Add missing barriers in cpu_switchto. | riastradh |
| 2022-12-12 | Move the last remaining kernel printf to ofprint. | martin |
| 2022-12-10 | Move some output to DEBUG-only state | martin |
| 2022-12-10 | Convert more kernel printfs that might happen very early (before kernel | martin |
| 2022-12-05 | Do not bother to set PSL_SE in l_md.md_flags - it is not checked anywhere. | martin |
| 2022-12-05 | Do not copy l_md to the new lwp in cpu_lwp_fork - as discussed on | martin |
| 2022-11-24 | in ofprint() only append \r if the last character is \n | macallan |
| 2022-11-24 | move ofprint() to powerpc/ofw_machdep.c and make it official | macallan |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-10-12 | fix few typos in comments. | andvar |
| 2022-09-12 | Make ibm4xx kernels compiled by clang. | rin |
| 2022-07-26 | s/functin/function/ in copy pasted comment. | andvar |
| 2022-06-02 | As a tiny optimization, rearrange cases as follows: | rin |
| 2022-05-30 | Export CPU capability of unaligned memory access to userland | rin |
| 2022-05-30 | Add routines to fix unaligned memory access for userland process. | rin |
| 2022-05-20 | s/auxillary/auxiliary/ in comments. | andvar |
| 2022-05-18 | fix typos in word "access" and it derivatives, mainly in comments. | andvar |
| 2022-05-03 | fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. | andvar |
| 2022-04-06 | Nix trailing whitespace in files of membars, atomics, and lock stubs. | riastradh |
| 2022-03-16 | s/frmae/frame/ | andvar |
| 2022-03-13 | s/hander/handler/ and s/hader/header/ in comments and documentation. | andvar |
| 2022-03-10 | powerpc: Implement bus_space_barrier as eieio. | riastradh |
| 2022-02-16 | powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks. | riastradh |
| 2022-02-16 | powerpc: Implement bus_dmamap_load_raw. | riastradh |
| 2022-01-01 | more KASSERT vs. DIAGNOSTIC fallout | macallan |
| 2021-11-10 | s/Reseting/Resetting/ | msaitoh |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 2021-10-30 | - In vec_restore_from_mcontext() and vec_save_to_mcontext(), allows the | thorpej |
| 2021-10-27 | Use the signal trampoline version constants from <sys/signal.h>. | thorpej |
| 2021-08-20 | fix various typos in comments and log messages. | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-04-15 | sandpoint has its own module_init_md(). So, do not compile in | rin |
| 2021-03-30 | G/C misleading <evbppc/tlb.h>. Use <powerpc/ibm4xx/tlb.h> directly. | rin |
| 2021-03-06 | For ibm4xx and booke, restore saved PSL_EE bit as done for oea, | rin |
| 2021-03-06 | Convert to KASSERTMSG(9) to display wrong IPL. | rin |
| 2021-03-06 | For booke and ibm4xx, switch to software-based single-stepping for PT_STEP | rin |
| 2021-03-02 | - Add a boolean "ofwbootcons_suppress" that, when true, suppresses | thorpej |
| 2021-02-24 | Add a provision for a per-cpu battable. Each CPU starts with the global | thorpej |
| 2021-02-23 | introduce DDB_END_CMD and replace more than 20 copies of the same | mrg |
| 2021-02-20 | Query real-mode? at startup and cache the result. | 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-13 | - Don't change to the OFW stack in C code; instead, switch to the OFW | thorpej |