1. 0d63e4f Dont touch fs_struct in drivers by Jan Blunck · 16 years ago
  2. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  3. 3b378e1 [ALSA] sound/core/seq: move declarations of globally visible variables to proper headers by Marcin Ślusarz · 17 years ago
  4. e5723b4 [ALSA] Remove sequencer instrument layer by Takashi Iwai · 17 years ago
  5. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  6. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  7. c929e5e [ALSA] schedule_timeout() fix for core/seq/seq_instr.c by Rene Herman · 17 years ago
  8. 0e75182 [ALSA] seq_midi_event: fix parsing of F9/FD bytes by Clemens Ladisch · 17 years ago
  9. bf8c138 [ALSA] seq_midi_event: fix parsing of missing data bytes by Clemens Ladisch · 17 years ago
  10. 0b664f7 [ALSA] seq_midi_event: prevent running status after system messages by Clemens Ladisch · 17 years ago
  11. 394d051 [ALSA] seq_midi_event: fix encoding of data bytes after end of sysex by Clemens Ladisch · 17 years ago
  12. 7034632 [ALSA] seq: resource leak fix and various code cleanups by Eugene Teo · 17 years ago
  13. e65365d [ALSA] Fix invalid schedule_timeout_interruptible() by Takashi Iwai · 17 years ago
  14. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  15. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  16. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  17. 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 17 years ago
  18. 6116ea0 [ALSA] Fix possible deadlocks in sequencer at removal of ports by Takashi Iwai · 17 years ago
  19. 9244b2c [ALSA] alsa core: convert to list_for_each_entry* by Johannes Berg · 18 years ago
  20. 201efe3 [ALSA] use the roundup macro by Clemens Ladisch · 18 years ago
  21. c461482 [ALSA] Unregister device files at disconnection by Takashi Iwai · 18 years ago
  22. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  23. 59feddb [ALSA] Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  24. 933a2ef [PATCH] lockdep: annotate sound/core/seq/seq_device.c by Arjan van de Ven · 18 years ago
  25. d8371f0 [PATCH] lockdep: annotate sound/core/seq/seq_ports.c by Ingo Molnar · 18 years ago
  26. be7ee27 [ALSA] Fix misuse of __list_add() in seq_ports.c by Takashi Iwai · 18 years ago
  27. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  28. 45df379 [ALSA] Remove nested mutexes in seq_ports.c by Takashi Iwai · 18 years ago
  29. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  30. a7b928a [ALSA] rawmidi: add get_port_info callback for sequencer information flags by Clemens Ladisch · 18 years ago
  31. 450047a [ALSA] add more sequencer port type information bits by Clemens Ladisch · 18 years ago
  32. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  33. 91715ed [ALSA] Clean up EXPORT_SYMBOL()s in snd-seq module by Takashi Iwai · 18 years ago
  34. 78fc030 [ALSA] Change seq_midi.c so client name is card, rather than port, specific by Alan Horstmann · 18 years ago
  35. e64d2e3 [ALSA] Fix seq_clientmgr dereferences before NULL check by Eugene Teo · 18 years ago
  36. 62c5549e [ALSA] Fix sleep in atomic in virmidi driver by Takashi Iwai · 18 years ago
  37. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 19 years ago
  38. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  39. aa1e77e [ALSA] seq: reorganize sequencer client numbers by Clemens Ladisch · 19 years ago
  40. 7b6d924 [ALSA] seq: set client name in snd_seq_create_kernel_client() by Clemens Ladisch · 19 years ago
  41. 83e8ad6 [ALSA] seq: remove struct snd_seq_client_callback by Clemens Ladisch · 19 years ago
  42. 255bd16 [ALSA] seq: remove superfluous fields by Clemens Ladisch · 19 years ago
  43. 04f141a [ALSA] Optimize for config without PROC_FS (seq and oss parts) by Takashi Iwai · 19 years ago
  44. d001544 [ALSA] dynamic minors (6/6): increase maximum number of sound cards by Clemens Ladisch · 19 years ago
  45. 204bdb1 [ALSA] dynamic minors (5/6): reduce maximum number of MIDI devices per card by Clemens Ladisch · 19 years ago
  46. f87135f [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically by Clemens Ladisch · 19 years ago
  47. 2af677f [ALSA] dynamic minors (1/6): store device type in struct snd_minor by Clemens Ladisch · 19 years ago
  48. 080dece [ALSA] Remove xxx_t typedefs: Sequencer OSS-emulation by Takashi Iwai · 19 years ago
  49. 19ac31e [ALSA] Remove xxx_t typedefs: Instrument layer by Takashi Iwai · 19 years ago
  50. c7e0b5b [ALSA] Remove xxx_t typedefs: Sequencer by Takashi Iwai · 19 years ago
  51. 8433a50 [ALSA] Fix schedule_timeout usage by Nishanth Aravamudan · 19 years ago
  52. 87ef777 [ALSA] seq-timer: restrict timer frequencies by Clemens Ladisch · 19 years ago
  53. 7c22f1a [ALSA] Remove snd_runtime_check() macro by Takashi Iwai · 19 years ago
  54. bf3b644 [ALSA] sequencer: remove superfluous function parameter by Clemens Ladisch · 19 years ago
  55. 1ef64e6 [PATCH] gfp_t: sound by Al Viro · 19 years ago
  56. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  57. ecca82b [ALSA] Replace with kzalloc() - seq stuff by Takashi Iwai · 19 years ago
  58. a4f508b [ALSA] rtctimer: add option to make RTC timer the default sequencer timer by Clemens Ladisch · 19 years ago
  59. 4d23359 [ALSA] sparse address space annotations by Clemens Ladisch · 19 years ago
  60. 5a0f217 [ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type' by Victor Fusco · 19 years ago
  61. d06e4c4 [ALSA] seq-midi - silently ignore non-MIDI events by Clemens Ladisch · 19 years ago
  62. 0884484 [ALSA] Fix dependency of GUS driver by Takashi Iwai · 19 years ago
  63. 77933d7 [PATCH] clean up inline static vs static inline by Jesper Juhl · 19 years ago
  64. 4d57277 [ALSA] Remove redundant NULL checks before kfree by Jesper Juhl · 19 years ago
  65. 123992f [ALSA] sound/core/: possible cleanups by Adrian Bunk · 19 years ago
  66. 22e0732 [ALSA] virmidi - fix ioctl parameter passing when setting client name by Clemens Ladisch · 19 years ago
  67. 0aa0d38 [ALSA] virmidi - fix ioctl parameter passing when creating seq port by Clemens Ladisch · 19 years ago
  68. 51f633d [ALSA] Fix memory leak by Takashi Iwai · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago