summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-8/+0
* Add config option PAE_TABLES for the i386 kernel. It switches pmap tokib2015-04-131-3/+3
* Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the defaultalc2014-11-151-1/+7
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-051-0/+5
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otheralc2013-11-081-11/+10
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-071-7/+0
* Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.andre2013-02-011-5/+0
* Allow maxusers to scale on machines with large address space.alfred2012-11-101-0/+9
* Enable shared page on i386, now it has a use for vdso_timehands.kib2012-06-221-1/+2
* Avoid the possibility of integer overflow in the calculation ofalc2011-12-101-3/+4
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* Modestly increase the maximum allowed size of the kmem map on i386.alc2011-03-231-1/+2
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-12/+0
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,alc2009-04-041-4/+0
* Integrate support for xen in to i386 common code.kmacy2008-08-151-0/+9
* Enable the automatic creation of superpage reservations.alc2008-03-261-2/+2
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+19
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* Add the machine-specific definitions for configuring the new physicalalc2007-06-051-0/+37
* Eliminate an unused definition.alc2007-05-271-2/+0
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* Add the PG_NX support for i386/PAE.ru2007-04-061-0/+2
* Increase the scaling of VM_KMEM_SIZE_MAX.obrien2004-08-161-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-011-0/+7
* KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if theypeter2003-05-011-3/+0
* Better fix for previous previous which still allows the 4megs of kva atjake2003-04-071-1/+1
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-241-1/+1
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-301-7/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-241-2/+2
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.dg1998-06-121-3/+3
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-231-2/+18
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-1/+6
* Bump MAXDSIZ to 512MB so that soft limits have a chance to actuallyjkh1997-10-271-2/+2
* Allow the kernel configuration file to override the amount of memorytegge1997-06-251-1/+3
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.peter1997-04-071-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-301-1/+3
* removed:phk1996-05-021-3/+3
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromphk1996-04-301-14/+21
* Killed some historical #define cruft that we've never used in FreeBSD:dg1996-03-121-22/+1
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-251-2/+1
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-3/+3
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kerneldg1994-09-231-2/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-121-111/+7
OpenPOWER on IntegriCloud