summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-10-18mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse1-6/+0
2018-10-18percpu: stop leaking bitmap metadata blocksMike Rapoport1-0/+1
2018-10-18mm/vmstat.c: fix outdated vmstat_textJann Horn1-1/+0
2018-10-13virtio_balloon: fix deadlock on OOMMichael S. Tsirkin1-7/+21
2018-10-13mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-10-13mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2-1/+4
2018-10-13mm: migration: fix migration of huge PMD shared pagesMike Kravetz2-5/+74
2018-10-10mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-10-04slub: 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-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-09readahead: stricter check for bdi io_pagesMarkus Stockhausen1-2/+10
2018-09-05mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra1-0/+18
2018-09-05mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin1-3/+3
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-09-05memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai1-4/+11
2018-09-05mm: delete historical BUG from zap_pmd_range()Hugh Dickins1-4/+2
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-10/+76
2018-08-03mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre1-1/+1
2018-08-03mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya1-1/+2
2018-07-25mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins1-0/+2
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-22bdi: Fix another oops in wb_workfn()Jan Kara1-13/+7
2018-07-17mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2-19/+12
2018-07-17mm: do not drop unused pages when userfaultd is runningChristian Borntraeger1-1/+7
2018-07-11Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior1-2/+0
2018-07-11mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi1-0/+16
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews1-0/+1
2018-07-03slub: fix failure when we delete and create a slab cacheMikulas Patocka2-1/+10
2018-07-03mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He1-4/+10
2018-07-03mm: fix __gup_device_huge vs unmapDan Williams1-10/+26
2018-06-26mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+0
2018-06-26bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo1-1/+17
2018-06-20mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim1-1/+1
2018-06-11mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-06-11mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-06-05mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins1-1/+1
2018-06-05mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-05-30mm: thp: fix potential clearing to referenced flag in page_idle_clear_pte_ref...Yang Shi1-4/+8
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-30z3fold: fix memory leakXidong Wang1-2/+7
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/vmstat.c: fix vmstat_update() preemption BUGSteven J. Hill1-0/+2