summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
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-05ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra
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
2019-02-11ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan
2019-02-08ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai
2019-02-06ALSA: info: Minor optimizationTakashi Iwai
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai
2019-02-06ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai
2019-02-06ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai
2019-02-06ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai
2019-02-05ALSA: info: Always register entries recursivelyTakashi Iwai
2019-02-05ALSA: core: Don't allow NULL device for memory allocationTakashi Iwai
2019-01-31ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski
2019-01-29Merge branch 'for-linus' into for-nextTakashi Iwai
2019-01-25ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai
2019-01-25ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai
2019-01-24Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai
2019-01-24ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai
2019-01-23ALSA: pcm: Cleanup snd_pcm_stream_lock() & coTakashi Iwai
2019-01-23ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsemTakashi Iwai
2019-01-23ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai
2019-01-21ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()Takashi Iwai
2019-01-21ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai
2019-01-21ALSA: pcm: Unify snd_pcm_group initializationTakashi Iwai
2019-01-21ALSA: pcm: Call snd_card_unref() inside in_pcm_file()Takashi Iwai
2019-01-18Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2019-01-15ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai
2019-01-15ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03ALSA: compress: prevent potential divide by zero bugsDan Carpenter
2018-12-18Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai
2018-12-18Merge branch 'asoc-4.21' into asoc-nextMark Brown
2018-12-14ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla
2018-12-13ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-07Merge branch 'for-linus' into for-nextTakashi Iwai
2018-11-29ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min
2018-11-29ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai
2018-11-24ALSA: control: Consolidate helpers for adding and replacing ctl elementsTakashi Iwai
2018-11-24ALSA: control: Fix race between adding and removing a user elementTakashi Iwai
2018-11-09ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai