mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* ARM: use high vectors if possible
@ 2011-08-08  6:46 Sascha Hauer
  2011-08-08  6:46 ` [PATCH 1/8] ARM: add missing volatile in get_cr() Sascha Hauer
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Sascha Hauer @ 2011-08-08  6:46 UTC (permalink / raw)
  To: barebox

Created this series to get high vector support. Using high vectors
at 0xffff0000 allow us to map in a faulting page at 0x0 with which
we can catch NULL pointer dereferences. The other patches are only
some cleanups around exceptions which I came along the way.

Sascha

Sascha Hauer (8):
      ARM: add missing volatile in get_cr()
      ARM mmu: fix arm_create_pte
      ARM mmu: use high vectors if possible
      ARM: remove unused exception
      ARM: exceptions: remove unnecessary function declarations
      ARM: remove unused irq enable/disable functions
      ARM: fix comments in interrupts.c
      ARM: some cleanup in interrupts.c

 arch/arm/cpu/exceptions.S     |    5 --
 arch/arm/cpu/interrupts.c     |  105 ++++++++++-------------------------------
 arch/arm/cpu/mmu.c            |   39 ++++++++++++---
 arch/arm/cpu/start.c          |    2 +-
 arch/arm/include/asm/system.h |    2 +-
 5 files changed, 60 insertions(+), 93 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-08-09  7:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-08  6:46 ARM: use high vectors if possible Sascha Hauer
2011-08-08  6:46 ` [PATCH 1/8] ARM: add missing volatile in get_cr() Sascha Hauer
2011-08-08  6:46 ` [PATCH 2/8] ARM mmu: fix arm_create_pte Sascha Hauer
2011-08-08  6:46 ` [PATCH 3/8] ARM mmu: use high vectors if possible Sascha Hauer
2011-08-08  6:46 ` [PATCH 4/8] ARM: remove unused exception Sascha Hauer
2011-08-08  6:46 ` [PATCH 5/8] ARM: exceptions: remove unnecessary function declarations Sascha Hauer
2011-08-08  6:46 ` [PATCH 6/8] ARM: remove unused irq enable/disable functions Sascha Hauer
2011-08-08  6:46 ` [PATCH 7/8] ARM: fix comments in interrupts.c Sascha Hauer
2011-08-08  6:46 ` [PATCH 8/8] ARM: some cleanup " Sascha Hauer
2011-08-08  7:06 ` ARM: use high vectors if possible Jean-Christophe PLAGNIOL-VILLARD
2011-08-08  7:32   ` Sascha Hauer
2011-08-09  7:36     ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox