aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli1-1/+1
2017-02-22userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov1-5/+12
2017-02-22userfaultfd: use vma_is_anonymousAndrea Arcangeli1-1/+1
2017-02-22oom, trace: add compaction retry tracepointMichal Hocko1-6/+16
2017-02-22oom, trace: add oom detection tracepointsMichal Hocko1-2/+8
2017-02-22mm/vmalloc.c: use rb_entry_safeGeliang Tang1-1/+1
2017-02-22mm, page_alloc: avoid page_to_pfn() when merging buddiesVlastimil Babka2-6/+6
2017-02-22mm, page_alloc: don't convert pfn to idx when mergingVlastimil Babka3-23/+20
2017-02-22mm: throttle show_mem() from warn_alloc()Michal Hocko1-11/+18
2017-02-22tmpfs: change shmem_mapping() to test shmem_aopsHugh Dickins1-4/+1
2017-02-22slub: make sysfs directories for memcg sub-caches optionalTejun Heo1-2/+24
2017-02-22slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo2-9/+9
2017-02-22slab: remove slub sysfs interface files early for empty memcg cachesTejun Heo1-2/+23
2017-02-22slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo3-4/+70
2017-02-22slab: introduce __kmemcg_cache_deactivate()Tejun Heo5-23/+36
2017-02-22slab: implement slab_root_caches listTejun Heo3-25/+50
2017-02-22slab: link memcg kmem_caches on their associated memory cgroupTejun Heo3-10/+36
2017-02-22slab: reorganize memcg_cache_paramsTejun Heo2-15/+16
2017-02-22slab: remove synchronous rcu_barrier() call in memcg cache release pathTejun Heo1-42/+60
2017-02-22slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo2-3/+11
2017-02-22Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo5-31/+23
2017-02-22mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka3-5/+9
2017-02-22mm/slub: add a dump_stack() to the unexpected GFP checkBorislav Petkov1-0/+1
2017-02-22slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko1-1/+4
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-5/+4
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-4/+2
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-19/+15
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2-5/+42
2017-02-08mm/slub.c: fix random_seq offset destructionSean Rees1-0/+4
2017-02-08block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo1-2/+7
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-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara1-1/+33
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-2/+2
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-12Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/coreWill Deacon3-19/+15
2017-01-11mm/usercopy: Switch to using lm_aliasLaura Abbott1-2/+2