summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)Author
2018-05-30ALSA: vmaster: Propagate slave errorTakashi Iwai
2018-05-30ALSA: timer: Fix pause event notificationBen Hutchings
2018-05-22ALSA: control: fix a redundant-copy issueWenwen Wang
2018-05-09ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai
2018-05-09ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai
2018-05-01ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai
2018-05-01ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai
2018-05-01ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson
2018-05-01ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller
2018-04-24ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai
2018-04-24ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai
2018-04-24ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai
2018-04-24ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai
2018-04-24ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai
2018-04-24ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai
2018-04-24ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai
2018-04-08ALSA: pcm: potential uninitialized return valuesDan Carpenter
2018-04-08ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese
2018-03-21ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai
2018-03-21ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai
2018-03-21ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai
2018-03-15ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai
2018-03-15ALSA: seq: Don't allow resizing pool in useTakashi Iwai
2018-03-08ALSA: control: Fix memory corruption risk in snd_ctl_elem_readRichard Fitzgerald
2018-02-22ALSA: seq: Fix racy pool initializationsTakashi Iwai
2018-01-23ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai
2018-01-23ALSA: seq: Make ioctls race-freeTakashi Iwai
2018-01-17ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai
2018-01-17ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai
2018-01-17ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai
2018-01-17ALSA: pcm: Workaround for weird PulseAudio behavior on rewind errorTakashi Iwai
2018-01-17ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai
2017-12-29ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai
2017-12-14ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai
2017-12-14ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser
2017-11-30ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai
2017-11-30ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai
2017-11-30ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson
2017-11-09Merge tag 'sound-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds
2017-11-07ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai
2017-11-06ALSA: timer: Limit max instances per timerTakashi Iwai
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai
2017-10-31ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai
2017-10-18ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai
2017-10-18ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings
2017-10-11ALSA: seq: Fix use-after-free at creating a portTakashi Iwai
2017-10-09ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai
2017-09-22ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang