| Age | Commit message (Expand) | Author |
| 2023-04-21 | Trailing whitespace | skrll |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-09-27 | Remove unnecessary sys/malloc.h include | skrll |
| 2021-11-08 | irq_entry(): Do not clobber fp (= r11), in order not to confuse DDB. | rin |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-21 | Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} | skrll |
| 2020-11-21 | Trailing whitespace | skrll |
| 2020-11-20 | malloc(9) -> kmem(9) | thorpej |
| 2019-11-13 | Fix another attach failure of zaudio(4) WM8731 on Zaurus SL-C7x0/860. | tsutsui |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2018-09-21 | Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR into | skrll |
| 2018-03-16 | use designated initializer to make adaptability and flexibility for changing ... | ryo |
| 2016-10-09 | PR/51540: Henning Petersen: replace , with ; | christos |
| 2015-04-13 | MD rnd.h cleanups. Please let me know if I broke anything! | riastradh |
| 2014-11-15 | centralize the call unit / dialout macros | christos |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 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-02-22 | Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead. | matt |
| 2013-12-17 | Initialiase nop count to avoid uninitalised use warnings from Clang. | joerg |
| 2013-12-02 | Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask. | joerg |
| 2013-08-18 | Move parts of cpu.h that are not needed by MI code in <arm/locore.h> | matt |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-09-01 | Move things around for <arm/arm32/machdep.h> | matt |
| 2012-08-29 | Avoid using r7 (which is being reserved for a different purpose). | matt |
| 2012-08-12 | Added watchdog timer reset function. | nonaka |
| 2012-02-04 | Make this compile again. | matt |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 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-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-08-19 | Fix device_t/softc split botches. PR port-hpcarm/43780 | tsutsui |
| 2010-03-13 | fix changes for struct device split for Lubbock. | bsh |
| 2009-12-06 | Simplify the device-activation hook. Move some of the device | dyoung |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-08-09 | Fix matching by improper driver. | kiyohara |
| 2009-08-01 | Support run-time configuration for PXA25x and PXA27x. | kiyohara |
| 2009-05-29 | Make the following changes: | rjs |
| 2009-05-29 | Add some definitions for alternative GPIO assignments. | rjs |
| 2008-09-20 | Remove advertising clause for UCB in various genassym.cf files, | tsutsui |
| 2008-06-13 | Let hpcarm kernels boot again after the merge of the armv6 branch. Fixes | rafal |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-06-03 | Don't init sc_lock for each socket, since it's shared; caught by LOCKDEBUG. | rafal |
| 2008-05-10 | Backout previous: the license sweep touched these files in error, so | 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 |
| 2008-04-20 | Fix detection / attachment of CF / PCMCIA cards present at boot-time. This | rafal |