summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-27ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai1-2/+28
2016-02-27ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67
2016-02-27ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15
2016-02-27ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2016-02-27ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2016-02-27intel_scu_ipcutil: underflow in scu_reg_access()Dan Carpenter1-1/+1
2016-02-27crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-27x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2016-02-27drm/vmwgfx: respect 'nomodeset'Rob Clark1-0/+7
2016-02-27ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai1-1/+1
2016-02-27crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-02-27tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley1-1/+23
2016-02-27SCSI: fix crashes in sd and sr runtime PMAlan Stern1-2/+5
2016-02-27perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf1-2/+2
2016-02-27rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-02-27virtio_pci: fix use after free on releaseMichael S. Tsirkin1-0/+2
2016-02-27libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo1-2/+2
2016-02-27PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior3-6/+1
2016-02-27USB: serial: ftdi_sio: add support for Yaesu SCU-18 cableGreg Kroah-Hartman2-0/+2
2016-02-27ALSA: seq: Degrade the error message for too many opensTakashi Iwai1-1/+1
2016-02-27ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai1-1/+1
2016-02-27USB: serial: option: Adding support for Telit LE922Daniele Palmas1-0/+16
2016-02-27USB: serial: visor: fix crash on detecting device without write_urbsVladis Dronov1-2/+4
2016-02-27USB: visor: fix null-deref at probeJohan Hovold1-0/+5
2016-02-27USB: cp210x: add ID for IAI USB to RS485 adaptorPeter Dedecker1-0/+1
2016-02-27sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+1
2016-02-27pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa1-10/+24
2016-02-27af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-02-27cdc-acm:exclude Samsung phone 04e8:685dOliver Neukum1-0/+5
2016-02-27usb: cdc-acm: send zero packet for intel 7260 modemLu Baolu2-0/+7
2016-02-27itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-27posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-27timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-27hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner3-20/+72
2016-02-27KVM: vmx: fix MPX detectionPaolo Bonzini1-1/+2
2016-02-13Linux 3.2.77v3.2.77Ben Hutchings1-1/+1
2016-02-13usbvision: fix crash on detecting device with invalid configurationVladis Dronov1-1/+15
2016-02-13usbvision fix overflow of interfaces arrayOliver Neukum1-0/+7
2016-02-13usbvision: fix leak of usb_dev on failure paths in usbvision_probe()Alexey Khoroshilov1-7/+17
2016-02-13usbvision-video: fix memory leak of alt_max_pkt_sizeAlexey Khoroshilov1-0/+2
2016-02-13sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss1-15/+19
2016-02-13crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2016-02-13crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-02-13crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-02-13crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-02-13crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-13crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-13crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2-1/+9
2016-02-13crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu1-1/+1
2016-02-13crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2-0/+9