summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-11-21mm: migration: fix migration of huge PMD shared pagesMike Kravetz2-2/+91
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli1-2/+30
2018-11-21mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2-11/+10
2018-11-21mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2018-11-21hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz1-0/+6
2018-11-10mremap: properly flush TLB before releasing the pageLinus Torvalds2-6/+21
2018-10-20mm/vmstat.c: fix outdated vmstat_textJann Horn1-1/+0
2018-10-13mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-10-10mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-10-10slub: make ->cpu_partial unsigned intAlexey Dobriyan1-3/+3
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2-40/+2
2018-09-15Fixes: Commit cdbf92675fad ("mm: numa: avoid waiting on freed migrated pages")Chas Williams1-1/+1
2018-09-15mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin1-2/+6
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-09-05zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-08-24kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei1-2/+3
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-16/+30
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2-7/+71
2018-08-15mm: fix cache mode tracking in vm_insert_mixed()Dan Williams1-2/+6
2018-08-15mm: Add vm_insert_pfn_prot()Andy Lutomirski1-2/+23
2018-08-06mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre1-1/+1
2018-08-06mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya1-1/+2
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-11mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-2/+0
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews1-0/+1
2018-06-13mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-06-13mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-06-06mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-05-30mm: fix races between address_space dereference and free in page_evicatableHuang Ying1-1/+7
2018-05-30mm/ksm: fix interaction with THPClaudio Imbrenda1-0/+28
2018-05-30swap: divide-by-zero when zero length swap file on ssdTom Abraham1-0/+4
2018-05-30mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon1-5/+7
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-05-30mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-05-30mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie1-3/+7
2018-05-30mm/mempolicy: fix the check of nodemask from userYisheng Xie1-3/+20
2018-05-30kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-26mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin1-0/+1
2018-05-26proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik1-4/+12
2018-05-26mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman1-0/+49
2018-05-26mm: filemap: remove redundant code in do_read_cache_pageMel Gorman1-31/+12
2018-05-26vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov1-3/+9
2018-05-16percpu: include linux/sched.h for cond_resched()Tejun Heo1-0/+1
2018-04-24writeback: safer lock nestingGreg Thelen1-9/+9
2018-04-24mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-5/+4
2018-04-24mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2-5/+21
2018-04-24mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2