aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various function pointer typesSergey Bugaev2024-12-101-2/+2
* vm_map_lookup: Add parameter for keeping map lockedDamien Zammit2024-02-221-2/+2
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-2/+2
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-9/+9
* Define vm_size_t and vm_offset_t as __mach_uintptr_t.Flavio Cruz2022-12-061-1/+1
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-2/+2
* vm: Mute paging error message.Justus Winter2017-08-121-1/+1
* Redefine what an external page isRichard Braun2016-09-211-4/+4
* Fix type of program counter argumentJustus Winter2016-04-201-1/+1
* Add kernel profiling through samplingSamuel Thibault2016-04-201-1/+1
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-1/+1
* Use vm_page as the physical memory allocatorRichard Braun2016-01-231-2/+2
* vm: enable extra assertionsJustus Winter2015-08-151-2/+0
* kern: import `macros.h' from x15Justus Winter2015-05-191-1/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-60/+46
* Declare void argument listsMarin Ramesa2013-12-151-1/+1
* vm/vm_fault.c: remove forward declarationMarin Ramesa2013-12-051-2/+0
* Remove leftover register qualifiersMarin Ramesa2013-11-241-1/+1
* vm/vm_fault.c: remove register qualifiersMarin Ramesa2013-11-151-23/+17
* vm/vm_fault.c: remove unused variableMarin Ramesa2013-11-151-2/+0
* Fix task stats incrementationsSamuel Thibault2013-01-131-3/+3
* Add statistics for task_events_infoDavid Höppner2013-01-131-0/+7
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Remove arbitrary limits used by the zone systemRichard Braun2011-12-171-1/+0
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-11/+9
* 2008-12-05 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2007-05-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-1/+1
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-22/+0
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+2
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-5/+1
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-17/+17
* 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-271-4/+4
* Initial sourceThomas Bushnell1997-02-251-0/+2182