index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-22
ALSA: rawmidi - fix the uninitalized user_pversion
Jaroslav Kysela
1
-0
/
+1
2021-12-13
ALSA: jack: Check the return value of kstrdup()
Xiaoke Wang
1
-0
/
+4
2021-12-02
ALSA: ctl: Fix copy of updated id with element read/write
Alan Young
1
-0
/
+3
2021-12-02
ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()
Takashi Iwai
1
-2
/
+9
2021-12-02
ALSA: pcm: oss: Limit the period size to 16MB
Takashi Iwai
1
-1
/
+1
2021-12-02
ALSA: pcm: oss: Fix negative period/buffer sizes
Takashi Iwai
1
-9
/
+15
2021-11-10
ALSA: memalloc: Remove a stale comment
Takashi Iwai
1
-1
/
+0
2021-11-09
ALSA: memalloc: Use proper SG helpers for noncontig allocations
Takashi Iwai
1
-3
/
+61
2021-11-07
ALSA: PCM: Fix NULL dereference at mmap checks
Takashi Iwai
1
-1
/
+4
2021-11-05
ALSA: timer: Unconditionally unlink slave instances, too
Takashi Iwai
1
-7
/
+6
2021-11-05
ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer
Takashi Iwai
1
-0
/
+2
2021-11-04
Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type"
Takashi Iwai
3
-47
/
+206
2021-11-03
ALSA: timer: Fix use-after-free problem
Wang Wensheng
1
-2
/
+2
2021-11-01
Merge branch 'for-next' into for-linus
Takashi Iwai
9
-237
/
+270
2021-10-26
ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume
Pavel Skripkin
1
-1
/
+1
2021-10-21
ALSA: mixer: oss: Fix racy access to slots
Takashi Iwai
1
-11
/
+33
2021-10-19
ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() description
Takashi Iwai
1
-1
/
+1
2021-10-18
ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type
Takashi Iwai
3
-206
/
+47
2021-10-18
ALSA: memalloc: Support for non-coherent page allocation
Takashi Iwai
1
-0
/
+47
2021-10-18
ALSA: memalloc: Support for non-contiguous page allocation
Takashi Iwai
7
-11
/
+145
2021-10-17
ALSA: ISA: not for M68K
Randy Dunlap
1
-0
/
+2
2021-10-14
ALSA: pcm: Unify snd_pcm_delay() and snd_pcm_hwsync()
Takashi Iwai
1
-16
/
+8
2021-10-14
Merge branch 'for-linus' into for-next
Takashi Iwai
3
-6
/
+83
2021-10-11
ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctl
Takashi Iwai
1
-1
/
+71
2021-10-07
ALSA: pcm: Add more disconnection checks at file ops
Takashi Iwai
1
-4
/
+21
2021-09-30
ALSA: seq: Fix a potential UAF by wrong private_free call order
Takashi Iwai
1
-5
/
+3
2021-09-23
ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION
Jaroslav Kysela
1
-0
/
+9
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+0
2021-08-30
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2021-08-27
ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
Zubin Mithra
1
-1
/
+1
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-1
/
+0
2021-08-14
ALSA: pcm: Add SNDRV_PCM_INFO_EXPLICIT_SYNC flag
Takashi Iwai
1
-0
/
+9
2021-08-13
ALSA: memalloc: Count continuous pages in vmalloc buffer handler
Takashi Iwai
1
-7
/
+21
2021-08-13
ALSA: core: control_led: use strscpy instead of strlcpy
Pierre-Louis Bossart
1
-1
/
+1
2021-08-09
ALSA: pcm: Check mmap capability of runtime dma buffer at first
Takashi Iwai
1
-2
/
+7
2021-08-09
Merge branch 'for-linus' into for-next
Takashi Iwai
2
-13
/
+31
2021-08-09
ALSA: pcm: Fix mmap breakage without explicit buffer setup
Takashi Iwai
1
-1
/
+4
2021-08-08
ALSA: memalloc: Fix mmap of SG-buffer with WC pages
Takashi Iwai
1
-0
/
+9
2021-08-04
ALSA: memalloc: Store snd_dma_buffer.addr for continuous pages, too
Takashi Iwai
1
-2
/
+5
2021-08-04
ALSA: memalloc: Fix pgprot for WC mmap on x86
Takashi Iwai
1
-0
/
+4
2021-08-04
ALSA: memalloc: Support WC allocation on all architectures
Takashi Iwai
1
-7
/
+39
2021-08-04
ALSA: pcm: Allow exact buffer preallocation
Takashi Iwai
1
-16
/
+51
2021-08-04
ALSA: memalloc: Correctly name as WC
Takashi Iwai
2
-8
/
+8
2021-08-04
ALSA: memalloc: Minor refactoring
Takashi Iwai
3
-33
/
+26
2021-08-03
ALSA: seq: Fix racy deletion of subscriber
Takashi Iwai
1
-12
/
+27
2021-08-02
Merge branch 'for-linus' into for-next
Takashi Iwai
2
-5
/
+13
2021-08-02
ALSA: memalloc: Fix regression with SNDRV_DMA_TYPE_CONTINUOUS
Takashi Iwai
1
-1
/
+1
2021-07-31
ALSA: core: Fix double calls of snd_card_free() via devres
Takashi Iwai
1
-4
/
+10
2021-07-30
ALSA: pcm - fix mmap capability check for the snd-dummy driver
Jaroslav Kysela
1
-1
/
+1
2021-07-27
ALSA: seq: Fix comments of wrong client number for MIDI Passthrough
Takashi Iwai
1
-4
/
+4
[next]