aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAge
...
| | * | | ALSA: timer: Unify timer callback process codeTakashi Iwai2019-03-27
| * | | | ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai2019-03-27
| |/ / /
* | | / *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-06
| |_|/ |/| |
* | | ALSA: core: Fix card races between register and disconnectTakashi Iwai2019-04-16
* | | ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai2019-04-16
| |/ |/|
* | ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra2019-04-05
* | ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai2019-03-25
* | ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai2019-03-22
* | ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-03-21
* | ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-03-21
|/
* ALSA: pcm: Comment why read blocks when PCM is not runningRicardo Biehl Pasquali2019-02-13
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-02-13
|\
| * ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai2019-02-08
* | ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan2019-02-11
* | ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai2019-02-08
* | ALSA: info: Move card id proc creation into info.cTakashi Iwai2019-02-06
* | ALSA: info: Minor optimizationTakashi Iwai2019-02-06
* | ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2019-02-06
* | ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai2019-02-06
* | ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-06
* | ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-06
* | ALSA: info: Always register entries recursivelyTakashi Iwai2019-02-05
* | ALSA: core: Don't allow NULL device for memory allocationTakashi Iwai2019-02-05
* | ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski2019-01-31
* | Merge branch 'for-linus' into for-nextTakashi Iwai2019-01-29
|\|
| * ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai2019-01-25
| * Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-01-18
| |\
| | * ALSA: compress: prevent potential divide by zero bugsDan Carpenter2019-01-03
* | | ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai2019-01-25
* | | Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai2019-01-24
|\ \ \
| * | | ALSA: pcm: Cleanup snd_pcm_stream_lock() & coTakashi Iwai2019-01-23
| * | | ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsemTakashi Iwai2019-01-23
| * | | ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai2019-01-23
| * | | ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()Takashi Iwai2019-01-21
| * | | ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai2019-01-21
| * | | ALSA: pcm: Unify snd_pcm_group initializationTakashi Iwai2019-01-21
| * | | ALSA: pcm: Call snd_card_unref() inside in_pcm_file()Takashi Iwai2019-01-21
| |/ /
* | | ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai2019-01-24
* | | ALSA: pcm: Simplify proc file destructionTakashi Iwai2019-01-24
* | | ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai2019-01-24
* | | ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai2019-01-15
* | | ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai2019-01-15
|/ /
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* | Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2018-12-18
|\|
| * Merge branch 'asoc-4.21' into asoc-nextMark Brown2018-12-18
| |\
| | * ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla2018-12-14
* | | ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-13
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2018-12-07
|\| |
| * | ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min2018-11-29
| * | ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai2018-11-29