aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Subject: [PATCH] Pass MACHINE_ARCH on command line for MIPS kernels.Alexander Kabaev2016-11-181-18/+21
* When attempting to satisfy mmap() requests for superpage alignment onRobert Watson2016-04-301-0/+2
* Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov2014-10-281-0/+4
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-0/+4
* Eliminate some definitions that haven't been used in a decade or more.Alan Cox2012-12-191-14/+0
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-291-4/+4
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-031-0/+6
* Remove bogus and wrong definition of BLKDEV_IOSIZE.Marcel Moolenaar2011-10-041-1/+0
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* Support for 64 bit PTEs on n32 and n64 compilation.Jayachandran C.2011-01-131-36/+37
* Set MACHINE_ARCH based on ABI and endianness.Juli Mallett2010-11-281-1/+17
* Add 3 level page tables for MIPS in n64.Jayachandran C.2010-08-041-1/+11
* Prepare for 3 level page tables for MIPS.Jayachandran C.2010-07-291-0/+5
* This pushes all of JC's patches that I have in place. IRandall Stewart2010-05-161-1/+1
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches theJuli Mallett2010-04-181-5/+2
* o) Add NPDEPG, like NPTEPG but for PDEs.Juli Mallett2010-04-171-28/+14
* o) Use inline functions to access coprocessor 0 registers rather than externalJuli Mallett2010-04-171-3/+1
* - Enable kernel stack guard page.Neel Natu2010-03-121-6/+5
* Merge from projects/mips to head by hand:Warner Losh2010-01-101-5/+5
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-5/+5
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-1/+7
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) ofWarner Losh2008-09-281-43/+4
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-131-0/+196