| Age | Commit message (Expand) | Author |
| 2020-11-22 | malloc(9) -> kmem(9) (easy, straight-forward cases only, for now) | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2014-09-21 | fix leak | christos |
| 2014-02-22 | include <arm/locore.h> | matt |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-16 | ANSIfy functions with function-pointer arguments | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-27 | Merge kernel changes in matt-armv6 to HEAD. | matt |
| 2008-01-06 | current_intr_depth is dead. kill it off for good. | matt |
| 2008-01-06 | Make sure interrupt handler is updating curcpu()->ci_depth | matt |
| 2008-01-06 | A quick hack to make cpu_intr_p() work on shark. Needs to be fixed | ad |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-13 | Remove all references to spl_mask. Now it isn't used by any sources. | tsutsui |
| 2007-03-09 | Make sure to include IPL_SOFT* and IPL_STATCLOCK when setting up IRQ masks. | matt |
| 2007-03-08 | Clean the bitrotting ofw code. Don't export export the underlying irq | matt |
| 2007-02-20 | Switch shark from intrcnt to evcnt | matt |
| 2007-02-19 | Move softintr_init from irq_init to cpu_configure. | matt |
| 2007-02-18 | Don't export spl_smasks or soft_interrupts. They are local to intr.c | matt |
| 2007-02-18 | Call softintr_init() | matt |
| 2006-05-11 | remove irqblock[] as no one uses it. reviewed by Ben Harris. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-16 | Rename IPL_IMP -> IPL_VM. | thorpej |
| 2002-10-05 | add missing protos. | chs |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-04-03 | Remove unused extern decls. | thorpej |
| 2002-02-10 | Kill arch/arm32. The last platform supported there, Shark, is now | thorpej |