index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
info.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
ALSA: info: Fix llseek return value when using callback
Amadeusz Sławiński
1
-3
/
+3
2022-07-13
ALSA: core: Fix missing return value comments for kernel docs
Takashi Iwai
1
-0
/
+2
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
1
-2
/
+2
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-1
/
+0
2020-07-17
ALSA: info: Drop WARN_ON() from buffer NULL sanity check
Takashi Iwai
1
-1
/
+3
2020-02-10
ALSA: info: remove redundant assignment to variable c
Colin Ian King
1
-1
/
+1
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-19
/
+17
2020-01-05
ALSA: info: More constifications
Takashi Iwai
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-04-16
ALSA: info: Fix racy addition/deletion of nodes
Takashi Iwai
1
-2
/
+10
2019-02-06
ALSA: info: Move card id proc creation into info.c
Takashi Iwai
1
-1
/
+10
2019-02-06
ALSA: info: Minor optimization
Takashi Iwai
1
-15
/
+8
2019-02-06
ALSA: info: Drop unused snd_info_entry.card field
Takashi Iwai
1
-3
/
+1
2019-02-06
ALSA: info: Add standard helpers for card proc file entries
Takashi Iwai
1
-0
/
+32
2019-02-05
ALSA: info: Always register entries recursively
Takashi Iwai
1
-31
/
+34
2019-01-24
ALSA: proc: Avoid possible leaks of snd_info_entry objects
Takashi Iwai
1
-2
/
+10
2018-05-28
sound: Use octal not symbolic permissions
Joe Perches
1
-3
/
+3
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2017-11-28
sound: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-06-16
ALSA: core: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
1
-6
/
+0
2017-05-23
ALSA: info: Use kvzalloc() for a temporary write buffer
Takashi Iwai
1
-3
/
+3
2016-11-08
ALSA: info: Return error for invalid read/write
Takashi Iwai
1
-1
/
+5
2016-11-08
ALSA: info: Limit the proc text input size
Takashi Iwai
1
-0
/
+3
2015-05-18
ALSA: info: Drop kerneldoc comment from snd_info_create_entry()
Takashi Iwai
1
-1
/
+1
2015-05-18
ALSA: info: Move list addition to snd_info_create_entry()
Takashi Iwai
1
-13
/
+12
2015-05-18
ALSA: info: Register proc entries recursively, too
Takashi Iwai
1
-3
/
+34
2015-05-18
ALSA: info: Fix leaks of child entries at snd_info_free_entry()
Takashi Iwai
1
-3
/
+3
2015-04-24
ALSA: core: Clean up OSS proc file management
Takashi Iwai
1
-1
/
+2
2015-04-24
ALSA: core: Build conditionally and remove superfluous ifdefs
Takashi Iwai
1
-8
/
+0
2015-04-24
ALSA: core: Don't ignore errors at creating proc files
Takashi Iwai
1
-9
/
+6
2015-04-24
ALSA: core: Remove superfluous exit calls for proc entries
Takashi Iwai
1
-3
/
+0
2015-04-24
ALSA: core: Manage asound root directory with snd_info_entry
Takashi Iwai
1
-38
/
+14
2015-04-24
ALSA: core: Remove child proc file elements recursively
Takashi Iwai
1
-66
/
+13
2015-04-23
ALSA: core: Fix possible memory leaks at error path in info.c
Takashi Iwai
1
-31
/
+31
2015-04-23
ALSA: core: Use seq_file for text proc file reads
Takashi Iwai
1
-321
/
+248
2014-08-22
ALSA: core: fix buffer overflow in snd_info_get_line()
Clemens Ladisch
1
-2
/
+2
2014-02-14
ALSA: core: Use standard printk helpers
Takashi Iwai
1
-3
/
+8
2014-02-10
ALSA: Replace with IS_ENABLED()
Takashi Iwai
1
-2
/
+2
2013-05-03
Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
1
-23
/
+18
2013-05-02
proc: Supply a function to remove a proc entry by PDE
David Howells
1
-14
/
+5
2013-05-02
proc: Supply PDE attribute setting accessor functions
David Howells
1
-1
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-3
/
+1
2013-04-09
snd_info_register: switch to proc_create_data/proc_mkdir_mode
Al Viro
1
-8
/
+14
2013-03-13
ALSA: info: Small refactoring and a sanity check in snd_info_get_line()
Takashi Iwai
1
-13
/
+8
2013-03-13
ALSA: info: Avoid leaking kernel memory
Takashi Iwai
1
-2
/
+2
2013-03-12
ALSA: add/change some comments describing function return values
Yacine Belkadi
1
-8
/
+8
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-09-04
ALSA: remove the main version information
Jaroslav Kysela
1
-4
/
+3
2011-11-01
sound: Add module.h to the previously silent sound users
Paul Gortmaker
1
-0
/
+1
2011-07-24
get rid of create_proc_entry() abuses - proc_mkdir() is there for purpose
Al Viro
1
-1
/
+1
[next]