1. 13 Aug, 2019 36 commits
  2. 12 Aug, 2019 2 commits
    • Mauro Carvalho Chehab's avatar
      Merge tag 'v5.3-rc4' into patchwork · ae27c563
      Mauro Carvalho Chehab authored
      Linux 5.3-rc4
      
      * tag 'v5.3-rc4': (750 commits)
        Linux 5.3-rc4
        Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for clang
        ARM: ep93xx: Mark expected switch fall-through
        scsi: fas216: Mark expected switch fall-throughs
        pcmcia: db1xxx_ss: Mark expected switch fall-throughs
        video: fbdev: omapfb_main: Mark expected switch fall-throughs
        watchdog: riowd: Mark expected switch fall-through
        s390/net: Mark expected switch fall-throughs
        crypto: ux500/crypt: Mark expected switch fall-throughs
        watchdog: wdt977: Mark expected switch fall-through
        watchdog: scx200_wdt: Mark expected switch fall-through
        watchdog: Mark expected switch fall-throughs
        ARM: signal: Mark expected switch fall-through
        mfd: omap-usb-host: Mark expected switch fall-throughs
        mfd: db8500-prcmu: Mark expected switch fall-throughs
        ARM: OMAP: dma: Mark expected switch fall-throughs
        ARM: alignment: Mark expected switch fall-throughs
        ARM: tegra: Mark expected switch fall-through
        ARM/hw_breakpoint: Mark expected switch fall-throughs
        mm/memremap: Fix reuse of pgmap instances with internal references
        ...
      ae27c563
    • Hans Verkuil's avatar
      media: mach-omap2/devices.c: set dma mask · 0bf63e2c
      Hans Verkuil authored
      The dma_mask and coherent_dma_mask values were never set.
      
      This prevented the media omap_vout driver from loading successfully.
      
      Tested on a Pandaboard and Beagle XM board.
      Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
      Acked-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      0bf63e2c
  3. 11 Aug, 2019 2 commits
    • Linus Torvalds's avatar
      Linux 5.3-rc4 · d45331b0
      Linus Torvalds authored
      d45331b0
    • Linus Torvalds's avatar
      Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm · b6c0649c
      Linus Torvalds authored
      Pull dax fixes from Dan Williams:
       "A filesystem-dax and device-dax fix for v5.3.
      
        The filesystem-dax fix is tagged for stable as the implementation has
        been mistakenly throwing away all cow pages on any truncate or hole
        punch operation as part of the solution to coordinate device-dma vs
        truncate to dax pages.
      
        The device-dax change fixes up a regression this cycle from the
        introduction of a common 'internal per-cpu-ref' implementation.
      
        Summary:
      
         - Fix dax_layout_busy_page() to not discard private cow pages of
           fs/dax private mappings.
      
         - Update the memremap_pages core to properly cleanup on behalf of
           internal reference-count users like device-dax"
      
      * tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
        mm/memremap: Fix reuse of pgmap instances with internal references
        dax: dax_layout_busy_page() should not unmap cow pages
      b6c0649c