1. 3fa6993 ALSA: timer: Fix negative queue usage by racy accesses by Takashi Iwai · 8 years ago
  2. e4ec8cc ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt by Kangjie Lu · 8 years ago
  3. 9a47e9c ALSA: timer: Fix leak in events via snd_timer_user_ccallback by Kangjie Lu · 8 years ago
  4. cec8f96 ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS by Kangjie Lu · 8 years ago
  5. 34ce71a ALSA: timer: remove legacy rtctimer by Alexandre Belloni · 8 years ago
  6. 4a07083 ALSA: timer: Use mod_timer() for rearming the system timer by Takashi Iwai · 8 years ago
  7. 91d2178 ALSA: timer: fix gparams ioctl compatibility for different architectures by Takashi Sakamoto · 8 years ago
  8. f65e0d2 ALSA: timer: Call notifier in the same spinlock by Takashi Iwai · 8 years ago
  9. 9984d1b ALSA: timer: Protect the whole snd_timer_close() with open race by Takashi Iwai · 8 years ago
  10. 4dff5c7 ALSA: timer: Fix race at concurrent reads by Takashi Iwai · 8 years ago
  11. ed8b1d6 ALSA: timer: Fix race between stop and interrupt by Takashi Iwai · 8 years ago
  12. 117159f ALSA: timer: Fix wrong instance passed to slave callbacks by Takashi Iwai · 8 years ago
  13. 094fd3b ALSA: timer: Fix leftover link at closing by Takashi Iwai · 8 years ago
  14. f146357 ALSA: timer: Sync timer deletion at closing the system timer by Takashi Iwai · 9 years ago
  15. f784beb ALSA: timer: Fix link corruption due to double start or stop by Takashi Iwai · 9 years ago
  16. 40ed9444 ALSA: timer: Introduce disconnect op to snd_timer_instance by Takashi Iwai · 9 years ago
  17. 230323d ALSA: timer: Handle disconnection more safely by Takashi Iwai · 9 years ago
  18. c3b1681 ALSA: timer: Code cleanup by Takashi Iwai · 9 years ago
  19. b5a663a ALSA: timer: Harden slave timer list handling by Takashi Iwai · 9 years ago
  20. af36802 ALSA: timer: Fix race among timer ioctls by Takashi Iwai · 9 years ago
  21. ee8413b ALSA: timer: Fix double unlink of active_list by Takashi Iwai · 9 years ago
  22. cd6a650 ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS by Jie Yang · 9 years ago
  23. ec0e993 ALSA: core: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 9 years ago
  24. 3fe9cf3 Merge branch 'topic/snd-device' into for-next by Takashi Iwai · 9 years ago
  25. 40a4b26 ALSA: Simplify snd_device_register() variants by Takashi Iwai · 10 years ago
  26. 89da061 ALSA: timer: Handle the device directly by Takashi Iwai · 10 years ago
  27. 7c35860 ALSA: timer: Propagate the error at initialization by Takashi Iwai · 10 years ago
  28. f169c10 ALSA: timer: Use setup_timer() and mod_timer() by Takashi Iwai · 10 years ago
  29. 26204e0 ALSA: core: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  30. cf74dcf ALSA: timer: Use standard printk helpers by Takashi Iwai · 10 years ago
  31. 8eeaa2f ALSA: Replace with IS_ENABLED() by Takashi Iwai · 10 years ago
  32. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 13 years ago
  33. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  34. 94094c8 ALSA: timer - Add NULL-check for invalid slave timer by Takashi Iwai · 13 years ago
  35. 0584ffa ALSA: timer - Fix Oops at closing slave timer by Takashi Iwai · 13 years ago
  36. 5b7c757 ALSA: sound/core: merge list_del()/list_add_tail() to list_move_tail() by Nicolas Kaiser · 13 years ago
  37. 03cfe6f ALSA: support module on-demand loading for seq and timer by Kay Sievers · 14 years ago
  38. 109fef9 ALSA: timer: automatically load the high-resolution timer by Clemens Ladisch · 14 years ago
  39. 3374cd1 Merge branch 'topic/core-cleanup' into for-linus by Takashi Iwai · 14 years ago
  40. bfe7078 ALSA: take tu->qlock with irqs disabled by Dan Carpenter · 14 years ago
  41. 02f4865 ALSA: core - Define llseek fops by Takashi Iwai · 14 years ago
  42. b30477d ALSA: timer - pass real event in snd_timer_notify1() to instance callback by Jaroslav Kysela · 14 years ago
  43. ef44a1e ALSA: sound/core: use memdup_user() by Li Zefan · 15 years ago
  44. 60aa492 Rationalize fasync return values by Jonathan Corbet · 16 years ago
  45. 1f04128 ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule() by Takashi Iwai · 16 years ago
  46. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  47. 0072889 ALSA: fix a typo during snd_assert() removal by Takashi Iwai · 16 years ago
  48. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  49. ee2da99 ALSA: remove CONFIG_KMOD from sound by Johannes Berg · 16 years ago
  50. 0d63e4f Dont touch fs_struct in drivers by Jan Blunck · 16 years ago
  51. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  52. b751eef [ALSA] Use posix clock monotonic for PCM and timer timestamps by Jaroslav Kysela · 17 years ago
  53. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  54. 7c64ec3 [ALSA] timer: check for incorrect device state in non-debug compiles, too by Clemens Ladisch · 17 years ago
  55. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  56. 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 17 years ago
  57. bcb4d78 [ALSA] Remove useless reference to obsolete KERNELD by Robert P. J. Day · 18 years ago
  58. 9244b2c [ALSA] alsa core: convert to list_for_each_entry* by Johannes Berg · 18 years ago
  59. 6e9059b [ALSA] system timer: remove unused snd_timer_system_private.timer field by Clemens Ladisch · 18 years ago
  60. cd93fe4 [ALSA] timer: fix timer rescheduling by Clemens Ladisch · 18 years ago
  61. de2696d [ALSA] system timer: clear correction value when timer stops by Clemens Ladisch · 18 years ago
  62. 6ed5eff [ALSA] system timer: accumulate correction for multiple lost ticks by Clemens Ladisch · 18 years ago
  63. 17f48ec [ALSA] system timer: fix lost ticks correction adjustment by Clemens Ladisch · 18 years ago
  64. c461482 [ALSA] Unregister device files at disconnection by Takashi Iwai · 18 years ago
  65. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  66. 2999ff5 [ALSA] Fix a deadlock in snd-rtctimer by Takashi Iwai · 18 years ago
  67. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  68. 170a346 [ALSA] Fix compile warning in timer.c by Takashi Iwai · 18 years ago
  69. d689e34b [ALSA] Remove spinlocks around proc prints by Takashi Iwai · 18 years ago
  70. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  71. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 19 years ago
  72. e28563c [ALSA] Optimize for config without PROC_FS by Takashi Iwai · 19 years ago
  73. f87135f [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically by Clemens Ladisch · 19 years ago
  74. 2af677f [ALSA] dynamic minors (1/6): store device type in struct snd_minor by Clemens Ladisch · 19 years ago
  75. b32425a [ALSA] Fix possible races in timer callbacks by Takashi Iwai · 19 years ago
  76. 73e77ba [ALSA] Add error messages by Takashi Iwai · 19 years ago
  77. 53d2f74 [ALSA] Remove xxx_t typedefs: Timer by Takashi Iwai · 19 years ago
  78. 6b172a8 [ALSA] timer: formatting changes by Clemens Ladisch · 19 years ago
  79. 9dfba38 [ALSA] timer: remove list_entry() type casts by Clemens Ladisch · 19 years ago
  80. de24214 [ALSA] timers: add module refcounting for global timers by Clemens Ladisch · 19 years ago
  81. 2fd43d1 [ALSA] timer: fix timer instance memory allocation checks by Clemens Ladisch · 19 years ago
  82. 07799e7 [ALSA] Use getnstimeofday() by Takashi Iwai · 19 years ago
  83. 7c22f1a [ALSA] Remove snd_runtime_check() macro by Takashi Iwai · 19 years ago
  84. ca2c096 [ALSA] Replace with kzalloc() - core stuff by Takashi Iwai · 19 years ago
  85. 65d11d9 [ALSA] ALSA timer - fixed compilation by Jaroslav Kysela · 19 years ago
  86. a501dfa [ALSA] Timer API - added SUSPEND/RESUME events by Jaroslav Kysela · 19 years ago
  87. a53fc18 [ALSA] make local objects static by Clemens Ladisch · 19 years ago
  88. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  89. 4d57277 [ALSA] Remove redundant NULL checks before kfree by Jesper Juhl · 19 years ago
  90. 123992f [ALSA] sound/core/: possible cleanups by Adrian Bunk · 19 years ago
  91. d138b44 [ALSA] fixed PAUSE ioctl for user space interface by Jaroslav Kysela · 19 years ago
  92. 8c50b37 [ALSA] Change some timer ioctls due to confliction by Takashi Iwai · 19 years ago
  93. 15790a6 [ALSA] Add missing PAUSE ioctl by Takashi Iwai · 19 years ago
  94. c1935b4 [ALSA] timer - added tread semaphore by Jaroslav Kysela · 19 years ago
  95. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago