summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ALSA: pcm: Workaround for weird PulseAudio behavior on rewind errorTakashi Iwai2018-01-051-2/+7
| * | ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai2018-01-041-3/+11
| * | ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-022-3/+2
* | | ALSA: pcm: Set config update bits only when really changedTakashi Iwai2018-01-022-7/+7
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-12-193-4/+15
|\ \ \ | |/ /
| * | ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai2017-12-141-3/+12
| * | ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser2017-12-051-0/+2
| * | ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai2017-11-301-1/+1
| |/
* | ALSA: pcm: add SNDRV_PCM_FORMAT_{S,U}20Maciej S. Szmigiero2017-11-291-1/+18
|/
OpenPOWER on IntegriCloud