aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds1-81/+13
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-22/+87
2019-01-04mm/page_io.c: fix polled swap page inJens Axboe1-1/+3
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+1
2019-01-04mm/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-04mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)1-0/+64
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)6-17/+16
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-6/+4
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds1-2/+1
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds1-4/+31
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds1-2/+3
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds57-1770/+2454
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2018-12-28memcg, oom: notify on oom killer invocation from the charge pathMichal Hocko1-2/+18
2018-12-28mm, swap: fix swapoff with KSM pagesHuang Ying1-1/+2
2018-12-28mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams1-2/+2
2018-12-28hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz1-11/+10
2018-12-28hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz5-20/+88
2018-12-28mm: remove __hugepage_set_anon_rmap()Kirill Tkhai1-21/+4
2018-12-28mm/page_alloc.c: allow error injectionBenjamin Poirier1-2/+8
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara1-4/+3
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Jan Kara1-7/+53
2018-12-28mm: migrate: move migrate_page_lock_buffers()Jan Kara1-50/+42
2018-12-28mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara1-26/+13
2018-12-28mm: migration: factor out code to compute expected number of page referencesJan Kara1-10/+17
2018-12-28mm, page_alloc: enable pcpu_drain with zone capabilityWei Yang1-6/+16
2018-12-28kmemleak: add config to select auto scanSri Krishna chowdary1-4/+6
2018-12-28mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long1-8/+29
2018-12-28mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu1-0/+1
2018-12-28ksm: react on changing "sleep_millisecs" parameter fasterKirill Tkhai1-2/+8
2018-12-28mm, fault_around: do not take a reference to a locked pageMichal Hocko1-0/+7
2018-12-28mm, memory_hotplug: deobfuscate migration part of offliningMichal Hocko1-29/+33
2018-12-28mm, memory_hotplug: try to migrate full pfn rangeMichal Hocko1-6/+2
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko2-3/+13
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse12-209/+185
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2-16/+28
2018-12-28hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko1-0/+16
2018-12-28mm, kmemleak: little optimization while scanningOscar Salvador1-3/+6
2018-12-28mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai1-1/+1
2018-12-28mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador1-14/+14
2018-12-28mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster1-14/+21
2018-12-28mm/hmm.c: remove set but not used variable 'devmem'YueHaibing1-3/+0
2018-12-28mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang1-3/+2
2018-12-28mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang2-5/+5
2018-12-28mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang1-8/+1
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Qian Cai1-8/+11
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+1
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang1-7/+6
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins4-33/+82
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian2-14/+22
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian2-11/+22
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan1-1/+1
2018-12-28mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan1-1/+1
2018-12-28mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan1-1/+1
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2-11/+165
2018-12-28mm: use alloc_flags to record if kswapd can wakeMel Gorman2-15/+19
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman2-7/+7
2018-12-28mm, page_alloc: spread allocations across zones before introducing fragmentationMel Gorman2-16/+105
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand1-3/+3
2018-12-28memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport1-14/+8
2018-12-28mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()Wentao Wang1-6/+1
2018-12-28mm/page_alloc.c: use a single function to free pageAaron Lu1-23/+14
2018-12-28mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu1-2/+8
2018-12-28mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams1-2/+2
2018-12-28mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages()Dan Williams1-170/+26
2018-12-28mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams1-103/+24
2018-12-28mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in f...Huang Shijie1-1/+1
2018-12-28mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu1-1/+2
2018-12-28vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang1-0/+10
2018-12-28mm: remove managed_page_count_lock spinlockArun KS1-5/+0
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS14-30/+32
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS3-25/+25
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS2-3/+5
2018-12-28mm: remove reset of pcp->counter in pageset_init()Wei Yang1-1/+0
2018-12-28mm, memory_hotplug: do not clear numa_node association after hot_removeMichal Hocko1-29/+1
2018-12-28mm/mmap.c: remove verify_mm_writelocked()Yangtao Li1-16/+0
2018-12-28ksm: replace jhash2 with xxhashTimofey Titovets2-2/+3
2018-12-28mm: only report isolation failures when offlining memoryMichal Hocko3-14/+12
2018-12-28mm, memory_hotplug: be more verbose for memory offline failuresMichal Hocko2-4/+9
2018-12-28mm, memory_hotplug: print reason for the offlining failureMichal Hocko1-11/+23
2018-12-28mm, memory_hotplug: drop pointless block alignment checks from __offline_pagesMichal Hocko1-6/+0
2018-12-28mm: lower the printk loglevel for __dump_page messagesMichal Hocko1-10/+10
2018-12-28mm: print more information about mapping in __dump_pageMichal Hocko1-0/+13
2018-12-28mm/readahead.c: simplify get_next_ra_size()Gao Xiang1-7/+5
2018-12-28mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson1-7/+0
2018-12-28mm/hotplug: optimize clear_hwpoisoned_pages()Balbir Singh1-0/+9
2018-12-28mm/page_owner: clamp read count to PAGE_SIZEMiles Chen1-0/+1
2018-12-28mm/slub.c: record final state of slub action in deactivate_slab()Wei Yang1-14/+7
2018-12-28mm/slub.c: page is always non-NULL in node_match()Wei Yang1-1/+1
2018-12-28mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab()Wei Yang1-5/+3
2018-12-28mm, slab: remove unnecessary unlikely()Yangtao Li1-3/+1
2018-12-28kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov8-0/+8
2018-12-28kasan: add __must_check annotations to kasan hooksAndrey Konovalov1-6/+9
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov4-3/+26
2018-12-28kasan: add hooks implementation for tag-based modeAndrey Konovalov3-19/+153
2018-12-28mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov1-13/+0
2018-12-28kasan: add bug reporting routines for tag-based modeAndrey Konovalov4-37/+59
2018-12-28kasan: split out generic_report.c from report.cAndrey Konovalov5-185/+257
2018-12-28kasan, mm: perform untagged pointers comparison in kreallocAndrey Konovalov1-1/+1
2018-12-28kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov2-11/+15
2018-12-28kasan: add tag related helper functionsAndrey Konovalov2-0/+68
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov1-1/+2
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov1-30/+40
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov5-4/+84
2018-12-28kasan: rename source files to reflect the new naming schemeAndrey Konovalov3-4/+4
2018-12-28kasan: move common generic and tag-based code to common.cAndrey Konovalov4-569/+614
2018-12-28kasan, slub: handle pointer tags in early_kmem_cache_node_allocAndrey Konovalov1-5/+5
2018-12-28kasan, mm: change hooks signaturesAndrey Konovalov5-29/+34
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-10/+9
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-7/+18
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-12/+12
2018-12-21mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador1-2/+5
2018-12-21mm: thp: fix flags for pmd migration when splitPeter Xu1-9/+11
2018-12-21mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko1-0/+12
2018-12-20slab: make kmem_cache_create{_usercopy} description proper kernel-docMike Rapoport1-4/+31
2018-12-18percpu: convert spin_lock_irq to spin_lock_irqsave.Dennis Zhou1-2/+3
2018-12-14hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page()Yongkai Wu1-2/+3
2018-12-14memblock: annotate memblock_is_reserved() with __init_memblockYueyi Li1-1/+1
2018-12-14mm/sparse: add common helper to mark all memblocks presentLogan Gunthorpe1-0/+16
2018-12-13Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2018-12-10mm: mmap: Allow for "high" userspace addressesSteve Capper1-7/+18
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe4-38/+55
2018-12-09Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes3-18/+43
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou1-1/+1
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox1-3/+1
2018-12-05mm, thp: restore node-local hugepage allocationsDavid Rientjes2-27/+17
2018-12-04dax: Fix unlock mismatch with updated APIMatthew Wilcox1-2/+4
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe9-115/+203
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar5-10/+9
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney5-10/+9
2018-11-30mm/khugepaged: fix the xas_create_range() error pathHugh Dickins1-11/+14
2018-11-30mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins1-1/+9
2018-11-30mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins1-12/+7
2018-11-30mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins1-40/+32
2018-11-30mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins1-0/+10
2018-11-30mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2-2/+9
2018-11-30mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins1-0/+11
2018-11-30mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins1-6/+13
2018-11-30mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins1-6/+6
2018-11-30mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2-16/+9
2018-11-30userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli1-0/+11
2018-11-30userfaultfd: shmem: add i_size checksAndrea Arcangeli2-4/+40
2018-11-30userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli1-9/+6
2018-11-30userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmemAndrea Arcangeli1-2/+13
2018-11-30userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli3-5/+5
2018-11-30mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang1-1/+3
2018-11-30mm: use swp_offset as key in shmem_replace_page()Yu Zhao1-2/+4
2018-11-30mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov1-2/+6
2018-11-30mm/gup: finish consolidating error handlingJohn Hubbard1-2/+1
2018-11-27mm: Replace call_rcu_sched() with call_rcu()Paul E. McKenney1-1/+1
2018-11-27slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2-5/+5
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-1/+1
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula62-3617/+2806
2018-11-19block: avoid ordered task state change for polled IOJens Axboe1-1/+2
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe8-66/+115
2018-11-18mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang1-1/+1
2018-11-18mm, page_alloc: check for max order in hot pathMichal Hocko1-11/+9
2018-11-18tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu1-3/+1
2018-11-18mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen1-3/+4
2018-11-18mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport1-2/+8
2018-11-18mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko1-0/+8
2018-11-18mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin1-3/+3
2018-11-18hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-18z3fold: fix possible reclaim racesVitaly Wool1-39/+62
2018-11-16block: add polled wakeup task helperJens Axboe1-1/+1
2018-11-12mm: Replace spin_is_locked() with lockdepLance Roy2-4/+3
2018-11-07mm, drm/i915: mark pinned shmemfs pages as unevictableKuo-Hsin Yang2-12/+12
2018-11-03memory_hotplug: cond_resched in __remove_pagesMichal Hocko1-0/+1
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko3-69/+34
2018-11-03mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli1-2/+30
2018-11-03mm: handle no memcg case in memcg_kmem_charge() properlyRoman Gushchin1-1/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-27/+119
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-2/+2
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-1/+1
2018-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+6
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds1-1/+1
2018-10-31mm/gup.c: fix __get_user_pages_fast() commentFengguang Wu1-2/+2
2018-10-31mm: Fix warning in insert_pfn()Jan Kara1-2/+7
2018-10-31mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand1-8/+20
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand1-3/+19
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand1-1/+8
2018-10-31mm/memblock.c: warn if zero alignment was requestedMike Rapoport1-0/+11
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport4-29/+26
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport12-13/+6
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport6-10/+13
2018-10-31mm: remove nobootmemMike Rapoport3-129/+104
2018-10-31memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport4-4/+4
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport4-5/+5
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport1-24/+0
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-30/+0
2018-10-31mm: nobootmem: remove bootmem allocation APIsMike Rapoport1-224/+0
2018-10-31memblock: add align parameter to memblock_alloc_node()Mike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport8-41/+41
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-4/+4
2018-10-31mm: nobootmem: remove dead codeMike Rapoport1-35/+0
2018-10-31mm: remove bootmem allocator implementation.Mike Rapoport1-811/+0
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport4-12/+4
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport3-12/+1