summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2017-03-26percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan
2017-03-15kasan: resched in quarantine_remove_cache()Dmitry Vyukov
2017-03-15mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan
2017-03-15thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov
2017-03-12mm, vmscan: consider eligible zones in get_scan_countMichal Hocko
2017-03-12mm, vmscan: cleanup lru size claculationsMichal Hocko
2017-03-12mm: do not access page->mapping directly on page_endioMinchan Kim
2017-03-12mm: vmpressure: fix sending wrong events on underflowVinayak Menon
2017-03-12mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan
2017-02-26block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo
2017-02-08mm/slub.c: fix random_seq offset destructionSean Rees
2017-02-03mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-02-03base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani
2017-02-03mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani
2017-02-03shmem: fix sleeping from atomic contextKirill A. Shutemov
2017-02-03kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra
2017-02-03zswap: disable changing params if init failsDan Streetman
2017-01-24mm, page_alloc: fix premature OOM when racing with cpuset mems updateVlastimil Babka
2017-01-24mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka
2017-01-24mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka
2017-01-24mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka
2017-01-24mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka
2017-01-24mm, memcg: do not retry precharge chargesDavid Rientjes
2017-01-24mm: alloc_contig: re-allow CMA to compact FS pagesLucas Stach
2017-01-24mm/slub.c: trace free objects at KERN_INFODaniel Thompson
2017-01-24mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer
2017-01-24memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu
2017-01-10mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-01-10mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck
2017-01-10mm: support anonymous stable pageMinchan Kim
2017-01-10mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck
2017-01-10mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko
2017-01-10mm: don't dereference struct page fields of invalid pagesArd Biesheuvel
2017-01-10mm: pmd dirty emulation in page fault handlerMinchan Kim
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko
2017-01-10mm: fix remote numa hits statisticsMichal Hocko
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler
2017-01-10mm: add follow_pte_pmd()Ross Zwisler
2017-01-10mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V
2017-01-10dax: fix deadlock with DAX 4k holesRoss Zwisler
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner
2017-01-07mm: stop leaking PageTablesHugh Dickins
2017-01-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-29mm/filemap: fix parameters to test_bit()Olof Johansson
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds