]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commitf4c16c581766a230c02bec4d513b09fe36264ae2
tree497f4b62e1f8a88a686e1e52b0ab3a4d607f1420
parent3d1482fe7a835a18cb45894ed67f15466b60190f
parent207e715ff17b42e022df107210dc8c736a703eb3
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