summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka2017-05-201-1/+2
* mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent2017-04-271-1/+1
* mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov2017-04-211-1/+14
* zsmalloc: expand class bitMinchan Kim2017-04-211-1/+1
* thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov2017-04-211-2/+1
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-04-121-12/+8
* mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov2017-04-121-1/+1
* mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner2017-04-081-1/+1
* mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-04-081-2/+4
* mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner2017-04-081-2/+2
* percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan2017-03-261-1/+4
* slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2017-03-225-23/+31
* mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan2017-03-151-3/+8
* thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov2017-03-151-5/+4
* mm, vmscan: consider eligible zones in get_scan_countMichal Hocko2017-03-121-2/+2
* mm, vmscan: cleanup lru size claculationsMichal Hocko2017-03-122-43/+40
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-03-121-2/+5
* mm: vmpressure: fix sending wrong events on underflowVinayak Menon2017-03-121-1/+9
* mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan2017-03-121-1/+1
* block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo2017-02-261-2/+7
* mm/slub.c: fix random_seq offset destructionSean Rees2017-02-141-0/+4
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-02-091-0/+5
* base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani2017-02-091-5/+15
* mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani2017-02-091-4/+8
* zswap: disable changing params if init failsDan Streetman2017-02-091-1/+29
* mm, memcg: do not retry precharge chargesDavid Rientjes2017-02-011-2/+2
* memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu2017-02-011-11/+17
* mm, page_alloc: fix premature OOM when racing with cpuset mems updateVlastimil Babka2017-02-011-11/+24
* mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka2017-02-011-21/+26
* mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka2017-02-011-1/+9
* mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka2017-02-011-1/+1
* mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka2017-02-011-1/+1
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-02-011-1/+17
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-191-9/+28
* mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck2017-01-191-4/+4
* mm: support anonymous stable pageMinchan Kim2017-01-191-1/+19
* mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-192-20/+25
* mm: pmd dirty emulation in page fault handlerMinchan Kim2017-01-191-2/+4
* dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-191-1/+1
* mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2017-01-122-26/+14
* mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner2017-01-121-2/+4
* mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner2017-01-121-0/+5
* mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V2017-01-121-5/+7
* mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman2017-01-061-2/+10
* mm/vmscan.c: set correct defer count for shrinkerShaohua Li2017-01-061-3/+11
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2017-01-062-2/+2
* vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds2017-01-061-1/+1
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2017-01-061-0/+2
* shmem: fix shm fallocate() list corruptionLinus Torvalds2016-12-061-1/+14
* mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko2016-12-021-0/+2