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