summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)Author
2019-08-25ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima
2019-08-16ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax
2019-08-16ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax
2019-08-16ALSA: compress: Prevent bypasses of set_paramsCharles Keepax
2019-08-16ALSA: compress: Fix regression on compressed capture streamsCharles Keepax
2019-07-31ALSA: pcm: Fix refcount_inc() on zero usageTakashi Iwai
2019-07-26ALSA: seq: Break too long mutex context in the write loopTakashi Iwai
2019-07-05Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2019-06-28ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-06Merge branch 'for-linus' into for-nextTakashi Iwai
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai
2019-04-16ALSA: core: Fix card races between register and disconnectTakashi Iwai
2019-04-16ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai
2019-04-15ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai
2019-04-12ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai
2019-04-11Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai
2019-04-10ALSA: timer: Coding style fixesTakashi Iwai
2019-04-10ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai
2019-04-09ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai
2019-04-09ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai
2019-04-09ALSA: seq: Align temporary re-locking with irqsave versionTakashi Iwai
2019-04-09ALSA: seq: Use kvmalloc() for cell poolsTakashi Iwai
2019-04-09ALSA: timer: Revert active callback sync check at closeTakashi Iwai
2019-04-05ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra
2019-03-28Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai
2019-03-27ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai
2019-03-27ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai
2019-03-27ALSA: timer: Make sure to clear pending ack listTakashi Iwai
2019-03-27ALSA: timer: Unify timer callback process codeTakashi Iwai
2019-03-25ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai
2019-03-22ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai
2019-03-21ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2019-03-21ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2019-02-13ALSA: pcm: Comment why read blocks when PCM is not runningRicardo Biehl Pasquali
2019-02-13Merge branch 'for-linus' into for-nextTakashi Iwai