summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-12-01mm, page_alloc: check for max order in hot pathMichal Hocko
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu
2018-12-01z3fold: fix possible reclaim racesVitaly Wool
2018-12-01mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V
2018-12-01mm: don't warn about large allocations for slabDmitry Vyukov
2018-11-21mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli
2018-11-13mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell
2018-11-13hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz
2018-10-20mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-10-18mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin
2018-10-18mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin
2018-10-18mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin
2018-10-18mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin
2018-10-18mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse
2018-10-18percpu: stop leaking bitmap metadata blocksMike Rapoport
2018-10-18mm/vmstat.c: fix outdated vmstat_textJann Horn
2018-10-13virtio_balloon: fix deadlock on OOMMichael S. Tsirkin
2018-10-13mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn
2018-10-13mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov
2018-10-13mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-10-10mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black
2018-10-03slub: make ->cpu_partial unsigned intAlexey Dobriyan
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-09-15mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra
2018-09-09readahead: stricter check for bdi io_pagesMarkus Stockhausen
2018-09-05mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra
2018-09-05mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com
2018-09-05memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai
2018-09-05mm: delete historical BUG from zap_pmd_range()Hugh Dickins
2018-09-05zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang
2018-08-24kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-08-03mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre
2018-08-03mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya
2018-07-25mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia
2018-07-22bdi: Fix another oops in wb_workfn()Jan Kara
2018-07-17mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko
2018-07-17mm: do not drop unused pages when userfaultd is runningChristian Borntraeger
2018-07-11Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior
2018-07-11mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews
2018-07-03slub: fix failure when we delete and create a slab cacheMikulas Patocka
2018-07-03mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He