summaryrefslogtreecommitdiff
path: root/sys/mips/include/param.h
AgeCommit message (Expand)Author
2021-12-30mips: Remove sys/mipsWarner Losh
2018-03-12MIPS: Implement fue*word* and casueword* in assembly.Brooks Davis
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-11-18Subject: [PATCH] Pass MACHINE_ARCH on command line for MIPS kernels.Alexander Kabaev
2016-04-30When attempting to satisfy mmap() requests for superpage alignment onRobert Watson
2014-10-28Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov
2013-05-07Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao
2012-12-19Eliminate some definitions that haven't been used in a decade or more.Alan Cox
2012-03-29Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett
2012-03-03o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett
2011-10-04Remove bogus and wrong definition of BLKDEV_IOSIZE.Marcel Moolenaar
2011-07-19Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao
2011-01-13Support for 64 bit PTEs on n32 and n64 compilation.Jayachandran C.
2010-11-28Set MACHINE_ARCH based on ABI and endianness.Juli Mallett
2010-08-04Add 3 level page tables for MIPS in n64.Jayachandran C.
2010-07-29Prepare for 3 level page tables for MIPS.Jayachandran C.
2010-05-16This pushes all of JC's patches that I have in place. IRandall Stewart
2010-04-18o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches theJuli Mallett
2010-04-17o) Add NPDEPG, like NPTEPG but for PDEs.Juli Mallett
2010-04-17o) Use inline functions to access coprocessor 0 registers rather than externalJuli Mallett
2010-03-12- Enable kernel stack guard page.Neel Natu
2010-01-10Merge from projects/mips to head by hand:Warner Losh
2009-09-18Add a new sysctl for reporting all of the supported page sizes.Alan Cox
2009-09-08Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp
2009-07-05Cleanup ALIGNED_POINTER:Sam Leffler
2009-04-20Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson
2009-04-19Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson
2009-04-19For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson
2008-09-28Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) ofWarner Losh
2008-04-13FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh