summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/slab.c: kmemleak no scan alien cachesQian Cai2019-04-271-8/+9
* mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)2019-04-271-1/+5
* mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan2019-04-271-1/+3
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-03-231-1/+1
* mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-03-231-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-03-231-3/+7
* mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko2019-03-231-1/+2
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-232-2/+23
* mm: enforce min addr even if capable() in expand_downwards()Jann Horn2019-03-231-4/+3
* numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell2019-03-231-3/+3
* mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand2019-02-061-2/+5
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2019-02-061-0/+8
* slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter2019-01-261-2/+4
* mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-12-131-2/+6
* tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-12-011-3/+1
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-221-4/+19
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-11-102-6/+21
* mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi2018-11-101-1/+1
* mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black2018-10-131-1/+1
* slub: make ->cpu_partial unsigned intAlexey Dobriyan2018-10-131-3/+3
* mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)2018-10-131-0/+2
* mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-262-38/+2
* Fixes: Commit 86af955d02bb ("mm: numa: avoid waiting on freed migrated pages")Chas Williams2018-09-261-1/+1
* mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin2018-09-261-2/+6
* mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra2018-09-091-9/+0
* mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-09-051-0/+3
* zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang2018-09-051-0/+9
* mm: slub: fix format mismatches in slab_err() callersAndrey Ryabinin2018-08-171-3/+3
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-08-091-1/+1
* mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-08-091-1/+2
* mmap: relax file size limit for regular filesLinus Torvalds2018-06-131-1/+1
* mmap: introduce sane default mmap limitsLinus Torvalds2018-06-131-0/+32
* mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-131-1/+1
* mm: fix races between address_space dereference and free in page_evicatableHuang Ying2018-05-301-1/+7
* mm/ksm: fix interaction with THPClaudio Imbrenda2018-05-301-0/+28
* swap: divide-by-zero when zero length swap file on ssdTom Abraham2018-05-301-0/+4
* mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-05-301-0/+3
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-05-301-2/+12
* mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie2018-05-301-3/+7
* mm/mempolicy: fix the check of nodemask from userYisheng Xie2018-05-301-3/+20
* percpu: include linux/sched.h for cond_resched()Tejun Heo2018-05-161-0/+1
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-291-2/+2
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2018-04-081-26/+1
* mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young2018-02-251-1/+1
* Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2018-02-251-0/+24
* mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa2018-02-251-0/+3
* hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2018-01-312-1/+8
* mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko2018-01-311-2/+4
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-12-051-2/+1
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-12-051-10/+4