summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-081-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-241-11/+24
* | | | mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka2017-01-241-21/+26
* | | | mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka2017-01-241-1/+9
* | | | mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka2017-01-241-1/+1
* | | | mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka2017-01-241-1/+1
* | | | mm, memcg: do not retry precharge chargesDavid Rientjes2017-01-241-2/+2
* | | | mm: alloc_contig: re-allow CMA to compact FS pagesLucas Stach2017-01-241-0/+1
* | | | mm/slub.c: trace free objects at KERN_INFODaniel Thompson2017-01-241-10/+13
* | | | mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-01-241-1/+17
* | | | memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu2017-01-241-11/+17
|/ / /
* | | mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-101-9/+28
* | | mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck2017-01-101-4/+4
* | | mm: support anonymous stable pageMinchan Kim2017-01-101-1/+19
* | | mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-101-6/+7
* | | mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-101-5/+5
* | | mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-102-20/+25
* | | mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-01-101-3/+3
* | | mm: pmd dirty emulation in page fault handlerMinchan Kim2017-01-101-2/+4
* | | mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-103-8/+5
* | | mm: fix remote numa hits statisticsMichal Hocko2017-01-101-11/+4
* | | dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler2017-01-101-2/+2
* | | mm: add follow_pte_pmd()Ross Zwisler2017-01-101-7/+30
* | | mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V2017-01-101-19/+2
* | | dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-101-1/+1
|/ /
* | mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-071-1/+2
* | mm: stop leaking PageTablesHugh Dickins2017-01-071-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-261-14/+61
* | mm/filemap: fix parameters to test_bit()Olof Johansson2016-12-291-1/+1
* | mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds2016-12-291-5/+31
|/
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-253-35/+150
* mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin2016-12-252-9/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
* mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEEDJohannes Weiner2016-12-201-1/+14
OpenPOWER on IntegriCloud