| Age | Commit message (Expand) | Author |
| 2023-04-20 | Provide a shared pmap_devmap implementation and convert all pmap_devmap | skrll |
| 2022-07-03 | s/bounaries/boundaries/ in comments. | andvar |
| 2022-02-16 | s/baord/board/ | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 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 |
| 2018-10-28 | Fix a commit | skrll |
| 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 |
| 2016-12-22 | switch all ports to use uvm_init.c:uvm_md_init() | cherry |
| 2014-09-13 | Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t | matt |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-08-18 | <arm/locore.h> fallout (fixes some include ordering errors) | matt |
| 2012-11-12 | C99 types | skrll |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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 |
| 2012-04-04 | support WSDISPLAY_COMPAT_RAWKBD for TWINTAIL's on-board matrix keys. | bsh |
| 2012-01-21 | fix my license notice. | nonaka |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-01-31 | Add RCSID when needed. | matt |
| 2010-11-28 | As md(4) no longer has "needs-count" there is no "md.h" anymore. | hannken |
| 2010-06-26 | Don't use DMA for sdmmc on TWINTAIL for now, because it causes kernel panic. | bsh |
| 2010-06-07 | don't use dv_xname directly. | bsh |
| 2010-03-13 | add SD/MMC driver for Twintail based on the driver for Zaurus. | bsh |
| 2010-03-13 | apply struct device split to the rest of the drivers for Twintail. | bsh |
| 2010-03-13 | fix LCD drivers for Lubbock and Twintail. | bsh |
| 2009-12-28 | More setttb() -> cpu_setttb() for readability & consistency. Missing instances | uebayasi |
| 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-08-11 | Remove all declarations of physmem from sys/arch. Add an include of | matt |
| 2009-05-31 | Adapt to changes in sa11x0 code, with struct device * -> device_t changes. | he |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-01-29 | - device_t/softc split. | nonaka |
| 2008-11-11 | It is not appropriate to call pmf_system_shutdown(9) from | dyoung |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-05-10 | Backout previous: the license sweep touched these files in error, so | martin |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-27 | Merge kernel changes in matt-armv6 to HEAD. | matt |