summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai2019-04-271-2/+10
* ALSA: core: Fix card races between register and disconnectTakashi Iwai2019-04-271-9/+9
* ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra2019-04-171-3/+3
* ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan2019-04-051-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: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-04-031-3/+4
* ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-04-031-0/+2
* ALSA: compress: prevent potential divide by zero bugsDan Carpenter2019-03-051-1/+2
* ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-091-0/+2
* ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai2018-12-131-1/+2
* ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min2018-12-131-5/+6
* ALSA: control: Fix race between adding and removing a user elementTakashi Iwai2018-12-051-35/+45
* ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2018-12-012-6/+6
* ALSA: pcm: Fix snd_interval_refine first/last with open min/maxTimo Wischer2018-09-261-4/+10
* ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai2018-08-241-1/+2
* ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai2018-08-221-6/+2
* ALSA: virmidi: Fix too long output trigger loopTakashi Iwai2018-08-221-0/+10
* ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai2018-07-251-6/+14
* ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai2018-07-031-1/+1
* ALSA: vmaster: Propagate slave errorTakashi Iwai2018-05-301-1/+4
* ALSA: timer: Fix pause event notificationBen Hutchings2018-05-301-2/+2
* ALSA: control: fix a redundant-copy issueWenwen Wang2018-05-221-2/+1
* ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai2018-05-091-2/+2
* ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai2018-05-091-0/+2
* ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai2018-05-014-40/+55
* ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai2018-05-011-4/+8
* ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson2018-05-011-0/+1
* ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller2018-05-012-15/+15
* 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: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai2018-04-241-1/+7
* 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-211-2/+2
* ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai2018-03-213-37/+25
* ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-211-4/+6
* ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai2018-03-154-13/+24
* ALSA: seq: Don't allow resizing pool in useTakashi Iwai2018-03-151-0/+3
* ALSA: control: Fix memory corruption risk in snd_ctl_elem_readRichard Fitzgerald2018-03-081-1/+1
* ALSA: seq: Fix racy pool initializationsTakashi Iwai2018-02-221-2/+6
* ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai2018-01-231-1/+0
* ALSA: seq: Make ioctls race-freeTakashi Iwai2018-01-232-0/+4
* 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