summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* Give large kernel stack to the initial thread . Otherwise, ZFSkib2015-08-041-0/+5
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()kib2015-07-021-0/+3
* Add config option PAE_TABLES for the i386 kernel. It switches pmap tokib2015-04-131-1/+1
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-071-0/+4
* Remove redundant definitions of _ALIGN and _ALIGNBYTES.tijl2013-04-211-13/+2
* Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximalkib2013-03-271-1/+4
* Parly revert r239255: reinstate a default maxswzone on i386, where KVA isdes2012-08-271-0/+14
* As discussed on -current, remove the hardcoded default maxswzone.des2012-08-141-8/+0
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-221-0/+1
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-081-6/+6
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommendjhb2009-05-181-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.jhb2008-10-011-1/+1
* add NPGPTD_SHIFT for the nkpt calculationkmacy2008-09-251-0/+2
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-091-0/+3
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Remove UAREA_PAGES.das2004-11-201-1/+0
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-5/+0
* Give up trying to make preemption dependent on SCHED_4BSDjulian2004-09-011-4/+1
* Don't ask for this for modules. no modules need to know about preemption at t...julian2004-09-011-1/+1
* Protect the PREEMPTION logic with #ifdef _KERNEL to fix the build.scottl2004-09-011-0/+2
* Only turn preemption for 4bsd.julian2004-09-011-0/+3
* Give the 4bsd scheduler the ability to wake up idle processorsjulian2004-09-011-2/+0
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-0/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-2/+1
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-301-0/+5
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-6/+6
* - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of thejake2003-02-231-1/+5
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.dillon2002-08-311-3/+5
* Move MI stuff out of MD param.h files.phk2002-05-141-48/+0
* KSE Milestone 2julian2001-09-121-2/+5
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-251-0/+3
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-0/+16
* Fix CMSG and ALIGN macro usage.asmodai2000-11-081-13/+25
* Implement write combining for crashdumps. This is useful whenps2000-10-171-0/+1
* Cleanup comment in machine/param.h regarding mbuf-related sizes, and get ridbmilekic2000-10-081-7/+3
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-231-3/+3
* Change the mbuf size from 128 -> 256. Increasing the mbuf header sizejlemon2000-03-291-1/+1
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-111-2/+0
* Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannotdillon1999-09-221-4/+0
* Change default block size for user VBLK device access from 2K to PAGE_SIZEdillon1999-09-221-1/+7
OpenPOWER on IntegriCloud