| Age | Commit message (Expand) | Author |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2023-06-19 | Fix typo. unknwon -> unknown | msaitoh |
| 2023-05-27 | fix word endings toin -> tion in comments. | andvar |
| 2023-05-10 | powerpc: Use config_detach_children to reduce error branch bugs. | riastradh |
| 2023-04-28 | Pass local symbols relocations in both passes and provide the kobj_reloc | skrll |
| 2023-04-17 | Trailing whitespace | skrll |
| 2023-04-17 | KNF. | 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-04-07 | Spaces to TAB | skrll |
| 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-24 | s/Reqest/Request/ and adding apostrophe for don't and didn't in comments. | andvar |
| 2022-12-14 | if we have the ROM font, make it available to wsdisplay | macallan |
| 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-06 | convert more seriously early output to ofprint | macallan |
| 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-11-15 | remove workaround for old clang - it's not needed anymore and caused problems | macallan |
| 2022-11-02 | fix various typos in comments and messages. | andvar |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-10-26 | MI PMAP hardware page table walker support. | skrll |
| 2022-10-15 | DHT Walnut: Fix failure to attach on-board pdcide(4) for cold boot. | rin |
| 2022-10-12 | fix few typos in comments. | andvar |
| 2022-10-05 | ppc4xx_tlb_enter: One more style sync. No binary changes. | rin |
| 2022-10-05 | Use %[foo], %[bar], ... instead of %0, %1, ... for asm codes. | rin |
| 2022-10-05 | Minor style fixes to asm codes. No binary changes. | rin |
| 2022-10-05 | copy{in,out}str: As a tiny optimization, drop redundant mtpid. | rin |
| 2022-10-04 | copy{in,out}str: Consistently use tmp as scratch register. NFC. | rin |
| 2022-10-04 | copy{in,out}str: "insn[TAB]operands;" for inline asm codes. | rin |
| 2022-10-04 | copy{in,out}str: Style sync with copy{in,out}. No binary changes. | rin |
| 2022-10-04 | copy{in,out}{,str}: Drop needless dcbst. | rin |
| 2022-10-03 | copy{in,out}str: Add cr0 and ctr to list of clobbered registers. | rin |
| 2022-10-03 | copy{in,out}str: Consistently use uaddr instead of udaddr. | rin |
| 2022-10-03 | copy{in,out}str: Tidy up inline asm's: | rin |
| 2022-09-25 | Rename pmap_segtab_t *stp to stb for consistency with a future | skrll |
| 2022-09-20 | Typo in comment. No binary changes. | rin |
| 2022-09-20 | stfs{,x}{,u}: Switch to conversion algorithm specified by Power ISA. | rin |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-09-15 | fnm{add,sub}{,s}: Do not negate NaN. | rin |
| 2022-09-15 | fpu_execute(): Use FR() macro. No binary changes. | rin |
| 2022-09-14 | Fix logic for FPSCR[OX]; set FPSCR[FI] (and therefore FPSCR[XX]). | rin |
| 2022-09-14 | Fix logic for FPSCR[UX]: | rin |
| 2022-09-13 | fesetexceptflag(): Set FE_ALL_INVALID instead of FE_ALL_EXCEPT for | rin |