| Age | Commit message (Expand) | Author |
| 2021-02-01 | G/C some old code that was for acorn26 | skrll |
| 2021-01-29 | the last_fault_code DEBUG variable is not MP safe, so don't compile it in. | skrll |
| 2021-01-29 | Typo in comment | skrll |
| 2020-06-20 | KNF | skrll |
| 2020-06-20 | KNF #includes | skrll |
| 2020-03-29 | Support PMAP_FAULTINFO on arm | skrll |
| 2020-02-24 | 0x%#x --> %#x for non-external codes. | rin |
| 2019-11-29 | if Thumb-32 bit instruction located on a page boundariy, also need to conside... | ryo |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2018-08-10 | Retire CPU_ARM2, CPU_ARM250 and CPU_ARM3, they are all leftovers of | maxv |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-07-02 | Consistency around the user trapframe for all LWPs and there's no need to | skrll |
| 2015-03-02 | Handle EINVAL in the fault path and send SIGBUS for mmap acces past EOF. | martin |
| 2014-10-25 | Remove katelib.h and references to it. | skrll |
| 2014-08-13 | Add __NO_FIQ to prevent testing of the PSR FIQ bit | matt |
| 2014-04-12 | Trailing whitespace | skrll |
| 2014-04-01 | In prefetch_abort, call uvm_fault with VM_PROT_EXEC | matt |
| 2014-03-05 | Now that maphist is statically initialized, remove initialize tests | matt |
| 2014-03-05 | Only do UVMHIST_LOG is maphist have its entry buffer initialized | matt |
| 2014-02-26 | Re-enable FSR_WRITE for armv6. | skrll |
| 2014-02-25 | Only use FSR_WRITE on armv7 for now. | matt |
| 2014-02-25 | ARMv6+ supplied a write bit in the FSR so use instead of reading the | matt |
| 2014-01-29 | Add read_insn and read_thumb_insn inlines to hide the endianness of | matt |
| 2014-01-11 | Add hw.printfataltraps sysctl. Always print fatal traps for init. For all | matt |
| 2013-11-06 | sprinkle diagused | christos |
| 2013-08-18 | Move parts of cpu.h that are not needed by MI code in <arm/locore.h> | matt |
| 2013-07-02 | Use __func__ in UVMHIST_FUNC | matt |
| 2013-02-18 | Supply VM_PROT_EXECUTE to pmap_fault_fixup when trying to fixup prefetch | matt |
| 2012-12-10 | Rename pcb_sp/PCB_SP to pcb_ksp/PCB_KSP so that ipsec.c will compile. | matt |
| 2012-11-12 | C99 types | skrll |
| 2012-09-07 | Switch cortex_a9 back to need_ptesync = 1 | matt |
| 2012-08-29 | Use curcpu() instead of l->l_cpu | matt |
| 2012-08-16 | small rototill. | matt |
| 2012-08-14 | Kill curpcb/ci_curpcb. Use device_t in cpu_info. | matt |
| 2012-07-30 | Recognize STREX* as store instructions | matt |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-09 | Cosmetic: | christos |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-07-07 | implement ucas_* for arm. | chs |
| 2010-03-21 | assert that pcb_onfault is NULL in places where it should be. | chs |
| 2010-02-03 | Add missing parentheses. Found by cppcheck, reported by | wiz |
| 2010-01-05 | One semicolon is enough. | mbalmer |
| 2009-11-21 | Use lwp_getpcb() on ARM (and acorn26/32), clean from struct user usage. | rmind |
| 2008-11-19 | Conditionalize the KERN_SA bits. | matt |
| 2008-10-17 | build fix: <sys/savar.h> is needed to make dereferencing sadata_vp compile. | cegger |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-08-14 | Fixed typo in message text noticed by Ilya Dogolazky. No functional change. | is |
| 2008-05-21 | Remove unneeded playing about with kernel_lock. | ad |
| 2008-04-27 | Merge kernel changes in matt-armv6 to HEAD. | matt |