OSDN Git Service

MIPS: VDSO: Prevent use of smp_processor_id()
[android-x86/kernel.git] / sound / core /
2019-09-06 Takashi IwaiALSA: seq: Fix potential concurrent access to the delet...
2019-08-25 Charles KeepaxALSA: compress: Be more restrictive about when a drain...
2019-08-25 Charles KeepaxALSA: compress: Don't allow paritial drain operations...
2019-08-25 Charles KeepaxALSA: compress: Prevent bypasses of set_params
2019-08-25 Charles KeepaxALSA: compress: Fix regression on compressed capture...
2019-08-04 Takashi IwaiALSA: seq: Break too long mutex context in the write...
2019-07-10 Colin Ian KingALSA: seq: fix incorrect order of dest_client/dest_port...
2019-06-22 Takashi IwaiRevert "ALSA: seq: Protect in-kernel ioctl calls with...
2019-06-22 Takashi IwaiALSA: seq: Fix race of get-subscription call vs port...
2019-06-22 Takashi IwaiALSA: seq: Protect in-kernel ioctl calls with mutex
2019-06-22 Takashi IwaiALSA: seq: Cover unsubscribe_port() in list_mutex
2019-05-16 Takashi SakamotoALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
2019-04-27 Takashi IwaiALSA: info: Fix racy addition/deletion of nodes
2019-04-27 Takashi IwaiALSA: core: Fix card races between register and disconnect
2019-04-17 Zubin MithraALSA: seq: Fix OOB-reads from strlcpy
2019-04-05 Ranjani SridharanALSA: PCM: check if ops are defined before suspending PCM
2019-04-03 Takashi IwaiALSA: pcm: Don't suspend stream in unrecoverable PCM...
2019-04-03 Takashi IwaiALSA: pcm: Fix possible OOB access in PCM oss plugins
2019-04-03 Gustavo A. R. SilvaALSA: seq: oss: Fix Spectre v1 vulnerability
2019-04-03 Gustavo A. R. SilvaALSA: rawmidi: Fix potential Spectre v1 vulnerability
2019-03-05 Dan CarpenterALSA: compress: prevent potential divide by zero bugs
2019-01-09 Gustavo A. R. SilvaALSA: pcm: Fix potential Spectre v1 vulnerability
2018-12-13 Takashi IwaiALSA: pcm: Call snd_pcm_unlink() conditionally at closing
2018-12-13 Chanho MinALSA: pcm: Fix starvation on down_write_nonblock()
2018-12-05 Takashi IwaiALSA: control: Fix race between adding and removing...
2018-09-26 Timo WischerALSA: pcm: Fix snd_interval_refine first/last with...
2018-08-24 Takashi IwaiALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_N...
2018-08-22 Takashi IwaiALSA: memalloc: Don't exceed over the requested size
2018-08-22 Takashi IwaiALSA: virmidi: Fix too long output trigger loop
2018-07-25 Takashi IwaiALSA: rawmidi: Change resized buffers atomically
2018-05-30 Takashi IwaiALSA: vmaster: Propagate slave error
2018-05-30 Ben HutchingsALSA: timer: Fix pause event notification
2018-05-22 Wenwen WangALSA: control: fix a redundant-copy issue
2018-05-09 Takashi IwaiALSA: seq: Fix races at MIDI encoding in snd_virmidi_ou...
2018-05-09 Takashi IwaiALSA: pcm: Check PCM state at xfern compat ioctl
2018-05-01 Takashi IwaiALSA: seq: oss: Hardening for potential Spectre v1
2018-05-01 Takashi IwaiALSA: seq: oss: Fix unbalanced use lock for synth MIDI...
2018-05-01 David HenningssonALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
2018-04-24 Takashi IwaiALSA: rawmidi: Fix missing input substream checks in...
2018-04-24 Takashi IwaiALSA: pcm: Fix endless loop for XRUN recovery in OSS...
2018-04-24 Takashi IwaiALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
2018-04-24 Takashi IwaiALSA: pcm: Return -EBUSY for OSS ioctls changing busy...
2018-04-24 Takashi IwaiALSA: pcm: Avoid potential races between OSS ioctls...
2018-04-24 Takashi IwaiALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS...
2018-04-24 Takashi IwaiALSA: pcm: Fix UAF at PCM release via PCM timer access
2018-04-08 Dan CarpenterALSA: pcm: potential uninitialized return values
2018-04-08 Stefan RoeseALSA: pcm: Use dma_bytes as size parameter in dma_mmap_...
2018-03-22 Takashi IwaiALSA: seq: Clear client entry before deleting else...
2018-03-22 Takashi IwaiALSA: seq: Fix possible UAF in snd_seq_check_queue()
2018-03-22 Takashi IwaiALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
2018-03-18 Takashi IwaiALSA: seq: More protection for concurrent write and...
2018-03-18 Takashi IwaiALSA: seq: Don't allow resizing pool in use
2018-02-22 Takashi IwaiALSA: seq: Fix racy pool initializations
2018-01-23 Takashi IwaiALSA: pcm: Remove yet superfluous WARN_ON()
2018-01-23 Takashi IwaiALSA: seq: Make ioctls race-free
2018-01-17 Takashi IwaiALSA: pcm: Allow aborting mutex lock at OSS read/write...
2018-01-17 Takashi IwaiALSA: pcm: Abort properly at pending signal in OSS...
2018-01-17 Takashi IwaiALSA: pcm: Add missing error checks in OSS emulation...
2018-01-17 Takashi IwaiALSA: pcm: Remove incorrect snd_BUG_ON() usages
2017-12-29 Takashi IwaiALSA: rawmidi: Avoid racy info ioctl via ctl device
2017-12-14 Takashi IwaiALSA: seq: Remove spurious WARN_ON() at timer check
2017-12-14 Robb GlasserALSA: pcm: prevent UAF in snd_pcm_info
2017-11-30 Takashi IwaiALSA: timer: Remove kernel warning at compat ioctl...
2017-11-30 Henrik ErikssonALSA: pcm: update tstamp only if audio_tstamp changed
2017-11-18 Takashi IwaiALSA: seq: Cancel pending autoload work at unbinding...
2017-11-15 Takashi IwaiALSA: seq: Fix OSS sysex delivery in OSS emulation
2017-11-08 Takashi IwaiALSA: seq: Fix nested rwsem annotation for lockdep...
2017-11-08 Takashi IwaiALSA: timer: Add missing mutex lock for compat ioctls
2017-10-27 Ben HutchingsALSA: seq: Enable 'use' locking in all configurations
2017-10-18 Takashi IwaiALSA: seq: Fix copy_from_user() call inside lock
2017-10-18 Takashi IwaiALSA: seq: Fix use-after-free at creating a port
2017-10-12 Guneshwor SinghALSA: compress: Remove unused variable
2017-08-30 Takashi IwaiALSA: core: Fix unexpected error at replacing user TLV
2017-08-25 Daniel MentzALSA: seq: 2nd attempt at fixing race creating a queue
2017-06-29 Takashi IwaiALSA: pcm: Don't treat NULL chmap as a fatal error
2017-06-14 Takashi IwaiALSA: timer: Fix missing queue indices reset at SNDRV_T...
2017-06-14 Takashi IwaiALSA: timer: Fix race between read and ioctl
2017-05-03 Takashi IwaiALSA: seq: Don't break snd_use_lock_sync() loop by...
2017-04-08 Takashi IwaiALSA: seq: Fix race during FIFO resize
2017-03-30 Takashi IwaiALSA: seq: Fix racy cell insertions during snd_seq_pool...
2017-03-12 Takashi IwaiALSA: seq: Fix link corruption by event error handling
2017-03-12 Takashi IwaiALSA: timer: Reject user params with too small ticks
2017-02-14 Takashi IwaiALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
2017-02-14 Takashi IwaiALSA: seq: Fix race at creating a queue
2016-12-10 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2016-12-09 Linus TorvaldsMerge branch 'for-4.9-fixes' of git://git./linux/kernel...
2016-12-09 Linus TorvaldsMerge tag 'm68k-for-v4.9-tag2' of git://git./linux...
2016-12-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2016-12-05 Linus TorvaldsMerge tag 'powerpc-4.9-7' of git://git./linux/kernel...
2016-12-05 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2016-12-03 David S. MillerMerge tag 'batadv-net-for-davem-20161202' of git:/...
2016-12-02 Linus TorvaldsMerge tag 'pci-v4.9-fixes-4' of git://git./linux/kernel...
2016-12-01 Linus TorvaldsMerge branch 'overlayfs-linus' of git://git./linux...
2016-12-01 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-12-01 Radim KrčmářMerge tag 'kvm-arm-for-4.9-rc7' of git://git./linux...
2016-11-30 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2016-11-30 Linus TorvaldsMerge tag 'pwm/for-4.9' of git://git./linux/kernel...
2016-11-30 David S. MillerMerge tag 'wireless-drivers-for-davem-2016-11-29' of...
2016-11-29 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2016-11-29 James BottomleyMerge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes...
next