1. 27 2月, 2010 1 次提交
  2. 07 7月, 2009 1 次提交
  3. 30 4月, 2008 1 次提交
  4. 10 7月, 2007 1 次提交
  5. 26 4月, 2007 1 次提交
  6. 06 2月, 2007 1 次提交
  7. 04 12月, 2006 1 次提交
  8. 28 9月, 2006 1 次提交
    • M
      [S390] __div64_32 for 31 bit. · d9f7a745
      Martin Schwidefsky 提交于
      The clocksource infrastructure introduced with commit
      ad596171 broke 31 bit s390.
      The reason is that the do_div() primitive for 31 bit always
      had a restriction: it could only divide an unsigned 64 bit
      integer by an unsigned 31 bit integer. The clocksource code
      now uses do_div() with a base value that has the most
      significant bit set. The result is that clock->cycle_interval
      has a funny value which causes the linux time to jump around
      like mad.
      The solution is "obvious": implement a proper __div64_32
      function for 31 bit s390.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      d9f7a745
  9. 20 9月, 2006 2 次提交
  10. 02 2月, 2006 1 次提交
  11. 15 1月, 2006 1 次提交
  12. 07 1月, 2006 1 次提交
  13. 28 7月, 2005 1 次提交
    • M
      [PATCH] s390: spin lock retry · 951f22d5
      Martin Schwidefsky 提交于
      Split spin lock and r/w lock implementation into a single try which is done
      inline and an out of line function that repeatedly tries to get the lock
      before doing the cpu_relax().  Add a system control to set the number of
      retries before a cpu is yielded.
      
      The reason for the spin lock retry is that the diagnose 0x44 that is used to
      give up the virtual cpu is quite expensive.  For spin locks that are held only
      for a short period of time the costs of the diagnoses outweights the savings
      for spin locks that are held for a longer timer.  The default retry count is
      1000.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      951f22d5
  14. 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