| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-05-06 | 3 | -37/+77 |
|\ |
|
| * | ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence() | Oswald Buddenhagen | 2023-05-05 | 1 | -2/+2 |
| * | ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence() | Oswald Buddenhagen | 2023-05-05 | 1 | -7/+24 |
| * | ALSA: pcm: playback silence - move silence variable updates to separate function | Jaroslav Kysela | 2023-05-05 | 1 | -20/+22 |
| * | ALSA: pcm: playback silence - remove extra code | Jaroslav Kysela | 2023-05-05 | 1 | -2/+0 |
| * | ALSA: pcm: fix playback silence - correct incremental silencing | Jaroslav Kysela | 2023-05-05 | 1 | -7/+3 |
| * | ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold... | Jaroslav Kysela | 2023-05-05 | 1 | -1/+9 |
| * | ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()" | Jaroslav Kysela | 2023-05-05 | 3 | -40/+59 |
* | | Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2023-04-27 | 3 | -65/+49 |
|\| |
|
| * | ALSA: pcm: rewrite snd_pcm_playback_silence() | Oswald Buddenhagen | 2023-04-21 | 3 | -55/+40 |
| * | ALSA: pcm: fix wait_time calculations | Oswald Buddenhagen | 2023-04-08 | 2 | -10/+9 |
* | | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 2023-04-24 | 1 | -10/+16 |
|\ \
| |/
|/| |
|
| * | ALSA: pcm: check for user backed iterator, not specific iterator type | Jens Axboe | 2023-03-30 | 1 | -2/+2 |
| * | iov_iter: add iter_iovec() helper | Jens Axboe | 2023-03-30 | 1 | -8/+14 |
* | | ALSA: usb-audio: Fix recursive locking at XRUN during syncing | Takashi Iwai | 2023-03-21 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-24 | 2 | -5/+6 |
|\ |
|
| * | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 2023-02-10 | 2 | -5/+6 |
* | | Merge branch 'topic/apple-gmux' into for-next | Takashi Iwai | 2023-02-16 | 1 | -18/+69 |
|\ \ |
|
| * | | ALSA: memalloc: Workaround for Xen PV | Takashi Iwai | 2023-01-27 | 1 | -18/+69 |
| |/ |
|
* | | ALSA: core: Make snd_card_free() return void | Uwe Kleine-König | 2023-02-08 | 1 | -4/+2 |
* | | ALSA: core: Make snd_card_free_when_closed() return void | Uwe Kleine-König | 2023-02-08 | 1 | -7/+5 |
* | | ALSA: core: Make snd_card_disconnect() return void | Uwe Kleine-König | 2023-02-08 | 1 | -16/+8 |
|/ |
|
* | ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF | Clement Lecigne | 2023-01-13 | 1 | -9/+15 |
* | ALSA: control-led: use strscpy in set_led_id() | Jaroslav Kysela | 2023-01-09 | 1 | -3/+2 |
* | ALSA: memalloc: don't use GFP_COMP for non-coherent dma allocations | Christoph Hellwig | 2022-12-21 | 1 | -2/+2 |
* | Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2022-12-13 | 4 | -30/+46 |
|\ |
|
| * | ALSA: pcm: Handle XRUN at trigger START | Takashi Iwai | 2022-12-05 | 1 | -1/+7 |
| * | ALSA: pcm: Set missing stop_operating flag at undoing trigger start | Takashi Iwai | 2022-12-05 | 1 | -1/+3 |
| * | ALSA: pcm: fix tracing reason in hw_ptr_error | John Keeping | 2022-11-28 | 1 | -3/+3 |
| * | ALSA: pcm: avoid nused-but-set-variable warning | Kuninori Morimoto | 2022-11-16 | 1 | -6/+6 |
| * | ALSA: memalloc: Allocate more contiguous pages for fallback case | Takashi Iwai | 2022-11-16 | 1 | -17/+27 |
| * | Merge branch 'for-linus' into for-next | Takashi Iwai | 2022-11-16 | 2 | -7/+31 |
| |\ |
|
| * | | ALSA: rawmidi: remove variable dest_frames | Colin Ian King | 2022-10-24 | 1 | -2/+0 |
* | | | Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d... | Linus Torvalds | 2022-12-13 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | ALSA: memalloc: don't pass bogus GFP_ flags to dma_alloc_* | Christoph Hellwig | 2022-11-21 | 1 | -3/+2 |
* | | | | ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event | Kees Cook | 2022-11-19 | 1 | -4/+7 |
| |_|/
|/| | |
|
* | | | ALSA: memalloc: Try dma_alloc_noncontiguous() at first | Takashi Iwai | 2022-11-12 | 1 | -4/+3 |
* | | | ALSA: memalloc: Don't fall back for SG-buffer with IOMMU | Takashi Iwai | 2022-11-10 | 1 | -9/+11 |
|/ / |
|
* / | ALSA: control: add snd_ctl_rename() | Maciej S. Szmigiero | 2022-10-21 | 1 | -0/+23 |
|/ |
|
* | ALSA: oss: Fix potential deadlock at unregistration | Takashi Iwai | 2022-10-11 | 1 | -4/+9 |
* | ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free() | Takashi Iwai | 2022-10-11 | 1 | -2/+0 |
* | ALSA: dmaengine: increment buffer pointer atomically | Andreas Pape | 2022-09-27 | 1 | -3/+5 |
* | ALSA: pcm: Make mmap status read-only | Takashi Iwai | 2022-09-27 | 1 | -0/+1 |
* | ALSA: pcm: Avoid reference to status->state | Takashi Iwai | 2022-09-27 | 5 | -98/+100 |
* | ALSA: memalloc: use __GFP_RETRY_MAYFAIL for DMA mem allocs | Kai Vehmanen | 2022-09-26 | 1 | -1/+1 |
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2022-09-20 | 1 | -5/+5 |
|\ |
|
| * | ALSA: core: Fix double-free at snd_card_new() | Takashi Iwai | 2022-09-19 | 1 | -5/+5 |
* | | ALSA: memalloc: remove snd_dma_sg_ops declaration | Gaosheng Cui | 2022-09-09 | 1 | -4/+0 |
* | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2022-09-06 | 2 | -5/+10 |
|\| |
|
| * | ALSA: hda: Once again fix regression of page allocations with IOMMU | Takashi Iwai | 2022-09-06 | 1 | -2/+7 |