aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-21[TEMP] ARM: exynos: removing unused exynos5440 supportcleanup-unusedKukjin Kim26-2432/+10
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds110-996/+6933
2017-11-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds608-15882/+28063
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-16arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3Masahiro Yamada1-1/+2
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
2017-11-15mm: move clearing of page->mapping to page_cache_tree_delete()Jan Kara1-3/+3
2017-11-15mm: move accounting updates before page_cache_tree_delete()Jan Kara1-24/+25
2017-11-15mm: factor out page cache page freeing into a separate functionJan Kara1-13/+18
2017-11-15mm: refactor truncate_complete_page()Jan Kara1-14/+16
2017-11-15mm: speed up cancel_dirty_page() for clean pagesJan Kara2-3/+9
2017-11-15drivers/block/zram/zram_drv.c: make zram_page_end_io() staticColin Ian King1-1/+1
2017-11-15mm/page-writeback.c: convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-15mm, soft_offline: improve hugepage soft offlining error logLaszlo Toth1-1/+1
2017-11-15userfaultfd: use mmgrab instead of open-coded increment of mm_countMike Rapoport1-1/+1
2017-11-15mm/page_alloc: make sure __rmqueue() etc are always inlineAaron Lu1-5/+5
2017-11-15sparc64: optimize struct page zeroingPavel Tatashin1-0/+30
2017-11-15mm: stop zeroing memory during allocation in vmemmapPavel Tatashin3-11/+22
2017-11-15arm64/mm/kasan: don't use vmemmap_populate() to initialize shadowWill Deacon2-51/+81
2017-11-15x86/mm/kasan: don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2-8/+137
2017-11-15mm: zero reserved and unavailable struct pagesPavel Tatashin3-0/+71
2017-11-15mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin3-15/+87
2017-11-15sparc64: simplify vmemmap_populatePavel Tatashin1-17/+6
2017-11-15sparc64/mm: set fields in deferred pagesPavel Tatashin1-1/+8
2017-11-15x86/mm: set fields in deferred pagesPavel Tatashin1-2/+8
2017-11-15mm: deferred_init_memmap improvementsPavel Tatashin1-83/+105
2017-11-15mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du1-3/+3
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)35-2592/+7
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)7-37/+0
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)23-48/+36
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)34-152/+2
2017-11-15mm/rmap.c: remove redundant variable cendColin Ian King1-3/+1
2017-11-15fs, mm: account filp cache to kmemcgShakeel Butt1-1/+1
2017-11-15mm: consolidate page table accountingKirill A. Shutemov9-93/+32
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov12-21/+54
2017-11-15mm: account pud page tablesKirill A. Shutemov11-20/+71
2017-11-15kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov1-1/+1
2017-11-15cifs: use find_get_pages_range_tag()Jan Kara1-19/+2
2017-11-15afs: use find_get_pages_range_tag()Jan Kara1-9/+2
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara14-31/+27
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara1-4/+2
2017-11-15mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara2-0/+12
2017-11-15mm: use pagevec_lookup_range_tag() in write_cache_pages()Jan Kara1-18/+2
2017-11-15mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()Jan Kara1-8/+6
2017-11-15nilfs2: use pagevec_lookup_range_tag()Jan Kara1-6/+2
2017-11-15gfs2: use pagevec_lookup_range_tag()Jan Kara1-18/+2
2017-11-15f2fs: use find_get_pages_tag() for looking up single pageJan Kara1-6/+7
2017-11-15f2fs: simplify page iteration loopsJan Kara2-50/+28
2017-11-15f2fs: use pagevec_lookup_range_tag()Jan Kara1-7/+2
2017-11-15ext4: use pagevec_lookup_range_tag()Jan Kara1-12/+2
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara1-16/+3
2017-11-15btrfs: use pagevec_lookup_range_tag()Jan Kara1-15/+4
2017-11-15mm: implement find_get_pages_range_tag()Jan Kara4-17/+48
2017-11-15mm/page_owner.c: reduce page_owner structure sizeAyush Mittal1-2/+2
2017-11-15mm/cma.c: change pr_info to pr_err for cma_alloc fail logPintu Agarwal1-1/+1
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko7-54/+2
2017-11-15mm/swap_slots.c: fix race conditions in swap_slots cache initTim Chen1-2/+9
2017-11-15mm: remove unused pgdat->inactive_ratioAndrey Ryabinin3-11/+3
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse5-12/+83
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse7-17/+198
2017-11-15zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky1-1/+1
2017-11-15mm/hmm: constify hmm_devmem_page_get_drvdata() parameterRalph Campbell1-2/+2
2017-11-15fs/hugetlbfs/inode.c: remove redundant -ENIVAL return from hugetlbfs_setattr()Anshuman Khandual1-1/+0
2017-11-15zram: remove zlib from the list of recommended algorithmsSergey Senozhatsky1-3/+0
2017-11-15zram: add zstd to the supported algorithms listSergey Senozhatsky1-0/+3
2017-11-15mm/page-writeback.c: print a warning if the vm dirtiness settings are illogicalYafang Shao2-1/+11
2017-11-15mm/memblock.c: make the index explicit argument of for_each_memblock_typeGioh Kim2-8/+8
2017-11-15mm, memory_hotplug: remove timeout from __offline_memoryMichal Hocko1-7/+3
2017-11-15mm, memory_hotplug: do not fail offlining too earlyMichal Hocko1-30/+10
2017-11-15mm, page_alloc: fail has_unmovable_pages when seeing reserved pagesMichal Hocko1-0/+3
2017-11-15mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages()Michal Hocko3-7/+17
2017-11-15mm: drop migrate type checks from has_unmovable_pagesMichal Hocko1-4/+0
2017-11-15mm/page-writeback.c: remove unused parameter from balance_dirty_pages()Tahsin Erdogan1-3/+2
2017-11-15mm, swap: fix false error message in __swp_swapcount()Huang Ying1-0/+3
2017-11-15mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...Minchan Kim3-9/+23
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim4-23/+57
2017-11-15mm, swap: introduce SWP_SYNCHRONOUS_IOMinchan Kim2-1/+5
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim5-1/+16
2017-11-15zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim1-10/+6
2017-11-15mm: update comments for struct page.mappingChangbin Du1-2/+4
2017-11-15net/rds/ib_fmr.c: use kmalloc_array_node()Johannes Thumshirn1-2/+2
2017-11-15mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn1-1/+1
2017-11-15drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn1-1/+1
2017-11-15drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node()Johannes Thumshirn1-2/+3
2017-11-15block/blk-mq.c: use kmalloc_array_node()Johannes Thumshirn1-1/+1
2017-11-15include/linux/slab.h: add kmalloc_array_node() and kcalloc_node()Johannes Thumshirn1-0/+16
2017-11-15slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen1-0/+4
2017-11-15slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan4-28/+28
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan15-81/+97
2017-11-15mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes1-2/+2
2017-11-15mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen1-1/+1
2017-11-15mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi3-2/+67
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOYang Shi5-15/+6
2017-11-15tools: slabinfo: add "-U" option to show unreclaimable slabs onlyYang Shi1-1/+10
2017-11-15ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()Guozhonghua1-4/+1
2017-11-15ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge1-1/+3
2017-11-15ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2017-11-15ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen1-8/+18
2017-11-15ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen1-2/+7
2017-11-15ocfs2: clean up some unused function declarationspiaojun1-3/+0
2017-11-15ocfs2: fix cluster hang after a node diesChangwei Ge1-0/+1
2017-11-15ocfs2: cleanup unused func declaration and assignmentpiaojun2-4/+0
2017-11-15ocfs2: no need flush workqueue before destroying itpiaojun3-5/+1
2017-11-15ocfs2: remove unused declaration ocfs2_publish_get_mount_state()Guozhonghua1-3/+0
2017-11-15m32r: fix endianness constraintsGeert Uytterhoeven1-2/+2
2017-11-15bloat-o-meter: provide 3 different arguments for data, function and AllManinder Singh1-34/+55
2017-11-15Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmiLinus Torvalds22-2219/+3008
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds87-574/+3456
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds231-3733/+12878
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds17-61/+821
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+2
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds16-74/+244
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds44-87/+92
2017-11-15Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds6-28/+66
2017-11-15xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini1-6/+5
2017-11-15Merge tag 'for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds6-9/+4
2017-11-15Merge tag 'hsi-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds3-8/+15
2017-11-15Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-36/+47
2017-11-15Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-65/+97
2017-11-15mm/pagewalk.c: report holes in hugetlb rangesJann Horn1-1/+5
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1617-26801/+91081
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds72-436/+514
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds97-601/+7399
2017-11-15Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub...Linus Torvalds114-1/+10303
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-21/+2162
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds26-46/+62
2017-11-15xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2-0/+8
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-149/+608
2017-11-15f2fs: deny accessing encryption policy if encryption is offChao Yu1-0/+5
2017-11-15tcp: highest_sack fixEric Dumazet2-15/+4
2017-11-15geneve: fix fill_info when link downHangbin Liu1-14/+10
2017-11-15bpf: fix lockdep splatEric Dumazet1-2/+6
2017-11-15net: cdc_ncm: GetNtbFormat endian fixBjørn Mork1-2/+2
2017-11-15Merge branch 'for-4.15/wacom' into for-linusJiri Kosina4-15/+39
2017-11-15Merge branch 'for-4.15/use-timer-setup' into for-linusJiri Kosina2-8/+10
2017-11-15Merge branch 'for-4.15/upstream' into for-linusJiri Kosina7-8/+29
2017-11-15Merge branch 'for-4.15/sony' into for-linusJiri Kosina1-4/+10
2017-11-15Merge branch 'for-4.15/multitouch' into for-linusJiri Kosina2-0/+43
2017-11-15Merge branch 'for-4.15/logitech' into for-linusJiri Kosina2-4/+4
2017-11-15Merge branch 'for-4.15/hyperv' into for-linusJiri Kosina1-1/+1
2017-11-15Merge branch 'for-4.15/asus' into for-linusJiri Kosina3-2/+32
2017-11-15Merge branch 'for-4.15/alps' into for-linusJiri Kosina8573-244105/+330395
2017-11-15Merge branch 'for-4.14/upstream-fixes' into for-linusJiri Kosina6-3/+18
2017-11-15Merge branch 'for-4.15/callbacks' into for-linusJiri Kosina10-17/+1114
2017-11-15Merge branch 'for-4.15/shadow-variables' into for-linusJiri Kosina9-4/+1048
2017-11-15openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva1-1/+1
2017-11-15Merge branch 'netem-fix-compilation-on-32-bit'David S. Miller1-10/+7
2017-11-15netem: remove unnecessary 64 bit modulusStephen Hemminger1-3/+3
2017-11-15netem: use 64 bit divide by rateStephen Hemminger1-7/+4
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger7-54/+64
2017-11-15net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()Kirill Tkhai1-1/+3