summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-071-7/+0
* Eliminate an unused #define.alc2013-02-221-5/+0
* Let us manage differences of Book-E PowerPC variations i.e. vendor /raj2012-05-271-1/+1
* Increase the available virtual address space for user programs on PowerPCnwhitehorn2011-12-111-7/+12
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* Enable shared page for the signal trampolines on PowerPC.kib2011-01-141-3/+5
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* Memory can be laid out with large gaps on 64-bit PowerPC, so switch tonwhitehorn2010-12-201-1/+6
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* Remove obsolete code that sets SHMMAXPGS to a tiny value by defaultnwhitehorn2010-07-131-7/+0
* MFppc64:nwhitehorn2010-07-131-11/+31
* Reduce KVA pressure on OEA64 systems running in bridge mode by mappingnwhitehorn2010-02-201-8/+2
* Bump limits on PowerPC. This allows large executables like parts of LLVMnwhitehorn2009-12-021-5/+5
* Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually havemarcel2009-04-211-1/+1
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-0/+7
* Rework and extend PowerPC headers definitons towards Book-E/e500 CPUs support.raj2008-03-031-7/+38
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* Enable the new physical memory allocator.alc2007-06-161-0/+18
* Eliminate some unused definitions that came from NetBSD.alc2007-05-281-2/+0
* Eliminate an unused definition.alc2007-05-271-1/+0
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Eliminate unused definitions. (They came from NetBSD.)alc2006-08-251-7/+0
* Increase kernel VA from 256Mb to 512Mb by shifting the segment usedgrehan2004-03-021-1/+1
* Cleaned up param.h:grehan2004-02-111-0/+2
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directgrehan2004-01-291-0/+6
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+124
OpenPOWER on IntegriCloud