1. 05 Jan, 2018 1 commit
    • Olof Johansson's avatar
      Merge tag 'arm-soc/for-4.16/drivers' of http://github.com/Broadcom/stblinux into next/drivers · 7e32c605
      Olof Johansson authored
      This pull request contains Broadcom ARM/ARM64 based SoCs drivers changes for
      4.16, please pull the following:
      
      - Arnd provides an update to the Raspberry Pi firmware interface and uses time64_t to
        print the time to make it more future proof
      
      - Florian provides a set of updates to make the Broadcom STB Bus Interface Unit code
        work on newer ARM64-based chips, as well as perform the correct interface tuning
        for these chips to reach the expected performance
      
      * tag 'arm-soc/for-4.16/drivers' of http://github.com/Broadcom/stblinux:
        soc: brcmstb: biuctrl: Move to early_initcall
        soc: brcmstb: Split initialization
        soc: brcmstb: biuctrl: Fine tune B53 MCP interface settings
        soc: brcmstb: biuctrl: Wire-up new registers
        soc: brcmstb: biuctrl: Prepare for saving/restoring other registers
        soc: brcmstb: Correct CPU_CREDIT_REG offset for Brahma-B53 CPUs
        soc: brcmstb: Make CPU credit offset more parameterized
        dt-bindings: arm: brcmstb: Correct BIUCTRL node documentation
        dt-bindings: arm: Add entry for Broadcom Brahma-B53
        firmware: raspberrypi: print time using time64_t
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      7e32c605
  2. 21 Dec, 2017 15 commits
  3. 20 Dec, 2017 1 commit
  4. 18 Dec, 2017 1 commit
  5. 17 Dec, 2017 20 commits
  6. 16 Dec, 2017 2 commits
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma · f3b5ad89
      Linus Torvalds authored
      Pull rdma fixes from Jason Gunthorpe:
       "More fixes from testing done on the rc kernel, including more SELinux
        testing. Looking forward, lockdep found regression today in ipoib
        which is still being fixed.
      
        Summary:
      
         - Fix for SELinux on the umad SMI path. Some old hardware does not
           fill the PKey properly exposing another bug in the newer SELinux
           code.
      
         - Check the input port as we can exceed array bounds from this user
           supplied value
      
         - Users are unable to use the hash field support as they want due to
           incorrect checks on the field restrictions, correct that so the
           feature works as intended
      
         - User triggerable oops in the NETLINK_RDMA handler
      
         - cxgb4 driver fix for a bad interaction with CQ flushing in iser
           caused by patches in this merge window, and bad CQ flushing during
           normal close.
      
         - Unbalanced memalloc_noio in ipoib in an error path"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
        IB/ipoib: Restore MM behavior in case of tx_ring allocation failure
        iw_cxgb4: only insert drain cqes if wq is flushed
        iw_cxgb4: only clear the ARMED bit if a notification is needed
        RDMA/netlink: Fix general protection fault
        IB/mlx4: Fix RSS hash fields restrictions
        IB/core: Don't enforce PKey security on SMI MADs
        IB/core: Bound check alternate path port number
      f3b5ad89
    • Linus Torvalds's avatar
      Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · f25e2295
      Linus Torvalds authored
      Pull i2c fixes from Wolfram Sang:
       "Two bugfixes for the AT24 I2C eeprom driver and some minor corrections
        for I2C bus drivers"
      
      * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        i2c: piix4: Fix port number check on release
        i2c: stm32: Fix copyrights
        i2c-cht-wc: constify platform_device_id
        eeprom: at24: change nvmem stride to 1
        eeprom: at24: fix I2C device selection for runtime PM
      f25e2295