1. 26 Mar, 2018 21 commits
  2. 16 Mar, 2018 6 commits
    • Arnd Bergmann's avatar
      mm: remove obsolete alloc_remap() · 79375ea3
      Arnd Bergmann authored
      Tile was the only remaining architecture to implement alloc_remap(),
      and since that is being removed, there is no point in keeping this
      function.
      
      Removing all callers simplifies the mem_map handling.
      Reviewed-by: default avatarPavel Tatashin <pasha.tatashin@oracle.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      79375ea3
    • Arnd Bergmann's avatar
      mm: remove blackfin MPU support · 1a842913
      Arnd Bergmann authored
      The CONFIG_MPU option was only defined on blackfin, and that architecture
      is now being removed, so the respective code can be simplified.
      
      A lot of other microcontrollers have an MPU, but I suspect that if we
      want to bring that support back, we'd do it differently anyway.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      1a842913
    • Arnd Bergmann's avatar
      procfs: remove CONFIG_HARDWALL dependency · e05a959f
      Arnd Bergmann authored
      Hardwall is a tile specific feature, and with the removal of the
      tile architecture, this has become dead code, so let's remove it.
      
      Alexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      e05a959f
    • Jesper Nilsson's avatar
      CRIS: Drop support for the CRIS port · c690eddc
      Jesper Nilsson authored
      The port was added back in 2000 so it's no longer even a good source
      of inspiration for newer ports (if it ever was)
      
      The last SoC (ARTPEC-3) with a CRIS main CPU was launched in 2008.
      
      Coupled with time and working developer board hardware being
      in low supply, it's time to drop the port from Linux.
      
      So long and thanks for all the fish!
      Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      c690eddc
    • Arnd Bergmann's avatar
      arch: remove tile port · bb9d8126
      Arnd Bergmann authored
      The Tile architecture port was added by Chris Metcalf in 2010, and
      maintained until early 2018 when he orphaned it due to his departure
      from Mellanox, and nobody else stepped up to maintain it. The product
      line is still around in the form of the BlueField SoC, but no longer
      uses the Tile architecture.
      
      There are also still products for sale with Tile-GX SoCs, notably the
      Mikrotik CCR router family. The products all use old (linux-3.3) kernels
      with lots of patches and won't be upgraded by their manufacturers. There
      have been efforts to port both OpenWRT and Debian to these, but both
      projects have stalled and are very unlikely to be continued in the future.
      
      Given that we are reasonably sure that nobody is still using the port
      with an upstream kernel any more, it seems better to remove it now while
      the port is in a good shape than to let it bitrot for a few years first.
      
      Cc: Chris Metcalf <chris.d.metcalf@gmail.com>
      Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
      Link: http://www.mellanox.com/page/npu_multicore_overview
      Link: https://jenkins.debian.net/view/rebootstrap/job/rebootstrap_tilegx_gcc7/Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      bb9d8126
    • Arnd Bergmann's avatar
      arch: remove blackfin port · 4ba66a97
      Arnd Bergmann authored
      The Analog Devices Blackfin port was added in 2007 and was rather
      active for a while, but all work on it has come to a standstill
      over time, as Analog have changed their product line-up.
      
      Aaron Wu confirmed that the architecture port is no longer relevant,
      and multiple people suggested removing blackfin independently because
      of some of its oddities like a non-working SMP port, and the amount of
      duplication between the chip variants, which cause extra work when
      doing cross-architecture changes.
      
      Link: https://docs.blackfin.uclinux.org/Acked-by: default avatarAaron Wu <Aaron.Wu@analog.com>
      Acked-by: default avatarBryan Wu <cooloney@gmail.com>
      Cc: Steven Miao <realmz6@gmail.com>
      Cc: Mike Frysinger <vapier@chromium.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      4ba66a97
  3. 09 Mar, 2018 4 commits
  4. 07 Mar, 2018 1 commit
    • Arnd Bergmann's avatar
      Merge tag 'metag_remove_2' of... · b67aea2b
      Arnd Bergmann authored
      Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into asm-generic
      
      Remove metag architecture
      
      These patches remove the metag architecture and tightly dependent
      drivers from the kernel. With the 4.16 kernel the ancient gcc 4.2.4
      based metag toolchain we have been using is hitting compiler bugs, so
      now seems a good time to drop it altogether.
      
      * tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jhogan/metag:
        i2c: img-scb: Drop METAG dependency
        media: img-ir: Drop METAG dependency
        watchdog: imgpdc: Drop METAG dependency
        MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE
        tty: Remove metag DA TTY and console driver
        clocksource: Remove metag generic timer driver
        irqchip: Remove metag irqchip drivers
        Drop a bunch of metag references
        docs: Remove remaining references to metag
        docs: Remove metag docs
        metag: Remove arch/metag/
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      b67aea2b
  5. 05 Mar, 2018 5 commits
  6. 04 Mar, 2018 3 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
    • Linus Torvalds's avatar
      Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 7225a442
      Linus Torvalds authored
      Pull x86/pti fixes from Thomas Gleixner:
       "Three fixes related to melted spectrum:
      
         - Sync the cpu_entry_area page table to initial_page_table on 32 bit.
      
           Otherwise suspend/resume fails because resume uses
           initial_page_table and triggers a triple fault when accessing the
           cpu entry area.
      
         - Zero the SPEC_CTL MRS on XEN before suspend to address a
           shortcoming in the hypervisor.
      
         - Fix another switch table detection issue in objtool"
      
      * 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
        objtool: Fix another switch table detection issue
        x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
      7225a442