summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2021-10-20ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai1-5/+3
2021-10-20ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai1-1/+71
2021-09-08ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra1-1/+1
2021-08-15ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai1-1/+4
2021-08-12ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela1-1/+1
2021-08-12ALSA: seq: Fix racy deletion of subscriberTakashi Iwai1-12/+27
2021-07-28ALSA: pcm: Fix mmap capability checkTakashi Iwai1-4/+10
2021-07-28ALSA: pcm: Call substream ack() method upon compat mmap commitAlan Young1-3/+8
2021-06-16ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai1-1/+9
2021-06-10ALSA: timer: Fix master timer notificationTakashi Iwai1-1/+2
2021-05-14ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou1-2/+0
2021-03-04ALSA: pcm: Don't call sync_stop if it hasn't been stoppedTakashi Iwai1-2/+3
2021-03-04ALSA: pcm: Assure sync with the pending stop operation at suspendTakashi Iwai1-1/+7
2021-03-04ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai4-8/+17
2021-01-27ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai1-1/+2
2021-01-06ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai1-2/+7
2021-01-06ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai1-14/+35
2021-01-06ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai1-4/+4
2020-12-30ALSA: core: memalloc: add page alignment for iramRobin Gong1-1/+2
2020-12-30ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai1-8/+14
2020-12-21ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai1-1/+5
2020-11-13ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto1-1/+1
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab4-6/+7
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai1-2/+5
2020-09-22ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlockTakashi Iwai1-8/+10
2020-09-21ALSA: compat_ioctl: avoid compat_alloc_user_spaceArnd Bergmann4-47/+55
2020-09-09ALSA: timer: Replace tasklet with workTakashi Iwai2-11/+11
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai3-7/+6
2020-09-03ALSA: rawmidi: (cosmetic) align function parametersPierre-Louis Bossart1-1/+1
2020-09-03ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart1-2/+1
2020-09-03ALSA: compress_offload: remove redundant initializationPierre-Louis Bossart1-1/+1
2020-09-03ALSA: compress_offload: dereference after checking for NULL pointerPierre-Louis Bossart1-1/+2
2020-09-03ALSA: core: timer: clarify operator precedencePierre-Louis Bossart1-2/+2
2020-09-03ALSA: core: timer: remove redundant assignmentPierre-Louis Bossart1-1/+1
2020-09-03ALSA: core: pcm_memory: dereference pointer after NULL checksPierre-Louis Bossart1-1/+2
2020-09-03ALSA: core: memalloc: fix fallthrough positionPierre-Louis Bossart1-1/+1
2020-09-03ALSA: core: pcm: simplify locking for timersPierre-Louis Bossart1-3/+5
2020-09-02Merge branch 'topic/tasklet-convert' into for-linusTakashi Iwai2-5/+4
2020-09-02ALSA: core: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-01ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai1-2/+2
2020-08-07Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds12-148/+159
2020-08-05ALSA: seq: oss: Serialize ioctlsTakashi Iwai1-1/+7
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-03Merge branch 'for-next' into for-linusTakashi Iwai11-155/+163
2020-07-21Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+3
2020-07-20ALSA: Replace the word "slave" in vmaster APITakashi Iwai1-131/+132
2020-07-17ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai1-1/+3
2020-07-17Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available"Takashi Iwai1-14/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva6-9/+9