1. 14 10月, 2007 1 次提交
  2. 13 10月, 2007 1 次提交
  3. 30 8月, 2007 1 次提交
  4. 10 7月, 2007 1 次提交
  5. 04 6月, 2007 1 次提交
    • D
      Input: reduce raciness when input handlers disconnect · 1dfa2812
      Dmitry Torokhov 提交于
      There is a race between input handler's release() and disconnect()
      methods: when input handler disconnects it wakes up all regular
      users and then process to walk user list to wake up async. users.
      While disconnect() walks the list release() removes elements of
      the same list causing oopses.
      
      While this is not a substibute for proper locking we can reduce
      odds of getting an oops if we wake up normal readers after walking
      the list.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      1dfa2812
  6. 09 5月, 2007 1 次提交
  7. 03 5月, 2007 1 次提交
  8. 12 4月, 2007 3 次提交
  9. 14 9月, 2006 2 次提交
  10. 26 6月, 2006 1 次提交
  11. 14 3月, 2006 1 次提交
  12. 29 10月, 2005 5 次提交
  13. 11 7月, 2005 1 次提交
  14. 21 6月, 2005 1 次提交
  15. 29 5月, 2005 1 次提交
  16. 28 5月, 2005 1 次提交
  17. 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