1. 21 Jun, 2015 35 commits
  2. 15 Jun, 2015 5 commits
    • Linus Torvalds's avatar
      Linux 4.1-rc8 · 0f57d867
      Linus Torvalds authored
      0f57d867
    • Linus Torvalds's avatar
      Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma · b86a7563
      Linus Torvalds authored
      Pull dmaengine fixes from Vinod Koul:
       "Here are hopefully last set of fixes for 4.1. This time we have:
      
         - fixing pause capability reporting on both dmaengine pause & resume
           support by Krzysztof
      
         - locking fix fir at_xdmac by Ludovic
      
         - slave configuration fix for at_xdmac by Ludovic"
      
      * 'fixes' of git://git.infradead.org/users/vkoul/slave-dma:
        dmaengine: Fix choppy sound because of unimplemented resume
        dmaengine: at_xdmac: rework slave configuration part
        dmaengine: at_xdmac: lock fixes
      b86a7563
    • Linus Torvalds's avatar
      Merge tag 'ntb-4.1' of git://github.com/jonmason/ntb · dc75117f
      Linus Torvalds authored
      Pull NTB fixes from Jon Mason:
       "I apologize for the tardiness of this request.  Here are a couple of
        last minute NTB bug fixes for v4.1:
      
        NTB bug fixes to address issues in unmapping the MW reg base and
        vbase, and an uninitialized variable on Atom platforms"
      
      * tag 'ntb-4.1' of git://github.com/jonmason/ntb:
        ntb: initialize max_mw for Atom before using it
        ntb: iounmap MW reg and vbase in error path
      dc75117f
    • Linus Torvalds's avatar
      Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus · 1f1e34f7
      Linus Torvalds authored
      Pull more MIPS fixes from Ralf Baechle:
       "Another round of 4.1 MIPS fixes, one fix to a MIPS-specific #if
        condition in lib/mpi, one fix to the MIPS GIC irqchip driver and one
        SSB fix.
      
        Details:
         - fix handling of clock in chipco SSB driver.
         - fix two MIPS-specific #if conditions to correctly work for GCC 5.1.
         - fix damage to R6 pgtable bits done by XPA support.
         - fix possible crash due to unloading modules that contain statically
           defined platform devices.
         - fix disabling of the MSA ASE on context switch to also work
           correctly when a new thread/process has the CPU for the very first
           time.
      
        This is part of linux-next and has been beaten to death on
        Imagination's test farm.
      
        While things are not looking too grim this pull request also means the
        rate of fixes for 4.1 remains nearly constant so I'd not be unhappy if
        you'd delay the release"
      
      * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
        MPI: MIPS: Fix compilation error with GCC 5.1
        IRQCHIP: mips-gic: Don't nest calls to do_IRQ()
        MIPS: MSA: bugfix - disable MSA correctly for new threads/processes.
        MIPS: Loongson: Do not register 8250 platform device from module.
        MIPS: Cobalt: Do not build MTD platform device registration code as module.
        SSB: Fix handling of ssb_pmu_get_alp_clock()
        MIPS: pgtable-bits: Fix XPA damage to R6 definitions.
      1f1e34f7
    • Linus Torvalds's avatar
      Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · baaae192
      Linus Torvalds authored
      Pull irqchip fix from Thomas Gleixner:
       "A single fix for an off by one bug in the sunxi irqchip driver"
      
      * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        irqchip: sunxi-nmi: Fix off-by-one error in irq iterator
      baaae192