summaryrefslogtreecommitdiffstats
path: root/sound/core/info.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1Star
* ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai2019-04-161-2/+10
* ALSA: info: Move card id proc creation into info.cTakashi Iwai2019-02-061-1/+10
* ALSA: info: Minor optimizationTakashi Iwai2019-02-061-15/+8Star
* ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2019-02-061-3/+1Star
* ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai2019-02-061-0/+32
* ALSA: info: Always register entries recursivelyTakashi Iwai2019-02-051-31/+34
* ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai2019-01-241-2/+10
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-3/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-6/+0Star
* ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai2017-05-231-3/+3
* ALSA: info: Return error for invalid read/writeTakashi Iwai2016-11-081-1/+5
* ALSA: info: Limit the proc text input sizeTakashi Iwai2016-11-081-0/+3
* ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Takashi Iwai2015-05-181-1/+1
* ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai2015-05-181-13/+12Star
* ALSA: info: Register proc entries recursively, tooTakashi Iwai2015-05-181-3/+34
* ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai2015-05-181-3/+3
* ALSA: core: Clean up OSS proc file managementTakashi Iwai2015-04-241-1/+2
* ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai2015-04-241-8/+0Star
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-241-9/+6Star
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-241-3/+0Star
* ALSA: core: Manage asound root directory with snd_info_entryTakashi Iwai2015-04-241-38/+14Star
* ALSA: core: Remove child proc file elements recursivelyTakashi Iwai2015-04-241-66/+13Star
* ALSA: core: Fix possible memory leaks at error path in info.cTakashi Iwai2015-04-231-31/+31
* ALSA: core: Use seq_file for text proc file readsTakashi Iwai2015-04-231-321/+248Star
* ALSA: core: fix buffer overflow in snd_info_get_line()Clemens Ladisch2014-08-221-2/+2
* ALSA: core: Use standard printk helpersTakashi Iwai2014-02-141-3/+8
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-2/+2
* Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-05-031-23/+18Star
|\
| * ALSA: info: Small refactoring and a sanity check in snd_info_get_line()Takashi Iwai2013-03-131-13/+8Star
| * ALSA: info: Avoid leaking kernel memoryTakashi Iwai2013-03-131-2/+2
| * ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-8/+8
* | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-14/+5Star
* | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
* | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+1Star
* | snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro2013-04-091-8/+14
|/
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* ALSA: remove the main version informationJaroslav Kysela2012-09-041-4/+3Star
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-011-0/+1
* get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro2011-07-241-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* ALSA: info - Implement common llseek for binary modeTakashi Iwai2010-04-131-26/+30
* ALSA: info - Check file position validity in common layerTakashi Iwai2010-04-131-3/+11
* Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai2010-04-131-2/+2
|\
| * ALSA: info - Remove BKLTakashi Iwai2010-04-071-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'topic/dummy' into for-linusTakashi Iwai2009-09-101-2/+2
|\
| * ALSA: Add const prefix to proc helper functionsTakashi Iwai2009-09-081-2/+2