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