summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-182-2/+12
* | | mm/workingset.c: refactor workingset_init()Kirill Tkhai2018-08-181-3/+4
* | | mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai2018-08-182-1/+131
* | | 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-181-0/+63
* | | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-184-19/+19
* | | 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-182-17/+62
* | | 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-181-13/+303
* | | 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-181-0/+22
* | | fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-181-4/+33
* | | mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez2018-08-182-8/+0
* | | mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Oscar Salvador2018-08-181-4/+1
* | | mm/memory_hotplug.c: call register_mem_sect_under_node()Oscar Salvador2018-08-181-21/+11
* | | mm/memory_hotplug.c: make add_memory_resource use __try_online_nodeOscar Salvador2018-08-181-28/+39
* | | mm/list_lru.c: fold __list_lru_count_one() into its callerAndrew Morton2018-08-181-9/+3
* | | mm: workingset: make shadow_lru_isolate() use locking suffixSebastian Andrzej Siewior2018-08-181-5/+3
* | | mm: workingset: remove local_irq_disable() from count_shadow_nodes()Sebastian Andrzej Siewior2018-08-181-3/+0
* | | mm: drop VM_BUG_ON from __get_free_pagesMichal Hocko2018-08-181-8/+4
* | | mm, hugetlbfs: pass fault address to cow handlerHuang Ying2018-08-181-4/+5
* | | mm, hugetlbfs: rename address to haddr in hugetlb_cow()Huang Ying2018-08-181-14/+12
* | | mm, huge page: copy target sub-page last when copy huge pageHuang Ying2018-08-182-8/+25
* | | mm, clear_huge_page: move order algorithm into a separate functionHuang Ying2018-08-181-34/+56
* | | mm: thp: inc counter for collapsed shmem THPYang Shi2018-08-181-0/+2
* | | mm: thp: register mm for khugepaged when merging vma for shmemYang Shi2018-08-181-27/+26
* | | mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...Jia-Ju Bai2018-08-181-6/+6
* | | mm/vmscan.c: condense scan_controlGreg Thelen2018-08-181-12/+20
* | | mm/page_ext.c: constify lookup_page_ext() argumentKirill A. Shutemov2018-08-181-2/+2
* | | shmem: use monotonic time for i_generationArnd Bergmann2018-08-181-1/+2
* | | mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka2018-08-181-3/+4
* | | thp: use mm_file_counter to determine update which rss counterYang Shi2018-08-182-3/+3
* | | mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin2018-08-181-1/+4
* | | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-182-5/+5
* | | mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka2018-08-181-2/+1
* | | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-187-10/+24
* | | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+5
|\ \ \
| * | | kconfig: add a Memory Management options" menuChristoph Hellwig2018-08-021-0/+5
* | | | Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-08-151-0/+25
|\ \ \ \
| * | | | usercopy: Allow boot cmdline disabling of hardeningChris von Recklinghausen2018-07-041-0/+25
* | | | | Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds2018-08-143-165/+217
|\ \ \ \ \
| * | | | | docs/mm: memblock: add overview documentationMike Rapoport2018-08-021-0/+55