index
:
teythoon/gnumach.git
fix-ipc-space-locking-2015-07-27
fix-ipc-space-locking-2015-08-15
justus/dde-0
master
pmm-2015-07-27
pmm-2015-08-12
pmm-2015-08-14
pmm-2015-08-15
pmm-2015-08-16
pmm-2015-08-26
pmm-2015-08-28
pmm-2015-09-25
Personal GNU Mach development repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
Age
Commit message (
Expand
)
Author
2016-02-25
70_dde.patch
Justus Winter
2016-02-22
Fix slab allocator option handling
Richard Braun
2016-02-22
Optimize slab lookup on the free path
Richard Braun
2016-02-20
Avoid slab allocation failures caused by memory fragmentation
Richard Braun
2016-02-16
Avoid panics on physical memory exhaustion
Richard Braun
2016-02-07
vm: initialize external maps
Justus Winter
2016-02-07
vm: allocate a large map for all objects larger than SMALL_SIZE
Justus Winter
2016-02-07
vm: remove unused field from struct vm_external
Justus Winter
2016-02-02
Fix various memory managment errors
Richard Braun
2016-02-02
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-01-23
Use vm_page as the physical memory allocator
Richard Braun
2016-01-23
Import the vm_page module from X15 and relicense to GPLv2+
Richard Braun
2016-01-02
Fix object page list type
Richard Braun
2016-01-01
Slightly improve map debugging readability
Richard Braun
2015-12-29
Improve map debugging readability
Richard Braun
2015-12-29
Improve VM map debugging
Richard Braun
2015-12-29
Fix vm_map_copyout
Richard Braun
2015-11-29
Nicer out of memory condition reporting
Samuel Thibault
2015-11-27
Fix wired accounting
Samuel Thibault
2015-08-18
vm: collapse unreachable branch into assertion
Justus Winter
2015-08-15
vm: fix compiler warning
Justus Winter
2015-08-15
vm: enable extra assertions
Justus Winter
2015-07-12
vm: really fix traversing the list of inactive pages
Justus Winter
2015-07-11
vm: fix traversing the list of inactive pages
Justus Winter
2015-07-10
vm: drop debugging remnants
Justus Winter
2015-07-09
vm: fix panic message
Justus Winter
2015-07-09
Allow non-privileged tasks to wire 64KiB task memory
Samuel Thibault
2015-06-05
Fix typo
Flávio Cruz
2015-05-23
vm: drop unused `kmem_realloc'
Justus Winter
2015-05-20
vm: gracefully handle resource shortage
Justus Winter
2015-05-19
kern: import `macros.h' from x15
Justus Winter
2015-02-18
kern: avoid #if 0ing out thread_collect_scan
Justus Winter
2015-02-18
vm: fix typo
Justus Winter
2015-01-02
vm: Fix typo in comment (found by codespell)
Stefan Weil
2014-11-10
Revert "Make vm_map really ignore `address' when `anywhere' is true"
Samuel Thibault
2014-09-06
Make vm_map really ignore `address' when `anywhere' is true
Samuel Thibault
2014-08-30
Tune pageout parameters
Samuel Thibault
2014-08-30
Increate the pageout thread priority
Samuel Thibault
2014-04-30
vm: make struct vm_map fit into a cache line
Justus Winter
2014-04-04
Convert from K&R to ANSI
Marin Ramesa
2014-02-06
vm: trigger garbage collection on kernel memory pressure
Richard Braun
2014-02-04
Fix potential NULL dereference
Samuel Thibault
2014-01-16
vm: remove the declaration of memory_object_create_proxy
Justus Winter
2014-01-03
vm: reduce the size of struct vm_page
Justus Winter
2014-01-03
vm: merge the two bit fields in struct vm_page
Justus Winter
2014-01-03
vm: remove NS32000-specific padding from struct vm_page
Justus Winter
2013-12-20
Declare void argument lists (part 2)
Marin Ramesa
2013-12-17
Mark functions that don't return with attribute noreturn
Marin Ramesa
2013-12-17
vm: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-15
vm/vm_resident.c (vm_page_print): remove unnecessary casts
Marin Ramesa
[next]