summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: memalloc: Remove a stale commentTakashi Iwai2021-11-101-1/+0
* ALSA: memalloc: Use proper SG helpers for noncontig allocationsTakashi Iwai2021-11-091-3/+61
* ALSA: PCM: Fix NULL dereference at mmap checksTakashi Iwai2021-11-071-1/+4
* ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai2021-11-051-7/+6
* ALSA: memalloc: Catch call with NULL snd_dma_buffer pointerTakashi Iwai2021-11-051-0/+2
* Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type"Takashi Iwai2021-11-043-47/+206
* ALSA: timer: Fix use-after-free problemWang Wensheng2021-11-031-2/+2
* Merge branch 'for-next' into for-linusTakashi Iwai2021-11-019-237/+270
|\
| * ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() descriptionTakashi Iwai2021-10-191-1/+1
| * ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous typeTakashi Iwai2021-10-183-206/+47
| * ALSA: memalloc: Support for non-coherent page allocationTakashi Iwai2021-10-181-0/+47
| * ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai2021-10-187-11/+145
| * ALSA: ISA: not for M68KRandy Dunlap2021-10-171-0/+2
| * ALSA: pcm: Unify snd_pcm_delay() and snd_pcm_hwsync()Takashi Iwai2021-10-141-16/+8
| * Merge branch 'for-linus' into for-nextTakashi Iwai2021-10-143-6/+83
| |\
| * | ALSA: pcm: Add more disconnection checks at file opsTakashi Iwai2021-10-071-4/+21
* | | ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin2021-10-261-1/+1
* | | ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai2021-10-211-11/+33
| |/ |/|
* | ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai2021-10-111-1/+71
* | ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai2021-09-301-5/+3
* | ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSIONJaroslav Kysela2021-09-231-0/+9
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-301-1/+1
|\ \
| * | ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra2021-08-271-1/+1
* | | ALSA: pcm: Add SNDRV_PCM_INFO_EXPLICIT_SYNC flagTakashi Iwai2021-08-141-0/+9
* | | ALSA: memalloc: Count continuous pages in vmalloc buffer handlerTakashi Iwai2021-08-131-7/+21
* | | ALSA: core: control_led: use strscpy instead of strlcpyPierre-Louis Bossart2021-08-131-1/+1
* | | ALSA: pcm: Check mmap capability of runtime dma buffer at firstTakashi Iwai2021-08-091-2/+7
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-092-13/+31
|\| |
| * | ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai2021-08-091-1/+4
| |/
| * ALSA: seq: Fix racy deletion of subscriberTakashi Iwai2021-08-031-12/+27
* | ALSA: memalloc: Fix mmap of SG-buffer with WC pagesTakashi Iwai2021-08-081-0/+9
* | ALSA: memalloc: Store snd_dma_buffer.addr for continuous pages, tooTakashi Iwai2021-08-041-2/+5
* | ALSA: memalloc: Fix pgprot for WC mmap on x86Takashi Iwai2021-08-041-0/+4
* | ALSA: memalloc: Support WC allocation on all architecturesTakashi Iwai2021-08-041-7/+39
* | ALSA: pcm: Allow exact buffer preallocationTakashi Iwai2021-08-041-16/+51
* | ALSA: memalloc: Correctly name as WCTakashi Iwai2021-08-042-8/+8
* | ALSA: memalloc: Minor refactoringTakashi Iwai2021-08-043-33/+26
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-022-5/+13
|\|
| * ALSA: memalloc: Fix regression with SNDRV_DMA_TYPE_CONTINUOUSTakashi Iwai2021-08-021-1/+1
| * ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela2021-07-301-1/+1
| * ALSA: pcm: Fix mmap without buffer preallocationTakashi Iwai2021-07-201-0/+2
| * ALSA: pcm: Fix mmap capability checkTakashi Iwai2021-07-201-4/+10
* | ALSA: core: Fix double calls of snd_card_free() via devresTakashi Iwai2021-07-311-4/+10
* | ALSA: seq: Fix comments of wrong client number for MIDI PassthroughTakashi Iwai2021-07-271-4/+4
* | ALSA: core: Add device-managed request_dma()Takashi Iwai2021-07-191-0/+38
* | ALSA: core: Add managed card creationTakashi Iwai2021-07-191-8/+91
* | ALSA: core: Add device-managed page allocator helperTakashi Iwai2021-07-191-0/+46
* | ALSA: compress: Initialize mutex in snd_compress_new()Takashi Iwai2021-07-151-0/+1