summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai2018-05-021-0/+2
* ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai2018-04-271-2/+2
* ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai2018-04-254-40/+55
* ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai2018-04-251-4/+8
* ALSA: pcm: Change return type to vm_fault_tSouptick Joarder2018-04-251-3/+3
* ALSA: control: Fix missing __user annotationTakashi Iwai2018-04-231-1/+1
* ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson2018-04-231-0/+1
* ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller2018-04-232-15/+15
* ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai2018-04-191-6/+12
* ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() errorTakashi Iwai2018-04-091-1/+1
* ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai2018-04-071-2/+3
* ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai2018-04-031-1/+7
* Merge branch 'for-next' into for-linusTakashi Iwai2018-04-026-62/+179
|\
| * ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai2018-03-271-25/+42
| * ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai2018-03-231-9/+27
| * ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai2018-03-231-28/+106
| * Merge branch 'for-linus' into for-nextTakashi Iwai2018-03-198-57/+60
| |\
| * | ALSA: pcm: Use krealloc() for resizing the rules arrayTakashi Iwai2018-03-131-6/+2
| * | ALSA: pcm: Remove VLA usageTakashi Iwai2018-03-131-7/+12
| * | ALSA: vmaster: Zero-clear ctl before calling slave getTakashi Iwai2018-03-081-1/+1
| * | ALSA: vmaster: Propagate slave errorTakashi Iwai2018-03-081-1/+4
| * | ALSA: control: Fix a bunch of whitespace errorsRichard Fitzgerald2018-02-281-9/+9
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2018-02-282-3/+7
| |\ \
| * | | ALSA: Use scnprintf() instead of snprintf() for showJaejoong Kim2018-02-271-2/+2
* | | | ALSA: pcm: potential uninitialized return valuesDan Carpenter2018-03-271-2/+2
* | | | ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese2018-03-261-1/+1
| |_|/ |/| |
* | | ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-111-4/+6
* | | ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai2018-03-101-2/+2
* | | ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai2018-03-103-37/+25
* | | ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() callTakashi Iwai2018-03-081-1/+0
* | | ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai2018-03-084-13/+24
* | | ALSA: seq: Don't allow resizing pool in useTakashi Iwai2018-03-081-0/+3
| |/ |/|
* | ALSA: control: Fix memory corruption risk in snd_ctl_elem_readRichard Fitzgerald2018-02-281-1/+1
* | ALSA: seq: Fix racy pool initializationsTakashi Iwai2018-02-141-2/+6
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1110-26/+26
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-312-9/+8
|\
| * snd_ctl_elem_init_enum_names(): switch to vmemdup_user()Al Viro2018-01-191-3/+3
| * replace_user_tlv(): switch to vmemdup_user()Al Viro2018-01-191-4/+5
| * snd_hwdep_dsp_load(): don't bother with access_ok()Al Viro2017-12-281-2/+0
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-3013-26/+26
|\ \
| * | sound: annotate ->poll() instancesAl Viro2017-11-2713-26/+26
| |/
* | ALSA: pcm: Fix trailing semicolonLuis de Bethencourt2018-01-161-1/+1
* | ALSA: seq: Process queue tempo/ppq change in a shotTakashi Iwai2018-01-153-9/+10
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-01-153-1/+4
|\ \
| * | ALSA: seq: Make ioctls race-freeTakashi Iwai2018-01-112-0/+4
| * | ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai2018-01-111-1/+0
* | | ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai2018-01-091-1/+1
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2018-01-094-21/+47
|\| |
| * | ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-081-15/+21
| * | ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-081-0/+8