aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* vm: Simplify startup page dumping conditionalBojan Novković2024-05-251-0/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-211-0/+5
* i386: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-21/+30
* Rename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.Warner Losh2018-07-271-2/+4
* Correct some typos.Alan Cox2018-07-141-2/+2
* i386 4/4G split.Konstantin Belousov2018-04-131-6/+30
* Define PHYS_TO_DMAP() and DMAP_TO_PHYS() as panics on the architecturesNathan Whitehorn2018-01-191-0/+2
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox2015-06-081-3/+2
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-301-8/+0
* Add config option PAE_TABLES for the i386 kernel. It switches pmap toKonstantin Belousov2015-04-131-3/+3
* Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the defaultAlan Cox2014-11-151-1/+7
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cGleb Smirnoff2014-08-051-0/+5
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otherAlan Cox2013-11-081-11/+10
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-7/+0
* Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.Andre Oppermann2013-02-011-5/+0
* Allow maxusers to scale on machines with large address space.Alfred Perlstein2012-11-101-0/+9
* Enable shared page on i386, now it has a use for vdso_timehands.Konstantin Belousov2012-06-221-1/+2
* Avoid the possibility of integer overflow in the calculation ofAlan Cox2011-12-101-3/+4
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-0/+2
* Modestly increase the maximum allowed size of the kmem map on i386.Alan Cox2011-03-231-1/+2
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-12/+0
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+7
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,Alan Cox2009-04-041-4/+0
* Integrate support for xen in to i386 common code.Kip Macy2008-08-151-0/+9
* Enable the automatic creation of superpage reservations.Alan Cox2008-03-261-2/+2
* Add configuration knobs for the superpage reservation system. Initially,Alan Cox2007-12-271-0/+19
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-051-0/+37
* Eliminate an unused definition.Alan Cox2007-05-271-2/+0
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viaStephane E. Potvin2007-04-211-1/+2
* Add the PG_NX support for i386/PAE.Ruslan Ermilov2007-04-061-0/+2
* Increase the scaling of VM_KMEM_SIZE_MAX.David E. O'Brien2004-08-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andPeter Wemm2003-10-011-0/+7
* KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if theyPeter Wemm2003-05-011-3/+0
* Better fix for previous previous which still allows the 4megs of kva atJake Burkholder2003-04-071-1/+1
* - Removed UMAXPTDI and UMAXPTEOFF.Jake Burkholder2003-02-241-1/+1
* Make sysv-style shared memory tuneable params fully runtime adjustablePeter Wemm2000-03-301-7/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Increased max kmem to 200MB. This should fix some out-of-kmem panics onDavid Greenman1999-07-241-2/+2
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.David Greenman1998-06-121-3/+3
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddenJohn Dyson1998-02-231-2/+18