summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-04-21thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov1-2/+1
2017-04-12mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-04-12mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov1-1/+1
2017-04-08mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner1-1/+1
2017-04-08mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi1-2/+4
2017-04-08mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-2/+2
2017-03-26percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan1-1/+4
2017-03-22slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31
2017-03-15mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan1-3/+8
2017-03-15thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov1-5/+4
2017-03-12mm, vmscan: consider eligible zones in get_scan_countMichal Hocko1-2/+2
2017-03-12mm, vmscan: cleanup lru size claculationsMichal Hocko2-43/+40
2017-03-12mm: do not access page->mapping directly on page_endioMinchan Kim1-2/+5
2017-03-12mm: vmpressure: fix sending wrong events on underflowVinayak Menon1-1/+9
2017-03-12mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan1-1/+1
2017-02-26block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo1-2/+7
2017-02-15mm/slub.c: fix random_seq offset destructionSean Rees1-0/+4
2017-02-09mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-02-09base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani1-5/+15
2017-02-09mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani1-4/+8
2017-02-09zswap: disable changing params if init failsDan Streetman1-1/+29
2017-02-01mm, memcg: do not retry precharge chargesDavid Rientjes1-2/+2
2017-02-01memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu1-11/+17
2017-02-01mm, page_alloc: fix premature OOM when racing with cpuset mems updateVlastimil Babka1-11/+24
2017-02-01mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka1-21/+26
2017-02-01mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka1-1/+9
2017-02-01mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka1-1/+1
2017-02-01mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka1-1/+1
2017-02-01mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-1/+17
2017-01-19mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz1-9/+28
2017-01-19mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck1-4/+4
2017-01-19mm: support anonymous stable pageMinchan Kim1-1/+19
2017-01-19mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2-20/+25
2017-01-19mm: pmd dirty emulation in page fault handlerMinchan Kim1-2/+4
2017-01-19dax: fix deadlock with DAX 4k holesRoss Zwisler1-1/+1
2017-01-12mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2-26/+14
2017-01-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner1-2/+4
2017-01-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner1-0/+5
2017-01-12mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V1-5/+7
2017-01-06mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman1-2/+10
2017-01-06mm/vmscan.c: set correct defer count for shrinkerShaohua Li1-3/+11
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman2-2/+2
2017-01-06vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds1-1/+1
2017-01-06mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-0/+2
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds1-1/+14
2016-12-03mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko1-0/+2
2016-12-03mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko1-1/+1
2016-12-01mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov1-4/+4
2016-12-01kasan: support use-after-scope detectionDmitry Vyukov3-0/+23
2016-12-01kasan: update kasan_global for gcc 7Dmitry Vyukov1-0/+3