aboutsummaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2020-09-02Merge branch 'topic/tasklet-convert' into for-linusGravatar Takashi Iwai 2-5/+4
2020-09-02ALSA: core: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-09-01ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkGravatar Takashi Iwai 1-2/+2
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 12-148/+159
2020-08-05ALSA: seq: oss: Serialize ioctlsGravatar Takashi Iwai 1-1/+7
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-08-03Merge branch 'for-next' into for-linusGravatar Takashi Iwai 11-155/+163
2020-07-21Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-1/+3
2020-07-20ALSA: Replace the word "slave" in vmaster APIGravatar Takashi Iwai 1-131/+132
2020-07-17ALSA: info: Drop WARN_ON() from buffer NULL sanity checkGravatar Takashi Iwai 1-1/+3
2020-07-17Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available"Gravatar Takashi Iwai 1-14/+0
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 6-9/+9
2020-07-08Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+4
2020-07-07ALSA: pcm: Fix build error on m68k and othersGravatar Takashi Iwai 1-2/+4
2020-07-07ALSA: compress: fix partial_drain completion stateGravatar Vinod Koul 1-0/+4
2020-07-07ALSA: core: pcm_iec958: fix kernel-docGravatar Pierre-Louis Bossart 1-1/+1
2020-06-25ALSA: core: Warn on empty moduleGravatar Takashi Iwai 1-0/+3
2020-06-15ALSA: pcm: Use SG-buffer only when direct DMA is availableGravatar Takashi Iwai 1-0/+13
2020-06-15ALSA: memalloc: Make SG-buffer helper usable for continuous buffer, tooGravatar Takashi Iwai 1-0/+3
2020-06-15ALSA: memalloc: Initialize all fields of snd_dma_buffer properlyGravatar Takashi Iwai 1-4/+3
2020-06-15ALSA: pcm: Use dma_mmap_coherent() on x86, tooGravatar Takashi Iwai 1-2/+0
2020-06-11Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+18
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-08ALSA: pcm: disallow linking stream to itselfGravatar Michał Mirosław 1-0/+6
2020-06-08ALSA: pcm: fix snd_pcm_link() lockdep splatGravatar Michał Mirosław 1-2/+12
2020-06-04Merge tag 'sound-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-11/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+2
2020-06-02mm: remove the pgprot argument to __vmallocGravatar Christoph Hellwig 2-2/+2
2020-06-01Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+8
2020-05-29Merge tag 'sound-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Gravatar Linus Torvalds 1-2/+2
2020-05-28Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 4-10/+36
2020-05-26ALSA: hwdep: fix a left shifting 1 by 31 UB bugGravatar Changming Liu 1-2/+2
2020-05-22Merge tag 'sound-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+1
2020-05-18ALSA: pcm: fix incorrect hw_base increaseGravatar Brent Lu 1-0/+1
2020-05-15Merge tag 'sound-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-4/+27
2020-05-07ALSA: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-05-07ALSA: rawmidi: Fix racy buffer resize under concurrent accessesGravatar Takashi Iwai 1-4/+27
2020-05-01Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-4/+6
2020-04-29ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeGravatar YueHaibing 1-10/+0
2020-04-26pcm_native: result of put_user() needs to be checkedGravatar Al Viro 1-4/+8
2020-04-24ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7)Gravatar Takashi Iwai 1-4/+6
2020-04-10Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-10/+12
2020-04-03ALSA: pcm: oss: Fix regression by buffer overflow fix (again)Gravatar Takashi Iwai 1-10/+12
2020-04-02Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 10-116/+186
2020-03-30Merge branch 'pm-qos'Gravatar Rafael J. Wysocki 1-7/+7
2020-03-30Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 3-10/+56
2020-03-30Merge branch 'for-next' into for-linusGravatar Takashi Iwai 9-106/+130
2020-03-27Merge branch 'asoc-5.7' into asoc-nextGravatar Mark Brown 3-10/+56