1. 28 2月, 2020 7 次提交
  2. 27 2月, 2020 1 次提交
  3. 22 2月, 2020 8 次提交
  4. 21 2月, 2020 3 次提交
  5. 20 2月, 2020 4 次提交
  6. 19 2月, 2020 1 次提交
  7. 14 2月, 2020 3 次提交
  8. 13 2月, 2020 1 次提交
  9. 12 2月, 2020 10 次提交
  10. 10 2月, 2020 2 次提交
    • L
      Linux 5.6-rc1 · bb6d3fb3
      Linus Torvalds 提交于
      bb6d3fb3
    • L
      Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild · 89a47dd1
      Linus Torvalds 提交于
      Pull more Kbuild updates from Masahiro Yamada:
      
       - fix randconfig to generate a sane .config
      
       - rename hostprogs-y / always to hostprogs / always-y, which are more
         natual syntax.
      
       - optimize scripts/kallsyms
      
       - fix yes2modconfig and mod2yesconfig
      
       - make multiple directory targets ('make foo/ bar/') work
      
      * tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
        kbuild: make multiple directory targets work
        kconfig: Invalidate all symbols after changing to y or m.
        kallsyms: fix type of kallsyms_token_table[]
        scripts/kallsyms: change table to store (strcut sym_entry *)
        scripts/kallsyms: rename local variables in read_symbol()
        kbuild: rename hostprogs-y/always to hostprogs/always-y
        kbuild: fix the document to use extra-y for vmlinux.lds
        kconfig: fix broken dependency in randconfig-generated .config
      89a47dd1