1. 15 5月, 2016 1 次提交
  2. 10 5月, 2016 2 次提交
  3. 27 4月, 2016 4 次提交
  4. 26 4月, 2016 4 次提交
  5. 22 4月, 2016 2 次提交
  6. 14 4月, 2016 1 次提交
  7. 13 4月, 2016 1 次提交
  8. 31 3月, 2016 1 次提交
  9. 29 3月, 2016 1 次提交
    • W
      arm64: defconfig: updates for 4.6 · 431597bb
      Will Deacon 提交于
      A few defconfig updates got dropped on the floor during the merge window,
      so I've rounded up the remainder here:
      
        * Fix duplicate definition of MMC_BLOCK_MINORS and bump to 32 for
          msm8916
      
        * CPUFreq support for the Juno platform, using the MHU/SCPI interface
      
        * Removal of the default command line, which assumed a console called
          ttyAMA0
      
        * Bits and pieces for the Hi6220 (96Boards HiKey)
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      431597bb
  10. 13 3月, 2016 2 次提交
  11. 01 3月, 2016 1 次提交
  12. 27 2月, 2016 1 次提交
  13. 26 2月, 2016 2 次提交
  14. 25 2月, 2016 1 次提交
  15. 24 2月, 2016 1 次提交
  16. 23 2月, 2016 1 次提交
  17. 21 2月, 2016 1 次提交
  18. 17 2月, 2016 1 次提交
  19. 09 2月, 2016 1 次提交
  20. 26 1月, 2016 1 次提交
    • W
      arm64: defconfig: updates for 4.5 · 531d3067
      Will Deacon 提交于
      Based on requests, update our defconfig so that:
      
        - We don't build any modules
        - PL031 is enabled (RTC emulated by qemu)
        - Xen guest support is enabled
        - The Uniphier built-in I2C controller is enabled
        - PCI host controller drivers for the various arm64 SoCs are enabled
        - Device passthrough works on Seattle using SMMU and VFIO
        - The Hisilicon IRQ controller (mbigen) is enabled
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      531d3067
  21. 18 12月, 2015 1 次提交
  22. 15 12月, 2015 1 次提交
  23. 12 12月, 2015 1 次提交
  24. 26 11月, 2015 2 次提交
  25. 21 11月, 2015 3 次提交
  26. 17 11月, 2015 1 次提交
  27. 16 11月, 2015 1 次提交
    • T
      arm64: defconfig: Enable printk timestamps · 36d6e087
      Thierry Reding 提交于
      Timestamps in the kernel log can be useful to quickly determine where
      time is spent during boot. There are tools that can generate charts of
      the boot time, but it's sometimes convenient to see this live and
      without the need to go through scripts to parse the logs first.
      
      Also, this option is enabled on a large number of configurations, not
      enabling it is confusing because the boot log looks very different from
      what one is used to.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      36d6e087