- 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 1e92641 mm/hmm.c: remove unused variables align_start and align_end by Colin Ian King · 6 years ago
- ddbf369 mm, vmacache: hash addresses based on pmd by David Rientjes · 6 years ago
- 6b51e88 mm/list_lru: introduce list_lru_shrink_walk_irq() by Sebastian Andrzej Siewior · 6 years ago
- 6e01896 mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_one() by Sebastian Andrzej Siewior · 6 years ago
- 6cfe57a mm/list_lru.c: move locking from __list_lru_walk_one() to its caller by Sebastian Andrzej Siewior · 6 years ago
- 87a5ffc mm/list_lru.c: use list_lru_walk_one() in list_lru_walk_node() by Sebastian Andrzej Siewior · 6 years ago
- 14fef28 mm, swap: make CONFIG_THP_SWAP depend on CONFIG_SWAP by Huang Ying · 6 years ago
- 2a3cb8b mm/sparse: delete old sparse_init and enable new one by Pavel Tatashin · 6 years ago
- 85c77f7 mm/sparse: add new sparse_init_nid() and sparse_init() by Pavel Tatashin · 6 years ago
- afda57b mm/sparse: move buffer init/fini to the common place by Pavel Tatashin · 6 years ago
- e131c06 mm/sparse: use the new sparse buffer functions in non-vmemmap by Pavel Tatashin · 6 years ago
- 35fd1eb mm/sparse: abstract sparse buffer allocations by Pavel Tatashin · 6 years ago
- 330d6e4 mm/hugetlb.c: don't zero 1GiB bootmem pages by Cannon Matthews · 6 years ago
- d8a759b mm, page_alloc: double zone's batchsize by Aaron Lu · 6 years ago
- a195d3f mm/oom_kill.c: document oom_lock by Michal Hocko · 6 years ago
- 40d18eb mm/hugetlb: remove gigantic page support for HIGHMEM by Mike Kravetz · 6 years ago
- 9bfe5de mm, oom: remove sleep from under oom_lock by Michal Hocko · 6 years ago
- 6518202 mm/cma: remove unsupported gfp_mask parameter from cma_alloc() by Marek Szyprowski · 6 years ago
- 50c150f Revert "mm: always flush VMA ranges affected by zap_page_range" by Rik van Riel · 6 years ago
- c98aff6 mm/sparse: optimize memmap allocation during sparse_init() by Baoquan He · 6 years ago
- 9258631 mm/sparse.c: add a new parameter 'data_unit_size' for alloc_usemap_and_memmap by Baoquan He · 6 years ago
- 07a34a8 mm/sparsemem.c: defer the ms->section_mem_map clearing by Baoquan He · 6 years ago
- f2fc10e mm/sparse.c: add a static variable nr_present_sections by Baoquan He · 6 years ago
- 7e010df mm: use special value SHRINKER_REGISTERING instead of list_empty() check by Kirill Tkhai · 6 years ago
- ac7fb3a mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab() by Kirill Tkhai · 6 years ago
- f90280d mm/vmscan.c: clear shrinker bit if there are no objects related to memcg by Kirill Tkhai · 6 years ago
- 9b99646 mm: add SHRINK_EMPTY shrinker methods return value by Kirill Tkhai · 6 years ago
- aeed1d32 mm/vmscan.c: generalize shrink_slab() calls in shrink_node() by Vladimir Davydov · 6 years ago
- b0dedc4 mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab() by Kirill Tkhai · 6 years ago
- fae91d6 mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appearance by Kirill Tkhai · 6 years ago
- dfd2f10 mm/memcontrol.c: export mem_cgroup_is_root() by Kirill Tkhai · 6 years ago
- 3b82c4d mm/list_lru.c: pass lru argument to memcg_drain_list_lru_node() by Kirill Tkhai · 6 years ago
- 9bec5c3 mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node() by Kirill Tkhai · 6 years ago
- 44bd4a4 mm/list_lru.c: add memcg argument to list_lru_from_kmem() by Kirill Tkhai · 6 years ago
- c92e8e1 fs: propagate shrinker::id to list_lru by Kirill Tkhai · 6 years ago
- 3988765 mm/workingset.c: refactor workingset_init() by Kirill Tkhai · 6 years ago
- 0a4465d mm, memcg: assign memcg-aware shrinkers bitmap to memcg by Kirill Tkhai · 6 years ago
- b05706f mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines by Kirill Tkhai · 6 years ago
- b4c2b23 mm: assign id to every memcg-aware shrinker by Kirill Tkhai · 6 years ago
- 84c07d1 mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB by Kirill Tkhai · 6 years ago
- e029523 mm/list_lru.c: combine code under the same define by Kirill Tkhai · 6 years ago
- a36aab8 mm/memblock.c: replace u64 with phys_addr_t where appropriate by Mike Rapoport · 6 years ago
- 4e40987 mm/sparse.c: make sparse_init_one_section void and remove check by Oscar Salvador · 6 years ago
- 29ef680 memcg, oom: move out_of_memory back to the charge path by Michal Hocko · 6 years ago
- d39f8fb mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM by Mike Rapoport · 6 years ago
- 0207df4 kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN by Andrey Ryabinin · 6 years ago
- 50f8b92 mm: thp: pass correct vm_flags to hugepage_vma_check() by Song Liu · 6 years ago
- a718e28 mm/fadvise.c: fix signed overflow UBSAN complaint by Andrey Ryabinin · 6 years ago
- 31f21da mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mutex static by Colin Ian King · 6 years ago
- 4d0a540 mm/zsmalloc.c: make several functions and a struct static by Colin Ian King · 6 years ago
- dcfe4df mm/page-writeback.c: update stale account_page_redirty() comment by Greg Thelen · 6 years ago
- f745c6f fs, mm: account buffer_head to kmemcg by Shakeel Butt · 6 years ago
- d46eb14b fs: fsnotify: account fsnotify metadata to kmemcg by Shakeel Butt · 6 years ago
- 1a9b4b3 mm: provide a fallback for PAGE_KERNEL_EXEC for architectures by Luis R. Rodriguez · 6 years ago
- 4fbce63 mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_memory_range() by Oscar Salvador · 6 years ago
- d5b6f6a3 mm/memory_hotplug.c: call register_mem_sect_under_node() by Oscar Salvador · 6 years ago
- b9ff036 mm/memory_hotplug.c: make add_memory_resource use __try_online_node by Oscar Salvador · 6 years ago
- 930eaac mm/list_lru.c: fold __list_lru_count_one() into its caller by Andrew Morton · 6 years ago
- 6ca342d mm: workingset: make shadow_lru_isolate() use locking suffix by Sebastian Andrzej Siewior · 6 years ago
- ae1e16d mm: workingset: remove local_irq_disable() from count_shadow_nodes() by Sebastian Andrzej Siewior · 6 years ago
- 9ea9a68 mm: drop VM_BUG_ON from __get_free_pages by Michal Hocko · 6 years ago
- 974e6d6 mm, hugetlbfs: pass fault address to cow handler by Huang Ying · 6 years ago
- 5b7a1d4 mm, hugetlbfs: rename address to haddr in hugetlb_cow() by Huang Ying · 6 years ago
- c9f4cd7 mm, huge page: copy target sub-page last when copy huge page by Huang Ying · 6 years ago
- c6ddfb6 mm, clear_huge_page: move order algorithm into a separate function by Huang Ying · 6 years ago
- 87aa752 mm: thp: inc counter for collapsed shmem THP by Yang Shi · 6 years ago
- c223102 mm: thp: register mm for khugepaged when merging vma for shmem by Yang Shi · 6 years ago
- 8cded86 mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_element() by Jia-Ju Bai · 6 years ago
- bb451fd mm/vmscan.c: condense scan_control by Greg Thelen · 6 years ago
- 10ed634 mm/page_ext.c: constify lookup_page_ext() argument by Kirill A. Shutemov · 6 years ago
- 46c9a94 shmem: use monotonic time for i_generation by Arnd Bergmann · 6 years ago
- d6a24df mm, page_alloc: actually ignore mempolicies for high priority allocations by Vlastimil Babka · 6 years ago
- fadae29 thp: use mm_file_counter to determine update which rss counter by Yang Shi · 6 years ago
- 720e14e mm: skip invalid pages block at a time in zero_resv_unresv() by Pavel Tatashin · 6 years ago
- 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
- 0882ff9 mm, slub: restore the original intention of prefetch_freepointer() by Vlastimil Babka · 6 years ago
- e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
- fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- 8c479c2 Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
- e6ecec3 Merge tag 'docs-4.19' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
- b018fc9 Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
- 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 17bc343 Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle' by Rafael J. Wysocki · 6 years ago
- a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- eac3411 Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 203b4fc Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 24eee1e mm/memory.c: check return value of ioremap_prot by jie@chenjie6@huwei.com · 6 years ago
- 55f2503 PM / reboot: Eliminate race between reboot and suspend by Pingfan Liu · 6 years ago
- 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
- 0d83432 mm: Allow non-direct-map arguments to free_reserved_area() by Dave Hansen · 6 years ago
- f2701b7 Merge 4.18-rc7 into master to pick up the KVM dependcy by Thomas Gleixner · 6 years ago
- eec3636 ipc/shm.c add ->pagesize function to shm_vm_ops by Jane Chu · 6 years ago
- 7e97de0 memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure by Kirill Tkhai · 6 years ago
- 3e039c5 docs/mm: memblock: add overview documentation by Mike Rapoport · 6 years ago
- 48a833c docs/mm: memblock: add kernel-doc comments for memblock_add[_node] by Mike Rapoport · 6 years ago
- 47cec44 docs/mm: memblock: update kernel-doc comments by Mike Rapoport · 6 years ago
- e1720fe mm/memblock: add a name for memblock flags enumeration by Mike Rapoport · 6 years ago
- 58faef9 docs/mm: bootmem: add overview documentation by Mike Rapoport · 6 years ago