minix/kernel/arch/earm
Ben Gras 3bc6d7df06 impove memory accounting
. the total amount of memory in the system didn't include the memory
	  used by the boot-time modules and some dynamic allocation by the
	  kernel at boot time (to map in VM). especially apparent on our
	  ARM board with 'only' 512MB of memory and a huge ramdisk.
	. also: *add* the VM loaded module to the freelist after it has
	  been allocated for & mapped in instead of cutting it *out* of the
	  freelist! so we get a few more MB free..

Change-Id: If37ac32b21c9d38610830e21421264da4f20bc4f
2013-02-11 19:31:57 +01:00
..
include ARM updates 2013-01-17 10:03:58 +01:00
arch_clock.c kernel: scheduling fix for ARM 2013-02-03 22:49:05 +01:00
arch_do_vmctl.c ARM updates 2013-01-17 10:03:58 +01:00
arch_reset.c ARM updates 2013-01-17 10:03:58 +01:00
arch_system.c arm: make signal handlers work 2013-01-30 04:10:12 +00:00
direct_tty_utils.c ARM updates 2013-01-17 10:03:58 +01:00
exc.S ARM updates 2013-01-17 10:03:58 +01:00
exception.c ARM updates 2013-01-17 10:03:58 +01:00
glo.h ARM updates 2013-01-17 10:03:58 +01:00
head.S ARM updates 2013-01-17 10:03:58 +01:00
io_intr.S ARM updates 2013-01-17 10:03:58 +01:00
kernel.lds ARM updates 2013-01-17 10:03:58 +01:00
klib.S ARM updates 2013-01-17 10:03:58 +01:00
Makefile.inc ARM updates 2013-01-17 10:03:58 +01:00
memory.c kernel: scheduling fix for ARM 2013-02-03 22:49:05 +01:00
mpx.S Kernel/ARM: faster context save 2013-01-25 17:07:02 +00:00
omap_ccnt.h ARM updates 2013-01-17 10:03:58 +01:00
omap_intr.c ARM updates 2013-01-17 10:03:58 +01:00
omap_intr.h ARM updates 2013-01-17 10:03:58 +01:00
omap_serial.c ARM updates 2013-01-17 10:03:58 +01:00
omap_serial.h ARM updates 2013-01-17 10:03:58 +01:00
omap_timer.c kernel: scheduling fix for ARM 2013-02-03 22:49:05 +01:00
omap_timer.h ARM: provide free running clock to replace ccnt 2013-01-31 15:19:11 +00:00
omap_timer_registers.h ARM: provide free running clock to replace ccnt 2013-01-31 15:19:11 +00:00
pg_utils.c impove memory accounting 2013-02-11 19:31:57 +01:00
phys_copy.S ARM updates 2013-01-17 10:03:58 +01:00
phys_memset.S ARM updates 2013-01-17 10:03:58 +01:00
pre_init.c impove memory accounting 2013-02-11 19:31:57 +01:00
procoffsets.cf ARM updates 2013-01-17 10:03:58 +01:00
protect.c impove memory accounting 2013-02-11 19:31:57 +01:00
sconst.h ARM updates 2013-01-17 10:03:58 +01:00
serial.h ARM updates 2013-01-17 10:03:58 +01:00
timer.h ARM updates 2013-01-17 10:03:58 +01:00