summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2021-03-02swap: fix swapfile read/write offsetJens Axboe-5/+13
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei-4/+0
2021-02-26kasan: clarify that only first bug is reported in HW_TAGSAndrey Konovalov-1/+1
2021-02-26kasan: inline HW_TAGS helper functionsAndrey Konovalov-6/+7
2021-02-26kasan: ensure poisoning size alignmentAndrey Konovalov-31/+48
2021-02-26kasan, mm: optimize krealloc poisoningAndrey Konovalov-8/+24
2021-02-26kasan, mm: fail krealloc on freed objectsAndrey Konovalov-0/+3
2021-02-26kasan: unify large kfree checksAndrey Konovalov-10/+26
2021-02-26kasan: clean up setting free info in kasan_slab_freeAndrey Konovalov-4/+2
2021-02-26kasan: optimize large kmalloc poisoningAndrey Konovalov-5/+15
2021-02-26kasan, mm: optimize kmalloc poisoningAndrey Konovalov-48/+119
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov-4/+15
2021-02-26kasan: use error_report_end tracepointAlexander Potapenko-3/+5
2021-02-26kfence: use error_report_end tracepointAlexander Potapenko-0/+2
2021-02-26kfence: report sensitive information based on no_hash_pointersMarco Elver-23/+14
2021-02-26kfence: add test suiteMarco Elver-15/+886
2021-02-26kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko-4/+39
2021-02-26mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko-14/+48
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko-10/+35
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver-34/+43
2021-02-26mm: add Kernel Electric-Fence infrastructureAlexander Potapenko-0/+1197
2021-02-26mm/early_ioremap.c: use __func__ instead of function nameStephen Zhang-6/+6
2021-02-26mm/backing-dev.c: use might_alloc()Daniel Vetter-1/+2
2021-02-26mm/dmapool: use might_alloc()Daniel Vetter-1/+2
2021-02-26mm/zsmalloc.c: use page_private() to access page->privateMiaohe Lin-1/+1
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan-6/+11
2021-02-26mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin-2/+1
2021-02-26mm: set the sleep_mapped to true for zbud and z3foldTian Tao-0/+2
2021-02-26mm/zswap: add the flag can_sleep_mappedTian Tao-5/+59
2021-02-26mm: zswap: clean up confusing commentRandy Dunlap-3/+3
2021-02-26mm/rmap: correct obsolete comment of page_get_anon_vma()Miaohe Lin-2/+2
2021-02-26mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin-8/+3
2021-02-26mm/rmap: fix obsolete comment in __page_check_anon_rmap()Miaohe Lin-2/+1
2021-02-26mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin-1/+1
2021-02-26mm/rmap: correct some obsolete comments of anon_vmaMiaohe Lin-2/+2
2021-02-26mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin-1/+1
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual-20/+66
2021-02-26mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfnMiaohe Lin-5/+4
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand-1/+1
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual-6/+6
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams-0/+21
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams-0/+38
2021-02-26mm: teach pfn_to_online_page() to consider subsection validityDan Williams-4/+19
2021-02-26mm: move pfn_to_online_page() out of lineDan Williams-0/+16
2021-02-26mm/vmstat.c: erase latency in vmstat_shepherdJiang Biao-0/+2
2021-02-26mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner-0/+12
2021-02-26mm: vmstat: fix NOHZ wakeups for node stat changesJohannes Weiner-6/+9
2021-02-26mm: cma: print region name on failurePatrick Daly-2/+2
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand-2/+5
2021-02-26mm/cma: expose all pages to the buddy if activation of an area failsDavid Hildenbrand-22/+21