summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai2018-08-221-6/+2
* ALSA: virmidi: Fix too long output trigger loopTakashi Iwai2018-08-221-0/+10
* ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai2018-07-251-6/+14
* ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai2018-07-031-1/+1
* ALSA: vmaster: Propagate slave errorTakashi Iwai2018-05-301-1/+4
* ALSA: timer: Fix pause event notificationBen Hutchings2018-05-301-2/+2
* ALSA: control: fix a redundant-copy issueWenwen Wang2018-05-221-2/+1
* ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai2018-05-091-2/+2
* ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai2018-05-091-0/+2
* ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai2018-05-014-40/+55
* ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai2018-05-011-4/+8
* ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson2018-05-011-0/+1
* ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller2018-05-012-15/+15
* ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai2018-04-241-6/+12
* ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai2018-04-241-2/+3
* ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai2018-04-241-25/+42
* ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai2018-04-241-9/+27
* ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai2018-04-241-28/+106
* ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai2018-04-241-1/+1
* ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai2018-04-241-1/+7
* ALSA: pcm: potential uninitialized return valuesDan Carpenter2018-04-081-2/+2
* ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese2018-04-081-1/+1
* ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai2018-03-211-2/+2
* ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai2018-03-213-37/+25
* ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-211-4/+6
* ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai2018-03-154-13/+24
* ALSA: seq: Don't allow resizing pool in useTakashi Iwai2018-03-151-0/+3
* ALSA: control: Fix memory corruption risk in snd_ctl_elem_readRichard Fitzgerald2018-03-081-1/+1
* ALSA: seq: Fix racy pool initializationsTakashi Iwai2018-02-221-2/+6
* ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai2018-01-231-1/+0
* ALSA: seq: Make ioctls race-freeTakashi Iwai2018-01-232-0/+4
* ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-171-15/+21
* ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-171-0/+8
* ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai2018-01-171-3/+11
* ALSA: pcm: Workaround for weird PulseAudio behavior on rewind errorTakashi Iwai2018-01-171-2/+7
* ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-172-3/+2
* ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai2017-12-291-3/+12
* ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai2017-12-141-1/+1
* ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser2017-12-141-0/+2
* ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai2017-11-301-2/+4
* ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai2017-11-301-6/+6
* ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson2017-11-301-2/+4
* Merge tag 'sound-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2017-11-095-16/+87
|\
| * ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-073-3/+32
| * ALSA: timer: Limit max instances per timerTakashi Iwai2017-11-062-13/+55
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-026-0/+6
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* | ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2017-10-311-1/+1
* | ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai2017-10-311-2/+15
|/
* ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai2017-10-181-0/+31