summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2022-04-20ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco
2022-04-20ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai
2022-04-08ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai
2022-03-28ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai
2022-03-28ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai
2022-03-28ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai
2022-01-27ALSA: seq: Set upper limit of processed eventsTakashi Iwai
2022-01-27ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui
2022-01-27ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai
2022-01-27ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai
2022-01-27ALSA: core: Fix SSID quirk lookup for subvendor=0Takashi Iwai
2021-12-29ALSA: rawmidi - fix the uninitalized user_pversionJaroslav Kysela
2021-12-29ALSA: jack: Check the return value of kstrdup()Xiaoke Wang
2021-12-14ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai
2021-12-14ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai
2021-12-14ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai
2021-12-14ALSA: ctl: Fix copy of updated id with element read/writeAlan Young
2021-11-25ALSA: ISA: not for M68KRandy Dunlap
2021-11-18ALSA: memalloc: Catch call with NULL snd_dma_buffer pointerTakashi Iwai
2021-11-18ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai
2021-11-18ALSA: timer: Fix use-after-free problemWang Wensheng
2021-11-18ALSA: PCM: Fix NULL dereference at mmap checksTakashi Iwai
2021-11-18ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin
2021-11-18ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai
2021-10-11ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai
2021-09-30ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai
2021-09-23ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSIONJaroslav Kysela
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-30Merge branch 'for-linus' into for-nextTakashi Iwai
2021-08-27ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-08-14ALSA: pcm: Add SNDRV_PCM_INFO_EXPLICIT_SYNC flagTakashi Iwai
2021-08-13ALSA: memalloc: Count continuous pages in vmalloc buffer handlerTakashi Iwai
2021-08-13ALSA: core: control_led: use strscpy instead of strlcpyPierre-Louis Bossart
2021-08-09ALSA: pcm: Check mmap capability of runtime dma buffer at firstTakashi Iwai
2021-08-09Merge branch 'for-linus' into for-nextTakashi Iwai
2021-08-09ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai
2021-08-08ALSA: memalloc: Fix mmap of SG-buffer with WC pagesTakashi Iwai
2021-08-04ALSA: memalloc: Store snd_dma_buffer.addr for continuous pages, tooTakashi Iwai
2021-08-04ALSA: memalloc: Fix pgprot for WC mmap on x86Takashi Iwai
2021-08-04ALSA: memalloc: Support WC allocation on all architecturesTakashi Iwai
2021-08-04ALSA: pcm: Allow exact buffer preallocationTakashi Iwai
2021-08-04ALSA: memalloc: Correctly name as WCTakashi Iwai
2021-08-04ALSA: memalloc: Minor refactoringTakashi Iwai
2021-08-03ALSA: seq: Fix racy deletion of subscriberTakashi Iwai
2021-08-02Merge branch 'for-linus' into for-nextTakashi Iwai
2021-08-02ALSA: memalloc: Fix regression with SNDRV_DMA_TYPE_CONTINUOUSTakashi Iwai