]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - sound/core
ALSA: pcm: signedness bug in snd_pcm_plug_alloc()
[mirror_ubuntu-bionic-kernel.git] / sound / core /
2019-11-26 Dan CarpenterALSA: pcm: signedness bug in snd_pcm_plug_alloc()
2019-11-26 Takashi IwaiALSA: timer: Fix incorrectly assigned timer instance
2019-11-13 Takashi IwaiALSA: timer: Fix mutex deadlock at releasing card
2019-11-13 Takashi IwaiALSA: timer: Simplify error path in snd_timer_open()
2019-09-26 Takashi IwaiALSA: seq: Fix potential concurrent access to the delet...
2019-09-17 Charles KeepaxALSA: compress: Be more restrictive about when a drain...
2019-09-17 Charles KeepaxALSA: compress: Don't allow paritial drain operations...
2019-09-17 Charles KeepaxALSA: compress: Prevent bypasses of set_params
2019-09-17 Charles KeepaxALSA: compress: Fix regression on compressed capture...
2019-08-14 Takashi IwaiALSA: seq: Break too long mutex context in the write...
2019-08-14 Colin Ian KingALSA: seq: fix incorrect order of dest_client/dest_port...
2019-08-14 Takashi IwaiRevert "ALSA: seq: Protect in-kernel ioctl calls with...
2019-08-14 Takashi IwaiALSA: seq: Fix race of get-subscription call vs port...
2019-08-14 Takashi IwaiALSA: seq: Protect in-kernel ioctl calls with mutex
2019-08-14 Takashi IwaiALSA: seq: Cover unsubscribe_port() in list_mutex
2019-08-14 Takashi IwaiALSA: info: Fix racy addition/deletion of nodes
2019-08-14 Takashi IwaiALSA: core: Fix card races between register and disconnect
2019-08-14 Zubin MithraALSA: seq: Fix OOB-reads from strlcpy
2019-08-14 Ranjani SridharanALSA: PCM: check if ops are defined before suspending PCM
2019-08-14 Takashi IwaiALSA: pcm: Don't suspend stream in unrecoverable PCM...
2019-08-14 Takashi IwaiALSA: pcm: Fix possible OOB access in PCM oss plugins
2019-08-14 Dan CarpenterALSA: compress: prevent potential divide by zero bugs
2019-07-24 Takashi IwaiALSA: pcm: Call snd_pcm_unlink() conditionally at closing
2019-07-24 Chanho MinALSA: pcm: Fix starvation on down_write_nonblock()
2019-07-24 Takashi IwaiALSA: control: Fix race between adding and removing...
2019-07-24 Takashi IwaiALSA: oss: Use kvzalloc() for local buffer allocations
2019-07-24 Timo WischerALSA: pcm: Fix snd_interval_refine first/last with...
2019-07-24 Takashi IwaiALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_N...
2019-07-24 Takashi IwaiALSA: memalloc: Don't exceed over the requested size
2019-07-24 Takashi IwaiALSA: virmidi: Fix too long output trigger loop
2019-04-24 Gustavo A. R. SilvaALSA: seq: oss: Fix Spectre v1 vulnerability
2019-04-24 Gustavo A. R. SilvaALSA: rawmidi: Fix potential Spectre v1 vulnerability
2019-04-24 Gustavo A. R. SilvaALSA: pcm: Fix potential Spectre v1 vulnerability
2019-01-14 Takashi IwaiALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEX...
2018-12-06 Takashi IwaiALSA: rawmidi: Change resized buffers atomically
2018-08-27 Takashi IwaiALSA: vmaster: Propagate slave error
2018-08-27 Ben HutchingsALSA: timer: Fix pause event notification
2018-08-14 Wenwen WangALSA: control: fix a redundant-copy issue
2018-08-14 Takashi IwaiALSA: seq: Fix races at MIDI encoding in snd_virmidi_ou...
2018-08-14 Takashi IwaiALSA: pcm: Check PCM state at xfern compat ioctl
2018-08-14 Takashi IwaiALSA: seq: oss: Hardening for potential Spectre v1
2018-08-14 Takashi IwaiALSA: seq: oss: Fix unbalanced use lock for synth MIDI...
2018-08-14 David HenningssonALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
2018-08-14 Jeffery MillerALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_...
2018-06-06 Takashi IwaiALSA: rawmidi: Fix missing input substream checks in...
2018-06-06 Takashi IwaiALSA: pcm: Fix endless loop for XRUN recovery in OSS...
2018-06-06 Takashi IwaiALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
2018-06-06 Takashi IwaiALSA: pcm: Return -EBUSY for OSS ioctls changing busy...
2018-06-06 Takashi IwaiALSA: pcm: Avoid potential races between OSS ioctls...
2018-06-06 Takashi IwaiALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS...
2018-06-06 Takashi IwaiALSA: pcm: Fix UAF at PCM release via PCM timer access
2018-04-09 Dan CarpenterALSA: pcm: potential uninitialized return values
2018-04-09 Stefan RoeseALSA: pcm: Use dma_bytes as size parameter in dma_mmap_...
2018-03-21 Takashi IwaiALSA: seq: Clear client entry before deleting else...
2018-03-21 Takashi IwaiALSA: seq: Fix possible UAF in snd_seq_check_queue()
2018-03-21 Takashi IwaiALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
2018-03-15 Takashi IwaiALSA: seq: More protection for concurrent write and...
2018-03-15 Takashi IwaiALSA: seq: Don't allow resizing pool in use
2018-03-15 Richard FitzgeraldALSA: control: Fix memory corruption risk in snd_ctl_el...
2018-02-23 Takashi IwaiALSA: seq: Fix racy pool initializations
2018-01-28 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-26 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-25 Linus TorvaldsMerge tag 'for-4.15-tag' of git://git.kernel.org/pub...
2018-01-25 Dave AirlieMerge tag 'drm-misc-fixes-2018-01-24' of git://anongit...
2018-01-24 Radim KrčmářMerge tag 'kvm-s390-master-4.15-3' of git://git.kernel...
2018-01-23 Linus TorvaldsMerge tag 'pci-v4.15-fixes-3' of git://git.kernel.org...
2018-01-21 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-20 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2018-01-20 Linus TorvaldsMerge tag 'mips_fixes_4.15_2' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge tag 'for-4.15/dm-fixes-2' of git://git.kernel...
2018-01-19 Linus TorvaldsMerge tag 'trace-v4.15-rc4-3' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge branch 'i2c/for-current-fixed' of git://git.kerne...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge tag 'powerpc-4.15-8' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge tag 'drm-fixes-for-v4.15-rc9' of git://people...
2018-01-19 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-18 David S. MillerMerge tag 'wireless-drivers-for-davem-2018-01-17' of...
2018-01-18 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2018-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2018-01-18 Linus TorvaldsMerge tag 'mmc-v4.15-rc2-3' of git://git.kernel.org...
2018-01-18 Linus TorvaldsMerge tag 'gpio-v4.15-5' of git://git.kernel.org/pub...
2018-01-18 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2018-01-18 Dave AirlieMerge tag 'drm-misc-fixes-2018-01-17' of git://anongit...
2018-01-18 Dave AirlieMerge branch 'vmwgfx-fixes-4.15' of git://people.freede...
2018-01-17 David S. MillerMerge tag 'linux-can-fixes-for-4.15-20180116' of ssh...
2018-01-17 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2018-01-17 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2018-01-17 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2018-01-17 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2018-01-17 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-17 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2018-01-17 Radim KrčmářMerge tag 'kvm-arm-fixes-for-v4.15-3-v2' of git://git...
2018-01-17 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2018-01-16 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
next