1. 06 Mar, 2018 36 commits
  2. 05 Mar, 2018 2 commits
    • Daniel Scheller's avatar
      media: dvb-frontend/mxl5xx: add support for physical layer scrambling · 62474660
      Daniel Scheller authored
      The MaxLinear MxL5xx has support for physical layer scrambling, which was
      recently added to the DVB core via the new scrambling_sequence_index
      property. Add required bits to the mxl5xx driver.
      
      Picked up from dddvb master, commit 5c032058b9ba ("add support for PLS")
      by Ralph Metzler <rjkm@metzlerbros.de>, adapted to the different naming
      of the pls property (pls vs. scrambling_sequence_index).
      
      Cc: Ralph Metzler <rjkm@metzlerbros.de>
      Signed-off-by: default avatarDaniel Scheller <d.scheller@gmx.net>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
      62474660
    • Mauro Carvalho Chehab's avatar
      Merge commit 'v4.16-rc4~0' into patchwork · 76bf7087
      Mauro Carvalho Chehab authored
      * commit 'v4.16-rc4~0': (900 commits)
        Linux 4.16-rc4
        memremap: fix softlockup reports at teardown
        libnvdimm: re-enable deep flush for pmem devices via fsync()
        MAINTAINERS: take over Kconfig maintainership
        vfio: disable filesystem-dax page pinning
        kconfig: fix line number in recursive inclusion error message
        Coccinelle: memdup: Fix typo in warning messages
        i2c: octeon: Prevent error message on bus error
        parisc: Reduce irq overhead when run in qemu
        parisc: Use cr16 interval timers unconditionally on qemu
        parisc: Check if secondary CPUs want own PDC calls
        parisc: Hide virtual kernel memory layout
        parisc: Fix ordering of cache and TLB flushes
        kconfig: Update ncurses package names for menuconfig
        kbuild/kallsyms: trivial typo fix
        kbuild: test --build-id linker flag by ld-option instead of cc-ldoption
        kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment
        kconfig: Don't leak choice names during parsing
        sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCE
        kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list
        ...
      76bf7087
  3. 04 Mar, 2018 2 commits
    • Linus Torvalds's avatar
      Linux 4.16-rc4 · 661e50bc
      Linus Torvalds authored
      661e50bc
    • Linus Torvalds's avatar
      Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · e64b9562
      Linus Torvalds authored
      Pull x86 fixes from Thomas Gleixner:
       "A small set of fixes for x86:
      
         - Add missing instruction suffixes to assembly code so it can be
           compiled by newer GAS versions without warnings.
      
         - Switch refcount WARN exceptions to UD2 as we did in general
      
         - Make the reboot on Intel Edison platforms work
      
         - A small documentation update so text and sample command match"
      
      * 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        Documentation, x86, resctrl: Make text and sample command match
        x86/platform/intel-mid: Handle Intel Edison reboot correctly
        x86/asm: Add instruction suffixes to bitops
        x86/entry/64: Add instruction suffix
        x86/refcounts: Switch to UD2 for exceptions
      e64b9562