An error occurred fetching the project authors.
  1. 24 Feb, 2020 1 commit
  2. 31 Jan, 2020 1 commit
  3. 29 Aug, 2019 1 commit
  4. 04 Jul, 2019 2 commits
  5. 03 Jul, 2019 1 commit
  6. 20 Dec, 2018 1 commit
    • Michael Ellerman's avatar
      powerpc/configs: Don't enable PPC_EARLY_DEBUG in defconfigs · 2b874a5c
      Michael Ellerman authored
      This reverts the remains of commit b9ef7d6b ("powerpc: Update
      default configurations").
      
      That commit was proceeded by a commit which added a config option to
      control use of BOOTX for early debug, ie. PPC_EARLY_DEBUG_BOOTX, and
      then the update of the defconfigs was intended to not change behaviour
      by then enabling the new config option.
      
      However enabling PPC_EARLY_DEBUG had other consequences, notably
      causing us to register the udbg console at the end of udbg_early_init().
      
      This means on a system which doesn't have anything that BOOTX can
      use (most systems), we register the udbg console very early but the
      bootx code just throws everything away, meaning early boot messages
      are never printed to the console.
      
      What we want to happen is for the udbg console to only be registered
      later (from setup_arch()) once we've setup udbg_putc, and then all
      early boot messages will be replayed.
      
      Fixes: b9ef7d6b ("powerpc: Update default configurations")
      Reported-by: default avatarTorsten Duwe <duwe@lst.de>
      Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      2b874a5c
  7. 26 Nov, 2018 4 commits
  8. 03 Oct, 2018 1 commit
  9. 17 Sep, 2018 1 commit
  10. 24 Jan, 2018 1 commit
  11. 20 Sep, 2017 1 commit
  12. 31 Aug, 2017 2 commits
  13. 28 Aug, 2017 10 commits
  14. 09 Aug, 2017 1 commit
    • Michael Ellerman's avatar
      powerpc/configs: Re-enable HARD/SOFT lockup detectors · 7310d5c8
      Michael Ellerman authored
      In commit 05a4a952 ("kernel/watchdog: split up config options"),
      CONFIG_LOCKUP_DETECTOR was split into two separate config options,
      CONFIG_HARDLOCKUP_DETECTOR and CONFIG_SOFTLOCKUP_DETECTOR.
      
      Our defconfigs still have CONFIG_LOCKUP_DETECTOR=y, but that is no longer
      user selectable, and we don't mention the new options, so we end up with
      none of them enabled.
      
      So update the defconfigs to turn on the new SOFT and HARD options, the
      end result being the same as what we had previously.
      
      Fixes: 05a4a952 ("kernel/watchdog: split up config options")
      Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
      7310d5c8
  15. 10 Apr, 2017 1 commit
    • Borislav Petkov's avatar
      EDAC: Remove EDAC_MM_EDAC · e3c4ff6d
      Borislav Petkov authored
      Move all the EDAC core functionality behind CONFIG_EDAC and get rid of
      that indirection. Update defconfigs which had it.
      
      While at it, fix dependencies such that EDAC depends on RAS for the
      tracepoints.
      Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: Chris Metcalf <cmetcalf@mellanox.com>
      Cc: linux-edac@vger.kernel.org
      e3c4ff6d
  16. 27 Mar, 2017 3 commits
  17. 08 Feb, 2017 1 commit
  18. 30 Nov, 2016 1 commit
  19. 18 Nov, 2016 1 commit
  20. 14 Nov, 2016 1 commit
    • Bartlomiej Zolnierkiewicz's avatar
      powerpc: convert ppc64_defconfig to use libata PATA drivers · 7ddf3db3
      Bartlomiej Zolnierkiewicz authored
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts ppc64_defconfig to use libata PATA
      drivers.
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      7ddf3db3
  21. 04 Oct, 2016 4 commits