summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Linux 4.7.4v4.7.4Greg Kroah-Hartman1-1/+1
2016-09-15cpufreq: dt: Add terminate entry for of_device_id tablesWei Yongjun1-0/+2
2016-09-15scsi: fix upper bounds check of sense key in scsi_sense_key_string()Tyrel Datwyler1-2/+3
2016-09-15ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai1-0/+14
2016-09-15ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+15
2016-09-15ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum1-0/+1
2016-09-15ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum1-0/+2
2016-09-15ALSA: hda - Enable subwoofer on Dell Inspiron 7559Kai-Heng Feng1-0/+11
2016-09-15ALSA: hda - Add headset mic quirk for Dell Inspiron 5468Shrirang Bagul1-0/+4
2016-09-15ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai1-1/+3
2016-09-15ALSA: fireworks: accessing to user space outside spinlockTakashi Sakamoto4-25/+56
2016-09-15ALSA: firewire-tascam: accessing to user space outside spinlockTakashi Sakamoto1-22/+11
2016-09-15ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114Ken Lin1-0/+1
2016-09-15fscrypto: only allow setting encryption policy on directoriesEric Biggers1-0/+2
2016-09-15fscrypto: add authorization check for setting encryption policyEric Biggers2-0/+6
2016-09-15crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă1-40/+37
2016-09-15xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever2-47/+46
2016-09-15x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li1-0/+3
2016-09-15vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington1-3/+3
2016-09-15irqchip/mips-gic: Implement activate op for device domainPaul Burton1-0/+7
2016-09-15irqchip/mips-gic: Cleanup chip and handler setupPaul Burton1-4/+7
2016-09-15bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-09-15bdev: fix NULL pointer dereferenceVegard Nossum1-1/+1
2016-09-15ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé1-1/+1
2016-09-15ubifs: Fix xattr generic handler usageRichard Weinberger1-1/+4
2016-09-15mei: me: disable driver on SPT SPS firmwareTomas Winkler2-4/+10
2016-09-15ovl: fix workdir creationMiklos Szeredi1-2/+2
2016-09-15ovl: listxattr: use strnlen()Miklos Szeredi1-7/+10
2016-09-15ovl: remove posix_acl_default from workdirMiklos Szeredi1-0/+19
2016-09-15ovl: don't copy up opaquenessMiklos Szeredi3-1/+4
2016-09-15ovl: proper cleanup of workdirMiklos Szeredi3-2/+65
2016-09-15xenbus: don't look up transaction IDs for ordinary writesJan Beulich1-1/+1
2016-09-15timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-09-15timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-09-15xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-09-15ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startupChristoph Huber1-2/+3
2016-09-15drm/vc4: Fix oops when userspace hands in a bad BO.Eric Anholt1-1/+1
2016-09-15drm/vc4: Fix overflow mem unreferencing when the binner runs dry.Eric Anholt2-1/+12
2016-09-15drm/vc4: Use drm_free_large() on handles to match its allocation.Eric Anholt1-1/+1
2016-09-15drm/msm: fix use of copy_from_user() while holding spinlockRob Clark1-5/+22
2016-09-15drm: Reject page_flip for !DRIVER_MODESETDaniel Vetter1-0/+3
2016-09-15drm/atomic: Don't potentially reset color_mgmt_changed on successive property...Mario Kleiner1-3/+3
2016-09-15drm/radeon: only apply the SS fractional workaround to RS[78]80Christian König1-1/+3
2016-09-15drm/radeon: fix radeon_move_blit on 32bit systemsChristian König1-2/+2
2016-09-15cdc-acm: added sanity checking for probe()Oliver Neukum1-0/+18
2016-09-15cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh1-2/+2
2016-09-15block: make sure a big bio is split into at most 256 bvecsMing Lei1-0/+22
2016-09-15block: Fix race triggered by blk_set_queue_dying()Bart Van Assche1-1/+3
2016-09-15ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong4-36/+42
2016-09-15ext4: avoid deadlock when expanding inode sizeJan Kara2-8/+13