summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2020-05-19Merge tag 'v4.9.220' into 4.9-2.3.x-imxMarcel Ziswiler
2020-04-24ALSA: pcm: oss: Fix regression by buffer overflow fixTakashi Iwai
2020-04-02ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai
2020-04-02ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai
2020-04-02ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai
2020-04-02ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai
2020-02-28ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai
2020-02-28ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai
2020-02-05ALSA: pcm: Add missing copy ops check before clearing bufferTakashi Iwai
2020-01-23ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai
2020-01-04ALSA: timer: Limit max amount of slave instancesTakashi Iwai
2020-01-04ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai
2019-12-21ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai
2019-12-21ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia
2019-12-05ASoC: compress: fix unsigned integer overflow checkXiaojun Sang
2019-11-25ALSA: seq: Do error checks at creating system portsTakashi Iwai
2019-11-25ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter
2019-11-12ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai
2019-11-06ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai
2019-11-06ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai
2019-11-06ALSA: timer: Limit max instances per timerTakashi Iwai
2019-11-06ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2019-09-06ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai
2019-08-25ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax
2019-08-25ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax
2019-08-25ALSA: compress: Prevent bypasses of set_paramsCharles Keepax
2019-08-25ALSA: compress: Fix regression on compressed capture streamsCharles Keepax
2019-08-04ALSA: seq: Break too long mutex context in the write loopTakashi Iwai
2019-07-10ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King
2019-06-22Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai
2019-06-22ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai
2019-06-22ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai
2019-06-22ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai
2019-05-16ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto
2019-04-27ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai
2019-04-27ALSA: core: Fix card races between register and disconnectTakashi Iwai
2019-04-17ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra
2019-04-05ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan
2019-04-03ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai
2019-04-03ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai
2019-04-03ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2019-04-03ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2019-03-28Merge tag 'v4.9.166' into 4.9-2.3.x-imxMarcel Ziswiler
2019-03-05ALSA: compress: prevent potential divide by zero bugsDan Carpenter
2019-01-09ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-13ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai
2018-12-13ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min
2018-12-12Merge tag 'v4.9.144' into 4.9-2.3.x-imxMarcel Ziswiler
2018-12-05ALSA: control: Fix race between adding and removing a user elementTakashi Iwai
2018-10-02Merge tag 'v4.9.130' into 4.9-2.3.x-imxGary Bisson