1. 02 5月, 2013 2 次提交
  2. 01 2月, 2013 1 次提交
  3. 23 8月, 2012 1 次提交
  4. 19 7月, 2012 1 次提交
  5. 08 12月, 2011 2 次提交
  6. 19 5月, 2011 2 次提交
  7. 05 8月, 2010 1 次提交
    • S
      MIPS: Add -Werror to arch/mips/Kbuild · 66f9ba10
      Sam Ravnborg 提交于
      Adding subdirs-ccflags-y := -Werror to arch/mips/Kbuild
      let us in one go cover all files with -Werror.
      
      In addition this allows us to remove the
      individual -Werror definition in various Makefile.
      
      Adding the definition to Kbuild as a recursive
      option help us not to forget to do so.
      
      With this change we now compile arch/mips/kernel/cpufreq with -Werror
      
      One drawback:
      When specifying a subdirectory covered by the Kbuild file like this:
      
          make arch/mips/kernel/
      
      then kbuild fails to pick up the -Werror definition.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      To: linux-mips <linux-mips@linux-mips.org>
      To: Wu Zhangjin <wuzhangjin@gmail.com>
      Patchwork: https://patchwork.linux-mips.org/patch/1301/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      66f9ba10
  8. 17 6月, 2009 1 次提交
  9. 11 1月, 2009 1 次提交
  10. 28 10月, 2008 1 次提交
  11. 27 7月, 2008 1 次提交
  12. 29 4月, 2008 1 次提交
    • T
      [MIPS] Reimplement clear_page/copy_page · fb2a27e7
      Thiemo Seufer 提交于
      Fold the SB-1 specific implementation of clear_page/copy_page in the
      generic version, and rewrite that one in tlbex style. The immediate
      benefits:
        - It converts the compile-time workaround for SB-1 pass 1 prefetches
          to a more efficient run-time check.
        - It allows adjustment of loop unfolling, which helps to reduce the
          number of redundant cdex cache ops.
        - It fixes some esoteric cornercases (the cache line length calculations
          can go wrong, and support for 64k pages without prefetch instructions
          will overflow the addiu immediate).
        - Somewhat better guesses of "good" prefetch values.
      Signed-off-by: NThiemo Seufer <ths@networkno.de>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      fb2a27e7
  13. 01 2月, 2008 1 次提交
    • T
      [MIPS] Split the micro-assembler from tlbex.c. · e30ec452
      Thiemo Seufer 提交于
      This patch moves the micro-assembler in a separate implementation, as
      it is useful for further run-time optimizations. The only change in
      behaviour is cutting down printk noise at kernel startup time.
      
      Checkpatch complains about macro parameters which aren't protected by
      parentheses. I believe this is a flaw in checkpatch, the paste operator
      used in those macros won't work with parenthesised parameters.
      Signed-off-by: NThiemo Seufer <ths@networkno.de>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      e30ec452
  14. 12 10月, 2007 1 次提交
  15. 01 8月, 2007 1 次提交
  16. 11 7月, 2007 1 次提交
  17. 27 2月, 2007 1 次提交
  18. 14 2月, 2007 1 次提交
  19. 30 6月, 2006 1 次提交
  20. 21 3月, 2006 1 次提交
  21. 30 10月, 2005 3 次提交
  22. 05 9月, 2005 1 次提交
  23. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4