summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* slub: make sysfs directories for memcg sub-caches optionalTejun Heo2017-02-221-2/+24
* slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo2017-02-222-9/+9
* slab: remove slub sysfs interface files early for empty memcg cachesTejun Heo2017-02-221-2/+23
* slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo2017-02-223-4/+70
* slab: introduce __kmemcg_cache_deactivate()Tejun Heo2017-02-225-23/+36
* slab: implement slab_root_caches listTejun Heo2017-02-223-25/+50
* slab: link memcg kmem_caches on their associated memory cgroupTejun Heo2017-02-223-10/+36
* slab: reorganize memcg_cache_paramsTejun Heo2017-02-222-15/+16
* slab: remove synchronous rcu_barrier() call in memcg cache release pathTejun Heo2017-02-221-42/+60
* slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo2017-02-222-3/+11
* Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo2017-02-225-31/+23
* mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka2017-02-223-5/+9
* mm/slub: add a dump_stack() to the unexpected GFP checkBorislav Petkov2017-02-221-0/+1
* slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko2017-02-221-1/+4
* mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-221-5/+4
* mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-221-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-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