index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
rawmidi.c
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
ALSA: rawmidi: Return the error from snd_rawmidi_input_params()
HyeongJun An
1
-1
/
+1
2026-08-25
ALSA: rawmidi: Another workaround for false-positive mutex lockdep warning
Takashi Iwai
1
-4
/
+7
2026-08-06
ALSA: rawmidi: Work around false-positive mutex lockdep warning
Takashi Iwai
1
-5
/
+7
2026-07-13
ALSA: core: Clean up file_operations definitions
bui duc phuc
1
-8
/
+8
2026-07-03
ALSA: rawmidi: Drop redundant stream_open() return check
bui duc phuc
1
-3
/
+1
2026-05-25
ALSA: core: Mark some variables as __ro_after_init
Len Bao
1
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2025-12-01
ALSA: rawmidi: Fix inconsistent indenting warning reported by smatch
HariKrishna Sagala
1
-4
/
+1
2025-07-11
ALSA: rawmidi: Use safer strscpy() instead of strcpy()
Takashi Iwai
1
-3
/
+3
2025-01-14
ALSA: rawmidi: Make tied_device=0 as default / unknown
Takashi Iwai
1
-1
/
+0
2025-01-12
ALSA: rawmidi: Show substream activity in info ioctl
Takashi Iwai
1
-0
/
+2
2025-01-12
ALSA: rawmidi: Expose the tied device number in info ioctl
Takashi Iwai
1
-0
/
+2
2024-11-25
ALSA: rawmidi: Fix kvfree() call in spinlock
Takashi Iwai
1
-1
/
+3
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-02-28
ALSA: rawmidi: Use guard() for locking
Takashi Iwai
1
-160
/
+93
2023-09-16
ALSA: rawmidi: Fix NULL dereference at proc read
Takashi Iwai
1
-1
/
+1
2023-08-17
ALSA: rawmidi: Don't embed device
Takashi Iwai
1
-16
/
+13
2023-05-23
ALSA: ump: Additional proc output
Takashi Iwai
1
-0
/
+2
2023-05-23
ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control API
Takashi Iwai
1
-0
/
+26
2023-05-23
ALSA: rawmidi: Skip UMP devices at SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICE
Takashi Iwai
1
-21
/
+36
2023-05-23
ALSA: rawmidi: UMP support
Takashi Iwai
1
-40
/
+99
2023-05-23
ALSA: rawmidi: Add ioctl callback to snd_rawmidi_global_ops
Takashi Iwai
1
-2
/
+5
2023-05-23
ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()
Takashi Iwai
1
-13
/
+4
2022-10-24
ALSA: rawmidi: remove variable dest_frames
Colin Ian King
1
-2
/
+0
2022-10-11
ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
Takashi Iwai
1
-2
/
+0
2022-06-20
ALSA: rawmidi: Take buffer refcount while draining output
Takashi Iwai
1
-4
/
+41
2022-06-20
ALSA: rawmidi: Check stream state at exported functions
Takashi Iwai
1
-18
/
+38
2022-06-20
ALSA: rawmidi: Take open_mutex around parameter changes
Takashi Iwai
1
-14
/
+25
2022-06-20
ALSA: rawmidi: Move lock to snd_rawmidi_substream
Takashi Iwai
1
-67
/
+64
2022-06-20
ALSA: rawmidi: Make internal functions local static
Takashi Iwai
1
-7
/
+6
2021-12-22
ALSA: rawmidi - fix the uninitalized user_pversion
Jaroslav Kysela
1
-0
/
+1
2021-09-23
ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION
Jaroslav Kysela
1
-0
/
+9
2021-05-19
ALSA: rawmidi: fix incorrect array bounds check on clock_names
Colin Ian King
1
-1
/
+1
2021-05-17
ALSA: rawmidi: Add framing mode
David Henningsson
1
-2
/
+91
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
1
-1
/
+1
2020-12-06
ALSA: rawmidi: Access runtime->avail always in spinlock
Takashi Iwai
1
-14
/
+35
2020-09-03
ALSA: rawmidi: (cosmetic) align function parameters
Pierre-Louis Bossart
1
-1
/
+1
2020-05-07
ALSA: rawmidi: Fix racy buffer resize under concurrent accesses
Takashi Iwai
1
-4
/
+27
2020-01-05
ALSA: rawmidi: More constification
Takashi Iwai
1
-1
/
+1
2020-01-03
ALSA: core: Constify snd_device_ops definitions
Takashi Iwai
1
-1
/
+1
2019-12-11
ALSA: Avoid using timespec for struct snd_rawmidi_status
Baolin Wang
1
-29
/
+103
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-03-21
ALSA: rawmidi: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+2
2018-10-04
ALSA: rawmidi: A lightweight function to discard pending bytes
Takashi Iwai
1
-0
/
+22
2018-09-03
ALSA: rawmidi: Initialize allocated buffers
Takashi Iwai
1
-2
/
+2
2018-07-18
ALSA: rawmidi: Use kvmalloc() for buffers
Takashi Iwai
1
-4
/
+5
2018-07-17
ALSA: rawmidi: Minor code refactoring
Takashi Iwai
1
-44
/
+33
2018-07-17
ALSA: rawmidi: Simplify error paths
Takashi Iwai
1
-37
/
+39
[next]