| Commit message (Expand) | Author | Age | Files | Lines |
* | vm_object: Fix vm_object_page_map map function prototype | Samuel Thibault | 2022-02-16 | 1 | -2/+2 |
* | Fix rejecting the mapping of some pages | Samuel Thibault | 2021-11-28 | 1 | -1/+4 |
* | vm_object_copy_call: Make sure vm_object_enter succeeds | Samuel Thibault | 2020-03-15 | 1 | -0/+1 |
* | Drop the register qualifier. | Justus Winter | 2017-10-23 | 1 | -1/+1 |
* | vm: Remove old memory manager remnants. | Justus Winter | 2017-09-21 | 1 | -5/+0 |
* | Remove deprecated external memory management interface. | Justus Winter | 2016-10-03 | 1 | -1/+0 |
* | Change page cache statistics | Richard Braun | 2016-06-17 | 1 | -5/+11 |
* | Fix pageout deadlock | Richard Braun | 2016-05-16 | 1 | -0/+2 |
* | Merge remote-tracking branch 'remotes/origin/rbraun/vm_cache_policy' | Richard Braun | 2016-03-11 | 1 | -140/+92 |
|\ |
|
| * | Fix page cache accounting | Richard Braun | 2016-02-07 | 1 | -30/+40 |
| * | VM cache policy change | Richard Braun | 2013-10-09 | 1 | -116/+49 |
* | | Stack the slab allocator directly on top of the physical allocator | Richard Braun | 2016-02-02 | 1 | -1/+1 |
* | | Use vm_page as the physical memory allocator | Richard Braun | 2016-01-23 | 1 | -1/+2 |
* | | Slightly improve map debugging readability | Richard Braun | 2016-01-01 | 1 | -1/+2 |
* | | Improve map debugging readability | Richard Braun | 2015-12-29 | 1 | -7/+7 |
* | | Nicer out of memory condition reporting | Samuel Thibault | 2015-11-29 | 1 | -0/+4 |
* | | vm: collapse unreachable branch into assertion | Justus Winter | 2015-08-18 | 1 | -28/+3 |
* | | vm: drop debugging remnants | Justus Winter | 2015-07-10 | 1 | -10/+0 |
* | | vm: gracefully handle resource shortage | Justus Winter | 2015-05-20 | 1 | -14/+12 |
* | | vm: Fix typo in comment (found by codespell) | Stefan Weil | 2015-01-02 | 1 | -1/+1 |
* | | vm/vm_object.c: remove unused variable | Marin Ramesa | 2013-12-09 | 1 | -2/+0 |
* | | vm: move forward declarations into a header file | Marin Ramesa | 2013-11-24 | 1 | -10/+0 |
* | | vm/vm_object.c: remove register qualifiers | Marin Ramesa | 2013-11-15 | 1 | -42/+35 |
* | | Remove lint code | Marin Ramesa | 2013-11-09 | 1 | -12/+0 |
|/ |
|
* | vm: organize vm print function prototypes | Marin Ramesa | 2013-07-18 | 1 | -0/+1 |
* | Fix compilation warning implicit function declaration kdbprintf | David Höppner | 2013-01-04 | 1 | -0/+4 |
* | Provide basic page cache statistics | Richard Braun | 2012-09-23 | 1 | -0/+14 |
* | Use unsigned long for addresses and sizes | Samuel Thibault | 2012-03-09 | 1 | -1/+1 |
* | Adjust VM initialization | Richard Braun | 2011-12-17 | 1 | -41/+46 |
* | Adjust the kernel to use the slab allocator | Richard Braun | 2011-12-17 | 1 | -10/+8 |
* | Add a SoftDebugger function | Samuel Thibault | 2009-12-21 | 1 | -1/+1 |
* | Update constants to nowadays standards | Samuel Thibault | 2009-10-14 | 1 | -1/+1 |
* | 2008-07-15 Barry deFreese <bddebian@comcast.net> | Samuel Thibault | 2009-06-18 | 1 | -1/+1 |
* | 2007-03-01 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | 2009-06-18 | 1 | -18/+6 |
* | 2006-12-30 Richard Braun <syn@hurdfr.org> | Samuel Thibault | 2009-06-18 | 1 | -1/+1 |
* | 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | 2009-06-18 | 1 | -1/+1 |
* | 2006-11-09 Barry deFreese <bddebian@comcast.net> | Samuel Thibault | 2009-06-18 | 1 | -1/+2 |
* | 2006-11-07 Barry deFreese <bddebian@comcast.net> | Samuel Thibault | 2009-06-18 | 1 | -1/+1 |
* | 2006-11-05 Barry deFreese <bddebian@comcast.net> | Samuel Thibault | 2009-06-18 | 1 | -1/+3 |
* | 2006-10-15 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | 2009-06-18 | 1 | -6/+2 |
* | 2006-03-20 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | 2009-06-18 | 1 | -64/+0 |
* | 2006-01-31 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | 2009-06-18 | 1 | -1/+1 |
* | prerelease work | Thomas Bushnell | 1997-03-24 | 1 | -1/+1 |
* | Initial source | Thomas Bushnell | 1997-02-25 | 1 | -0/+3090 |