summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* percpu: stop printing kernel addressesMatteo Croce2019-04-271-4/+4
* mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov2019-04-271-5/+0
* mm/slab.c: kmemleak no scan alien cachesQian Cai2019-04-051-8/+9
* mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)2019-04-051-1/+5
* mm/page_ext.c: fix an imbalance with kmemleakQian Cai2019-04-051-0/+1
* mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan2019-04-051-1/+3
* mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi2019-04-051-4/+14
* mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-03-231-1/+1
* mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang2019-03-231-8/+6
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-03-231-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-03-231-3/+7
* mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn2019-03-231-4/+4
* mm/gup: fix gup_pmd_range() for daxYu Zhao2019-03-231-1/+2
* mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko2019-03-131-0/+3
* mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko2019-03-131-1/+2
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-132-2/+23
* mm: enforce min addr even if capable() in expand_downwards()Jann Horn2019-03-051-4/+3
* mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers2019-02-271-1/+1
* mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2019-02-271-3/+6
* numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell2019-02-271-3/+3
* mm: stop leaking PageTablesHugh Dickins2019-02-201-6/+15
* oom, oom_reaper: do not enqueue same task twiceTetsuo Handa2019-02-121-2/+2
* mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand2019-02-061-2/+5
* mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi2019-02-061-1/+2
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2019-02-061-0/+8
* mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster2019-01-261-14/+21
* mm, memcg: fix reclaim deadlock with writebackMichal Hocko2019-01-231-0/+22
* mm: page_mapped: don't assume compound page is huge or THPJan Stancek2019-01-161-1/+1
* slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter2019-01-161-2/+4
* hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko2019-01-131-0/+16
* mm: don't warn about allocations which stall for too longTetsuo Handa2018-12-131-10/+0
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-12-081-0/+6
* mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz2018-12-081-1/+3
* mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-12-081-2/+6
* mm: use swp_offset as key in shmem_replace_page()Yu Zhao2018-12-051-2/+4
* mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins2018-12-051-1/+9
* mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins2018-12-051-12/+7
* mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins2018-12-051-43/+30
* mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins2018-12-051-0/+10
* mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2018-12-052-2/+8
* shmem: introduce shmem_inode_acct_blockMike Rapoport2018-12-051-40/+42
* shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport2018-12-051-13/+12
* mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins2018-12-051-0/+15
* mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins2018-12-051-6/+13
* mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins2018-12-051-6/+6
* mm/huge_memory.c: reorder operations in __split_huge_page_tail()Konstantin Khlebnikov2018-12-051-21/+15
* mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2018-12-051-6/+6
* tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-12-011-3/+1
* mm: don't warn about large allocations for slabDmitry Vyukov2018-12-012-6/+10
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-11-212-2/+91