summaryrefslogtreecommitdiff
path: root/i386/i386/vm_param.h
AgeCommit message (Expand)Author
2019-05-01format: removed commented lineAlmuHS
2019-05-01experiment: redefined STACK_SIZEAlmuHS
2019-04-30start implementation of cpustack arrayAlmuHS
2016-12-25Increase the size of the kernel mapRichard Braun
2016-02-14Reduce VM_KERNEL_MAP_SIZESamuel Thibault
2016-01-30Fix early page allocation on XenRichard Braun
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2016-01-13Increase kernel map sizeSamuel Thibault
2013-01-30Drop spurious inclusionSamuel Thibault
2013-01-30Increase VM_MAX_KERNEL_ADDRESS for PVH caseSamuel Thibault
2013-01-28Add initial code for disabling PV pagetablesSamuel Thibault
2012-05-05Offset kernel addresses by 3GiBSamuel Thibault
2012-05-05Document how to offset the kernel to get better debuggingSamuel Thibault
2012-03-24Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESSSamuel Thibault
2012-03-24Add missing phystokv/kvtophys callsSamuel Thibault
2012-03-18Set Xen kernel virtual address to 0xC0000000Samuel Thibault
2011-10-16Increase kmem area for the Xen case.Samuel Thibault
2011-08-28Rework memory mapping reservationSamuel Thibault
2009-12-16Add Xen supportSamuel Thibault
2009-11-22Remove (vm_offset_t) casts from constantsSamuel Thibault
2009-11-22Replace phys_mem_va with VM_MIN_KERNEL_ADDRESSSamuel Thibault
2009-11-22Do not assume that VM_MIN_KERNEL_ADDRESS is 0Samuel Thibault
2009-10-26Make tuning VM_MAX_ADDRESS trivialSamuel Thibault
2001-04-052001-04-04 Roland McGrath <roland@frob.com>Roland McGrath
1997-02-25Initial sourceThomas Bushnell