1. 10 4月, 2013 1 次提交
  2. 29 3月, 2012 1 次提交
  3. 24 8月, 2008 1 次提交
  4. 08 2月, 2008 2 次提交
    • J
      CRIS v32: Change debug and formatting in kernel/fasttimer.c · f64dd219
      Jesper Nilsson 提交于
      - Don't use SANITYCHECK(x) as a macro, test FAST_TIMER_SANITY_CHECKS with
        ifdef. This makes it possible for automatic indent etc to work.
      - Correct some whitespace errors.
      - Don't initialize static variable.
      f64dd219
    • J
      CRIS v32: Update and improve fasttimer.c · ec87ee20
      Jesper Nilsson 提交于
      - Change include path to machine dependent header files.
      - Remove __INLINE__, it expands to inline anyway.
      - Don't initialize static variables.
      - Change timers to use fasttimer_t instead of timevals.
      - Change name of timeval_cmp to fasttime_cmp to highlight this.
      - Register name for first timer is regi_timer0, not regi_timer.
      - Whitespace and formatting changes.
      - Don't return if we're blocking interrupts, goto done and restore interrupts.
      - Disable interrupts while walking the fasttimer list, only restore
        while doing the callback.
      - Remove #ifdef DECLARE_WAITQUEUE, this code won't be used in another OS.
      - Remove CVS log.
      ec87ee20
  5. 20 10月, 2007 1 次提交
  6. 08 5月, 2007 1 次提交
  7. 03 7月, 2006 1 次提交
  8. 01 7月, 2006 1 次提交
  9. 28 7月, 2005 2 次提交
  10. 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