Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c6e0917b67fc006f3785b79bfdacdf9eef2f4816
/
sound
/
core
c9a4c63
ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl
by Takashi Iwai
· 7 years ago
b41f794
ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
by Takashi Iwai
· 7 years ago
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
6a73cf4
sound: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
6231a89
ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"
by Colin Ian King
· 7 years ago
ed14d9a
Merge branch 'topic/timer-fixes' into for-next
by Takashi Iwai
· 7 years ago
9d4d207
ALSA: timer: Assure timer resolution access always locked
by Takashi Iwai
· 7 years ago
21244e3
ALSA: seq: Avoid open-code for getting timer resolution
by Takashi Iwai
· 7 years ago
fdcb576
ALSA: timer: Simplify timer hw resolution calls
by Takashi Iwai
· 7 years ago
3ae1809
ALSA: timer: Fix pause event notification
by Ben Hutchings
· 7 years ago
dc82e524
ALSA: core: Assure control device to be registered at last
by Takashi Iwai
· 7 years ago
8def12d
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
841bdb7
ALSA: vmaster: use position offset macro of TLV data
by Takashi Sakamoto
· 7 years ago
3f12888
ALSA: control: fix a redundant-copy issue
by Wenwen Wang
· 7 years ago
10aa7ca
ALSA: pcm: Hide local_irq_disable/enable() and local_irqsave/restore()
by Anna-Maria Gleixner
· 7 years ago
f13876e
ALSA: pcm: Check PCM state at xfern compat ioctl
by Takashi Iwai
· 7 years ago
8f22e52
ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
by Takashi Iwai
· 7 years ago
4d31c6e
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
8d218dd
ALSA: seq: oss: Hardening for potential Spectre v1
by Takashi Iwai
· 7 years ago
f5e94b4
ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
by Takashi Iwai
· 7 years ago
41412fe
ALSA: pcm: Change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
1ba7862
ALSA: control: Fix missing __user annotation
by Takashi Iwai
· 7 years ago
f853dca
ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
by David Henningsson
· 7 years ago
912e4c3
ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.
by Jeffery Miller
· 7 years ago
8a56ef4
ALSA: rawmidi: Fix missing input substream checks in compat ioctls
by Takashi Iwai
· 7 years ago
c99c5a3
ALSA: pcm: Unify delay calculation in snd_pcm_status() and snd_pcm_delay()
by Takashi Iwai
· 7 years ago
6448fcb
ALSA: pcm: Unify playback and capture poll callbacks
by Takashi Iwai
· 7 years ago
763e506
ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpers
by Takashi Iwai
· 7 years ago
e1a3a98
ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() error
by Takashi Iwai
· 7 years ago
e15dc99
ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation
by Takashi Iwai
· 7 years ago
a820ccb
ALSA: pcm: Fix UAF at PCM release via PCM timer access
by Takashi Iwai
· 7 years ago
bc334cb
Merge branch 'for-next' into for-linus
by Takashi Iwai
· 7 years ago
f6d297d
ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
by Takashi Iwai
· 7 years ago
5607ddd
ALSA: pcm: potential uninitialized return values
by Dan Carpenter
· 7 years ago
9066ae7
ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
by Stefan Roese
· 7 years ago
40cab6e
ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams
by Takashi Iwai
· 7 years ago
02a5d69
ALSA: pcm: Avoid potential races between OSS ioctls and read/write
by Takashi Iwai
· 7 years ago
4654eba
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
09b9ddf
ALSA: pcm: Use krealloc() for resizing the rules array
by Takashi Iwai
· 7 years ago
5730f9f
ALSA: pcm: Remove VLA usage
by Takashi Iwai
· 7 years ago
01c0b42
ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
by Takashi Iwai
· 7 years ago
a2ff19f
ALSA: seq: Clear client entry before deleting else at closing
by Takashi Iwai
· 7 years ago
d0f8330
ALSA: seq: Fix possible UAF in snd_seq_check_queue()
by Takashi Iwai
· 7 years ago
85d59b5
ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() call
by Takashi Iwai
· 7 years ago
7bd8009
ALSA: seq: More protection for concurrent write and ioctl races
by Takashi Iwai
· 7 years ago
d857393
ALSA: seq: Don't allow resizing pool in use
by Takashi Iwai
· 7 years ago
7a33a02
ALSA: vmaster: Zero-clear ctl before calling slave get
by Takashi Iwai
· 7 years ago
2e2c177
ALSA: vmaster: Propagate slave error
by Takashi Iwai
· 7 years ago
dd5f313
ALSA: control: Fix a bunch of whitespace errors
by Richard Fitzgerald
· 7 years ago
3b8bd50
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
5a23699
ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
by Richard Fitzgerald
· 7 years ago
ef21e17
ALSA: Use scnprintf() instead of snprintf() for show
by Jaejoong Kim
· 7 years ago
d15d662
ALSA: seq: Fix racy pool initializations
by Takashi Iwai
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
19e7b5f
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
59aeaf3
snd_ctl_elem_init_enum_names(): switch to vmemdup_user()
by Al Viro
· 7 years ago
88a8903
replace_user_tlv(): switch to vmemdup_user()
by Al Viro
· 7 years ago
3c7f691
ALSA: pcm: Fix trailing semicolon
by Luis de Bethencourt
· 7 years ago
671ec85
ALSA: seq: Process queue tempo/ppq change in a shot
by Takashi Iwai
· 7 years ago
4ea5553
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
b3defb7
ALSA: seq: Make ioctls race-free
by Takashi Iwai
· 7 years ago
23b19b7
ALSA: pcm: Remove yet superfluous WARN_ON()
by Takashi Iwai
· 7 years ago
c64ed5d
ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation
by Takashi Iwai
· 7 years ago
9dd55cb
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
900498a
ALSA: pcm: Allow aborting mutex lock at OSS read/write loops
by Takashi Iwai
· 7 years ago
29159a4
ALSA: pcm: Abort properly at pending signal in OSS read/write loops
by Takashi Iwai
· 7 years ago
fb51f1c
ALSA: pcm: Workaround for weird PulseAudio behavior on rewind error
by Takashi Iwai
· 7 years ago
6708913
ALSA: pcm: Add missing error checks in OSS emulation plugin builder
by Takashi Iwai
· 7 years ago
7a0a871
ALSA: pcm: Set config update bits only when really changed
by Takashi Iwai
· 7 years ago
fe08f34
ALSA: pcm: Remove incorrect snd_BUG_ON() usages
by Takashi Iwai
· 7 years ago
446bd64
snd_hwdep_dsp_load(): don't bother with access_ok()
by Al Viro
· 7 years ago
50947fb
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
c1cfd90
ALSA: rawmidi: Avoid racy info ioctl via ctl device
by Takashi Iwai
· 7 years ago
362bca57
ALSA: pcm: prevent UAF in snd_pcm_info
by Robb Glasser
· 7 years ago
43a3542
ALSA: seq: Remove spurious WARN_ON() at timer check
by Takashi Iwai
· 7 years ago
823dbb6
ALSA: pcm: add SNDRV_PCM_FORMAT_{S,U}20
by Maciej S. Szmigiero
· 7 years ago
680ef72
sound: annotate ->poll() instances
by Al Viro
· 7 years ago
d6c0615
ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
by Takashi Iwai
· 7 years ago
3d4e830
ALSA: timer: Remove kernel warning at compat ioctl error paths
by Takashi Iwai
· 7 years ago
20e3f98
ALSA: pcm: update tstamp only if audio_tstamp changed
by Henrik Eriksson
· 7 years ago
76727c2c
Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
by Takashi Iwai
· 7 years ago
c429bda
Merge branch 'for-next' into for-linus
by Takashi Iwai
· 7 years ago
132d358
ALSA: seq: Fix OSS sysex delivery in OSS emulation
by Takashi Iwai
· 7 years ago
9b7d869
ALSA: timer: Limit max instances per timer
by Takashi Iwai
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
1f20f9f
ALSA: seq: Fix nested rwsem annotation for lockdep splat
by Takashi Iwai
· 7 years ago
79fb051
ALSA: timer: Add missing mutex lock for compat ioctls
by Takashi Iwai
· 7 years ago
3f1185d
ALSA: fix kernel-doc build warning
by Randy Dunlap
· 7 years ago
1a01901
Merge branch 'topic/card-disconnect' into for-next
by Takashi Iwai
· 7 years ago
a91d661
ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removal
by Takashi Iwai
· 7 years ago
6ca73de
ALSA: pcm: Forcibly stop at disconnect callback
by Takashi Iwai
· 7 years ago
8b645e4
ALSA: pcm: Don't call register and disconnect callbacks for internal PCM
by Takashi Iwai
· 7 years ago
8009d50
ALSA: seq: Enable 'use' locking in all configurations
by Ben Hutchings
· 7 years ago
0011a33
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
Next »