summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-4/+4
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-2/+2
2018-05-28sound: Use octal not symbolic permissionsJoe Perches-14/+14
2018-05-26ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"Colin Ian King-1/+1
2018-05-18Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai-28/+28
2018-05-18ALSA: timer: Assure timer resolution access always lockedTakashi Iwai-8/+15
2018-05-18ALSA: seq: Avoid open-code for getting timer resolutionTakashi Iwai-3/+1
2018-05-18ALSA: timer: Simplify timer hw resolution callsTakashi Iwai-19/+14
2018-05-18ALSA: timer: Fix pause event notificationBen Hutchings-2/+2
2018-05-17ALSA: core: Assure control device to be registered at lastTakashi Iwai-0/+9
2018-05-15Merge branch 'for-linus' into for-nextTakashi Iwai-4/+5
2018-05-14ALSA: vmaster: use position offset macro of TLV dataTakashi Sakamoto-7/+9
2018-05-13ALSA: control: fix a redundant-copy issueWenwen Wang-2/+1
2018-05-04ALSA: pcm: Hide local_irq_disable/enable() and local_irqsave/restore()Anna-Maria Gleixner-28/+57
2018-05-02ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai-0/+2
2018-04-27ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai-2/+2
2018-04-25Merge branch 'for-linus' into for-nextTakashi Iwai-68/+94
2018-04-25ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai-40/+55
2018-04-25ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai-4/+8
2018-04-25ALSA: pcm: Change return type to vm_fault_tSouptick Joarder-3/+3
2018-04-23ALSA: control: Fix missing __user annotationTakashi Iwai-1/+1
2018-04-23ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson-0/+1
2018-04-23ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller-15/+15
2018-04-19ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai-6/+12
2018-04-17ALSA: pcm: Unify delay calculation in snd_pcm_status() and snd_pcm_delay()Takashi Iwai-21/+16
2018-04-17ALSA: pcm: Unify playback and capture poll callbacksTakashi Iwai-55/+19
2018-04-17ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpersTakashi Iwai-75/+33
2018-04-09ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() errorTakashi Iwai-1/+1
2018-04-07ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai-2/+3
2018-04-03ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai-1/+7
2018-04-02Merge branch 'for-next' into for-linusTakashi Iwai-62/+179
2018-03-27ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai-25/+42
2018-03-27ALSA: pcm: potential uninitialized return valuesDan Carpenter-2/+2
2018-03-26ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese-1/+1
2018-03-23ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai-9/+27
2018-03-23ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai-28/+106
2018-03-19Merge branch 'for-linus' into for-nextTakashi Iwai-57/+60
2018-03-13ALSA: pcm: Use krealloc() for resizing the rules arrayTakashi Iwai-6/+2
2018-03-13ALSA: pcm: Remove VLA usageTakashi Iwai-7/+12
2018-03-11ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai-4/+6
2018-03-10ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai-2/+2
2018-03-10ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai-37/+25
2018-03-08ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() callTakashi Iwai-1/+0
2018-03-08ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai-13/+24
2018-03-08ALSA: seq: Don't allow resizing pool in useTakashi Iwai-0/+3
2018-03-08ALSA: vmaster: Zero-clear ctl before calling slave getTakashi Iwai-1/+1
2018-03-08ALSA: vmaster: Propagate slave errorTakashi Iwai-1/+4
2018-02-28ALSA: control: Fix a bunch of whitespace errorsRichard Fitzgerald-9/+9