| Age | Commit message (Expand) | Author |
| 2023-05-02 | TS7200: Defer event counter registration until after evcnt is initialized | jmcneill |
| 2023-04-20 | Provide a shared pmap_devmap implementation and convert all pmap_devmap | skrll |
| 2022-07-03 | s/bounaries/boundaries/ in comments. | andvar |
| 2021-11-21 | PR port-evbarm/40307 options KGDB doesn't work for some evbarm hosts | skrll |
| 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-05-23 | GC toastersensors driver | jmcneill |
| 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 |
| 2018-03-16 | use designated initializer to make adaptability and flexibility for changing ... | ryo |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-07 | adapt the rest of wdc attachments for NCQ branch merge | jdolecek |
| 2016-12-22 | switch all ports to use uvm_init.c:uvm_md_init() | cherry |
| 2014-11-20 | use the inline bcdtobin and bintobcd directly instead through a macro. | christos |
| 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 |
| 2014-03-08 | Fix a bug found by gcc 4.8 | skrll |
| 2014-03-08 | Hide unused variables in #ifdef FIXME | skrll |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 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-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-29 | Fix more -fno-common fallout. | matt |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 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 |
| 2009-12-26 | Use cpu_* prefix to call cpu_* functions (setttb() -> cpu_setttb()); no | 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-23 | Switch to a 2 clause license. Approved by joff@ (copyright holder). | snj |
| 2009-10-21 | Drop 3rd and 4th clauses from Ichiro FUKUHARA's license. | rmind |
| 2009-08-19 | isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. | dyoung |
| 2009-08-18 | These are stragglers from my last commit ("Let us safely detach | dyoung |
| 2009-08-11 | Remove all declarations of physmem from sys/arch. Add an include of | matt |
| 2009-03-16 | ANSIfy functions with function-pointer arguments | dsl |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |