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