summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-02-08mm/slub.c: fix random_seq offset destructionSean Rees1-0/+4
2017-02-03mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-02-03base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani1-5/+15
2017-02-03mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani1-4/+8
2017-02-03shmem: fix sleeping from atomic contextKirill A. Shutemov1-2/+9
2017-02-03kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra1-0/+3
2017-02-03zswap: disable changing params if init failsDan Streetman1-1/+29
2017-01-24mm, page_alloc: fix premature OOM when racing with cpuset mems updateVlastimil Babka1-11/+24
2017-01-24mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka1-21/+26
2017-01-24mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka1-1/+9
2017-01-24mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka1-1/+1
2017-01-24mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka1-1/+1
2017-01-24mm, memcg: do not retry precharge chargesDavid Rientjes1-2/+2
2017-01-24mm: alloc_contig: re-allow CMA to compact FS pagesLucas Stach1-0/+1
2017-01-24mm/slub.c: trace free objects at KERN_INFODaniel Thompson1-10/+13
2017-01-24mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-1/+17
2017-01-24memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu1-11/+17
2017-01-10mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz1-9/+28
2017-01-10mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck1-4/+4
2017-01-10mm: support anonymous stable pageMinchan Kim1-1/+19
2017-01-10mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck1-6/+7
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck1-5/+5
2017-01-10mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2-20/+25
2017-01-10mm: don't dereference struct page fields of invalid pagesArd Biesheuvel1-3/+3
2017-01-10mm: pmd dirty emulation in page fault handlerMinchan Kim1-2/+4
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko3-8/+5
2017-01-10mm: fix remote numa hits statisticsMichal Hocko1-11/+4
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler1-2/+2
2017-01-10mm: add follow_pte_pmd()Ross Zwisler1-7/+30
2017-01-10mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V1-19/+2
2017-01-10dax: fix deadlock with DAX 4k holesRoss Zwisler1-1/+1
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner1-1/+2
2017-01-07mm: stop leaking PageTablesHugh Dickins1-27/+20
2017-01-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+61
2016-12-29mm/filemap: fix parameters to test_bit()Olof Johansson1-1/+1
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds1-5/+31
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara1-14/+61
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin3-35/+150
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin2-9/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds10-10/+10
2016-12-20mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEEDJohannes Weiner1-1/+14
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-2/+0
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-569/+643
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox1-10/+18
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox1-1/+25
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox2-7/+6
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara1-1/+1
2016-12-14mm: export follow_pte()Jan Kara1-2/+2
2016-12-14mm: change return values of finish_mkwrite_fault()Jan Kara1-4/+3
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara1-27/+40