summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: core: Fix card races between register and disconnectTakashi Iwai2019-04-271-9/+9
* ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra2019-04-271-3/+3
* ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan2019-04-271-0/+8
* ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai2019-04-031-1/+8
* ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai2019-04-031-21/+22
* ALSA: compress: prevent potential divide by zero bugsDan Carpenter2019-03-231-1/+2
* ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2018-12-212-7/+1
* ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai2018-12-131-1/+2
* ALSA: pcm: Fix snd_interval_refine first/last with open min/maxTimo Wischer2018-09-261-4/+10
* ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai2018-08-281-6/+2
* ALSA: virmidi: Fix too long output trigger loopTakashi Iwai2018-08-281-0/+10
* ALSA: info: Check for integer overflow in snd_info_entry_write()Erick Reyes2018-08-171-1/+3
* ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai2018-07-281-6/+14
* ALSA: vmaster: Propagate slave errorTakashi Iwai2018-05-301-1/+4
* ALSA: control: fix a redundant-copy issueWenwen Wang2018-05-251-2/+1
* ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai2018-05-161-2/+2
* ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai2018-05-161-0/+2
* ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai2018-05-021-4/+8
* ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson2018-05-021-0/+1
* ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai2018-04-241-6/+12
* ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai2018-04-241-2/+3
* ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai2018-04-241-25/+42
* ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai2018-04-241-9/+27
* ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai2018-04-241-28/+106
* ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai2018-04-241-1/+1
* ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2018-04-241-2/+1
* ALSA: pcm: potential uninitialized return valuesDan Carpenter2018-04-081-2/+2
* ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese2018-04-081-1/+1
* ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai2018-03-221-2/+2
* ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai2018-03-223-37/+25
* ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-221-4/+6
* ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai2018-03-184-13/+24
* ALSA: seq: Don't allow resizing pool in useTakashi Iwai2018-03-181-0/+3
* ALSA: seq: Fix racy pool initializationsTakashi Iwai2018-02-251-2/+6
* ALSA: seq: Fix regression by incorrect ioctl_mutex usagesTakashi Iwai2018-02-251-8/+7
* ALSA: seq: Make ioctls race-freeTakashi Iwai2018-02-072-2/+9
* ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai2018-01-311-1/+0
* ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-171-15/+21
* ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-171-0/+8
* ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai2018-01-171-3/+11
* ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-172-3/+2
* ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai2018-01-021-3/+12
* ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai2017-12-161-1/+1
* ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser2017-12-161-0/+2
* ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai2017-11-301-6/+6
* ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-153-3/+32
* ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2017-11-081-1/+1
* ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai2017-11-081-2/+15
* ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2017-10-272-16/+0
* ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai2017-10-181-1/+1