| Age | Commit message (Expand) | Author |
| 2015-05-28 | Similarly to other architecture, add the include for cpufunc.h which is | Bjoern A. Zeeb |
| 2015-05-16 | Increment the vm stats "v_intr" counter so the global system interrupt | Adrian Chadd |
| 2015-04-08 | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h> | John Baldwin |
| 2015-03-26 | Add 64 byte linesize cache flushing routines for L1 instruction, L1 data | Ruslan Bukin |
| 2015-01-20 | Add 128-byte cache flushing routines. | Ruslan Bukin |
| 2015-01-07 | Factor out duplicated code from dumpsys() on each architecture into generic | Mark Johnston |
| 2015-01-02 | Update ELF headers to include additional defines | Ed Maste |
| 2014-12-31 | The physical memory allocator supports the use of distinct free lists for | Alan Cox |
| 2014-11-23 | Correct the functions declaration. | Ruslan Bukin |
| 2014-11-21 | Add FPU support for MIPS setjmp(3)/longjmp(3). | Brooks Davis |
| 2014-11-20 | Add L2-cache writeback/flush operations. Supported 32,128-byte line-size, | Ruslan Bukin |
| 2014-10-28 | Add fueword(9) and casueword(9) functions. They are like fuword(9) | Konstantin Belousov |
| 2014-10-08 | Pass up the error status of minidumpsys() to its callers. | Mark Johnston |
| 2014-09-07 | style(9) | Gleb Smirnoff |
| 2014-09-06 | Implement local sfbuf_map and sfbuf_unmap for MIPS32. | Adrian Chadd |
| 2014-08-05 | Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c | Gleb Smirnoff |
| 2014-07-26 | Add missing definition of ELF_MACHINE_OK, now used by gcore(1). | Marcel Moolenaar |
| 2014-04-01 | Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 | Tijl Coosemans |
| 2014-03-18 | Update NetBSD Foundation copyrights to 2-clause BSD | Ed Maste |
| 2014-02-19 | Update MIPS bootinfo.h to reflect the actual MIPS boot2/loader boot-time | Robert Watson |
| 2014-01-05 | Retire machine/fdt.h as a header used by MI code, as its function is now | Nathan Whitehorn |
| 2013-11-08 | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | Alan Cox |
| 2013-10-23 | MFP4: | Brooks Davis |
| 2013-10-23 | Revert r256934, it needs work to build on mips32. | Brooks Davis |
| 2013-10-22 | MFP4: | Brooks Davis |
| 2013-10-22 | MFP4: | Brooks Davis |
| 2013-10-15 | Elminate NON_LEAF and use NESTED instead to unify our assembler | Warner Losh |
| 2013-10-15 | Replace NLEAF with LEAF_NOPROFILE to unify the conventions we use in | Warner Losh |
| 2013-10-15 | Replace uses of the ALEAF macro with XLEAF and remove ALEAF macro to | Warner Losh |
| 2013-10-15 | Move DO_AST into pcb.h where it should have been all along. Move some | Warner Losh |
| 2013-10-09 | Add "better" MIPS24k and MIPS74k barriers. | Adrian Chadd |
| 2013-09-06 | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | Gleb Smirnoff |
| 2013-09-06 | On those machines, where sf_bufs do not represent any real object, make | Gleb Smirnoff |
| 2013-09-03 | Newer versions of gcc define __INT64_C and __UINT64_C, so avoid | Warner Losh |
| 2013-07-28 | Revert r253748,253749 | Andriy Gapon |
| 2013-07-28 | put contents of cpu.h under _KERNEL | Andriy Gapon |
| 2013-07-09 | Nearly a complete rewrite of elf.h. | Warner Losh |
| 2013-07-07 | Remove all the NOPs after SYNC. They aren't needed. | Warner Losh |
| 2013-07-01 | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | Konstantin Belousov |
| 2013-05-07 | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | Attilio Rao |
| 2013-05-01 | Don't include asm.h in non-asm files. | Warner Losh |
| 2013-05-01 | Import NetBSD's version, which is perfectly fine. | Warner Losh |
| 2013-05-01 | Add the standard #ifdef header protection. | Warner Losh |
| 2013-05-01 | Import virgin regdef.h from 4.4 Lite 2's sys/pmax/include/regdef.h, | Warner Losh |
| 2013-04-25 | Use the offsets from pcb.h rather than regnum.h to store the registers | Warner Losh |
| 2013-04-25 | Make it possible to include this file in assembler .S sources. | Warner Losh |
| 2013-04-23 | Update trapframe to be consistent with the changes made to regnum.h. This | Warner Losh |
| 2013-04-22 | MFP4 223084, 227821: | Brooks Davis |
| 2013-04-16 | Point to regdef.h. May need to dig up references to the N32 standard | Warner Losh |
| 2013-04-15 | Fix N32/N64 register saving by ensuring that all registers resolve | Warner Losh |