summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai2019-09-063-2/+20
* ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax2019-08-161-0/+6
* ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax2019-08-161-0/+8
* ALSA: compress: Prevent bypasses of set_paramsCharles Keepax2019-08-161-6/+24
* ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-08-161-5/+11
* ALSA: seq: Break too long mutex context in the write loopTakashi Iwai2019-07-261-1/+10
* ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2019-07-102-2/+2
* Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai2019-06-191-7/+2
* ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai2019-06-193-15/+13
* ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai2019-06-191-2/+7
* ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai2019-06-151-1/+1
* 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: rawmidi: Initialize allocated buffersTakashi Iwai2018-09-031-2/+2
* ALSA: seq: virmidi: Fix discarding the unsubscribed outputTakashi Iwai2018-08-141-2/+3
* ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva2018-08-041-1/+1
* ALSA: seq: Mark expected switch fall-throughGustavo A. R. Silva2018-08-041-1/+1
* ALSA: compress: Remove empty init and exitTakashi Iwai2018-08-031-12/+0
* ALSA: seq: Drop unused 64bit division macrosTakashi Iwai2018-08-011-24/+0
* ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai2018-08-011-19/+7
* ALSA: seq: Fix leftovers at probe error pathTakashi Iwai2018-08-016-36/+23
* ALSA: seq: Remove dead codesTakashi Iwai2018-08-016-115/+0
* ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai2018-08-014-52/+20
* ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva2018-08-011-0/+1
* ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai2018-07-301-9/+5
* ALSA: seq: virmidi: Offload the output event processingTakashi Iwai2018-07-301-54/+46
* Merge branch 'for-linus' into topic/virmidiTakashi Iwai2018-07-294-8/+14
|\
| * ALSA: virmidi: Fix too long output trigger loopTakashi Iwai2018-07-271-0/+10
| * ALSA: seq: Fix poll() error returnTakashi Iwai2018-07-262-2/+2
| * ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai2018-07-231-6/+2
* | ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai2018-07-271-1/+1
* | ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()Takashi Iwai2018-07-261-4/+4
* | ALSA: timer: catch invalid timer object creationSrikanth K H2018-07-221-0/+5
* | ALSA: rawmidi: Use kvmalloc() for buffersTakashi Iwai2018-07-181-4/+5
* | ALSA: rawmidi: Minor code refactoringTakashi Iwai2018-07-171-44/+33
* | ALSA: rawmidi: Simplify error pathsTakashi Iwai2018-07-171-37/+39
* | ALSA: rawmidi: Tidy up coding stylesTakashi Iwai2018-07-171-42/+59
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-07-173-8/+17
|\|