summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds130-3144/+2267
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-21/+84
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds28-75/+1941
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds70-1270/+2264
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds46-540/+1226
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds150-1144/+3696
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-77/+325
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-622/+1648
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds47-5324/+6769
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds96-3161/+6241
2017-11-16Merge tag 'backlight-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+7
2017-11-16Merge tag 'mfd-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds30-75/+1138
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds79-517/+2770
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-166/+217
2017-11-16Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář20-113/+262
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1040-56250/+65719
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds498-22609/+12046
2017-11-15Merge tag 'leaks-4.15-rc1' of git://github.com/tcharding/linuxLinus Torvalds1-87/+283
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds250-4084/+2276
2017-11-15memory hotplug: fix comments when adding sectionFan Du1-1/+1
2017-11-15mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM...Oscar Salvador1-7/+7
2017-11-15mm: simplify nodemask printingMichal Hocko3-18/+10
2017-11-15mm,oom_reaper: remove pointless kthread_run() error checkTetsuo Handa1-8/+0
2017-11-15mm/page_ext.c: check if page_ext is not preparedJaewon Kim1-4/+0
2017-11-15writeback: remove unused function parameterWang Long2-3/+3
2017-11-15mm: do not rely on preempt_count in print_vma_addrMichal Hocko1-5/+3
2017-11-15mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko2-3/+10
2017-11-15mm/hmm: remove redundant variable align_endColin Ian King1-2/+1
2017-11-15mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-15mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin2-10/+20
2017-11-15mm: don't warn about allocations which stall for too longTetsuo Handa1-10/+0
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner1-3/+3
2017-11-15mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka1-3/+3
2017-11-15mm: mlock: remove lru_add_drain_all()Shakeel Butt1-5/+0
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang6-0/+115
2017-11-15shmem: convert shmem_init_inodecache() to voidweiping zhang1-6/+2
2017-11-15Unify migrate_pages and move_pages access checksOtto Ebeling1-9/+4
2017-11-15mm, pagevec: rename pagevec drained fieldMel Gorman2-4/+4
2017-11-15mm, page_alloc: simplify list handling in rmqueue_bulk()Vlastimil Babka1-9/+9
2017-11-15mm: remove __GFP_COLDMel Gorman25-62/+32
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman10-36/+28
2017-11-15mm: remove cold parameter for release_pagesMel Gorman11-20/+18
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman24-47/+45
2017-11-15mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman2-2/+7
2017-11-15mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman1-28/+63
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman10-38/+39
2017-11-15mm, page_alloc: enable/disable IRQs once when freeing a list of pagesMel Gorman1-14/+44
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara3-2/+105
2017-11-15mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara1-31/+41