| Age | Commit message (Expand) | Author |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2020-04-18 | PMAP_DEBUG has been deleted on arm | skrll |
| 2020-04-18 | Trailing whitespace | skrll |
| 2019-07-16 | Consistently use vaddr_t as initarm and friends return type. | skrll |
| 2019-07-16 | KNF | skrll |
| 2019-01-09 | Fix compile error for *_pci_intr_establish(). | msaitoh |
| 2018-10-28 | Fix a commit | skrll |
| 2018-10-23 | Fix printf format strings - pci_intr_handle_t is uint64_t now on arm | jmcneill |
| 2018-09-21 | Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR into | skrll |
| 2018-07-31 | Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is used | skrll |
| 2018-03-13 | fix compile error (printf format) | ryo |
| 2016-12-22 | switch all ports to use uvm_init.c:uvm_md_init() | cherry |
| 2015-03-05 | Spellos | skrll |
| 2014-09-13 | Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t | matt |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2014-03-26 | kill sprintf. | christos |
| 2013-08-18 | <arm/locore.h> fallout (fixes some include ordering errors) | matt |
| 2012-11-12 | C99 types | skrll |
| 2012-10-14 | struct device * -> device_t for IXP4xx (and nslu2). | msaitoh |
| 2012-09-28 | Defer attaching interrupt evcnts in the same way as i80321.c by matt@ | ryo |
| 2012-09-22 | Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead | matt |
| 2012-08-16 | Move the standard definitions of the {UND,IRQ,FIQ,ABT}_STACK_SIZE to | matt |
| 2012-07-29 | Fix more -fno-common fallout. | matt |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2011-01-31 | Add RCSID when needed. | matt |
| 2009-12-26 | Use cpu_* prefix to call cpu_* functions (setttb() -> cpu_setttb()); no | uebayasi |
| 2009-12-26 | Garbage collect an unused global, vm_offset_t pagetables_start. | uebayasi |
| 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-10-21 | Drop 3rd and 4th clauses from Ichiro FUKUHARA's license. | rmind |
| 2009-08-11 | Remove all declarations of physmem from sys/arch. Add an include of | matt |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 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-27 | Merge kernel changes in matt-armv6 to HEAD. | matt |
| 2008-01-19 | Remove arm support for IPKDB. | chris |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2006-05-17 | in initarm(), initialise kernel_l1pt.pv_va as well as kernel_l1pt.pv_pa. | mrg |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-12-12 | Fix comments slighly | abs |
| 2004-02-12 | Very occasionally, the MMU is enabled before the 'ldr' which loads | scw |
| 2003-12-08 | Set up a temporary 1MB mapping to cover the SDRAM controller's registers. | scw |
| 2003-12-08 | Don't hard-code SDRAM size. Let ixp425_sdram_size() figure it out | scw |
| 2003-11-02 | The expansion bus is mapped via ixpsip now. | scw |
| 2003-10-28 | Delete the symbolsize variable. It's not useful here. | scw |
| 2003-10-24 | The i2c pins are not interrupt sources. | scw |