1. 10 11月, 2009 2 次提交
  2. 15 7月, 2009 1 次提交
  3. 09 3月, 2009 2 次提交
  4. 18 12月, 2008 1 次提交
  5. 03 11月, 2008 1 次提交
  6. 25 9月, 2008 1 次提交
    • T
      ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*() · 399ccdc1
      Takashi Iwai 提交于
      The PCM and rawmidi open callbacks have a lock against card->controls_list
      but it takes a wrong one, card->controls_rwsem, instead of a right one
      card->ctl_files_rwlock.  This patch fixes them.
      
      This change also fixes automatically the potential deadlocks due to
      mm->mmap_sem in munmap and copy_from/to_user, reported by Sitsofe
      Wheeler:
      
        A: snd_ctl_elem_user_tlv(): card->controls_rwsem => mm->mmap_sem
        B: snd_pcm_open(): card->open_mutex => card->controls_rwsem
        C: munmap: mm->mmap_sem => snd_pcm_release(): card->open_mutex
      
      The patch breaks the chain.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      399ccdc1
  7. 13 8月, 2008 1 次提交
  8. 01 2月, 2008 2 次提交
  9. 16 10月, 2007 2 次提交
  10. 09 5月, 2007 1 次提交
  11. 13 2月, 2007 1 次提交
  12. 09 2月, 2007 1 次提交
  13. 20 12月, 2006 1 次提交
  14. 23 9月, 2006 3 次提交
  15. 23 6月, 2006 2 次提交
  16. 29 3月, 2006 1 次提交
  17. 22 3月, 2006 1 次提交
  18. 03 1月, 2006 7 次提交
  19. 04 11月, 2005 1 次提交
  20. 12 9月, 2005 3 次提交
  21. 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