minix/servers/vm
Ben Gras 6d7b770761 VM: static data structure for mem allocation
. allocate physical memory using a fixed, pre-allocated bitmap so there
   are no call cycles and it's avilable earlier
2012-09-18 13:17:48 +02:00
..
arch/i386 VM: static data structure for mem allocation 2012-09-18 13:17:48 +02:00
alloc.c VM: static data structure for mem allocation 2012-09-18 13:17:48 +02:00
break.c vm: remove stack handling for signals 2012-08-29 17:31:38 +02:00
cavl_if.h vm: optimisation: avl tree for virtual regions 2010-10-04 11:41:10 +00:00
cavl_impl.h Fix VM -Wall warnings and enable -Werror 2011-06-01 11:30:58 +02:00
exit.c VM: remove unused dma memory support functions from vm 2012-09-18 13:17:47 +02:00
fork.c VM: remove unused dma memory support functions from vm 2012-09-18 13:17:47 +02:00
glo.h VM: static data structure for mem allocation 2012-09-18 13:17:48 +02:00
main.c VM: static data structure for mem allocation 2012-09-18 13:17:48 +02:00
Makefile VM: static data structure for mem allocation 2012-09-18 13:17:48 +02:00
memlist.h let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
mmap.c No more intel/minix segments. 2012-07-15 22:30:15 +02:00
pagefaults.c kernel: facility for user-visible memory 2012-07-28 20:57:38 +00:00
phys_region.h secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
physravl.c secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
physravl.h secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
physravl_defs.h secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
proto.h VM: remove unused dma memory support functions from vm 2012-09-18 13:17:47 +02:00
queryexit.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
region.c VM: some sanitycheck fixes 2012-09-18 13:17:45 +02:00
region.h further libexec generalization 2012-06-07 15:15:02 +02:00
regionavl.c vm: optimisation: avl tree for virtual regions 2010-10-04 11:41:10 +00:00
regionavl.h vm: optimisation: avl tree for virtual regions 2010-10-04 11:41:10 +00:00
regionavl_defs.h vm: optimisation: avl tree for virtual regions 2010-10-04 11:41:10 +00:00
rs.c vm: ignore RS pin (pre-allocate) requests for now 2012-08-08 15:51:10 +02:00
sanitycheck.h No more intel/minix segments. 2012-07-15 22:30:15 +02:00
slaballoc.c VM: static data structure for mem allocation 2012-09-18 13:17:48 +02:00
unavl.h secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
util.h vm: use assert() instead of vm_assert(); remove vm_assert(). 2010-04-12 12:37:28 +00:00
utility.c vm: remove stack handling for signals 2012-08-29 17:31:38 +02:00
vm.h VM: allow for 16KB chunk alignment 2012-08-17 00:17:52 +02:00
vmproc.h VM: remove unused dma memory support functions from vm 2012-09-18 13:17:47 +02:00
yielded.h vm - hash table for block cache 2010-10-15 09:10:14 +00:00
yieldedavl.c secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
yieldedavl.h secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
yieldedavl_defs.h vm - hash table for block cache 2010-10-15 09:10:14 +00:00