| Age | Commit message (Expand) | Author |
| 2023-05-10 | powerpc: Use config_detach_children to reduce error branch bugs. | riastradh |
| 2023-04-17 | Trailing whitespace | skrll |
| 2023-04-17 | KNF. | skrll |
| 2023-04-07 | Spaces to TAB | skrll |
| 2022-10-26 | MI PMAP hardware page table walker support. | skrll |
| 2022-09-25 | Rename pmap_segtab_t *stp to stb for consistency with a future | skrll |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-07-22 | Normalize how motoi2c controllers are attached. | thorpej |
| 2022-07-22 | Split the i2c controller into 2 separate instances. This aligns with | thorpej |
| 2022-07-22 | Stop using deprecated proplib functions. | thorpej |
| 2022-07-22 | Drop using deprecated proplib functions. | thorpej |
| 2022-07-05 | fix various typos in comments. | andvar |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-05-07 | Downgrade pq3pci_intrsources_lock and pq3pci_msigroups_lock from | rin |
| 2022-05-07 | Obsolete mdio_lock for pq3mdio_mii_{read,write}reg(). | rin |
| 2022-05-07 | Make this assemble correctly with clang. | rin |
| 2022-03-16 | s/paniced/panicked/ and s/borken/broken/ in comments. | andvar |
| 2022-01-11 | fix few typos in comments. | andvar |
| 2021-10-02 | Pass the pmap in tlb_set_asid for the benefit of aarch64. | skrll |
| 2021-10-02 | Use KERNEL_PID instead of 0. NFC. | skrll |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-22 | Fix rnd(9) support; events were not sampled actually in the previous. | rin |
| 2021-03-30 | - Write-back msgbuf and update bootstr for reboot from halt. | rin |
| 2021-03-19 | Support pmap_growkernel and KASAN shadow mapping of the new KVA. | skrll |
| 2021-03-06 | For booke and ibm4xx, switch to software-based single-stepping for PT_STEP | rin |
| 2021-01-24 | Add rnd(9) support. | rin |
| 2021-01-24 | Switch to if_percpuq_enqueue() from if_input(). | rin |
| 2021-01-06 | Sort headers. Also, use <ddb/ddb.h> instead of db_interface.h and | rin |
| 2021-01-06 | Fix pmap_procwr() for powerpc/booke: | rin |
| 2020-12-20 | Support __HAVE_PMAP_PV_TRACK in sys/uvm/pmap based pmaps (aka common pmap) | skrll |
| 2020-11-12 | pq3pci_msi_claim(): remove KASSERT that is valid when allocating MSI | rin |
| 2020-11-12 | Oops, forget to commit local change necessary to support nvme(4) on RB800; | rin |
| 2020-09-10 | Fix build with UVMHIST; stop passing string literal to UVMHIST_LOG(), | rin |
| 2020-07-15 | For booke and ibm4xx, emulate m[ft]msr in user mode, in the same | rin |
| 2020-07-15 | Do not use curlwp twice. No functional changes. | rin |
| 2020-07-07 | Overhaul the interface to pci_configure_bus(): | thorpej |
| 2020-07-07 | Revert previous; tmpfs should be fixed instead. | rin |
| 2020-07-07 | For booke, fix signo and other siginfo returned for userland by | rin |
| 2020-07-07 | Do not clear pcb_onfault for error path of setfault(). | rin |
| 2020-07-07 | For booke, restore callee saved registers when recovery for page fault | rin |
| 2020-07-07 | Fix kernel panic due to tmpfs. | rin |
| 2020-07-06 | Drop unused opt_flash.h. | rin |
| 2020-07-06 | Include required opt_*.h for sure. | rin |
| 2020-07-06 | Include missing opt_altivec.h for PPC_HAVE_SPE. | rin |
| 2020-07-06 | Include missing opt_multiprocessor.h and opt_pmap.h. | rin |