index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
synth
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-14
/
+14
2025-09-01
ALSA: synth: Use guard() for preset locks
Takashi Iwai
-44
/
+12
2025-09-01
ALSA: synth: Use guard() for spin locks
Takashi Iwai
-97
/
+49
2025-09-01
ALSA: synth: Use guard() for mutex locks
Takashi Iwai
-28
/
+12
2025-07-11
ALSA: synth: Use safer strscpy() instead of strcpy()
Takashi Iwai
-2
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2024-08-08
ALSA: emux: Use standard print API
Takashi Iwai
-50
/
+59
2024-05-08
ALSA: misc: Use *-y instead of *-objs in Makefile
Takashi Iwai
-2
/
+2
2024-04-07
ALSA: emux: simplify snd_sf_list.callback handling
Oswald Buddenhagen
-11
/
+7
2024-04-07
ALSA: emux: improve patch ioctl data validation
Oswald Buddenhagen
-6
/
+11
2024-04-07
ALSA: emux: centralize & improve patch info validation
Oswald Buddenhagen
-1
/
+36
2024-04-07
ALSA: emux: fix init of patch_info.truesize in load_data()
Oswald Buddenhagen
-1
/
+1
2024-04-07
ALSA: emux: fix validation of snd_emux.num_ports
Oswald Buddenhagen
-3
/
+3
2024-04-07
ALSA: emux: prune unused parameter from snd_soundfont_load_guspatch()
Oswald Buddenhagen
-8
/
+5
2024-04-07
ALSA: emux: fix /proc teardown at module unload
Oswald Buddenhagen
-0
/
+1
2024-01-22
ALSA: synth: Save a few bytes of memory when registering a 'snd_emux'
Christophe JAILLET
-2
/
+2
2023-06-13
ALSA: emu10k1: fix synthesizer pitch for E-MU cards at 44.1 kHz
Oswald Buddenhagen
-1
/
+2
2023-02-07
ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()
Artemii Karasev
-0
/
+3
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
-1
/
+1
2022-10-27
ALSA: Use del_timer_sync() before freeing timer
Steven Rostedt (Google)
-6
/
+1
2021-11-09
ALSA: synth: missing check for possible NULL after the call to kstrdup
Austin Kim
-1
/
+1
2021-07-05
ALSA: emux: fix spelling mistakes
gushengxian
-4
/
+4
2021-06-09
ALSA: synth: Fix assignment in if condition
Takashi Iwai
-20
/
+42
2020-01-05
ALSA: emux: More constifications
Takashi Iwai
-11
/
+11
2020-01-03
ALSA: seq: oss: Constify snd_seq_oss_callback definitions
Takashi Iwai
-1
/
+1
2020-01-03
ALSA: seq: Constify struct snd_midi_op
Takashi Iwai
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
-158
/
+11
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2019-05-06
ALSA: synth: emux: soundfont.c: divide by zero in calc_gus_envelope_time()
Dan Carpenter
-0
/
+2
2019-03-26
ALSA: emux: Add support of loading GUS-patch
Takashi Iwai
-0
/
+5
2019-02-06
ALSA: emux: Remove superfluous snd_info_register() calls
Takashi Iwai
-4
/
+0
2018-12-13
ALSA: emux: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
-2
/
+5
2018-08-03
ALSA: synth: Remove empty init and exit
Takashi Iwai
-33
/
+0
2017-11-13
Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+2
2017-10-24
ALSA: emux: Convert timers to use timer_setup()
Kees Cook
-4
/
+4
2017-10-16
ALSA: emux: remove unused redundant variable p2
Colin Ian King
-2
/
+0
2017-08-10
ALSA: emux: Delete two error messages for a failed memory allocation in snd_e...
Markus Elfring
-4
/
+2
2017-08-10
ALSA: emux: Adjust four checks for null pointers
Markus Elfring
-4
/
+4
2017-08-10
ALSA: emux: Improve a size determination in two functions
Markus Elfring
-2
/
+3
2017-08-10
ALSA: emux: Adjust one function call together with a variable assignment
Markus Elfring
-1
/
+2
2017-06-28
ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfig
Takashi Iwai
-1
/
+3
2017-06-09
ALSA: synth: Select snd-emux-synth explicitly
Takashi Iwai
-3
/
+3
2017-06-09
ALSA: seq: Allow the tristate build of OSS emulation
Takashi Iwai
-8
/
+4
2017-03-31
ALSA: emux: stop if copy_from_user() fails
Dan Carpenter
-2
/
+2
2016-12-28
ALSA: synth: use designated initializers
Kees Cook
-7
/
+7
2016-01-06
ALSA: emux: constify nrpn_conv_table structures
Julia Lawall
-4
/
+5
[next]