summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-01x86/efi: Deduplicate efi_char16_printk()Lukas Wunner2-28/+6
2017-02-01efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner4-225/+63
2017-01-28x86/efi: Always map the first physical page into the EFI pagetablesJiri Kosina1-0/+16
2017-01-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-78/+237
2017-01-25MAINTAINERS: add Dan Streetman to zbud maintainersDan Streetman1-0/+1
2017-01-25MAINTAINERS: add Dan Streetman to zswap maintainersDan Streetman1-0/+1
2017-01-25mm: do not export ioremap_page_range symbol for external modulezhong jiang1-1/+0
2017-01-25mn10300: fix build error of missing fpu_save()Randy Dunlap1-1/+1
2017-01-25romfs: use different way to generate fsid for BLOCK or MTDColy Li1-1/+22
2017-01-25frv: add missing atomic64 operationsSudip Mukherjee1-1/+18
2017-01-25mm, page_alloc: fix premature OOM when racing with cpuset mems updateVlastimil Babka1-11/+24
2017-01-25mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka1-21/+26
2017-01-25mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka1-1/+9
2017-01-25mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka2-2/+6
2017-01-25kernel/panic.c: add missing \nJiri Slaby1-1/+1
2017-01-25fbdev: color map copying bounds checkingKees Cook1-12/+14
2017-01-25frv: add atomic64_add_unless()Sudip Mukherjee1-0/+16
2017-01-25mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka1-1/+1
2017-01-25radix-tree: fix private list warningsMatthew Wilcox1-1/+1
2017-01-25Documentation/filesystems/proc.txt: add VmPinFabian Frederick1-2/+3
2017-01-25mm, memcg: do not retry precharge chargesDavid Rientjes1-2/+2
2017-01-25proc: add a schedule point in proc_pid_readdir()Eric Dumazet1-0/+2
2017-01-25mm: alloc_contig: re-allow CMA to compact FS pagesLucas Stach1-0/+1
2017-01-25mm/slub.c: trace free objects at KERN_INFODaniel Thompson1-10/+13
2017-01-25userfaultfd: fix SIGBUS resulting from false rwsem wakeupsAndrea Arcangeli1-2/+35
2017-01-25drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann1-1/+1
2017-01-25kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus3-0/+13
2017-01-25dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler4-4/+1
2017-01-25mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-1/+17
2017-01-25memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu3-15/+21
2017-01-24Merge tag 'platform-drivers-x86-v4.10-4' of git://git.infradead.org/linux-pla...Linus Torvalds5-6/+6
2017-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+8
2017-01-24MAINTAINERS: Add myself to X86 PLATFORM DRIVERS as a co-maintainerAndy Shevchenko1-0/+1
2017-01-24Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-1/+1
2017-01-24Merge tag 'gpio-v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2-29/+59
2017-01-24Merge tag 'drm-fixes-for-v4.10-rc6' of git://people.freedesktop.org/~airlied/...Linus Torvalds46-520/+584
2017-01-23userns: Make ucounts lock irq-safeNikolay Borisov1-6/+8
2017-01-23Merge tag 'drm-qemu-20170110' of git://git.kraxel.org/linux into drm-fixesDave Airlie3-4/+23
2017-01-23Merge branch 'drm-etnaviv-fixes' of https://git.pengutronix.de/git/lst/linux ...Dave Airlie1-1/+6
2017-01-23Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie1-9/+6
2017-01-23Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie12-159/+119
2017-01-23Merge branch 'msm-fixes-4.10-rc4' of git://people.freedesktop.org/~robclark/l...Dave Airlie5-35/+4
2017-01-23Merge tag 'drm-misc-fixes-2017-01-13' of git://anongit.freedesktop.org/git/dr...Dave Airlie4-35/+40
2017-01-23Merge tag 'drm-intel-fixes-2017-01-19' of git://anongit.freedesktop.org/git/d...Dave Airlie19-277/+379
2017-01-22Linux 4.10-rc5v4.10-rc5Linus Torvalds1-2/+2
2017-01-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2017-01-22Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2017-01-22Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-7/+45
2017-01-22Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds3-75/+108
2017-01-22platform/x86: ideapad-laptop: handle ACPI event 1Zach Ploskey1-0/+1