summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/powerpc
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-05-27fix word endings toin -> tion in comments.andvar
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
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-03-01powerpc: Optimization: Omit needless membar when triggering softint.riastradh
2023-02-23powerpc: Add missing barriers in cpu_switchto.riastradh
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-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-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-12fix few typos in comments.andvar
2022-09-12Make ibm4xx kernels compiled by clang.rin
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-06-02As a tiny optimization, rearrange cases as follows:rin
2022-05-30Export CPU capability of unaligned memory access to userlandrin
2022-05-30Add routines to fix unaligned memory access for userland process.rin
2022-05-20s/auxillary/auxiliary/ in comments.andvar
2022-05-18fix typos in word "access" and it derivatives, mainly in comments.andvar
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2022-04-06Nix trailing whitespace in files of membars, atomics, and lock stubs.riastradh
2022-03-16s/frmae/frame/andvar
2022-03-13s/hander/handler/ and s/hader/header/ in comments and documentation.andvar
2022-03-10powerpc: Implement bus_space_barrier as eieio.riastradh
2022-02-16powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.riastradh
2022-02-16powerpc: Implement bus_dmamap_load_raw.riastradh
2022-01-01more KASSERT vs. DIAGNOSTIC falloutmacallan
2021-11-10s/Reseting/Resetting/msaitoh
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-10-30- In vec_restore_from_mcontext() and vec_save_to_mcontext(), allows thethorpej
2021-10-27Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-08-20fix various typos in comments and log messages.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-04-15sandpoint has its own module_init_md(). So, do not compile inrin
2021-03-30G/C misleading <evbppc/tlb.h>. Use <powerpc/ibm4xx/tlb.h> directly.rin
2021-03-06For ibm4xx and booke, restore saved PSL_EE bit as done for oea,rin
2021-03-06Convert to KASSERTMSG(9) to display wrong IPL.rin
2021-03-06For booke and ibm4xx, switch to software-based single-stepping for PT_STEPrin
2021-03-02- Add a boolean "ofwbootcons_suppress" that, when true, suppressesthorpej
2021-02-24Add a provision for a per-cpu battable. Each CPU starts with the globalthorpej
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2021-02-20Query real-mode? at startup and cache the result.thorpej
2021-02-19Shuffle around a couple of things that aren't particularly OEA-specific:thorpej
2021-02-18Add an ofw_bootstrap() function, called during early bootstrap fromthorpej
2021-02-13- Don't change to the OFW stack in C code; instead, switch to the OFWthorpej