index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-28
ALSA: seq: ports: Use guard() for locking
Takashi Iwai
1
-65
/
+49
2024-02-28
ALSA: seq: memory: Use guard() for locking
Takashi Iwai
1
-18
/
+10
2024-02-28
ALSA: seq: fifo: Use guard() for locking
Takashi Iwai
1
-31
/
+24
2024-02-28
ALSA: core: Use guard() for locking
Takashi Iwai
3
-134
/
+104
2024-02-28
ALSA: jack: Use guard() for locking
Takashi Iwai
1
-18
/
+7
2024-02-28
ALSA: rawmidi: Use guard() for locking
Takashi Iwai
1
-160
/
+93
2024-02-28
ALSA: control: Use guard() for locking
Takashi Iwai
2
-273
/
+176
2024-02-28
ALSA: mixer_oss: Use guard() for locking
Takashi Iwai
1
-142
/
+86
2024-02-28
ALSA: info: Use guard() for locking
Takashi Iwai
2
-70
/
+33
2024-02-28
ALSA: hwdep: Use guard() for locking
Takashi Iwai
1
-49
/
+40
2024-02-28
ALSA: hrtimer: Use guard() for locking
Takashi Iwai
1
-13
/
+11
2024-02-28
ALSA: timer: Use guard() for locking
Takashi Iwai
2
-259
/
+177
2024-02-28
ALSA: compress_offload: Use guard() for locking
Takashi Iwai
1
-65
/
+33
2024-02-28
ALSA: ump: Use guard() for locking
Takashi Iwai
1
-23
/
+12
2024-02-28
ALSA: kunit: Fix sparse warnings
Takashi Iwai
1
-14
/
+15
2024-02-23
ALSA: pcm_oss: ump: Use automatic cleanup of kfree()
Takashi Iwai
1
-23
/
+10
2024-02-23
ALSA: mixer_oss: ump: Use automatic cleanup of kfree()
Takashi Iwai
1
-41
/
+18
2024-02-23
ALSA: pcm: Use CLASS() for fdget()/fdput()
Takashi Iwai
1
-15
/
+7
2024-02-23
ALSA: seq: core: Use automatic cleanup of kfree()
Takashi Iwai
2
-18
/
+8
2024-02-23
ALSA: seq: ump: Use automatic cleanup of kfree()
Takashi Iwai
1
-21
/
+12
2024-02-23
ALSA: seq: virmidi: Use automatic cleanup of kfree()
Takashi Iwai
1
-15
/
+7
2024-02-23
ALSA: seq: oss: Use automatic cleanup of kfree()
Takashi Iwai
2
-18
/
+8
2024-02-23
ALSA: vmaster: Use automatic cleanup of kfree()
Takashi Iwai
1
-13
/
+6
2024-02-23
ALSA: timer: Use automatic cleanup of kfree()
Takashi Iwai
1
-8
/
+5
2024-02-23
ALSA: compress_offload: Use automatic cleanup of kfree()
Takashi Iwai
1
-23
/
+13
2024-02-23
ALSA: control: Use automatic cleanup of kfree()
Takashi Iwai
2
-58
/
+34
2024-02-23
ALSA: pcm: Use automatic cleanup of kfree()
Takashi Iwai
3
-83
/
+49
2024-02-23
ALSA: pcm: clarify and fix default msbits value for all formats
Jaroslav Kysela
1
-0
/
+5
2024-02-22
ALSA: seq: prioq: Unify cell removal functions
Takashi Iwai
1
-113
/
+84
2024-02-21
Merge branch 'for-linus' into for-next
Takashi Iwai
2
-3
/
+2
2024-02-21
ALSA: Drop leftover snd-rtctimer stuff from Makefile
Takashi Iwai
1
-1
/
+0
2024-02-20
ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
Takashi Iwai
1
-2
/
+2
2024-02-19
ALSA: core: fix buffer overflow in test_format_fill_silence()
Arnd Bergmann
1
-2
/
+3
2024-02-16
ALSA: avoid 'bool' as variable name
Arnd Bergmann
2
-3
/
+3
2024-02-15
ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT
Masahiro Yamada
1
-1
/
+0
2024-02-15
ALSA: seq: make snd_seq_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-13
ALSA: seq: fix function cast warnings
Takashi Iwai
2
-2
/
+15
2024-02-02
ALSA: core: Fix dependencies for SND_CORE_TEST
Ivan Orlov
1
-0
/
+1
2024-01-30
ALSA: core: Add sound core KUnit test
Ivan Orlov
3
-0
/
+328
2024-01-30
ALSA: pcm: Fix snd_pcm_format_name function
Ivan Orlov
1
-2
/
+4
2024-01-30
ALSA: pcm: Add missing formats to formats list
Ivan Orlov
1
-0
/
+4
2024-01-12
Merge tag 'sound-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
4
-3
/
+92
2023-12-29
Merge branch 'topic/cs35l41' into for-next
Takashi Iwai
1
-0
/
+1
2023-12-29
ALSA: seq: fix kvmalloc_array() arguments order
Dmitry Antipov
1
-1
/
+2
2023-12-12
Backmerge tag 'v6.7-rc5' into drm-next
Dave Airlie
1
-0
/
+1
2023-12-06
ALSA: pcm: fix out-of-bounds in snd_pcm_state_names
Jason Zhang
1
-0
/
+1
2023-11-27
ALSA: hda: Upgrade stream-format infrastructure
Cezary Rojewski
1
-0
/
+34
2023-11-27
ALSA: pcm: Introduce MSBITS subformat interface
Jaroslav Kysela
2
-2
/
+56
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
9
-24
/
+50
2023-11-10
Merge tag 'sound-fix-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+13
[prev]
[next]