summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka2017-02-233-5/+9
* mm/slub: add a dump_stack() to the unexpected GFP checkBorislav Petkov2017-02-231-0/+1
* slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko2017-02-231-1/+4
* mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-231-5/+4
* mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-231-4/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-223-19/+15
|\
| * Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/coreWill Deacon2017-01-123-19/+15
| |\
| | * mm/usercopy: Switch to using lm_aliasLaura Abbott2017-01-111-2/+2
| | * mm/kasan: Switch to using __pa_symbol and lm_aliasLaura Abbott2017-01-111-7/+8
| | * mm/cma: Cleanup highmem checkLaura Abbott2017-01-111-10/+5
* | | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-172-5/+42
|\ \ \
| * | | block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo2017-02-081-2/+7
| * | | block: Dynamically allocate and refcount backing_dev_infoJan Kara2017-02-021-1/+33
| * | | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-2/+2
* | | | mm/slub.c: fix random_seq offset destructionSean Rees2017-02-091-0/+4
* | | | mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-02-031-0/+5
* | | | base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani2017-02-031-5/+15
* | | | mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani2017-02-031-4/+8
* | | | shmem: fix sleeping from atomic contextKirill A. Shutemov2017-02-031-2/+9
* | | | kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra2017-02-031-0/+3
* | | | zswap: disable changing params if init failsDan Streetman2017-02-031-1/+29
* | | | mm, page_alloc: fix premature OOM when racing with cpuset mems updateVlastimil Babka2017-01-251-11/+24
* | | | mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka2017-01-251-21/+26
* | | | mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka2017-01-251-1/+9
* | | | mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka2017-01-251-1/+1
* | | | mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka2017-01-251-1/+1
* | | | mm, memcg: do not retry precharge chargesDavid Rientjes2017-01-251-2/+2
* | | | mm: alloc_contig: re-allow CMA to compact FS pagesLucas Stach2017-01-251-0/+1
* | | | mm/slub.c: trace free objects at KERN_INFODaniel Thompson2017-01-251-10/+13
* | | | mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-01-251-1/+17
* | | | memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu2017-01-251-11/+17
|/ / /
* | | mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-111-9/+28
* | | mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck2017-01-111-4/+4
* | | mm: support anonymous stable pageMinchan Kim2017-01-111-1/+19
* | | mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-111-6/+7
* | | mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-111-5/+5
* | | mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-112-20/+25
* | | mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-01-111-3/+3
* | | mm: pmd dirty emulation in page fault handlerMinchan Kim2017-01-111-2/+4
* | | mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-113-8/+5
* | | mm: fix remote numa hits statisticsMichal Hocko2017-01-111-11/+4
* | | dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler2017-01-111-2/+2
* | | mm: add follow_pte_pmd()Ross Zwisler2017-01-111-7/+30
* | | mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V2017-01-111-19/+2
* | | dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-111-1/+1
|/ /
* | mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-081-1/+2
* | mm: stop leaking PageTablesHugh Dickins2017-01-081-27/+20
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-011-14/+61
|\
| * mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-271-14/+61
* | mm/filemap: fix parameters to test_bit()Olof Johansson2016-12-291-1/+1