summaryrefslogtreecommitdiff
path: root/sys/mips/include/vmparam.h
AgeCommit message (Expand)Author
2021-12-30mips: Remove sys/mipsWarner Losh
2020-09-23Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston
2020-09-21Move vm_page_dump bitset array definition to MI codeD Scott Phillips
2018-01-19Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-06-08Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox
2014-12-31The physical memory allocator supports the use of distinct free lists forAlan Cox
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
2013-11-08As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otherAlan Cox
2013-05-07Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao
2013-01-12Define VM_KMEM_SIZE_MAX as a fraction of the kernel address space sizeAlan Cox
2012-03-03o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett
2011-05-13Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming
2011-01-09Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov
2010-12-09UMA_MD_SMALL_ALLOC for mips.Jayachandran C.
2010-12-031. Fix off by one errors in calls to MIPS_DIRECT_MAPPABLE, reported by alc@Jayachandran C.
2010-08-18MIPS n64 support - continued...Jayachandran C.
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-07-27Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin
2010-07-25Get N64 building by defining VM_FREELIST_DIRECT to beWarner Losh
2010-07-21Redo the page table page allocation on MIPS, as suggested byJayachandran C.
2010-06-24Merge jmallett@'s n64 work into HEAD - changeset 7Jayachandran C.
2010-04-24Most MIPS systems have a comparatively-sparse physical memory layout. SwitchJuli Mallett
2010-04-17o) Add NPDEPG, like NPTEPG but for PDEs.Juli Mallett
2010-04-17o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSETJuli Mallett
2008-04-13FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh