1. 81f5775 ALSA: rawmidi: Fix race at copying & updating the position by Takashi Iwai · 8 years ago
  2. 06ab300 ALSA: rawmidi: Make snd_rawmidi_transmit() race-free by Takashi Iwai · 9 years ago
  3. cc85f7a ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check by Takashi Iwai · 9 years ago
  4. ec0e993 ALSA: core: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 9 years ago
  5. 40a4b26 ALSA: Simplify snd_device_register() variants by Takashi Iwai · 10 years ago
  6. 07cc3e8 ALSA: rawmidi: Use rawmidi device file for kernel messages by Takashi Iwai · 10 years ago
  7. aee5012 ALSA: rawmidi: Embed struct device by Takashi Iwai · 10 years ago
  8. 23c18d4 ALSA: control: Provide a helper to look for the preferred subdevice by Takashi Iwai · 10 years ago
  9. 6776a5d ALSA: Move EXPORT_SYMBOL() in appropriate places by Takashi Iwai · 10 years ago
  10. ca20d29 ALSA: rawmidi: Use standard printk helpers by Takashi Iwai · 10 years ago
  11. 80d7d77 ALSA: Drop unused name argument in snd_register_oss_device() by Takashi Iwai · 10 years ago
  12. 0a11458 ALSA: Fix typos in alsa-driver-api.xml by Masanari Iida · 10 years ago
  13. eb7c06e ALSA: add/change some comments describing function return values by Yacine Belkadi · 11 years ago
  14. 0914f79 ALSA: Avoid endless sleep after disconnect by Takashi Iwai · 12 years ago
  15. a0830db ALSA: Add a reference counter to card instance by Takashi Iwai · 12 years ago
  16. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  17. 3101ba0 ALSA: Use krealloc() in possible places by Takashi Iwai · 13 years ago
  18. b3c705a ALSA: rawmidi - Use workq for event handling by Takashi Iwai · 13 years ago
  19. aa73aec ALSA: rawmidi: fix oops (use after free) when unloading a driver module by Clemens Ladisch · 14 years ago
  20. a7a13d0 ALSA: rawmidi: fix the get next midi device ioctl by Dan Carpenter · 14 years ago
  21. 02f4865 ALSA: core - Define llseek fops by Takashi Iwai · 14 years ago
  22. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  23. 7584af1 sound: rawmidi: record a substream's owner process by Clemens Ladisch · 15 years ago
  24. 91d12c4 sound: rawmidi: fix opened substreams count by Clemens Ladisch · 15 years ago
  25. 3f225c0 Merge branch 'topic/ctl-pid-lock' into topic/core-change by Takashi Iwai · 15 years ago
  26. b7fe750 sound: rawmidi: fix MIDI device O_APPEND error handling by Clemens Ladisch · 15 years ago
  27. 16fb109 sound: rawmidi: fix checking of O_APPEND when opening MIDI device by Clemens Ladisch · 15 years ago
  28. 8579d2d sound: rawmidi: fix double init when opening MIDI device with O_APPEND by Clemens Ladisch · 15 years ago
  29. 25d27ed control: use reference-counted pid by Clemens Ladisch · 15 years ago
  30. 2d4b842 sound: rawmidi: disable active-sensing-on-close by default by Clemens Ladisch · 15 years ago
  31. 9a1b64ca ALSA: rawmidi - Refactor rawmidi open/close codes by Takashi Iwai · 15 years ago
  32. f9d2028 ALSA: rawmidi - Fix possible race in open by Takashi Iwai · 15 years ago
  33. 1f04128 ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule() by Takashi Iwai · 16 years ago
  34. 219df32 ALSA: rawmidi - Add open check in rawmidi callbacks by Takashi Iwai · 16 years ago
  35. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  36. 399ccdc ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*() by Takashi Iwai · 16 years ago
  37. 17596a8 [ALSA] rawmidi: let sparse know what is going on _for real_ by Marcin Ślusarz · 17 years ago
  38. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  39. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  40. 25765c4 [ALSA] Clean up duplicate includes in sound/core/ by Jesper Juhl · 17 years ago
  41. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  42. 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 17 years ago
  43. 9244b2c [ALSA] alsa core: convert to list_for_each_entry* by Johannes Berg · 18 years ago
  44. c13893d [ALSA] sound: initialize rawmidi substream list by Akinobu Mita · 18 years ago
  45. 2529bba [ALSA] Fix substream selection in PCM and rawmidi by Takashi Iwai · 18 years ago
  46. c461482 [ALSA] Unregister device files at disconnection by Takashi Iwai · 18 years ago
  47. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  48. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  49. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  50. 4fa95ef [PATCH] sound: Remove unneeded kmalloc() return value casts by Jesper Juhl · 18 years ago
  51. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 19 years ago
  52. 1861204 [ALSA] sound/: possible cleanups by Adrian Bunk · 19 years ago
  53. 1b98ea4 [ALSA] rawmidi: adjust runtime->avail when changing output buffer size by Clemens Ladisch · 19 years ago
  54. f87135f [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically by Clemens Ladisch · 19 years ago
  55. 2af677f [ALSA] dynamic minors (1/6): store device type in struct snd_minor by Clemens Ladisch · 19 years ago
  56. a106cd3 [ALSA] rawmidi: protect against invalid device number in snd_rawmidi_info_select() by Clemens Ladisch · 19 years ago
  57. 73e77ba [ALSA] Add error messages by Takashi Iwai · 19 years ago
  58. 48c9d41 [ALSA] Remove xxx_t typedefs: Raw MIDI by Takashi Iwai · 19 years ago
  59. f190286 [ALSA] fix improper CONFIG_SND_MAJOR usage by Clemens Ladisch · 19 years ago
  60. ca2c096 [ALSA] Replace with kzalloc() - core stuff by Takashi Iwai · 19 years ago
  61. df8db93 [ALSA] Fix DocBook warnings by Takashi Iwai · 19 years ago
  62. 4d23359 [ALSA] sparse address space annotations by Clemens Ladisch · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago