| Age | Commit message (Expand) | Author |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2023-06-19 | Fix typo. unknwon -> unknown | msaitoh |
| 2022-12-24 | s/Reqest/Request/ and adding apostrophe for don't and didn't in comments. | andvar |
| 2022-10-15 | DHT Walnut: Fix failure to attach on-board pdcide(4) for cold boot. | rin |
| 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-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-09-12 | Work around clang 13.0.0 bug; copy{in,out}() are miscompiled with -O[12], | rin |
| 2022-09-12 | Make ibm4xx kernels compiled by clang. | rin |
| 2022-09-12 | copy{in,out}(): Minor clean up: | rin |
| 2022-09-12 | copyin(): Remove one more needless mtpid. No regression for full ATF. | rin |
| 2022-09-11 | copyin(): Fix comment. No binary changes. | rin |
| 2022-09-11 | copy{in,out}(): Tiny optimizations for __asm codes. | rin |
| 2022-09-11 | copy{in,out}(): Add missing clobber registers to __asm codes. | rin |
| 2022-09-11 | copy{in,out}(): Add missing ``if (count == 0) goto done;''. | rin |
| 2022-09-11 | copy{in,out}(): Consistently use %[tmp] as scratch register. NFC. | rin |
| 2022-09-11 | copyin(): Fix copy-paste in comment. No binary changes. | rin |
| 2022-09-11 | copy{in,out}(): Cosmetic changes to __asm codes. No binary changes. | rin |
| 2022-09-11 | s/udaddr/uaddr/g for consistency; we use kaddr for kernel data address. | rin |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-05-30 | For IBM_PPC403, emulate unaligned memory access for userland process. | rin |
| 2021-09-08 | pte_enter() and pmap_enter_pv(): return zero for success, and | rin |
| 2021-09-05 | Now, ctx_flush() never fails. So, make this function void. | rin |
| 2021-09-05 | pmap_enter_pv(): At the moment, this function is always called with | rin |
| 2021-09-05 | pmap_enter_pv(): No need to initialize npv to NULL. | rin |
| 2021-09-05 | pmap_testout(): Use pmap_{protect,remove}() for va to (va + PAGE_SIZE), | rin |
| 2021-09-05 | if (cond) panic() or Debugger() in #ifdef DIAGNOSTIC ---> KASSERT(!cond) | rin |
| 2021-09-04 | Style. No binary changes. | rin |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-15 | Use uvm_km_alloc(9) with UVM_KMF_NOWAIT flag in pte_enter(), in order not to | rin |
| 2021-04-14 | Style fixes: | rin |
| 2021-03-30 | Use ``for (;;)'' for infinite loop, as required by style. | rin |
| 2021-03-30 | Fix nearly 20 year old type - cache sizes are 2048 bytes, not 2848 bytes. | simonb |
| 2021-03-30 | G/C misleading <evbppc/tlb.h>. Use <powerpc/ibm4xx/tlb.h> directly. | rin |
| 2021-03-30 | According to "PPC405GP Embedded Processor User’s Manual", | rin |
| 2021-03-30 | Support OPB running @ 33MHz for 405GP based boards. | rin |
| 2021-03-30 | Use mnemonic "bdneq". Add missing register prefix. | rin |
| 2021-03-30 | - Document IBM/AMCC Walnut is supported by this file. | rin |
| 2021-03-30 | Remove unused "startkernel" argument for openbios_board_init(). | rin |
| 2021-03-30 | Centralize cpu_reboot(). | rin |