Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e3ed8939644166a7560a33c46f508584a7f1756a
/
sound
/
core
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
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
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
de16898
ALSA: pcm: remove redundant variable runtime
by Colin Ian King
· 7 years ago
c44027c
ALSA: add snd_card_disconnect_sync()
by Takashi Iwai
· 7 years ago
7110599
ALSA: seq: Fix use-after-free at creating a port
by Takashi Iwai
· 7 years ago
19b592d
ALSA: seq: Add sanity check for user-space pointer delivery
by Takashi Iwai
· 7 years ago
545633f
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
5803b02
ALSA: seq: Fix copy_from_user() call inside lock
by Takashi Iwai
· 7 years ago
3a9fce3
Merge branch 'topic/timer-api' into for-next
by Takashi Iwai
· 7 years ago
38e9a80
ALSA: timer: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
c9adcdb
ALSA: pcm: Fix structure definition for X32 ABI
by Baolin Wang
· 7 years ago
3840583
ALSA: hrtimer: make hrtimer_hw const and __initconst
by Bhumika Goyal
· 7 years ago
a931b9c
ALSA: compress: Remove unused variable
by Guneshwor Singh
· 7 years ago
c4fd437
ALSA: hwdep: prevent a harmless shift wrapping bug
by Dan Carpenter
· 7 years ago
fc27fe7
ALSA: seq: Cancel pending autoload work at unbinding device
by Takashi Iwai
· 7 years ago
c844558
ALSA: core: Use %pS printk format for direct addresses
by Helge Deller
· 7 years ago
67616fe
ALSA: pcm: Unify ioctl functions for playback and capture streams
by Takashi Iwai
· 7 years ago
7d8e829
ALSA: Get rid of card power_lock
by Takashi Iwai
· 7 years ago
3454a47
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 7 years ago
bcab3a6
ALSA: pcm: Fix power lock unbalance via OSS emulation
by Takashi Iwai
· 7 years ago
e6b4c52
ALSA: pcm: Correct broken procfs set up
by Takashi Iwai
· 7 years ago
b8e2204
ALSA: control: TLV data is unavailable at initial state of user-defined element set
by Takashi Sakamoto
· 7 years ago
da42882
ALSA: control: queue TLV event for a set of user-defined element
by Takashi Sakamoto
· 7 years ago
fb8027e
ALSA: control: delegate TLV eventing to each driver
by Takashi Sakamoto
· 7 years ago
1ae0e4c
ALSA: timer: Use common error handling code in alsa_timer_init()
by Markus Elfring
· 7 years ago
Next »