index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
rawmidi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: rawmidi: Use guard() for locking
Takashi Iwai
2024-02-28
1
-160
/
+93
*
ALSA: rawmidi: Fix NULL dereference at proc read
Takashi Iwai
2023-09-16
1
-1
/
+1
*
ALSA: rawmidi: Don't embed device
Takashi Iwai
2023-08-17
1
-16
/
+13
*
ALSA: ump: Additional proc output
Takashi Iwai
2023-05-23
1
-0
/
+2
*
ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control API
Takashi Iwai
2023-05-23
1
-0
/
+26
*
ALSA: rawmidi: Skip UMP devices at SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICE
Takashi Iwai
2023-05-23
1
-21
/
+36
*
ALSA: rawmidi: UMP support
Takashi Iwai
2023-05-23
1
-40
/
+99
*
ALSA: rawmidi: Add ioctl callback to snd_rawmidi_global_ops
Takashi Iwai
2023-05-23
1
-2
/
+5
*
ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()
Takashi Iwai
2023-05-23
1
-13
/
+4
*
ALSA: rawmidi: remove variable dest_frames
Colin Ian King
2022-10-24
1
-2
/
+0
*
ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
Takashi Iwai
2022-10-11
1
-2
/
+0
*
ALSA: rawmidi: Take buffer refcount while draining output
Takashi Iwai
2022-06-20
1
-4
/
+41
*
ALSA: rawmidi: Check stream state at exported functions
Takashi Iwai
2022-06-20
1
-18
/
+38
*
ALSA: rawmidi: Take open_mutex around parameter changes
Takashi Iwai
2022-06-20
1
-14
/
+25
*
ALSA: rawmidi: Move lock to snd_rawmidi_substream
Takashi Iwai
2022-06-20
1
-67
/
+64
*
ALSA: rawmidi: Make internal functions local static
Takashi Iwai
2022-06-20
1
-7
/
+6
*
ALSA: rawmidi - fix the uninitalized user_pversion
Jaroslav Kysela
2021-12-22
1
-0
/
+1
*
ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION
Jaroslav Kysela
2021-09-23
1
-0
/
+9
*
ALSA: rawmidi: fix incorrect array bounds check on clock_names
Colin Ian King
2021-05-19
1
-1
/
+1
*
ALSA: rawmidi: Add framing mode
David Henningsson
2021-05-17
1
-2
/
+91
*
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
2021-01-08
1
-1
/
+1
*
ALSA: rawmidi: Access runtime->avail always in spinlock
Takashi Iwai
2020-12-06
1
-14
/
+35
*
ALSA: rawmidi: (cosmetic) align function parameters
Pierre-Louis Bossart
2020-09-03
1
-1
/
+1
*
ALSA: rawmidi: Fix racy buffer resize under concurrent accesses
Takashi Iwai
2020-05-07
1
-4
/
+27
*
ALSA: rawmidi: More constification
Takashi Iwai
2020-01-05
1
-1
/
+1
*
ALSA: core: Constify snd_device_ops definitions
Takashi Iwai
2020-01-03
1
-1
/
+1
*
ALSA: Avoid using timespec for struct snd_rawmidi_status
Baolin Wang
2019-12-11
1
-29
/
+103
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-16
/
+1
*
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-05-06
1
-1
/
+1
*
ALSA: rawmidi: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
2019-03-21
1
-0
/
+2
*
ALSA: rawmidi: A lightweight function to discard pending bytes
Takashi Iwai
2018-10-04
1
-0
/
+22
*
ALSA: rawmidi: Initialize allocated buffers
Takashi Iwai
2018-09-03
1
-2
/
+2
*
ALSA: rawmidi: Use kvmalloc() for buffers
Takashi Iwai
2018-07-18
1
-4
/
+5
*
ALSA: rawmidi: Minor code refactoring
Takashi Iwai
2018-07-17
1
-44
/
+33
*
ALSA: rawmidi: Simplify error paths
Takashi Iwai
2018-07-17
1
-37
/
+39
*
ALSA: rawmidi: Tidy up coding styles
Takashi Iwai
2018-07-17
1
-42
/
+59
*
ALSA: rawmidi: Change resized buffers atomically
Takashi Iwai
2018-07-17
1
-6
/
+14
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-2
/
+2
|
\
|
*
sound: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
*
|
ALSA: rawmidi: Avoid racy info ioctl via ctl device
Takashi Iwai
2017-12-14
1
-3
/
+12
|
/
*
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-07-06
1
-2
/
+2
|
\
|
*
ALSA: seq: Allow the modular sequencer registration
Takashi Iwai
2017-06-12
1
-2
/
+2
*
|
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-4
/
+4
|
/
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
ALSA: rawmidi: Add const to snd_rawmidi_ops
Takashi Iwai
2017-01-12
1
-1
/
+1
*
ALSA: rawmidi: don't opencode IS_REACHABLE()
Fabian Frederick
2016-11-12
1
-2
/
+2
*
ALSA: rawmidi: Fix possible deadlock with virmidi registration
Takashi Iwai
2016-09-08
1
-1
/
+3
*
ALSA: rawmidi: Fix race at copying & updating the position
Takashi Iwai
2016-02-03
1
-12
/
+22
*
ALSA: rawmidi: Make snd_rawmidi_transmit() race-free
Takashi Iwai
2016-02-03
1
-26
/
+72
[next]