aboutsummaryrefslogtreecommitdiff
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of the prototypesMarin Ramesa2013-12-092-24/+0
* vm/vm_page.h: remove unused variablesMarin Ramesa2013-12-091-5/+0
* vm/vm_user.c: remove forward declarationMarin Ramesa2013-12-051-2/+0
* vm/vm_resident.c: correct commentMarin Ramesa2013-12-051-1/+1
* vm/vm_map.c: remove forward declarationsMarin Ramesa2013-12-052-5/+4
* vm/vm_kern.c: remove forward declarationsMarin Ramesa2013-12-052-3/+14
* vm/vm_fault.c: remove forward declarationMarin Ramesa2013-12-052-2/+6
* kern/startup.c: remove forward declarationsMarin Ramesa2013-12-052-0/+27
* vm: move forward declarations into a header fileMarin Ramesa2013-11-242-16/+17
* vm: move forward declarations into a header fileMarin Ramesa2013-11-242-10/+10
* Remove leftover register qualifiersMarin Ramesa2013-11-242-4/+4
* Add copyrightMarin Ramesa2013-11-191-0/+18
* i386/i386/vm_tuning.h: remove fileMarin Ramesa2013-11-151-1/+0
* vm/vm_user.c: remove register qualifiersMarin Ramesa2013-11-151-10/+8
* vm/vm_resident.c: remove register qualifiersMarin Ramesa2013-11-151-43/+43
* vm/vm_pageout.c: remove register qualifiersMarin Ramesa2013-11-151-12/+12
* vm/vm_object.c: remove register qualifiersMarin Ramesa2013-11-151-42/+35
* vm/vm_map.c: remove register qualifiersMarin Ramesa2013-11-151-111/+87
* vm/vm_map.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-151-1/+1
* vm/vm_kern.c: remove register qualifiersMarin Ramesa2013-11-151-12/+10
* vm/vm_fault.c: remove register qualifiersMarin Ramesa2013-11-151-23/+17
* vm/vm_fault.c: remove unused variableMarin Ramesa2013-11-151-2/+0
* vm/memory_object_proxy.h: fix definitionMarin Ramesa2013-11-151-2/+2
* vm/memory_object.c: remove register qualifiersMarin Ramesa2013-11-151-12/+8
* Remove lint codeMarin Ramesa2013-11-092-17/+0
* Increase kernel map entry pool sizeRichard Braun2013-10-101-1/+1
* vm: organize vm print function prototypesMarin Ramesa2013-07-186-5/+25
* Fix format warningsMiguel Figueiredo2013-06-041-1/+1
* Fix task stats incrementationsSamuel Thibault2013-01-131-3/+3
* Add statistics for task_events_infoDavid Höppner2013-01-132-0/+8
* Double KENTRY_DATA_SIZESamuel Thibault2013-01-061-1/+2
* Fix compilation warning implicit function declaration kdbprintfDavid Höppner2013-01-043-0/+14
* Fix calls to vm_map when size is 0Richard Braun2012-11-202-0/+6
* Provide basic page cache statisticsRichard Braun2012-09-235-2/+76
* Augment VM maps with a red-black treeRichard Braun2012-04-272-52/+76
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-094-4/+4
* Move kentry_data_size initial value to headerSamuel Thibault2012-03-082-1/+3
* Remove arbitrary limits used by the zone systemRichard Braun2011-12-172-2/+0
* Fix kern/kalloc.h includesRichard Braun2011-12-171-0/+1
* Adjust VM initializationRichard Braun2011-12-176-86/+111
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-179-136/+105
* Further prototyping work for memory_object_proxy.c functions.Thomas Schwinge2011-09-063-13/+31
* Free memory used by boot modulesSamuel Thibault2011-09-051-0/+5
* Add prototypes for memory_object_proxy.c functionsFridolín Pokorný2011-09-032-1/+29
* Remove long obsolete RPC routinesGuillem Jover2011-09-021-28/+0
* Initialize the new map entry when it's a projected bufferGuillem Jover2011-08-271-1/+2
* Remove unused variablesGuillem Jover2011-08-271-1/+0
* Add header for printf prototypeGuillem Jover2011-08-271-0/+1
* Do not warn on vm_map_enter with fixed address failingSamuel Thibault2011-05-091-12/+4
* Warn once when part of the kernel is lacking spaceSamuel Thibault2011-04-221-7/+24