1. 10 10月, 2005 1 次提交
  2. 09 10月, 2005 1 次提交
  3. 01 10月, 2005 1 次提交
  4. 30 9月, 2005 1 次提交
  5. 27 9月, 2005 1 次提交
  6. 15 9月, 2005 2 次提交
    • D
      [LIB]: Consolidate _atomic_dec_and_lock() · 4db2ce01
      David S. Miller 提交于
      Several implementations were essentialy a common piece of C code using
      the cmpxchg() macro.  Put the implementation in one spot that everyone
      can share, and convert sparc64 over to using this.
      
      Alpha is the lone arch-specific implementation, which codes up a
      special fast path for the common case in order to avoid GP reloading
      which a pure C version would require.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4db2ce01
    • L
      Partially revert "Fix time going twice as fast problem on ATI Xpress chipsets" · 1619cca2
      Linus Torvalds 提交于
      Commit 66759a01 introduced the fix for
      time ticking too fast on some boards by disabling one of the doubly
      connected timer pins on ATI boards.
      
      However, it ends up being _much_ too broad a brush, and that just makes
      some other ATI boards not work at all since they now have no timer
      source.
      
      So disable the automatic ATI southbridge detection, and just rely on
      people who see this problem disabling it by hand with the option
      "disable_timer_pin_1" on the kernel command line.
      
      Maybe somebody can figure out the proper tests at a later date.
      Acked-by: NPeter Osterlund <petero2@telia.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      1619cca2
  7. 14 9月, 2005 2 次提交
  8. 13 9月, 2005 6 次提交
  9. 12 9月, 2005 1 次提交
  10. 11 9月, 2005 5 次提交
  11. 10 9月, 2005 9 次提交
  12. 09 9月, 2005 1 次提交
  13. 08 9月, 2005 9 次提交