summaryrefslogtreecommitdiffstats
path: root/sys/arch/mips64/include/vmparam.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tweaks suggested by miod@visa2016-12-231-2/+2
* Extend the size of user virtual address space from 2GB to 1TB on mips64visa2016-12-221-5/+5
* Move declaration of struct vm_page_md from <machine/vmparam.h> tomiod2014-01-301-26/+1
* Do not protect struct vm_page_md with defined(_KERNEL), for userland uvmmiod2014-01-241-2/+2
* unifdef -D__HAVE_VM_PAGE_MD - no functional change.miod2014-01-231-2/+1
* Remove the freelist member from vm_physsegoga2011-05-301-6/+1
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinkstedu2010-12-151-1/+4
* Allow mips64-based ports to override the default mips64 VM_PHYSSEG_STRATmiod2010-11-281-6/+4
* Unconditionnaly move kernel virtual memory space to XKSEG, now that previousmiod2009-12-081-8/+6
* Sync VM_MIN_ADDRESS with __LDPGSZ again.miod2009-12-071-2/+2
* Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide themiod2009-11-221-2/+4
* Crank VM_MIN_ADDRESS to prevent userland from being able to mmap zero,miod2009-10-221-2/+2
* Set PIE address range to avoid or minimize mmap pressure due to limitedkurt2008-08-221-1/+5
* phyio -> physiomiod2008-07-251-2/+2
* Allow the machine-specific headers to overwrite the number of memorymiod2008-03-301-1/+5
* Enable support for > 512MB of physical memory on mips64 systems, by usingmiod2007-05-031-10/+2
* More pmap changes from the potpourri pool:miod2007-04-271-7/+5
* Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MImiod2007-04-141-5/+2
* Remove advertising clause from UCB licenses; ok deraad@miod2005-08-071-6/+2
* use MD #define to choose stackgap size per-architecture. on sparc, specialderaadt2005-04-111-1/+3
* MAXSLP is not really an MD-configurable define so move it to param.h; miod@ testingmickey2004-11-281-12/+1
* up default data size so things doesn't blow up to easypefo2004-11-111-2/+2
* Nuke commons.miod2004-09-211-2/+2
* Long-due mips pmap potpourri:miod2004-09-171-6/+25
* these should have gone in with the other 64 bit changespefo2004-09-091-2/+2
* Kill mb_map and related defines, we don't need one.miod2004-09-091-2/+1
* spacingderaadt2004-08-101-3/+3
* initial mips64pefo2004-08-061-0/+142