aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-02-21mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko1-12/+15
2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter1-1/+1
2019-02-21slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai1-1/+1
2019-02-21kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov1-2/+0
2019-02-21kasan, slab: make freelist stored without tagsAndrey Konovalov1-2/+9
2019-02-21kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPYAndrey Konovalov1-0/+2
2019-02-21kasan: prevent tracing of tags.cAndrey Konovalov1-0/+2
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov1-1/+1
2019-02-21tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2019-02-21mm: handle lru_add_drain_all for UP properlyMichal Hocko1-7/+10
2019-02-21mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman1-0/+12
2019-02-21mm/debug.c: fix __dump_page() for poisoned pagesRobin Murphy1-1/+3
2019-02-21slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai1-0/+1
2019-02-21kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov1-1/+12
2019-02-21kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov1-13/+7
2019-02-21kasan, slub: move kasan_poison_slab hook before page_addressAndrey Konovalov1-4/+15
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov4-3/+10
2019-02-21kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov3-6/+5
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov1-12/+17
2019-02-21numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell1-3/+3
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2019-02-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck1-4/+4
2019-02-16arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel1-2/+9
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2019-02-14mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn1-4/+4
2019-02-12Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai1-3/+1
2019-02-12mm/gup: fix gup_pmd_range() for daxYu Zhao1-1/+2
2019-02-12Revert "mm: slowly shrink slabs with a relatively small number of objects"Dave Chinner1-10/+0
2019-02-01mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2019-02-01mm, memory_hotplug: __offline_pages fix wrong lockingMichal Hocko1-2/+0
2019-02-01mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi1-1/+2
2019-02-01kasan: mark file common so ftrace doesn't trace itAnders Roxell1-0/+1
2019-02-01mm, oom: fix use-after-free in oom_kill_processShakeel Butt1-0/+8
2019-02-01mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepagesOscar Salvador1-16/+20
2019-02-01mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko1-0/+3
2019-02-01mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko1-1/+2
2019-02-01oom, oom_reaper: do not enqueue same task twiceTetsuo Handa1-2/+2
2019-02-01mm: migrate: make buffer_migrate_page_norefs() actually succeedJan Kara1-5/+0
2019-02-01mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAITAndrea Arcangeli1-1/+2
2019-02-01mm, memory_hotplug: don't bail out in do_migrate_range() prematurelyOscar Salvador1-16/+2
2019-01-28Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko1-12/+0
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-01-24Revert "Change mincore() to count "mapped" pages rather than "cached" pages"Linus Torvalds1-13/+81
2019-01-22writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-0/+1
2019-01-10mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_oneSean Christopherson1-2/+2
2019-01-08mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman1-1/+7
2019-01-08hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz5-88/+20
2019-01-08hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz1-10/+11
2019-01-08mm: page_mapped: don't assume compound page is huge or THPJan Stancek1-1/+1
2019-01-08mm/memory.c: initialise mmu_notifier_range correctlyMatthew Wilcox1-2/+2
2019-01-08kasan: fix krealloc handling for tag-based modeAndrey Konovalov1-20/+43
2019-01-08kasan: make tag based mode work with CONFIG_HARDENED_USERCOPYAndrey Konovalov1-0/+2
2019-01-08kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov1-2/+0
2019-01-08mm, memcg: fix reclaim deadlock with writebackMichal Hocko1-0/+22
2019-01-08mm/usercopy.c: no check page span for stack objectsQian Cai1-4/+5
2019-01-08slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter1-2/+4
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