1. 23 2月, 2012 1 次提交
  2. 16 11月, 2011 1 次提交
  3. 28 7月, 2011 1 次提交
  4. 30 11月, 2008 1 次提交
  5. 07 8月, 2008 1 次提交
  6. 01 6月, 2008 1 次提交
    • R
      [ARM] fix AT91 include loops · ee48a75c
      Russell King 提交于
      AT91 has one include loop in its header files:
      
        include/asm-arm/io.h <- include/asm-arm/arch-at91/io.h <-
         include/asm-arm/io.h
      
      Circular include dependencies are dangerous since they can result in
      inconsistent definitions being provided to other code, especially if
      '#ifndef' constructs are used.
      
      Solve this by removing the offending includes.  Built tested using my
      AT91 configuration.
      Acked-by: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      ee48a75c
  7. 12 5月, 2007 1 次提交
  8. 08 2月, 2007 1 次提交
  9. 21 6月, 2006 1 次提交
  10. 10 1月, 2006 1 次提交
  11. 28 10月, 2005 1 次提交
  12. 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