index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-05
Merge tag 'asoc-fix-v6.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
1
-1
/
+1
2024-11-30
ALSA: ump: Shut up truncated string warning
Takashi Iwai
1
-3
/
+3
2024-11-29
Merge tag 'sound-fix-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-4
/
+22
2024-11-29
ALSA: ump: Update legacy substream names upon FB info update
Takashi Iwai
1
-4
/
+15
2024-11-29
ALSA: ump: Indicate the inactive group in legacy substream names
Takashi Iwai
1
-2
/
+3
2024-11-29
ALSA: ump: Don't open legacy substream for an inactive group
Takashi Iwai
1
-0
/
+2
2024-11-29
ALSA: seq: ump: Fix seq port updates per FB info notify
Takashi Iwai
1
-3
/
+3
2024-11-27
ALSA: ump: Fix evaluation of MIDI 1.0 FB info
Takashi Iwai
1
-1
/
+4
2024-11-27
ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc()
Zichen Xie
1
-0
/
+11
2024-11-25
ALSA: rawmidi: Fix kvfree() call in spinlock
Takashi Iwai
1
-1
/
+3
2024-11-21
Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
4
-13
/
+372
2024-11-21
ALSA: pcm: Add sanity NULL check for the default mmap fault handler
Takashi Iwai
1
-2
/
+4
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2024-11-14
ALSA: ump: Fix the wrong format specifier
zhang jiao
1
-1
/
+1
2024-11-13
ALSA: pcm: Define snd_pcm_mmap_data_{open|close}() locally
Takashi Iwai
1
-0
/
+20
2024-11-08
ALSA: ump: remove unnecessary check on blk
Luo Yifan
1
-1
/
+1
2024-11-06
Merge branch 'topic/compress-accel' into for-next
Takashi Iwai
1
-5
/
+5
2024-11-06
ALSA: compress_offload: Use runtime pointer in snd_compr_poll()
Peter Ujfalusi
1
-5
/
+5
2024-11-05
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2024-11-04
ALSA: ump: Don't enumeration invalid groups for legacy rawmidi
Takashi Iwai
1
-1
/
+1
2024-11-03
deal with the last remaing boolean uses of fd_file()
Al Viro
1
-1
/
+1
2024-10-25
ALSA: compress_offload: introduce accel operation mode
Jaroslav Kysela
2
-6
/
+345
2024-10-03
ALSA: core: add isascii() check to card ID generator
Jaroslav Kysela
1
-4
/
+10
2024-10-02
Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
7
-11
/
+3
2024-10-01
ALSA: silence integer wrapping warning
Dan Carpenter
1
-0
/
+2
2024-09-30
ALSA: mixer_oss: Remove some incorrect kfree_const() usages
Christophe JAILLET
1
-2
/
+2
2024-09-30
ALSA: Fix typos in comments across various files
Yu Jiaoliang
4
-4
/
+4
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
7
-8
/
+0
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2024-09-12
ALSA: memalloc: Use proper DMA mapping API for x86 S/G buffer allocations
Takashi Iwai
1
-42
/
+36
2024-09-12
ALSA: memalloc: Use proper DMA mapping API for x86 WC buffer allocations
Takashi Iwai
1
-18
/
+31
2024-09-12
ALSA: ump: Use %*ph to print small buffer
Andy Shevchenko
1
-10
/
+3
2024-09-11
ALSA: pcm: Fix breakage of PCM rates used for topology
Takashi Iwai
2
-11
/
+17
2024-09-11
ALSA: memalloc: Drop Xen PV workaround again
Takashi Iwai
1
-16
/
+3
2024-09-10
ALSA: memalloc: Move snd_malloc_ops definition into memalloc.c again
Takashi Iwai
2
-17
/
+11
2024-09-06
ALSA: pcm: add more sample rate definitions
Jerome Brunet
1
-3
/
+3
2024-09-02
ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errors
Takashi Iwai
4
-10
/
+10
2024-09-02
ALSA: core: timer: Use NSEC_PER_SEC macro
Jinjie Ruan
1
-1
/
+1
2024-09-02
ALSA: pcm: Fix yet more compile warning at replacement with kstrtoul()
Takashi Iwai
1
-1
/
+1
2024-09-01
ALSA: pcm: Fix the previous conversion to kstrtoul()
Takashi Iwai
1
-1
/
+1
2024-08-31
ALSA: pcm: replace simple_strtoul to kstrtoul
Hongbo Li
1
-1
/
+4
2024-08-27
ALSA: pcm: Drop PCM vmalloc buffer helpers
Takashi Iwai
1
-59
/
+0
2024-08-19
Merge branch 'topic/seq-filter-cleanup' into for-next
Takashi Iwai
1
-12
/
+10
2024-08-19
ALSA: seq: Drop superfluous filter argument of get_event_dest_client()
Takashi Iwai
1
-12
/
+7
2024-08-19
ALSA: seq: Skip event type filtering for UMP events
Takashi Iwai
1
-0
/
+3
2024-08-18
ALSA: timer: Introduce virtual userspace-driven timers
Ivan Orlov
2
-0
/
+235
2024-08-17
ALSA: seq: Remove unused declarations
Yue Haibing
3
-7
/
+0
2024-08-16
ALSA: oss: Remove unused declarations
Yue Haibing
1
-3
/
+0
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-08-12
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
[next]