summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/sparse: delete old sparse_init and enable new onePavel Tatashin2018-08-184-267/+1
* mm/sparse: add new sparse_init_nid() and sparse_init()Pavel Tatashin2018-08-181-0/+85
* mm/sparse: move buffer init/fini to the common placePavel Tatashin2018-08-183-12/+7
* mm/sparse: use the new sparse buffer functions in non-vmemmapPavel Tatashin2018-08-181-27/+14
* mm/sparse: abstract sparse buffer allocationsPavel Tatashin2018-08-183-35/+54
* mm/hugetlb.c: don't zero 1GiB bootmem pagesCannon Matthews2018-08-181-1/+2
* mm, page_alloc: double zone's batchsizeAaron Lu2018-08-181-5/+4
* mm/oom_kill.c: document oom_lockMichal Hocko2018-08-181-0/+8
* mm/hugetlb: remove gigantic page support for HIGHMEMMike Kravetz2018-08-182-11/+1
* mm, oom: remove sleep from under oom_lockMichal Hocko2018-08-181-7/+1
* kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-188-14/+16
* mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-187-10/+11
* Revert "mm: always flush VMA ranges affected by zap_page_range"Rik van Riel2018-08-181-13/+1
* mm/sparse: optimize memmap allocation during sparse_init()Baoquan He2018-08-182-11/+41
* mm/sparse.c: add a new parameter 'data_unit_size' for alloc_usemap_and_memmapBaoquan He2018-08-181-3/+7
* mm/sparsemem.c: defer the ms->section_mem_map clearingBaoquan He2018-08-182-8/+8
* mm/sparse.c: add a static variable nr_present_sectionsBaoquan He2018-08-181-0/+7
* mm: use special value SHRINKER_REGISTERING instead of list_empty() checkKirill Tkhai2018-08-181-22/+21
* mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab()Kirill Tkhai2018-08-181-3/+3
* mm/vmscan.c: clear shrinker bit if there are no objects related to memcgKirill Tkhai2018-08-182-2/+26
* mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai2018-08-184-5/+20
* mm/vmscan.c: generalize shrink_slab() calls in shrink_node()Vladimir Davydov2018-08-181-15/+6
* mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab()Kirill Tkhai2018-08-181-9/+75
* mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai2018-08-183-2/+37
* mm/memcontrol.c: export mem_cgroup_is_root()Kirill Tkhai2018-08-182-5/+10
* mm/list_lru.c: pass lru argument to memcg_drain_list_lru_node()Kirill Tkhai2018-08-181-2/+3
* mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Kirill Tkhai2018-08-183-7/+8
* mm/list_lru.c: add memcg argument to list_lru_from_kmem()Kirill Tkhai2018-08-181-8/+17
* fs: propagate shrinker::id to list_lruKirill Tkhai2018-08-184-9/+23
* fs/super.c: refactor alloc_super()Kirill Tkhai2018-08-181-4/+4
* mm/workingset.c: refactor workingset_init()Kirill Tkhai2018-08-181-3/+4
* mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai2018-08-183-1/+145
* mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} definesKirill Tkhai2018-08-181-15/+15
* mm: assign id to every memcg-aware shrinkerKirill Tkhai2018-08-182-0/+67
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-189-26/+31
* mm/list_lru.c: combine code under the same defineKirill Tkhai2018-08-181-10/+8
* mm/memblock.c: replace u64 with phys_addr_t where appropriateMike Rapoport2018-08-181-23/+23
* mm/sparse.c: make sparse_init_one_section void and remove checkOscar Salvador2018-08-181-9/+4
* memcg, oom: move out_of_memory back to the charge pathMichal Hocko2018-08-184-26/+71
* mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEMMike Rapoport2018-08-181-1/+1
* kernel/memremap, kasan: make ZONE_DEVICE with work with KASANAndrey Ryabinin2018-08-183-14/+325
* mm: thp: pass correct vm_flags to hugepage_vma_check()Song Liu2018-08-181-7/+8
* mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin2018-08-181-2/+6
* mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute...Colin Ian King2018-08-181-2/+2
* mm/zsmalloc.c: make several functions and a struct staticColin Ian King2018-08-181-18/+18
* mm/page-writeback.c: update stale account_page_redirty() commentGreg Thelen2018-08-181-2/+2
* fs, mm: account buffer_head to kmemcgShakeel Butt2018-08-183-2/+39
* fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-1812-18/+123
* mm: introduce mem_cgroup_put() helperRoman Gushchin2018-08-181-0/+9
* mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez2018-08-183-8/+4