summaryrefslogtreecommitdiffstats
path: root/sys/mips/include
Commit message (Expand)AuthorAgeFilesLines
* mips74k: use cache-writeback for memory, not writethrough.adrian2015-10-311-1/+1
* Switch from a stub to a real implementation of pmap_page_set_attr() for mips,ian2015-10-211-1/+2
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+28
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Similarly to other architecture, add the include for cpufunc.h which isbz2015-05-281-0/+1
* Increment the vm stats "v_intr" counter so the global system interruptadrian2015-05-161-0/+1
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-1/+3
* Add 64 byte linesize cache flushing routines for L1 instruction, L1 databr2015-03-262-11/+75
* Add 128-byte cache flushing routines.br2015-01-201-2/+0
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-072-0/+77
* Update ELF headers to include additional definesemaste2015-01-021-29/+0
* The physical memory allocator supports the use of distinct free lists foralc2014-12-311-11/+9
* Correct the functions declaration.br2014-11-231-8/+8
* Add FPU support for MIPS setjmp(3)/longjmp(3).brooks2014-11-211-0/+14
* Add L2-cache writeback/flush operations. Supported 32,128-byte line-size,br2014-11-203-0/+23
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-0/+4
* Pass up the error status of minidumpsys() to its callers.markj2014-10-081-1/+1
* style(9)glebius2014-09-071-4/+3
* Implement local sfbuf_map and sfbuf_unmap for MIPS32.adrian2014-09-062-0/+20
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-052-51/+7
* Add missing definition of ELF_MACHINE_OK, now used by gcore(1).marcel2014-07-261-0/+2
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4tijl2014-04-011-1/+1
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-181-7/+0
* Update MIPS bootinfo.h to reflect the actual MIPS boot2/loader boot-timerwatson2014-02-191-87/+30
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-11/+0
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otheralc2013-11-081-9/+10
* MFP4:brooks2013-10-231-9/+23
* Revert r256934, it needs work to build on mips32.brooks2013-10-231-22/+9
* MFP4:brooks2013-10-221-1/+6
* MFP4:brooks2013-10-221-9/+22
* Elminate NON_LEAF and use NESTED instead to unify our assemblerimp2013-10-151-6/+0
* Replace NLEAF with LEAF_NOPROFILE to unify the conventions we use inimp2013-10-151-1/+0
* Replace uses of the ALEAF macro with XLEAF and remove ALEAF macro toimp2013-10-151-1/+0
* Move DO_AST into pcb.h where it should have been all along. Move someimp2013-10-152-32/+56
* Add "better" MIPS24k and MIPS74k barriers.adrian2013-10-092-3/+13
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+3
* On those machines, where sf_bufs do not represent any real object, makeglebius2013-09-061-0/+12
* Newer versions of gcc define __INT64_C and __UINT64_C, so avoidimp2013-09-031-0/+2
* Revert r253748,253749avg2013-07-281-3/+2
* put contents of cpu.h under _KERNELavg2013-07-281-2/+3
* Nearly a complete rewrite of elf.h.imp2013-07-091-187/+182
* Remove all the NOPs after SYNC. They aren't needed.imp2013-07-071-10/+6
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+40
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Don't include asm.h in non-asm files.imp2013-05-012-115/+0
* Import NetBSD's version, which is perfectly fine.imp2013-05-011-38/+76
* Add the standard #ifdef header protection.imp2013-05-011-0/+5
* Import virgin regdef.h from 4.4 Lite 2's sys/pmax/include/regdef.h,imp2013-05-011-81/+62
OpenPOWER on IntegriCloud