aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18ALSA: timer: Fix pause event notificationBen Hutchings1-2/+2
2018-05-13ALSA: control: fix a redundant-copy issueWenwen Wang1-2/+1
2018-05-02ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai1-0/+2
2018-04-27ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai1-2/+2
2018-04-25ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai4-40/+55
2018-04-25ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai1-4/+8
2018-04-25ALSA: pcm: Change return type to vm_fault_tSouptick Joarder1-3/+3
2018-04-23ALSA: control: Fix missing __user annotationTakashi Iwai1-1/+1
2018-04-23ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson1-0/+1
2018-04-23ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller2-15/+15
2018-04-19ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai1-6/+12
2018-04-09ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() errorTakashi Iwai1-1/+1
2018-04-07ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai1-2/+3
2018-04-03ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai1-1/+7
2018-04-02Merge branch 'for-next' into for-linusTakashi Iwai6-62/+179
2018-03-27ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai1-25/+42
2018-03-27ALSA: pcm: potential uninitialized return valuesDan Carpenter1-2/+2
2018-03-26ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese1-1/+1
2018-03-23ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai1-9/+27
2018-03-23ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai1-28/+106
2018-03-19Merge branch 'for-linus' into for-nextTakashi Iwai8-57/+60
2018-03-13ALSA: pcm: Use krealloc() for resizing the rules arrayTakashi Iwai1-6/+2
2018-03-13ALSA: pcm: Remove VLA usageTakashi Iwai1-7/+12
2018-03-11ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai1-4/+6
2018-03-10ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai1-2/+2
2018-03-10ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai3-37/+25
2018-03-08ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() callTakashi Iwai1-1/+0
2018-03-08ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai4-13/+24
2018-03-08ALSA: seq: Don't allow resizing pool in useTakashi Iwai1-0/+3
2018-03-08ALSA: vmaster: Zero-clear ctl before calling slave getTakashi Iwai1-1/+1
2018-03-08ALSA: vmaster: Propagate slave errorTakashi Iwai1-1/+4
2018-02-28ALSA: control: Fix a bunch of whitespace errorsRichard Fitzgerald1-9/+9
2018-02-28Merge branch 'for-linus' into for-nextTakashi Iwai2-3/+7
2018-02-28ALSA: control: Fix memory corruption risk in snd_ctl_elem_readRichard Fitzgerald1-1/+1
2018-02-27ALSA: Use scnprintf() instead of snprintf() for showJaejoong Kim1-2/+2
2018-02-14ALSA: seq: Fix racy pool initializationsTakashi Iwai1-2/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds10-26/+26
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+8
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds13-26/+26
2018-01-19snd_ctl_elem_init_enum_names(): switch to vmemdup_user()Al Viro1-3/+3
2018-01-19replace_user_tlv(): switch to vmemdup_user()Al Viro1-4/+5
2018-01-16ALSA: pcm: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-15ALSA: seq: Process queue tempo/ppq change in a shotTakashi Iwai3-9/+10
2018-01-15Merge branch 'for-linus' into for-nextTakashi Iwai3-1/+4
2018-01-11ALSA: seq: Make ioctls race-freeTakashi Iwai2-0/+4
2018-01-11ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai1-1/+0
2018-01-09ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai1-1/+1
2018-01-09Merge branch 'for-linus' into for-nextTakashi Iwai4-21/+47
2018-01-08ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai1-15/+21
2018-01-08ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai1-0/+8