summaryrefslogtreecommitdiff
path: root/vm
AgeCommit message (Expand)Author
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-20Declare void argument lists (part 2)Marin Ramesa
2013-12-17Mark functions that don't return with attribute noreturnMarin Ramesa
2013-12-17vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-15vm/vm_resident.c (vm_page_print): remove unnecessary castsMarin Ramesa
2013-12-15vm/vm_kern.c (kmem_submap): remove unnecessary castMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-12-09vm/vm_map.c: use boolean instead of an intMarin Ramesa
2013-12-09vm/vm_object.c: remove unused variableMarin Ramesa
2013-12-09vm/vm_pageout.c: remove forward declarationsMarin Ramesa
2013-12-09Cleanup of the prototypesMarin Ramesa
2013-12-09vm/vm_page.h: remove unused variablesMarin Ramesa
2013-12-05vm/vm_user.c: remove forward declarationMarin Ramesa
2013-12-05vm/vm_resident.c: correct commentMarin Ramesa
2013-12-05vm/vm_map.c: remove forward declarationsMarin Ramesa
2013-12-05vm/vm_kern.c: remove forward declarationsMarin Ramesa
2013-12-05vm/vm_fault.c: remove forward declarationMarin Ramesa
2013-12-05kern/startup.c: remove forward declarationsMarin Ramesa
2013-11-24vm: move forward declarations into a header fileMarin Ramesa
2013-11-24vm: move forward declarations into a header fileMarin Ramesa
2013-11-24Remove leftover register qualifiersMarin Ramesa
2013-11-19Add copyrightMarin Ramesa
2013-11-15i386/i386/vm_tuning.h: remove fileMarin Ramesa
2013-11-15vm/vm_user.c: remove register qualifiersMarin Ramesa
2013-11-15vm/vm_resident.c: remove register qualifiersMarin Ramesa
2013-11-15vm/vm_pageout.c: remove register qualifiersMarin Ramesa
2013-11-15vm/vm_object.c: remove register qualifiersMarin Ramesa
2013-11-15vm/vm_map.c: remove register qualifiersMarin Ramesa
2013-11-15vm/vm_map.c: trivial stylistic fix for consistencyMarin Ramesa
2013-11-15vm/vm_kern.c: remove register qualifiersMarin Ramesa
2013-11-15vm/vm_fault.c: remove register qualifiersMarin Ramesa
2013-11-15vm/vm_fault.c: remove unused variableMarin Ramesa
2013-11-15vm/memory_object_proxy.h: fix definitionMarin Ramesa
2013-11-15vm/memory_object.c: remove register qualifiersMarin Ramesa
2013-11-09Remove lint codeMarin Ramesa
2013-10-10Increase kernel map entry pool sizeRichard Braun
2013-10-09VM cache policy changeRichard Braun
2013-07-18vm: organize vm print function prototypesMarin Ramesa
2013-06-04Fix format warningsMiguel Figueiredo
2013-01-13Fix task stats incrementationsSamuel Thibault
2013-01-13Add statistics for task_events_infoDavid Höppner
2013-01-06Double KENTRY_DATA_SIZESamuel Thibault
2013-01-04Fix compilation warning implicit function declaration kdbprintfDavid Höppner
2012-11-20Fix calls to vm_map when size is 0Richard Braun
2012-09-23Provide basic page cache statisticsRichard Braun
2012-04-27Augment VM maps with a red-black treeRichard Braun
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-03-08Move kentry_data_size initial value to headerSamuel Thibault