summaryrefslogtreecommitdiff
path: root/vm/vm_page.h
AgeCommit message (Expand)Author
0 min.VM: fix pageout throttling to external pagersRichard Braun
2016-09-21Rework pageout to handle multiple segmentsRichard Braun
2016-09-21Redefine what an external page isRichard Braun
2016-09-21Replace vm_offset_t with phys_addr_t where appropriateRichard Braun
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-09-20VM: remove commented out codeRichard Braun
2016-09-03Fix early physical page allocationRichard Braun
2016-02-22Optimize slab lookup on the free pathRichard Braun
2016-02-02Fix various memory managment errorsRichard Braun
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2016-01-23Import the vm_page module from X15 and relicense to GPLv2+Richard Braun
2015-05-19kern: import `macros.h' from x15Justus Winter
2014-01-03vm: reduce the size of struct vm_pageJustus Winter
2014-01-03vm: merge the two bit fields in struct vm_pageJustus Winter
2014-01-03vm: remove NS32000-specific padding from struct vm_pageJustus Winter
2013-12-09Cleanup of the prototypesMarin Ramesa
2013-12-09vm/vm_page.h: remove unused variablesMarin Ramesa
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2009-06-182007-05-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2009-06-182006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
1999-06-28Bother to declare vm_page_release with new parm.Thomas Bushnell
1999-06-271999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1997-02-25Initial sourceThomas Bushnell