aboutsummaryrefslogtreecommitdiff
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* Convert from K&R to ANSIMarin Ramesa2014-04-048-494/+454
* vm: trigger garbage collection on kernel memory pressureRichard Braun2014-02-061-3/+48
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-2/+4
* vm: remove the declaration of memory_object_create_proxyJustus Winter2014-01-161-11/+0
* vm: reduce the size of struct vm_pageJustus Winter2014-01-031-1/+1
* vm: merge the two bit fields in struct vm_pageJustus Winter2014-01-031-7/+3
* vm: remove NS32000-specific padding from struct vm_pageJustus Winter2014-01-031-3/+0
* Declare void argument lists (part 2)Marin Ramesa2013-12-202-2/+2
* Mark functions that don't return with attribute noreturnMarin Ramesa2013-12-171-3/+3
* vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-179-21/+21
* vm/vm_resident.c (vm_page_print): remove unnecessary castsMarin Ramesa2013-12-151-2/+2
* vm/vm_kern.c (kmem_submap): remove unnecessary castMarin Ramesa2013-12-151-1/+1
* Declare void argument listsMarin Ramesa2013-12-153-7/+7
* Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa2013-12-111-1/+1
* vm/vm_map.c: use boolean instead of an intMarin Ramesa2013-12-091-2/+2
* vm/vm_object.c: remove unused variableMarin Ramesa2013-12-091-2/+0
* vm/vm_pageout.c: remove forward declarationsMarin Ramesa2013-12-092-3/+4
* 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