summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-06-19Fix typo. unknwon -> unknownmsaitoh
2023-05-27fix word endings toin -> tion in comments.andvar
2023-05-10powerpc: Use config_detach_children to reduce error branch bugs.riastradh
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
2023-04-17Trailing whitespaceskrll
2023-04-17KNF.skrll
2023-04-13powerpc/ddb: Fix one more load to use db_read_bytes.riastradh
2023-04-12powerpc/ddb: Use db_read_bytes, not direct pointer access.riastradh
2023-04-12crash(8): Add powerpc support.riastradh
2023-04-07Spaces to TABskrll
2023-03-01powerpc: Optimization: Omit needless membar when triggering softint.riastradh
2023-02-23powerpc: Add missing barriers in cpu_switchto.riastradh
2022-12-24s/Reqest/Request/ and adding apostrophe for don't and didn't in comments.andvar
2022-12-14if we have the ROM font, make it available to wsdisplaymacallan
2022-12-12Move the last remaining kernel printf to ofprint.martin
2022-12-10Move some output to DEBUG-only statemartin
2022-12-10Convert more kernel printfs that might happen very early (before kernelmartin
2022-12-06convert more seriously early output to ofprintmacallan
2022-12-05Do not bother to set PSL_SE in l_md.md_flags - it is not checked anywhere.martin
2022-12-05Do not copy l_md to the new lwp in cpu_lwp_fork - as discussed onmartin
2022-11-24in ofprint() only append \r if the last character is \nmacallan
2022-11-24move ofprint() to powerpc/ofw_machdep.c and make it officialmacallan
2022-11-15remove workaround for old clang - it's not needed anymore and caused problemsmacallan
2022-11-02fix various typos in comments and messages.andvar
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-26MI PMAP hardware page table walker support.skrll
2022-10-15DHT Walnut: Fix failure to attach on-board pdcide(4) for cold boot.rin
2022-10-12fix few typos in comments.andvar
2022-10-05ppc4xx_tlb_enter: One more style sync. No binary changes.rin
2022-10-05Use %[foo], %[bar], ... instead of %0, %1, ... for asm codes.rin
2022-10-05Minor style fixes to asm codes. No binary changes.rin
2022-10-05copy{in,out}str: As a tiny optimization, drop redundant mtpid.rin
2022-10-04copy{in,out}str: Consistently use tmp as scratch register. NFC.rin
2022-10-04copy{in,out}str: "insn[TAB]operands;" for inline asm codes.rin
2022-10-04copy{in,out}str: Style sync with copy{in,out}. No binary changes.rin
2022-10-04copy{in,out}{,str}: Drop needless dcbst.rin
2022-10-03copy{in,out}str: Add cr0 and ctr to list of clobbered registers.rin
2022-10-03copy{in,out}str: Consistently use uaddr instead of udaddr.rin
2022-10-03copy{in,out}str: Tidy up inline asm's:rin
2022-09-25Rename pmap_segtab_t *stp to stb for consistency with a futureskrll
2022-09-20Typo in comment. No binary changes.rin
2022-09-20stfs{,x}{,u}: Switch to conversion algorithm specified by Power ISA.rin
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-15fnm{add,sub}{,s}: Do not negate NaN.rin
2022-09-15fpu_execute(): Use FR() macro. No binary changes.rin
2022-09-14Fix logic for FPSCR[OX]; set FPSCR[FI] (and therefore FPSCR[XX]).rin
2022-09-14Fix logic for FPSCR[UX]:rin
2022-09-13fesetexceptflag(): Set FE_ALL_INVALID instead of FE_ALL_EXCEPT forrin