summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin2018-11-211-3/+3
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-211-4/+19
* mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli2018-11-211-2/+30
* mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell2018-11-131-1/+23
* hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-11-131-0/+6
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-202-23/+17
* mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin2018-10-181-1/+5
* mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin2018-10-181-0/+7
* mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin2018-10-181-0/+7
* mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin2018-10-181-0/+1
* mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse2018-10-181-6/+0
* percpu: stop leaking bitmap metadata blocksMike Rapoport2018-10-181-0/+1
* mm/vmstat.c: fix outdated vmstat_textJann Horn2018-10-181-1/+0
* virtio_balloon: fix deadlock on OOMMichael S. Tsirkin2018-10-131-7/+21
* mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn2018-10-131-0/+3
* mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-132-1/+4
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-10-132-5/+74
* mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black2018-10-101-1/+1
* slub: make ->cpu_partial unsigned intAlexey Dobriyan2018-10-031-3/+3
* mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)2018-09-291-0/+2
* mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-192-40/+2
* mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin2018-09-151-2/+6
* mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra2018-09-091-9/+0
* readahead: stricter check for bdi io_pagesMarkus Stockhausen2018-09-091-2/+10
* mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra2018-09-051-0/+18
* mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin2018-09-051-3/+3
* mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-09-051-0/+3
* memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai2018-09-051-4/+11
* mm: delete historical BUG from zap_pmd_range()Hugh Dickins2018-09-051-4/+2
* zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang2018-09-051-0/+9
* kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei2018-08-241-2/+3
* x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-08-151-16/+30
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-08-152-10/+76
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-08-031-1/+1
* mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-08-031-1/+2
* mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-251-0/+2
* mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia2018-07-251-1/+1
* bdi: Fix another oops in wb_workfn()Jan Kara2018-07-221-13/+7
* mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-07-172-19/+12
* mm: do not drop unused pages when userfaultd is runningChristian Borntraeger2018-07-171-1/+7
* Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior2018-07-111-2/+0
* mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi2018-07-111-0/+16
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-111-0/+1
* slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-07-032-1/+10
* mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He2018-07-031-4/+10
* mm: fix __gup_device_huge vs unmapDan Williams2018-07-031-10/+26
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-06-261-1/+0
* bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo2018-06-261-1/+17
* mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim2018-06-211-1/+1
* mmap: relax file size limit for regular filesLinus Torvalds2018-06-111-1/+1