1. 20 11月, 2014 2 次提交
  2. 18 11月, 2014 3 次提交
  3. 16 11月, 2014 2 次提交
  4. 14 11月, 2014 2 次提交
  5. 13 11月, 2014 15 次提交
  6. 11 11月, 2014 1 次提交
  7. 10 11月, 2014 9 次提交
  8. 09 11月, 2014 4 次提交
  9. 08 11月, 2014 2 次提交
    • L
      Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus · 6ac94d3a
      Linus Torvalds 提交于
      Pull MIPS updates from Ralf Baechle:
       "This weeks' round of MIPS bug fixes for 3.18:
      
         - wire up the bpf syscall
         - fix TLB dump output for R3000 class TLBs
         - fix strnlen_user return value if no NUL character was found.
         - fix build with binutils 2.24.51+.  While there is no binutils 2.25
           release yet, toolchains derived from binutils 2.24.51+ are already
           in common use.
         - the Octeon GPIO code forgot to offline GPIO IRQs.
         - fix build error for XLP.
         - fix possible BUG assertion with EVA for CMA"
      
      * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
        MIPS: Fix build with binutils 2.24.51+
        MIPS: R3000: Fix debug output for Virtual page number
        MIPS: Fix strnlen_user() return value in case of overlong strings.
        MIPS: CMA: Do not reserve memory if not required
        MIPS: Wire up bpf syscall.
        MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
        MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-aware
      6ac94d3a
    • H
      clk: rockchip: fix rk3188 hsadc_frac definition · d1f931be
      Heiko Stübner 提交于
      The arguments to COMPOSITE_FRAC for hsadc_frac were mangled, leaving out the
      the general clock flags argument. This results in strange effects, as only
      sometimes a zero-division is reported as the wrong register is read.
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      d1f931be