1. 17 2月, 2016 37 次提交
  2. 16 2月, 2016 3 次提交
    • L
      Merge tag 'spi-fix-v4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi · e5310a1c
      Linus Torvalds 提交于
      Pull spi fixes from Mark Brown:
       "A small clutch of driver specific fixes.
      
        The OMAP one is a bit worrying since it seems to be triggered by some
        changes in the runtime PM core code and I suspect there's other
        drivers across that are going to be using the same pattern outside of
        OMAP but nothing seems to be coming up in the testing people are
        doing"
      
      * tag 'spi-fix-v4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
        spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinit
        spi: bcm2835aux: fix bitmask defines
        spi: atmel: fix gpio chip-select in case of non-DT platform
        spi/fsl-espi: Correct the maximum transaction length
        spi: imx: fix spi resource leak with dma transfer
        spi: fix counting in spi-loopback-test code
      e5310a1c
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k · 2a4be2c5
      Linus Torvalds 提交于
      Pull m68k fixes from Geert Uytterhoeven:
       "Summary:
         - Wire up new copy_file_range syscall
         - Update defconfigs"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
        m68k/defconfig: Update defconfigs for v4.5-rc1
        m68k: Wire up copy_file_range
      2a4be2c5
    • I
      Merge tag 'perf-core-for-mingo' of... · fe7a2eaa
      Ingo Molnar 提交于
      Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
      
      Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:
      
      User visible changes:
      
        - Do not print trailing spaces in the hists browser (top, report) to
          avoid line wrapping issues when long C++ demangled functions are
          sampled (Arnaldo Carvalho de Melo)
      
        - Allow 'perf config' to show --system or --user settings (Taeung Song)
      
        - Add better warning about the need to install the audit-lib-python
          package when using perf python scripts (Taeung Song)
      
        - Fix symbol resolution when kernel modules files are only in the
          build id cache (~/.debug) (Wang Nan)
      
      Build fixes:
      
        - Fix 'perf test' build on older systems where 'signal' is reserved (Arnaldo Carvalho de Melo)
      
      Infrastructure changes:
      
        - Free the terms list_head in parse_events__free_terms(), also unlink the entries
          when deleting them (Wang Nan)
      
        - Fix releasing event_class in 'perf data' fixing integration with
          libbabeltrace (Wang Nan)
      
        - Add EXTRA_LDFLAGS option to Makefile (Zubair Lutfullah Kakakhel)
      Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      fe7a2eaa