1. 28 1月, 2008 1 次提交
  2. 09 5月, 2007 1 次提交
  3. 06 5月, 2007 1 次提交
  4. 30 11月, 2006 1 次提交
  5. 07 10月, 2006 1 次提交
  6. 03 7月, 2006 1 次提交
  7. 02 7月, 2006 1 次提交
  8. 01 7月, 2006 1 次提交
  9. 24 6月, 2006 1 次提交
  10. 22 6月, 2006 1 次提交
  11. 23 3月, 2006 1 次提交
  12. 14 1月, 2006 1 次提交
  13. 08 11月, 2005 1 次提交
  14. 05 11月, 2005 1 次提交
    • D
      [ARM] 3086/1: ixp2xxx error irq handling · 7866f649
      Dave Jiang 提交于
      Patch from Dave Jiang
      
      This provides support for IXP2xxx error interrupt handling. Previously there was a patch to remove this (although the original stuff was broken). Well, now the error bits are needed again. These are used extensively by the micro-engine drivers according to Deepak and also we will need it for the new EDAC code that Alan Cox is trying to push into the main kernel.
      
      Re-submit of 3072/1, generated against git tree pulled today. AFAICT, this git tree pulled in all the ARM changes that's in arm.diff. Please let me know if there are additional changes. Thx!
      Signed-off-by: NDave Jiang <djiang@mvista.com>
      Signed-off-by: NDeepak Saxena <dsaxena@plexity.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7866f649
  15. 02 11月, 2005 2 次提交
  16. 28 10月, 2005 1 次提交
  17. 01 10月, 2005 1 次提交
  18. 29 9月, 2005 1 次提交
  19. 08 9月, 2005 1 次提交
  20. 07 9月, 2005 1 次提交
  21. 05 9月, 2005 2 次提交
  22. 11 7月, 2005 1 次提交
  23. 27 6月, 2005 2 次提交
  24. 25 6月, 2005 1 次提交
  25. 21 6月, 2005 1 次提交
    • L
      [PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdog · e4fe1981
      Lennert Buytenhek 提交于
      Patch from Lennert Buytenhek
      
      The IXP2000 has four timers, but if we're on an A-step IXP2800, timer
      2 and 3 don't work.  We need two timers for timekeeping (one for the
      timer interrupt and one for tracking missed jiffies), so on early
      IXP2800s we have no other choice but to use timer 1 and 4 for that,
      but on all other IXP2000s we'd rather leave timer 4 free since that's
      the only timer we can use for the watchdog.
      So, on buggy IXP2000s (i.e. the A-step IXP2800) we use timer 4 for
      tracking missed jiffies, and on all all non-buggy IXP2000s (i.e.
      everything but the A-step IXP2800) we use timer 2.
      On a pre-production IXP2800, this patch should print these messages
      on boot:
      	Enabling IXP2800 erratum #25 workaround
      	Unable to use IXP2000 watchdog due to IXP2800 erratum #25
      On any non-buggy IXP2800 (as well as on IXP2400s) you shouldn't see
      anything at all, and the watchdog should be usable again.
      
      Signed-off-by: Lennert Buytenhek
      Signed-off-by: Deepak Saxena
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      e4fe1981
  26. 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