1. b591b6e ALSA: core: Don't ignore errors at creating proc files by Takashi Iwai · 9 years ago
  2. b046d24 ALSA: core: Remove superfluous exit calls for proc entries by Takashi Iwai · 9 years ago
  3. 644dbd6 ALSA: core: Manage asound root directory with snd_info_entry by Takashi Iwai · 9 years ago
  4. c560a67 ALSA: core: Remove child proc file elements recursively by Takashi Iwai · 9 years ago
  5. 886364f ALSA: core: Fix possible memory leaks at error path in info.c by Takashi Iwai · 9 years ago
  6. 4adb7bc ALSA: core: Use seq_file for text proc file reads by Takashi Iwai · 9 years ago
  7. ddc64b2 ALSA: core: fix buffer overflow in snd_info_get_line() by Clemens Ladisch · 10 years ago
  8. f2f9307 ALSA: core: Use standard printk helpers by Takashi Iwai · 10 years ago
  9. 8eeaa2f ALSA: Replace with IS_ENABLED() by Takashi Iwai · 10 years ago
  10. 9992ba7 Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  11. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  12. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  13. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  14. aee0c61 snd_info_register: switch to proc_create_data/proc_mkdir_mode by Al Viro · 11 years ago
  15. 0bc0ec9 ALSA: info: Small refactoring and a sanity check in snd_info_get_line() by Takashi Iwai · 11 years ago
  16. 0d861ac ALSA: info: Avoid leaking kernel memory by Takashi Iwai · 11 years ago
  17. eb7c06e ALSA: add/change some comments describing function return values by Yacine Belkadi · 11 years ago
  18. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  19. 4266274 ALSA: remove the main version information by Jaroslav Kysela · 12 years ago
  20. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  21. e55d92b get rid of create_proc_entry() abuses - proc_mkdir() is there for purpose by Al Viro · 13 years ago
  22. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  23. 73029e0 ALSA: info - Implement common llseek for binary mode by Takashi Iwai · 14 years ago
  24. d97e1b7 ALSA: info - Check file position validity in common layer by Takashi Iwai · 14 years ago
  25. 067e4a5 Merge branch 'topic/bkl' into topic/core-cleanup by Takashi Iwai · 14 years ago
  26. 5b5cd55 ALSA: info - Remove BKL by Takashi Iwai · 14 years ago
  27. 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
  28. 6a0f402 Merge branch 'topic/dummy' into for-linus by Takashi Iwai · 15 years ago
  29. 4f7454a ALSA: Add const prefix to proc helper functions by Takashi Iwai · 15 years ago
  30. 9983aa6 ALSA: info - Use krealloc() by Takashi Iwai · 15 years ago
  31. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  32. c2eb9c4 ALSA: when card identification is changed, change also /proc/asound symlink by Jaroslav Kysela · 16 years ago
  33. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  34. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 16 years ago
  35. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  36. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  37. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  38. 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 17 years ago
  39. 7bc5632 [PATCH] struct path: convert sound by Josef Sipek · 18 years ago
  40. dbedca3 [ALSA] Fix re-use of va_list by Takashi Iwai · 18 years ago
  41. e6f8f10 [ALSA] sound core: Use SEEK_{SET,CUR,END} instead of hardcoded values by Josef 'Jeff' Sipek · 18 years ago
  42. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  43. 0936f26 [PATCH] devfs: Remove devfs support from the sound subsystem by Greg Kroah-Hartman · 19 years ago
  44. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  45. f4a747f [ALSA] fix a wrong lock by Clemens Ladisch · 18 years ago
  46. f001c3a [ALSA] Insert might_sleep() in snd_iprintf() by Takashi Iwai · 18 years ago
  47. 7e4eeec [ALSA] Make buffer size of proc text interface variable by Takashi Iwai · 18 years ago
  48. c0d3fb3 [ALSA] Clean up EXPORT_SYMBOL()s in snd module by Takashi Iwai · 18 years ago
  49. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 19 years ago
  50. d99e988 [ALSA] Remove BKL from sound/core/info.c by Ingo Molnar · 19 years ago
  51. e28563c [ALSA] Optimize for config without PROC_FS by Takashi Iwai · 19 years ago
  52. 24c1f93 [ALSA] Remove xxx_t typedefs: Proc handler by Takashi Iwai · 19 years ago
  53. e38e0cf [ALSA] Remove kmalloc wrappers by Takashi Iwai · 19 years ago
  54. ca2c096 [ALSA] Replace with kzalloc() - core stuff by Takashi Iwai · 19 years ago
  55. 856def8 [ALSA] typo-fix and snd_assert()-expression-split by Henrik Kretzschmar · 19 years ago
  56. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago