summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-11Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds19-49/+104
2016-11-11Merge tag 'platform-drivers-x86-v4.9-3' of git://git.infradead.org/users/dvha...Linus Torvalds3-9/+28
2016-11-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2016-11-11Merge tag 'pci-v4.9-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-6/+84
2016-11-11Merge tag 'drm-fixes-for-v4.9-rc5' of git://people.freedesktop.org/~airlied/l...Linus Torvalds31-136/+299
2016-11-11Merge tag 'mmc-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds6-17/+41
2016-11-11Merge tag 'pinctrl-v4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds8-15/+29
2016-11-11Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki3-10/+9
2016-11-11Merge branch 'device-properties'Rafael J. Wysocki8-23/+15
2016-11-11Merge branch 'maybe-uninitialized' (patches from Arnd)Linus Torvalds12-39/+55
2016-11-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-34/+104
2016-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-108/+113
2016-11-11Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds4-2/+5
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-25/+41
2016-11-11Merge tag 'xfs-fixes-for-linus-4.9-rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-12/+5
2016-11-11Kbuild: enable -Wmaybe-uninitialized warnings by defaultArnd Bergmann1-2/+0
2016-11-11pcmcia: fix return value of soc_pcmcia_regulator_setArnd Bergmann1-1/+1
2016-11-11infiniband: shut up a maybe-uninitialized warningArnd Bergmann1-26/+28
2016-11-11crypto: aesni: shut up -Wmaybe-uninitialized warningArnd Bergmann1-2/+2
2016-11-11rc: print correct variable for z8f0811Arnd Bergmann1-1/+1
2016-11-11dib0700: fix nec repeat handlingSean Young1-2/+3
2016-11-11s390: pci: don't print uninitialized data for debuggingArnd Bergmann1-1/+1
2016-11-11nios2: fix timer initcall return valueArnd Bergmann1-0/+1
2016-11-11x86: apm: avoid uninitialized dataArnd Bergmann1-1/+4
2016-11-11NFSv4.1: work around -Wmaybe-uninitialized warningArnd Bergmann1-4/+6
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann4-5/+16
2016-11-11lib/stackdepot: export save/fetch stack for driversChris Wilson1-0/+2
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski4-1/+10
2016-11-11memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen1-2/+2
2016-11-11coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2016-11-11mm/filemap: don't allow partially uptodate page for pipesEryu Guan1-0/+3
2016-11-11mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz1-0/+66
2016-11-11ocfs2: fix not enough credit panicJunxiao Bi1-1/+1
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede3-20/+1
2016-11-11mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi1-7/+5
2016-11-11swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-11-11mm/cma.c: check the max limit for cma allocationShiraz Hashim1-0/+3
2016-11-11scripts/bloat-o-meter: fix SIGPIPEAlexey Dobriyan1-0/+3
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins1-0/+2
2016-11-11mm, frontswap: make sure allocated frontswap map is assignedVlastimil Babka1-2/+3
2016-11-11mm: remove extra newline from allocation stall warningTetsuo Handa1-1/+1
2016-11-11Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini12-23/+112
2016-11-11PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris1-4/+4
2016-11-10splice: remove detritus from generic_file_splice_read()Al Viro1-5/+0
2016-11-11Merge tag 'imx-drm-fixes-2016-11-10' of git://git.pengutronix.de/git/pza/linu...Dave Airlie1-3/+6
2016-11-11Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-27/+47
2016-11-11drm/udl: make control msg static const. (v2)Dave Airlie1-5/+11
2016-11-10PCI: VMD: Update filename to reflect moveKeith Busch1-1/+1
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov2-0/+3
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng1-1/+2