| Age | Commit message (Expand) | Author |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-07-27 | Fix some -fno-common fallout | matt |
| 2011-12-12 | Fix hangs-up. Remove "wrteei 1" in board's cpu_configure(). Interrupt | kiyohara |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-22 | Add support pci_intr_setattr. | matt |
| 2011-06-20 | Don't include *pmap.h in assembly files. Get the needed definitions | 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-15 | - convert to use device_t, cfattach_t, CFATTACH_DECL_NEW etc. | cliff |
| 2011-06-15 | in pbus_attach() make locs[] and pass to config_found_sm_loc() | cliff |
| 2011-06-12 | for booke and ibm4xx evbppc systems, set module_machine to to either | mrg |
| 2011-06-06 | CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 | matt |
| 2011-06-06 | More device_t, cfdata, CFATTACH_DECL_NEW cleanup. | matt |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 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 |
| 2011-01-17 | Change some register uses to %rX that were missed the firt time. | matt |
| 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-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-13 | LKM -> MODULAR | ad |
| 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 |
| 2008-05-30 | pci_intr_setattr(), allows PCI interrupts to be marked MPSAFE on x86, and | ad |
| 2008-05-03 | Move to 2 clause TNF license | martin |
| 2008-03-15 | Split device_t and softc for pckbc(4) and its attachments. | cube |
| 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-10-07 | Remove unneeded cast which eliminates part of valid interrupt mask bits. | tsutsui |
| 2006-09-18 | Conversion of evbppc to generic TODR. ok freza@ | gdamore |
| 2006-07-13 | Add a blank line between two unrelated parts of code. | simonb |
| 2006-07-10 | Put appropriate prefixes on property names to reduce chances of name | thorpej |
| 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-05-04 | Use config_stdsubmatch() instead of a local submatch function. | simonb |
| 2006-02-26 | Don't fiddle with emac here; call the common ibm4xx_device_register(). | thorpej |