]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Nov 2012 01:55:04 +0000 (17:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Nov 2012 01:55:04 +0000 (17:55 -0800)
commitc2a65d3d85a08b6c93da7b8664c89d1cd0682adf
tree0c207d8628b3c518ec0849208eb2023d297937b3
parent194d9831f0419b5125dc94ec0ece4434d8ef74f0
parenta3cea9894157c20a5b1ec08b7e0b5f2019740c10
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus

Pull MIPS fixes from Ralf Baechle:
 "Three issues fixed accross the field:

   - Some functions that were recently outlined as part of a preemption
     fix were causing problems with function tracing.
   - The recently merged in-kernel MPI library uses very outdated
     headers that contain MIPS-specific code which won't build on with
     gcc 4.4 or newer.
   - The MIPS non-NUMA memory initialization was making only a very
     half-baked attempt at merging adjacent memory ranges.  This kept
     the code simple enough but is now causing issues with kexec."

* 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
  MPI: Fix compilation on MIPS with GCC 4.4 and newer
  MIPS: Fix crash that occurs when function tracing is enabled
  MIPS: Merge overlapping bootmem ranges