Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-18mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski
2018-08-18Revert "mm: always flush VMA ranges affected by zap_page_range"Rik van Riel
2018-08-18mm/sparse: optimize memmap allocation during sparse_init()Baoquan He
2018-08-18mm/sparse.c: add a new parameter 'data_unit_size' for alloc_usemap_and_memmapBaoquan He
2018-08-18mm/sparsemem.c: defer the ms->section_mem_map clearingBaoquan He
2018-08-18mm/sparse.c: add a static variable nr_present_sectionsBaoquan He
2018-08-18mm: use special value SHRINKER_REGISTERING instead of list_empty() checkKirill Tkhai
2018-08-18mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab()Kirill Tkhai
2018-08-18mm/vmscan.c: clear shrinker bit if there are no objects related to memcgKirill Tkhai
2018-08-18mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai
2018-08-18mm/vmscan.c: generalize shrink_slab() calls in shrink_node()Vladimir Davydov
2018-08-18mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab()Kirill Tkhai
2018-08-18mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai
2018-08-18mm/memcontrol.c: export mem_cgroup_is_root()Kirill Tkhai
2018-08-18mm/list_lru.c: pass lru argument to memcg_drain_list_lru_node()Kirill Tkhai
2018-08-18mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Kirill Tkhai
2018-08-18mm/list_lru.c: add memcg argument to list_lru_from_kmem()Kirill Tkhai
2018-08-18fs: propagate shrinker::id to list_lruKirill Tkhai
2018-08-18fs/super.c: refactor alloc_super()Kirill Tkhai
2018-08-18mm/workingset.c: refactor workingset_init()Kirill Tkhai
2018-08-18mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai
2018-08-18mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} definesKirill Tkhai
2018-08-18mm: assign id to every memcg-aware shrinkerKirill Tkhai
2018-08-18mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai
2018-08-18mm/list_lru.c: combine code under the same defineKirill Tkhai
2018-08-18mm/memblock.c: replace u64 with phys_addr_t where appropriateMike Rapoport
2018-08-18mm/sparse.c: make sparse_init_one_section void and remove checkOscar Salvador
2018-08-18memcg, oom: move out_of_memory back to the charge pathMichal Hocko
2018-08-18mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEMMike Rapoport
2018-08-18kernel/memremap, kasan: make ZONE_DEVICE with work with KASANAndrey Ryabinin
2018-08-18mm: thp: pass correct vm_flags to hugepage_vma_check()Song Liu
2018-08-18mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin
2018-08-18mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute...Colin Ian King
2018-08-18mm/zsmalloc.c: make several functions and a struct staticColin Ian King
2018-08-18mm/page-writeback.c: update stale account_page_redirty() commentGreg Thelen
2018-08-18fs, mm: account buffer_head to kmemcgShakeel Butt
2018-08-18fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-08-18mm: introduce mem_cgroup_put() helperRoman Gushchin
2018-08-18mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez
2018-08-18mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez
2018-08-18mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()Oscar Salvador
2018-08-18mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Oscar Salvador
2018-08-18mm/memory_hotplug.c: call register_mem_sect_under_node()Oscar Salvador
2018-08-18mm/memory_hotplug.c: make add_memory_resource use __try_online_nodeOscar Salvador
2018-08-18mm/list_lru.c: fold __list_lru_count_one() into its callerAndrew Morton
2018-08-18mm: workingset: make shadow_lru_isolate() use locking suffixSebastian Andrzej Siewior
2018-08-18mm: workingset: remove local_irq_disable() from count_shadow_nodes()Sebastian Andrzej Siewior
2018-08-18mm: drop VM_BUG_ON from __get_free_pagesMichal Hocko
2018-08-18mm, hugetlbfs: pass fault address to cow handlerHuang Ying
2018-08-18mm, hugetlbfs: rename address to haddr in hugetlb_cow()Huang Ying