1. 27 3月, 2018 7 次提交
  2. 20 3月, 2018 1 次提交
  3. 07 3月, 2018 3 次提交
  4. 01 3月, 2018 1 次提交
  5. 27 2月, 2018 2 次提交
  6. 23 2月, 2018 1 次提交
  7. 24 1月, 2018 1 次提交
  8. 21 12月, 2017 1 次提交
  9. 20 12月, 2017 1 次提交
  10. 01 12月, 2017 1 次提交
  11. 07 11月, 2017 1 次提交
  12. 30 10月, 2017 1 次提交
  13. 13 10月, 2017 1 次提交
  14. 12 10月, 2017 1 次提交
  15. 05 10月, 2017 1 次提交
  16. 01 10月, 2017 1 次提交
  17. 18 9月, 2017 1 次提交
  18. 02 9月, 2017 1 次提交
  19. 17 8月, 2017 1 次提交
  20. 16 8月, 2017 1 次提交
  21. 12 8月, 2017 1 次提交
  22. 27 7月, 2017 3 次提交
  23. 18 7月, 2017 1 次提交
    • K
      ARM: multi_v7_defconfig: Cleanup from non-existing options · 9164c754
      Krzysztof Kozlowski 提交于
      Remove options which do not exist anymore:
       - TEGRA_EMC_SCALING_ENABLE is gone since commit cab4d503 ("ARM:
         tegra: remove TEGRA_EMC_SCALING_ENABLE");
      
       - ARCH_VEXPRESS_CA9X4 is gone since commit 81cc3f86
         ("ARM: vexpress: Remove non-DT code");
      
       - OMAP_USB3 was replaced by TI_PIPE3 in commit a70143bb ("drivers:
         phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY Framework");
      
       - MMC_DW_IDMAC is gone since commit 3fc7eaef ("mmc: dw_mmc: Add
         external dma interface support");
      
       - QCOM_SMD since commit 395a4805 ("soc: qcom: smd: Remove
         standalone driver");
      
       - COMMON_CLK_MAX77802 was merged into COMMON_CLK_MAX77686 in commit
         8ad313fe ("clk: max77686: Combine Maxim max77686 and max77802
         driver");
      
       - CRYPTO_DEV_TEGRA_AES is gone since commit 645af2e4 ("crypto:
         tegra - remove driver");
      Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
      9164c754
  24. 02 7月, 2017 1 次提交
  25. 29 6月, 2017 1 次提交
  26. 02 6月, 2017 1 次提交
  27. 16 5月, 2017 1 次提交
  28. 19 4月, 2017 1 次提交
  29. 10 4月, 2017 1 次提交
    • B
      EDAC: Remove EDAC_MM_EDAC · e3c4ff6d
      Borislav Petkov 提交于
      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: NBorislav 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