| Age | Commit message (Expand) | Author |
| 2021-08-03 | Switch evbppc/ibm4xx to generic evbppc (same as oea) kernel modules. | rin |
| 2021-03-30 | - Include tlb.h directly, instead of uvm_extern.h. | rin |
| 2021-03-30 | Move common global variables, i.e., phys_map, machine, and machine_arch to | rin |
| 2021-03-30 | Convert walnut to use powerpc/ibm4xx/openbios. | rin |
| 2021-03-30 | Centralize cpu_reboot(). | rin |
| 2021-03-30 | G/C bootpath. | rin |
| 2021-03-29 | Use ibm4xx_cpu_startup() and board_info_init(). | rin |
| 2021-03-29 | Use IBM405GP_UART0_BASE instead of hard-coded magic number 0xef000000. | rin |
| 2021-03-29 | Use ibm40x_machdep.c. | rin |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2012-07-27 | Fix some -fno-common fallout | matt |
| 2011-06-22 | Add support pci_intr_setattr. | matt |
| 2011-06-20 | Change IBM4xx to use the common powerpc PIC framework. | matt |
| 2011-06-20 | Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore, | matt |
| 2011-06-18 | split device/softc (CFATTACH_DECL_NEW) | matt |
| 2011-06-15 | lcsplx is dead. remove last vestiges of it. | matt |
| 2011-06-12 | for booke and ibm4xx evbppc systems, set module_machine to to either | mrg |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2011-01-14 | Retire struct user, remove sys/user.h inclusions. Note sys/user.h header | rmind |
| 2010-03-18 | Support PowerPC 405EX/EXr. | kiyohara |
| 2010-02-25 | Adapt to <spr.h> breakup. | matt |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2009-11-27 | - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. | rmind |
| 2009-11-26 | Kill proc0paddr. Use lwp0.l_addr instead. | matt |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-02-13 | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" | apb |
| 2008-11-30 | As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap | martin |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-11 | It is not appropriate to call pmf_system_shutdown(9) from | dyoung |
| 2008-07-02 | Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-11-29 | Instead of mapping whole RAM with reserved TLB entries, map just enough | freza |
| 2006-10-16 | * convert ibm4xx-based evbppc from reserved-TLB entry allocation to recently | kiyohara |
| 2006-07-13 | Add a blank line between two unrelated parts of code. | simonb |
| 2006-06-30 | Bring ibm4xx interrupt code up to date: | freza |
| 2006-05-05 | Remove the devprop API and switch everthing over to the new proplib. Add | thorpej |
| 2006-02-26 | Set emac0-mac-addr in the "board info" propdb. | thorpej |
| 2005-12-24 | bare asm -> __asm | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-04-25 | Move the MI printing of `copyright' to the MD cpu_startup() code | lukem |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-01-17 | Move struct propdb *board_info to powerpc/ibm4xx/board_prop.c. | shige |
| 2004-09-14 | Tidy up a little. | simonb |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |