| Age | Commit message (Expand) | Author |
| 2022-09-27 | Remove unnecessary sys/malloc.h include | skrll |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-02-15 | Various updates and improvements to cpu start up on arm/aarch64 | skrll |
| 2020-01-28 | Traiing whitespace | skrll |
| 2018-03-16 | use designated initializer to make adaptability and flexibility for changing ... | ryo |
| 2014-10-29 | Sprinkle #include "opt_multiprocessor.h" | skrll |
| 2014-06-05 | Cleanup a few MULTIPROCESSOR issues. | matt |
| 2014-03-28 | arm_cpu_max = num of cpus | matt |
| 2014-02-22 | Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead. | matt |
| 2013-08-18 | Move parts of cpu.h that are not needed by MI code in <arm/locore.h> | matt |
| 2012-09-04 | Add multiple inclusion protection. | matt |
| 2012-08-29 | Add core locator to mainbus. Add support for attaching multiple CPUs | matt |
| 2012-08-29 | Use new armv7 CP15 register to print out cache types. | matt |
| 2012-07-15 | Add stream methods | matt |
| 2012-07-14 | Add intrbase locator to mainbus. | matt |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-05 | struct device * -> device_t, struct cfdata * -> cfdata_t | matt |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2008-04-27 | Merge kernel changes in matt-armv6 to HEAD. | matt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-24 | bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer. | yamt |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-30 | adaptions to config_search() change, and minor autoconf fixes, mostly from Ha... | drochner |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2004-01-03 | On a riscstation leave the iobase as requested, don't add IO_CONF_BASE to | chris |
| 2004-01-01 | Correct the usage of the 4th arg to mainbus_bs_map. It's a flags arg, so | chris |
| 2003-12-06 | Fix the ARM mainbus version of bus_space_subregion() to correctly shift the | bjh21 |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-04-29 | Use aprint*(). | thorpej |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-22 | * Add PTE_SYNC() and PTE_SYNC_RANGE() macros. These don't actually do | thorpej |
| 2002-04-09 | * Split pte_cache_mode into pte_l1_s_cache_mode, pte_l2_l_cache_mode, | thorpej |
| 2002-04-05 | Use pte_cache_mode instead of PT_CACHEABLE. | thorpej |
| 2002-03-24 | * arm_byte_to_page() -> arm_btop() | thorpej |
| 2002-03-23 | KERNEL_SPACE_START -> KERNEL_BASE | thorpej |
| 2002-01-05 | Make some of the arm32 files build with LOOSE_PROTOTYPES not set in the makef... | chris |
| 2001-11-23 | Use <arm/undefined.h> instead of <machine/undefined.h>. | thorpej |
| 2001-11-23 | No need to pull in <machine/pte.h> directly. | thorpej |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-10 | Initial commitment of the bus_space_mmap() functions as proposed by Jason R | reinoud |