summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai2017-11-221-2/+4
* ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai2017-11-211-6/+6
* ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson2017-11-211-2/+4
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-136-0/+6
|\
| * 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
* | | Merge branch 'for-next' into for-linusTakashi Iwai2017-11-138-16/+59
|\ \ \
| * | | ALSA: fix kernel-doc build warningRandy Dunlap2017-10-301-1/+1
| * | | Merge branch 'topic/card-disconnect' into for-nextTakashi Iwai2017-10-242-8/+44
| |\ \ \
| | * | | ALSA: pcm: Forcibly stop at disconnect callbackTakashi Iwai2017-10-181-0/+4
| | * | | ALSA: pcm: Don't call register and disconnect callbacks for internal PCMTakashi Iwai2017-10-181-8/+8
| | * | | ALSA: add snd_card_disconnect_sync()Takashi Iwai2017-10-111-0/+32
| * | | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-172-3/+10
| |\ \ \ \
| * | | | | ALSA: pcm: remove redundant variable runtimeColin Ian King2017-10-161-2/+0
| * | | | | ALSA: seq: Add sanity check for user-space pointer deliveryTakashi Iwai2017-10-101-0/+4
| * | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-093-10/+21
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'topic/timer-api' into for-nextTakashi Iwai2017-10-051-4/+7
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud