| Age | Commit message (Expand) | Author |
| 2022-02-16 | powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks. | riastradh |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-02-26 | Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than in | thorpej |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2016-12-22 | switch all ports to use uvm_init.c:uvm_md_init() | cherry |
| 2016-10-19 | Added MSI/MSI-X and interrupt_distribute(9) support for powerpc. | nonaka |
| 2015-04-13 | MD rnd.h cleanups. Please let me know if I broke anything! | riastradh |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | Modify mapiodev to take a third argument indicating whether the space | matt |
| 2011-06-22 | Add support pci_intr_setattr. | matt |
| 2011-06-22 | Make pmppc use stock <powerpc/pci_machdep.h> | matt |
| 2011-06-20 | Don't include *pmap.h in assembly files. Get the needed definitions | matt |
| 2011-06-20 | Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore, | matt |
| 2011-06-20 | Cleanup includes. | matt |
| 2011-06-18 | Make a common genassym.cf (powerpc/genassym.cf) and then | matt |
| 2011-06-18 | struct device * -> device_t | matt |
| 2011-06-18 | split device/softc (CFATTACH_DECL_NEW) | matt |
| 2011-06-06 | More device_t, cfdata, CFATTACH_DECL_NEW cleanup. | matt |
| 2011-06-05 | struct device * -> device_t, struct cfdata * -> cfdata_t | matt |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2011-01-17 | Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it | matt |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-12-11 | Don't use r0 in INIT_CPUINFO since it has special meaning to add instructions. | matt |
| 2010-12-11 | Don't init cpu_initclocks too early since that results in decrementer | matt |
| 2010-12-09 | Fix DEBUG build. | uebayasi |
| 2010-03-03 | Fix some historical powerpc curiocity which had kernfs depend on | pooka |
| 2010-02-27 | Spell "exception" properly. | snj |
| 2010-02-25 | Adapt to <spr.h> breakup. | matt |
| 2009-11-26 | Kill proc0paddr. Use lwp0.l_addr instead. | matt |
| 2009-11-21 | Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage. | rmind |
| 2009-09-22 | Split device_t/softc. Tested only on cs at ofisa on shark. | tsutsui |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 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-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | add a dummy argument to cpc700_get_irq() to match the function pointer's | alc |
| 2008-03-29 | Don't forget to initialize sc_dev. | tsutsui |
| 2008-03-28 | Split device_t and softc for MI mc146818 clock, | tsutsui |
| 2008-02-12 | Introduce device_find_by_xname and device_find_by_driver_unit to replace | joerg |
| 2008-02-05 | Ifdef out all the MPC601 code with PPC_OEA601. Now only arches that have the | garbled |
| 2008-01-10 | Move todr_attach(9) calls from each MD attachment to MI mc146818_attach(). | tsutsui |
| 2007-12-05 | Use TAILQ_FIRST(3) and TAILQ_NEXT(3) macro. | tsutsui |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |