summaryrefslogtreecommitdiff
path: root/sound/core/info.c
AgeCommit message (Expand)Author
2024-02-28ALSA: info: Use guard() for lockingTakashi Iwai
2023-11-09ALSA: info: Fix potential deadlock at disconnectionTakashi Iwai
2022-08-17ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński
2022-07-13ALSA: core: Fix missing return value comments for kernel docsTakashi Iwai
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2020-07-17ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai
2020-02-10ALSA: info: remove redundant assignment to variable cColin Ian King
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-05ALSA: info: More constificationsTakashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-16ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai
2019-02-06ALSA: info: Minor optimizationTakashi Iwai
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai
2019-02-06ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai
2019-02-05ALSA: info: Always register entries recursivelyTakashi Iwai
2019-01-24ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai
2018-05-28sound: Use octal not symbolic permissionsJoe Perches
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27sound: annotate ->poll() instancesAl Viro
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-05-23ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai
2016-11-08ALSA: info: Return error for invalid read/writeTakashi Iwai
2016-11-08ALSA: info: Limit the proc text input sizeTakashi Iwai
2015-05-18ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Takashi Iwai
2015-05-18ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai
2015-05-18ALSA: info: Register proc entries recursively, tooTakashi Iwai
2015-05-18ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai
2015-04-24ALSA: core: Clean up OSS proc file managementTakashi Iwai
2015-04-24ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai
2015-04-24ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai
2015-04-24ALSA: core: Manage asound root directory with snd_info_entryTakashi Iwai
2015-04-24ALSA: core: Remove child proc file elements recursivelyTakashi Iwai
2015-04-23ALSA: core: Fix possible memory leaks at error path in info.cTakashi Iwai
2015-04-23ALSA: core: Use seq_file for text proc file readsTakashi Iwai
2014-08-22ALSA: core: fix buffer overflow in snd_info_get_line()Clemens Ladisch
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09snd_info_register: switch to proc_create_data/proc_mkdir_modeAl Viro
2013-03-13ALSA: info: Small refactoring and a sanity check in snd_info_get_line()Takashi Iwai
2013-03-13ALSA: info: Avoid leaking kernel memoryTakashi Iwai
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi
2013-02-22new helper: file_inode(file)Al Viro
2012-09-04ALSA: remove the main version informationJaroslav Kysela