1. eb73490 ALSA: emux: Fix potential Spectre v1 vulnerabilities by Gustavo A. R. Silva · 6 years ago
  2. c000c4f ALSA: synth: Remove empty init and exit by Takashi Iwai · 6 years ago
  3. 76727c2c Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 7 years ago
  4. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  5. 08352b2 ALSA: emux: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  6. 41e4b7d ALSA: emux: remove unused redundant variable p2 by Colin Ian King · 7 years ago
  7. 64a591e ALSA: emux: Delete two error messages for a failed memory allocation in snd_emux_create_port() by Markus Elfring · 7 years ago
  8. fbc020b ALSA: emux: Adjust four checks for null pointers by Markus Elfring · 7 years ago
  9. 949a0c2 ALSA: emux: Improve a size determination in two functions by Markus Elfring · 7 years ago
  10. c997aab ALSA: emux: Adjust one function call together with a variable assignment by Markus Elfring · 7 years ago
  11. f03293d ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfig by Takashi Iwai · 7 years ago
  12. 8272115 ALSA: synth: Select snd-emux-synth explicitly by Takashi Iwai · 7 years ago
  13. 3d774d5 ALSA: seq: Allow the tristate build of OSS emulation by Takashi Iwai · 7 years ago
  14. 5885615 ALSA: emux: stop if copy_from_user() fails by Dan Carpenter · 7 years ago
  15. f93a1c9 ALSA: synth: use designated initializers by Kees Cook · 8 years ago
  16. 3643b46 ALSA: emux: constify nrpn_conv_table structures by Julia Lawall · 9 years ago
  17. 225db57 ALSA: synth: Fix conflicting OSS device registration on AWE32 by Takashi Iwai · 9 years ago
  18. 52262b4 ALSA: emux: Fix/cleanup old ifdef CONFIG_PROC_FS by Takashi Iwai · 9 years ago
  19. 1c94e65 ALSA: emux: Fix mutex deadlock in OSS emulation by Takashi Iwai · 9 years ago
  20. 07b0e5d ALSA: emux: Fix mutex deadlock at unloading by Takashi Iwai · 9 years ago
  21. 976412f ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* by Takashi Iwai · 10 years ago
  22. abd0835 ALSA: emux: Use setup_timer() and mod_timer() by Takashi Iwai · 10 years ago
  23. b172e0a ALSA: emux: Delete an unnecessary check before the function call "snd_sf_free" by Markus Elfring · 10 years ago
  24. 14577c2 ALSA: synth: emux: soundfont.c: Cleaning up memory leak by Rickard Strandqvist · 10 years ago
  25. d81a6d7 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed by Paul Gortmaker · 13 years ago
  26. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  27. a254dba ALSA: emux: Add trivial compat ioctl handler by Ben Hutchings · 14 years ago
  28. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  29. fbfecd3 tree-wide: fix typos "couter" -> "counter" by Uwe Kleine-König · 15 years ago
  30. 0528c74 ALSA: clean up the logic for building sequencer modules by Michal Marek · 15 years ago
  31. e0d2054 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 15 years ago
  32. 42b0158 ALSA: emux - Add missing KERN_* prefix to printk by Takashi Iwai · 15 years ago
  33. 28b7e34 ALSA: Remove superfluous hwdep ops by Takashi Iwai · 15 years ago
  34. 5e246b8 ALSA: Kill snd_assert() in other places by Takashi Iwai · 16 years ago
  35. bf91141 [ALSA] emux midi synthesizer doesn't honor SOFT_PEDAL-release event by maximilian attems · 16 years ago
  36. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  37. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  38. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  39. 8e6c962 [ALSA] sound/synth/util_mem.c: remove pointless check by Adrian Bunk · 17 years ago
  40. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  41. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  42. d20cad6 [ALSA] NULL pointer dereference in sound/synth/emux/soundfont.c by Eric Sesterhenn · 18 years ago
  43. 450047a [ALSA] add more sequencer port type information bits by Clemens Ladisch · 18 years ago
  44. c97f3dd [ALSA] fix port type bits by Clemens Ladisch · 18 years ago
  45. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  46. 95ff1756 [ALSA] emux - Move EXPORT_SYMBOL() to adjacent to each function by Takashi Iwai · 18 years ago
  47. ef9f0a4 [ALSA] semaphore -> mutex (driver part) by Ingo Molnar · 19 years ago
  48. 7b6d924 [ALSA] seq: set client name in snd_seq_create_kernel_client() by Clemens Ladisch · 19 years ago
  49. 83e8ad6 [ALSA] seq: remove struct snd_seq_client_callback by Clemens Ladisch · 19 years ago
  50. b32425a [ALSA] Fix possible races in timer callbacks by Takashi Iwai · 19 years ago
  51. 03da312 [ALSA] Remove xxx_t typedefs: Emu-X synth by Takashi Iwai · 19 years ago
  52. a57d151 [ALSA] emux - Avoid cast of function pointers by Takashi Iwai · 19 years ago
  53. fc20773 [ALSA] Fix emu10k1 synth problems. by Tim · 19 years ago
  54. 561b220 [ALSA] Replace with kzalloc() - others by Takashi Iwai · 19 years ago
  55. a278655 [ALSA] Fix missing spin_unlock by Takashi Iwai · 19 years ago
  56. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  57. 4d57277 [ALSA] Remove redundant NULL checks before kfree by Jesper Juhl · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago