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