]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-3.5' of git://openrisc.net/jonas/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 May 2012 00:01:56 +0000 (17:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 May 2012 00:01:56 +0000 (17:01 -0700)
commit0393570082c7f1d53cf315c6c2c2d2343293abe3
tree497f4b62e1f8a88a686e1e52b0ab3a4d607f1420
parent5877d57339cf2bc3e003384c6aa140883b8c3eb0
parentab14708b2bad76bc72898f2a18c2bb4c8e73ce43
Merge tag 'for-3.5' of git://openrisc.net/jonas/linux

Pull OpenRISC updates from Jonas Bonn:
 "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"

* tag 'for-3.5' of git://openrisc.net/jonas/linux:
  openrisc: use scratch regs in atomic syscall
  openrisc: provide dma_map_ops
  openrisc: header file cleanups
  openrisc/mm/fault.c: Port OOM changes to do_page_fault
  openrisc: remove unnecessary includes
  openrisc: implement irqdomains