| Age | Commit message (Expand) | Author |
| 2018-02-15 | Introduce _UC_MACHINE_FP() as a macro | kamil |
| 2018-02-08 | Allow kdbpeek() to return failure. If it does, stop the stack trace. | bouyer |
| 2018-02-06 | update for GCC 6: | mrg |
| 2018-01-26 | Don't warn about MIPS1 MULTIPROCESSOR in a mips3 file. | maya |
| 2018-01-24 | Clarify this is a load delay nop. | maya |
| 2018-01-24 | Add whitespace for clarity. | maya |
| 2018-01-23 | if 0 out unused code which is currently breaking my local builds | maya |
| 2018-01-22 | Don't attempt to dereference cpu_infos if ncpus == 0. | maya |
| 2018-01-22 | Fix RCSID (hopefully) | maya |
| 2018-01-22 | Use right variable as revealed by previous typo... | flxd |
| 2018-01-21 | fix typo | flxd |
| 2018-01-01 | Set and clear IFF_OACTIVE as necessary, and add support for queueing | jmcneill |
| 2017-12-29 | Simplify, don't use ifdefs to optimize out DIAGNOSTIC assertions. | maya |
| 2017-12-22 | Don't handle emulations overriding e_fault. | maya |
| 2017-12-16 | CPU_INFO_FOREACH() must always iterate at least the boot cpu. | mrg |
| 2017-12-09 | provide 32 and 64 bit register struct definitions. | christos |
| 2017-11-26 | Set ETHERCAP_VLAN_MTU capability flag. | jmcneill |
| 2017-11-06 | Handle 64 bit kernels. | christos |
| 2017-11-06 | Cleanup and clarify the ELFSIZE mess: | christos |
| 2017-10-31 | Allow architectures to define a macro PROC_MACHINE_ARCH(P) and | martin |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2017-09-17 | more const. | christos |
| 2017-09-07 | Don't define UVM_KM_VMFREELIST on mips as it excludes some memory | skrll |
| 2017-08-24 | mips_emul_daddi and mips_emul_daddiu don't exist, but there are | mrg |
| 2017-08-24 | Eliminate redundant load delays. | maya |
| 2017-08-22 | Reword warning message | maya |
| 2017-08-20 | spl leak, found by mootja | maxv |
| 2017-08-20 | as the xxx implicitly points out, there's a division by zero here, so | maxv |
| 2017-08-20 | use meaningful name for errata hack, dedup | maya |
| 2017-08-20 | Don't need the errata workaround on user return | maya |
| 2017-08-08 | Remove whitespace I just introduced | maya |
| 2017-08-08 | In working around loongson errata clear BTB and RAS, same as | maya |
| 2017-07-30 | Remove references to COMPAT_IRIX - does not exist anymore. | maxv |
| 2017-07-24 | mostly converted sbmips -> evbmips. the SBMIPS kernel builds fully | mrg |
| 2017-07-14 | Advance the PC on breakpoint instruction to avoid infinite loop DoS! | christos |
| 2017-07-14 | KASSERT Fires for MIPS1, disable. | christos |
| 2017-06-24 | Update VM_DEFAULT_ADDRESS32_TOPDOWN to include guard area. | joerg |
| 2017-06-24 | Provide pte_set | skrll |
| 2017-06-23 | Recommit exec_subr.c revision 1.79: | joerg |
| 2017-06-09 | Maintain the split of physical memory into the defined freelists, but | skrll |
| 2017-06-09 | Always use XKPHYS for pool pages on _LP64; otherwise use KSEG0 | skrll |
| 2017-06-08 | Add a missing ".set at" to make previous build | skrll |
| 2017-06-07 | fix tlb_record_asids 2nd arg to match usage - it's a maximum asid value | skrll |
| 2017-06-05 | Fix the PMAP_NO_PV_UNCACHED pmap_md_vca_add case where the pmap_update | skrll |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-21 | Provide and use some CP0 accessor functions instead of M[TF]C0 macros | skrll |
| 2017-05-19 | Trailing whitespace | skrll |
| 2017-05-19 | Move arch/mips/mips/bus_dma.c to correct location | skrll |
| 2017-05-18 | Don't use index cache operations unnecessarily. | skrll |