summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2020-04-28ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai
2020-04-28ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai
2020-02-11ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai
2020-01-11ALSA: compress: add support for 32bit calls in a 64bit kernelRavindra Lokhande
2019-12-19ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai
2019-12-19ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai
2019-12-19ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai
2019-11-22ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai
2019-11-22ALSA: compress: Fix regression on compressed capture streamsCharles Keepax
2019-10-31ALSA: seq: Break too long mutex context in the write loopTakashi Iwai
2019-10-05ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King
2019-08-13ALSA: core: Fix card races between register and disconnectTakashi Iwai
2019-08-13ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra
2019-08-13ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai
2019-08-13ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai
2019-08-13ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2019-08-13ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2019-04-04ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2019-02-11ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai
2019-02-11ALSA: control: Fix race between adding and removing a user elementTakashi Iwai
2019-02-11ALSA: control: fix failure to return numerical ID in 'add' eventTakashi Sakamoto
2019-02-11ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai
2018-12-16ALSA: virmidi: Fix too long output trigger loopTakashi Iwai
2018-12-16ALSA: seq: Fix poll() error returnTakashi Iwai
2018-12-16ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai
2018-11-20ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai
2018-11-20ALSA: core: Assure control device to be registered at lastTakashi Iwai
2018-10-21ALSA: timer: Fix pause event notificationBen Hutchings
2018-10-21ALSA: timer: Call notifier in the same spinlockTakashi Iwai
2018-10-21ALSA: control: fix a redundant-copy issueWenwen Wang
2018-10-21ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai
2018-10-21ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai
2018-10-21ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai
2018-10-21ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai
2018-10-21ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson
2018-10-21ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai
2018-10-21ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai
2018-10-21ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai
2018-10-21ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai
2018-10-21ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai
2018-10-21ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai
2018-10-21ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai
2018-09-25ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai
2018-06-16ALSA: pcm: potential uninitialized return valuesDan Carpenter
2018-06-16ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese
2018-06-16ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai
2018-06-16ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai
2018-06-16ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai
2018-06-16ALSA: seq: Don't allow resizing pool in useTakashi Iwai
2018-06-16ALSA: seq: Fix racy pool initializationsTakashi Iwai