[GIT PULL] OpenRISC updates for 3.5

From: Jonas Bonn
Date: Mon May 21 2012 - 16:34:11 EST



The following changes since commit
d48b97b403d23f6df0b990cee652bdf9a52337a3:

Linux 3.4-rc6 (2012-05-06 15:07:32 -0700)

are available in the git repository at:

git://openrisc.net/jonas/linux tags/for-3.5

for you to fetch changes up to 207e715ff17b42e022df107210dc8c736a703eb3:

openrisc: use scratch regs in atomic syscall (2012-05-08 11:43:59
+0200)

----------------------------------------------------------------
OpenRISC updates for 3.5

A couple of cleanups for the OpenRISC architecture:

* Implement IRQ domains
* Use DMA mapping framework completely and catch up with recent
changes to dma_map_ops
* One bug fix to the "or1k_atomic" syscall to not clobber call-saved
registers
* OOM killer patches to the pagefault handler ported from the X86 arch
* ...and a couple of header file cleanups

----------------------------------------------------------------
Jonas Bonn (5):
openrisc: implement irqdomains
openrisc: remove unnecessary includes
openrisc: header file cleanups
openrisc: provide dma_map_ops
openrisc: use scratch regs in atomic syscall

Kautuk Consul (1):
openrisc/mm/fault.c: Port OOM changes to do_page_fault

arch/openrisc/Kconfig | 1 +
arch/openrisc/include/asm/Kbuild | 3 +-
arch/openrisc/include/asm/dma-mapping.h | 147
+++++++------------------------
arch/openrisc/include/asm/elf.h | 12 ++-
arch/openrisc/include/asm/ptrace.h | 6 +-
arch/openrisc/kernel/dma.c | 109 +++++++++++++++--------
arch/openrisc/kernel/entry.S | 8 +-
arch/openrisc/kernel/irq.c | 83 +++++++++--------
arch/openrisc/mm/fault.c | 32 +++++--
9 files changed, 199 insertions(+), 202 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/