summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Linux 4.4.21v4.4.21Greg Kroah-Hartman1-1/+1
2016-09-15lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbsNicolai Stange1-12/+9
2016-09-15regulator: anatop: allow regulator to be in bypass modeMika Båtsman1-1/+1
2016-09-15hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski1-1/+8
2016-09-15cpufreq: Fix GOV_LIMITS handling for the userspace governorSai Gurrappadi1-5/+38
2016-09-15metag: Fix atomic_*_return inline asm constraintsJames Hogan1-1/+1
2016-09-15scsi: fix upper bounds check of sense key in scsi_sense_key_string()Tyrel Datwyler1-2/+3
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-15crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă1-40/+37
2016-09-15uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
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-15bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-09-15ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé1-1/+1
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-15wrappers for ->i_mutex accessAl Viro1-2/+27
2016-09-15lustre: remove unused declarationAl Viro1-2/+0
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/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/radeon: fix radeon_move_blit on 32bit systemsChristian König1-2/+2
2016-09-15s390/sclp_ctl: fix potential information leak with /dev/sclpMartin Schwidefsky1-5/+7
2016-09-15rds: fix an infoleak in rds_inc_info_copyKangjie Lu1-0/+2
2016-09-15powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0Michael Neuling1-17/+44
2016-09-15nvme: Call pci_disable_device on the error path.Gabriel Krisman Bertazi1-1/+1
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
2016-09-15ext4: properly align shifted xattrs when expanding inodesJan Kara1-1/+1
2016-09-15ext4: fix xattr shifting when expanding inodes part 2Jan Kara1-2/+3
2016-09-15ext4: fix xattr shifting when expanding inodesJan Kara1-13/+14
2016-09-15ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-09-15net: Use ns_capable_noaudit() when determining net sysctl permissionsTyler Hicks1-1/+1
2016-09-15kernel: Add noaudit variant of ns_capable()Tyler Hicks2-10/+41