summaryrefslogtreecommitdiff
path: root/sound/core/info.c
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* sound: annotate ->poll() instancesAl Viro2017-11-27
* ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-16
* ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai2017-05-23
* ALSA: info: Return error for invalid read/writeTakashi Iwai2016-11-08
* ALSA: info: Limit the proc text input sizeTakashi Iwai2016-11-08
* ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Takashi Iwai2015-05-18
* ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai2015-05-18
* ALSA: info: Register proc entries recursively, tooTakashi Iwai2015-05-18
* ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai2015-05-18
* ALSA: core: Clean up OSS proc file managementTakashi Iwai2015-04-24
* ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai2015-04-24
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-24
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-24
* ALSA: core: Manage asound root directory with snd_info_entryTakashi Iwai2015-04-24
* ALSA: core: Remove child proc file elements recursivelyTakashi Iwai2015-04-24
* ALSA: core: Fix possible memory leaks at error path in info.cTakashi Iwai2015-04-23
* ALSA: core: Use seq_file for text proc file readsTakashi Iwai2015-04-23
* ALSA: core: fix buffer overflow in snd_info_get_line()Clemens Ladisch2014-08-22
* ALSA: core: Use standard printk helpersTakashi Iwai2014-02-14
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-10
* Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-05-03
|\
| * ALSA: info: Small refactoring and a sanity check in snd_info_get_line()Takashi Iwai2013-03-13
| * ALSA: info: Avoid leaking kernel memoryTakashi Iwai2013-03-13
| * ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-12
* | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-01
* | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-01
* | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* | snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro2013-04-09
|/
* new helper: file_inode(file)Al Viro2013-02-22
* ALSA: remove the main version informationJaroslav Kysela2012-09-04
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-31
* get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro2011-07-24
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* ALSA: info - Implement common llseek for binary modeTakashi Iwai2010-04-13
* ALSA: info - Check file position validity in common layerTakashi Iwai2010-04-13
* Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai2010-04-13
|\
| * ALSA: info - Remove BKLTakashi Iwai2010-04-07
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* Merge branch 'topic/dummy' into for-linusTakashi Iwai2009-09-10
|\
| * ALSA: Add const prefix to proc helper functionsTakashi Iwai2009-09-08
* | ALSA: info - Use krealloc()Takashi Iwai2009-07-06
|/
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-31
* ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela2008-11-12
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-13
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-24
* proc: remove proc_root from driversAlexey Dobriyan2008-04-29
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-31
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-16
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-12