summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2019-12-13ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai3-0/+6
2019-12-13ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia1-2/+6
2019-12-05ASoC: compress: fix unsigned integer overflow checkXiaojun Sang1-1/+1
2019-11-20ALSA: seq: Do error checks at creating system portsTakashi Iwai1-3/+15
2019-11-20ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter1-2/+2
2019-11-12ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai1-3/+3
2019-11-06ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai1-7/+17
2019-11-06ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai1-19/+20
2019-09-06ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai3-2/+20
2019-08-16ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax1-0/+6
2019-08-16ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax1-0/+8
2019-08-16ALSA: compress: Prevent bypasses of set_paramsCharles Keepax1-6/+24
2019-08-16ALSA: compress: Fix regression on compressed capture streamsCharles Keepax1-5/+11
2019-07-26ALSA: seq: Break too long mutex context in the write loopTakashi Iwai1-1/+10
2019-07-10ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2-2/+2
2019-06-19Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai1-7/+2
2019-06-19ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai3-15/+13
2019-06-19ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai1-2/+7
2019-06-15ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai1-1/+1
2019-04-27ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai1-2/+10
2019-04-27ALSA: core: Fix card races between register and disconnectTakashi Iwai1-9/+9
2019-04-17ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra1-3/+3
2019-04-05ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan1-0/+8
2019-04-03ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai1-1/+8
2019-04-03ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai1-21/+22
2019-04-03ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-3/+4
2019-04-03ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-03-05ALSA: compress: prevent potential divide by zero bugsDan Carpenter1-1/+2
2019-01-09ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-13ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai1-1/+2
2018-12-13ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min1-5/+6
2018-12-05ALSA: control: Fix race between adding and removing a user elementTakashi Iwai1-35/+45
2018-12-01ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2-6/+6
2018-09-03ALSA: rawmidi: Initialize allocated buffersTakashi Iwai1-2/+2
2018-08-14ALSA: seq: virmidi: Fix discarding the unsubscribed outputTakashi Iwai1-2/+3
2018-08-04ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-04ALSA: seq: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-03ALSA: compress: Remove empty init and exitTakashi Iwai1-12/+0
2018-08-01ALSA: seq: Drop unused 64bit division macrosTakashi Iwai1-24/+0
2018-08-01ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai1-19/+7
2018-08-01ALSA: seq: Fix leftovers at probe error pathTakashi Iwai6-36/+23
2018-08-01ALSA: seq: Remove dead codesTakashi Iwai6-115/+0
2018-08-01ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai4-52/+20
2018-08-01ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-30ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai1-9/+5
2018-07-30ALSA: seq: virmidi: Offload the output event processingTakashi Iwai1-54/+46
2018-07-29Merge branch 'for-linus' into topic/virmidiTakashi Iwai4-8/+14
2018-07-27ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai1-1/+1
2018-07-27ALSA: virmidi: Fix too long output trigger loopTakashi Iwai1-0/+10
2018-07-26ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()Takashi Iwai1-4/+4