| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: memalloc: invalidate SG pages before sync | Takashi Iwai | 2022-02-10 | 1 | -1/+1 |
* | ALSA: memalloc: Fix dma_need_sync() checks | Takashi Iwai | 2022-02-10 | 1 | -4/+9 |
* | Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel... | Takashi Iwai | 2022-02-01 | 1 | -0/+13 |
|\ |
|
| * | ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks | Takashi Iwai | 2022-01-28 | 1 | -0/+13 |
* | | proc: remove PDE_DATA() completely | Muchun Song | 2022-01-22 | 1 | -2/+2 |
* | | ALSA: core: Simplify snd_power_ref_and_wait() with the standard macro | Takashi Iwai | 2022-01-19 | 1 | -20/+5 |
* | | ALSA: core: Fix SSID quirk lookup for subvendor=0 | Takashi Iwai | 2022-01-17 | 1 | -1/+1 |
* | | ALSA: seq: virmidi: Add a drain operation | Stefan Sauer | 2022-01-06 | 1 | -0/+11 |
* | | Merge tag 'asoc-v5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 2022-01-05 | 2 | -3/+19 |
|\| |
|
| * | Merge tag 'dmaengine_topic_slave_id_removal_5.17' of git://git.kernel.org/pub... | Mark Brown | 2021-12-17 | 1 | -3/+2 |
| |\ |
|
| | * | ASoC: dai_dma: remove slave_id field | Arnd Bergmann | 2021-12-17 | 1 | -3/+2 |
| * | | ALSA: pcm: introduce INFO_NO_REWINDS flag | Pierre-Louis Bossart | 2021-11-24 | 1 | -0/+14 |
| * | | ALSA: pcm: unconditionally check if appl_ptr is in 0..boundary range | Pierre-Louis Bossart | 2021-11-24 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'for-next' into for-linus | Takashi Iwai | 2022-01-05 | 9 | -215/+73 |
|\ \ |
|
| * | | ALSA: seq: Set upper limit of processed events | Takashi Iwai | 2021-12-07 | 1 | -2/+12 |
| * | | ALSA: oss: remove useless NULL check before kfree | Bernard Zhao | 2021-12-06 | 1 | -4/+2 |
| * | | ALSA: oss: fix compile error when OSS_DEBUG is enabled | Bixuan Cui | 2021-12-01 | 1 | -1/+1 |
| * | | ALSA: led: Use restricted type for iface assignment | Takashi Iwai | 2021-11-23 | 1 | -1/+1 |
| * | | ALSA: memalloc: Unify x86 SG-buffer handling (take#3) | Takashi Iwai | 2021-11-16 | 3 | -206/+49 |
| * | | ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls | Takashi Iwai | 2021-11-16 | 1 | -1/+5 |
| * | | ALSA: jack: Add missing rwsem around snd_ctl_remove() calls | Takashi Iwai | 2021-11-16 | 1 | -0/+3 |
| |/ |
|
* | | ALSA: rawmidi - fix the uninitalized user_pversion | Jaroslav Kysela | 2021-12-22 | 1 | -0/+1 |
* | | ALSA: jack: Check the return value of kstrdup() | Xiaoke Wang | 2021-12-13 | 1 | -0/+4 |
* | | ALSA: ctl: Fix copy of updated id with element read/write | Alan Young | 2021-12-02 | 1 | -0/+3 |
* | | ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*() | Takashi Iwai | 2021-12-02 | 1 | -2/+9 |
* | | ALSA: pcm: oss: Limit the period size to 16MB | Takashi Iwai | 2021-12-02 | 1 | -1/+1 |
* | | ALSA: pcm: oss: Fix negative period/buffer sizes | Takashi Iwai | 2021-12-02 | 1 | -9/+15 |
|/ |
|
* | ALSA: memalloc: Remove a stale comment | Takashi Iwai | 2021-11-10 | 1 | -1/+0 |
* | ALSA: memalloc: Use proper SG helpers for noncontig allocations | Takashi Iwai | 2021-11-09 | 1 | -3/+61 |
* | ALSA: PCM: Fix NULL dereference at mmap checks | Takashi Iwai | 2021-11-07 | 1 | -1/+4 |
* | ALSA: timer: Unconditionally unlink slave instances, too | Takashi Iwai | 2021-11-05 | 1 | -7/+6 |
* | ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer | Takashi Iwai | 2021-11-05 | 1 | -0/+2 |
* | Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type" | Takashi Iwai | 2021-11-04 | 3 | -47/+206 |
* | ALSA: timer: Fix use-after-free problem | Wang Wensheng | 2021-11-03 | 1 | -2/+2 |
* | Merge branch 'for-next' into for-linus | Takashi Iwai | 2021-11-01 | 9 | -237/+270 |
|\ |
|
| * | ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() description | Takashi Iwai | 2021-10-19 | 1 | -1/+1 |
| * | ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type | Takashi Iwai | 2021-10-18 | 3 | -206/+47 |
| * | ALSA: memalloc: Support for non-coherent page allocation | Takashi Iwai | 2021-10-18 | 1 | -0/+47 |
| * | ALSA: memalloc: Support for non-contiguous page allocation | Takashi Iwai | 2021-10-18 | 7 | -11/+145 |
| * | ALSA: ISA: not for M68K | Randy Dunlap | 2021-10-17 | 1 | -0/+2 |
| * | ALSA: pcm: Unify snd_pcm_delay() and snd_pcm_hwsync() | Takashi Iwai | 2021-10-14 | 1 | -16/+8 |
| * | Merge branch 'for-linus' into for-next | Takashi Iwai | 2021-10-14 | 3 | -6/+83 |
| |\ |
|
| * | | ALSA: pcm: Add more disconnection checks at file ops | Takashi Iwai | 2021-10-07 | 1 | -4/+21 |
* | | | ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume | Pavel Skripkin | 2021-10-26 | 1 | -1/+1 |
* | | | ALSA: mixer: oss: Fix racy access to slots | Takashi Iwai | 2021-10-21 | 1 | -11/+33 |
| |/
|/| |
|
* | | ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctl | Takashi Iwai | 2021-10-11 | 1 | -1/+71 |
* | | ALSA: seq: Fix a potential UAF by wrong private_free call order | Takashi Iwai | 2021-09-30 | 1 | -5/+3 |
* | | ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION | Jaroslav Kysela | 2021-09-23 | 1 | -0/+9 |
|/ |
|
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-09-03 | 1 | -1/+0 |
|\ |
|
| * | isystem: trim/fixup stdarg.h and other headers | Alexey Dobriyan | 2021-08-19 | 1 | -1/+0 |