aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-17mm/page-writeback.c: update stale account_page_redirty() commentGreg Thelen1-2/+2
2018-08-17fs, mm: account buffer_head to kmemcgShakeel Butt1-0/+22
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-4/+33
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez2-8/+0
2018-08-17mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_memory_range()Oscar Salvador1-4/+1
2018-08-17mm/memory_hotplug.c: call register_mem_sect_under_node()Oscar Salvador1-21/+11
2018-08-17mm/memory_hotplug.c: make add_memory_resource use __try_online_nodeOscar Salvador1-28/+39
2018-08-17mm/list_lru.c: fold __list_lru_count_one() into its callerAndrew Morton1-9/+3
2018-08-17mm: workingset: make shadow_lru_isolate() use locking suffixSebastian Andrzej Siewior1-5/+3
2018-08-17mm: workingset: remove local_irq_disable() from count_shadow_nodes()Sebastian Andrzej Siewior1-3/+0
2018-08-17mm: drop VM_BUG_ON from __get_free_pagesMichal Hocko1-8/+4
2018-08-17mm, hugetlbfs: pass fault address to cow handlerHuang Ying1-4/+5
2018-08-17mm, hugetlbfs: rename address to haddr in hugetlb_cow()Huang Ying1-14/+12
2018-08-17mm, huge page: copy target sub-page last when copy huge pageHuang Ying2-8/+25
2018-08-17mm, clear_huge_page: move order algorithm into a separate functionHuang Ying1-34/+56
2018-08-17mm: thp: inc counter for collapsed shmem THPYang Shi1-0/+2
2018-08-17mm: thp: register mm for khugepaged when merging vma for shmemYang Shi1-27/+26
2018-08-17mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_element()Jia-Ju Bai1-6/+6
2018-08-17mm/vmscan.c: condense scan_controlGreg Thelen1-12/+20
2018-08-17mm/page_ext.c: constify lookup_page_ext() argumentKirill A. Shutemov1-2/+2
2018-08-17shmem: use monotonic time for i_generationArnd Bergmann1-1/+2
2018-08-17mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka1-3/+4
2018-08-17thp: use mm_file_counter to determine update which rss counterYang Shi2-3/+3
2018-08-17mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin1-1/+4
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2-5/+5
2018-08-17mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka1-2/+1
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang7-10/+24
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+5
2018-08-15Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+25
2018-08-14Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds3-165/+217
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+6
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds7-16/+77
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-26/+106
2018-08-14Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki1-5/+6
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-39/+12
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+14
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+25
2018-08-10mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu1-5/+6
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe8-56/+46
2018-08-05mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen1-2/+14
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner18-76/+98
2018-08-02ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu1-0/+7
2018-08-02memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai1-4/+11
2018-08-02docs/mm: memblock: add overview documentationMike Rapoport1-0/+55
2018-08-02docs/mm: memblock: add kernel-doc comments for memblock_add[_node]Mike Rapoport1-2/+25
2018-08-02docs/mm: memblock: update kernel-doc commentsMike Rapoport1-37/+47
2018-08-02mm/memblock: add a name for memblock flags enumerationMike Rapoport2-17/+22
2018-08-02docs/mm: bootmem: add overview documentationMike Rapoport1-0/+47
2018-08-02docs/mm: bootmem: fix kernel-doc warningsMike Rapoport1-2/+8