Age | Commit message (Expand) | Author |
2013-12-09 | vm/vm_map.c: use boolean instead of an int | Marin Ramesa |
2013-12-09 | vm/vm_object.c: remove unused variable | Marin Ramesa |
2013-12-09 | vm/vm_pageout.c: remove forward declarations | Marin Ramesa |
2013-12-09 | Cleanup of the prototypes | Marin Ramesa |
2013-12-09 | vm/vm_page.h: remove unused variables | Marin Ramesa |
2013-12-05 | vm/vm_user.c: remove forward declaration | Marin Ramesa |
2013-12-05 | vm/vm_resident.c: correct comment | Marin Ramesa |
2013-12-05 | vm/vm_map.c: remove forward declarations | Marin Ramesa |
2013-12-05 | vm/vm_kern.c: remove forward declarations | Marin Ramesa |
2013-12-05 | vm/vm_fault.c: remove forward declaration | Marin Ramesa |
2013-12-05 | kern/startup.c: remove forward declarations | Marin Ramesa |
2013-11-24 | vm: move forward declarations into a header file | Marin Ramesa |
2013-11-24 | vm: move forward declarations into a header file | Marin Ramesa |
2013-11-24 | Remove leftover register qualifiers | Marin Ramesa |
2013-11-19 | Add copyright | Marin Ramesa |
2013-11-15 | i386/i386/vm_tuning.h: remove file | Marin Ramesa |
2013-11-15 | vm/vm_user.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | vm/vm_resident.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | vm/vm_pageout.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | vm/vm_object.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | vm/vm_map.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | vm/vm_map.c: trivial stylistic fix for consistency | Marin Ramesa |
2013-11-15 | vm/vm_kern.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | vm/vm_fault.c: remove register qualifiers | Marin Ramesa |
2013-11-15 | vm/vm_fault.c: remove unused variable | Marin Ramesa |
2013-11-15 | vm/memory_object_proxy.h: fix definition | Marin Ramesa |
2013-11-15 | vm/memory_object.c: remove register qualifiers | Marin Ramesa |
2013-11-09 | Remove lint code | Marin Ramesa |
2013-10-10 | Increase kernel map entry pool size | Richard Braun |
2013-07-18 | vm: organize vm print function prototypes | Marin Ramesa |
2013-06-04 | Fix format warnings | Miguel Figueiredo |
2013-01-13 | Fix task stats incrementations | Samuel Thibault |
2013-01-13 | Add statistics for task_events_info | David Höppner |
2013-01-06 | Double KENTRY_DATA_SIZE | Samuel Thibault |
2013-01-04 | Fix compilation warning implicit function declaration kdbprintf | David Höppner |
2012-11-20 | Fix calls to vm_map when size is 0 | Richard Braun |
2012-09-23 | Provide basic page cache statistics | Richard Braun |
2012-04-27 | Augment VM maps with a red-black tree | Richard Braun |
2012-03-09 | Use unsigned long for addresses and sizes | Samuel Thibault |
2012-03-08 | Move kentry_data_size initial value to header | Samuel Thibault |
2011-12-17 | Remove arbitrary limits used by the zone system | Richard Braun |
2011-12-17 | Fix kern/kalloc.h includes | Richard Braun |
2011-12-17 | Adjust VM initialization | Richard Braun |
2011-12-17 | Adjust the kernel to use the slab allocator | Richard Braun |
2011-09-06 | Further prototyping work for memory_object_proxy.c functions. | Thomas Schwinge |
2011-09-05 | Free memory used by boot modules | Samuel Thibault |
2011-09-03 | Add prototypes for memory_object_proxy.c functions | Fridolín Pokorný |
2011-09-02 | Remove long obsolete RPC routines | Guillem Jover |
2011-08-27 | Initialize the new map entry when it's a projected buffer | Guillem Jover |
2011-08-27 | Remove unused variables | Guillem Jover |