minix/kernel/arch/earm
Ben Gras d12d57dcd8 arm: recognize instruction fetch pagefault
. an instruction fetch pagefault generates a prefetch
	  abort exception, this should also be a source of
	  a pagefault event
	. the saved_lr argument to the C exception handler was
	  sometimes an address, sometimes a pointer to that address;
	  the kernel sometimes dereferences it, so it should always be
	  an in-kernel address, never a userspace address. fix in mpx.S
	  makes it always a pointer.
	. move dumping of all processes over serial out of
	  the arch-specific arch_system.c
2013-05-21 15:05:06 +02:00
..
include ARM: Fix interrupt management 2013-02-18 09:07:55 +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: Fix interrupt management 2013-02-18 09:07:55 +01:00
arch_system.c ARM: Enable caches 2013-02-18 09:08:26 +01: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: recognize instruction fetch pagefault 2013-05-21 15:05:06 +02: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
kernel.lds ARM updates 2013-01-17 10:03:58 +01:00
klib.S ARM: Fix interrupt management 2013-02-18 09:07:55 +01:00
Makefile.inc ARM: Fix interrupt management 2013-02-18 09:07:55 +01:00
memory.c arm:vm caching fix. 2013-05-16 20:39:20 +02:00
mpx.S arm: recognize instruction fetch pagefault 2013-05-21 15:05:06 +02: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 arm:vm caching fix. 2013-05-16 20:39:20 +02: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 arm:cleanup remove special case memory handling. 2013-04-12 20:52:57 +02:00
procoffsets.cf ARM updates 2013-01-17 10:03:58 +01:00
protect.c libexec: mmap support, prealloc variants 2013-04-24 10:18:16 +00: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