summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-30x86/vmemmap: handle unpopulated sub-pmd rangesOscar Salvador1-13/+55
2021-04-30x86/vmemmap: drop handling of 1GB vmemmap rangesOscar Salvador1-28/+7
2021-04-30x86/vmemmap: drop handling of 4K unaligned vmemmap rangeOscar Salvador1-35/+13
2021-04-30mm/interval_tree: add comments to improve code readabilityZhiyuan Dai1-1/+1
2021-04-30mm/memory.c: do_numa_page(): delete bool "migrated"Wang Qing1-3/+1
2021-04-30mm: page_counter: mitigate consequences of a page_counter underflowJohannes Weiner1-2/+6
2021-04-30linux/memcontrol.h: remove duplicate struct declarationWan Jiabing1-2/+0
2021-04-30mm: memcontrol: move PageMemcgKmem to the scope of CONFIG_MEMCG_KMEMMuchun Song1-1/+6
2021-04-30mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_p...Muchun Song1-38/+25
2021-04-30mm: memcontrol: use obj_cgroup APIs to charge kmem pagesMuchun Song2-81/+155
2021-04-30mm: memcontrol: change ug->dummy_page only if memcg changedMuchun Song1-1/+1
2021-04-30mm: memcontrol: directly access page->memcg_data in mm/page_alloc.cMuchun Song1-2/+2
2021-04-30mm: memcontrol: introduce obj_cgroup_{un}charge_pagesMuchun Song1-23/+40
2021-04-30mm: memcontrol: slab: fix obtain a reference to a freeing memcgMuchun Song1-1/+9
2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt4-59/+100
2021-04-30kselftests: cgroup: update kmem test for new vmstat implementationJohannes Weiner1-8/+14
2021-04-30mm: memcontrol: consolidate lruvec stat flushingJohannes Weiner1-46/+28
2021-04-30mm: memcontrol: switch to rstatJohannes Weiner2-158/+127
2021-04-30cgroup: rstat: punt root-level optimization to individual controllersJohannes Weiner2-31/+47
2021-04-30cgroup: rstat: support cgroup1Johannes Weiner2-15/+21
2021-04-30mm: memcontrol: privatize memcg_page_state query functionsJohannes Weiner2-44/+32
2021-04-30mm: memcontrol: kill mem_cgroup_nodeinfo()Johannes Weiner2-17/+12
2021-04-30mm: memcontrol: fix cpuhotplug statistics flushingJohannes Weiner1-14/+21
2021-04-30memcg: enable memcg oom-kill for __GFP_NOFAILShakeel Butt1-3/+0
2021-04-30memcg: cleanup root memcg checksShakeel Butt1-2/+2
2021-04-30mm: memcontrol: fix kernel stack accountMuchun Song1-5/+8
2021-04-30mm/memremap.c: fix improper SPDX comment styleZhiyuan Dai1-1/+1
2021-04-30mm: gup: remove FOLL_SPLITYang Shi3-32/+2
2021-04-30RDMA/umem: batch page unpin in __ib_umem_release()Joao Martins1-6/+6
2021-04-30mm/gup: add a range variant of unpin_user_pages_dirty_lock()Joao Martins2-0/+64
2021-04-30mm/gup: decrement head page once for group of subpagesJoao Martins1-18/+11
2021-04-30mm/gup: add compound page list iteratorJoao Martins1-0/+26
2021-04-30mm/msync: exit early when the flags is an MS_ASYNC and start < vm_startNikita Ermakov1-1/+5
2021-04-30mm/filemap: update stale commentRui Sun1-1/+1
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)12-11/+19
2021-04-30mm: page-writeback: simplify memcg handling in test_clear_page_writeback()Johannes Weiner4-60/+19
2021-04-30mm/filemap: drop check for truncated page after I/OMatthew Wilcox (Oracle)1-2/+0
2021-04-30mm/filemap: use filemap_read_page in filemap_faultMatthew Wilcox (Oracle)1-9/+1
2021-04-30iomap: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe1-8/+16
2021-04-30mm: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe1-2/+2
2021-04-30mm: provide filemap_range_needs_writeback() helperJens Axboe2-0/+45
2021-04-30mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual7-1/+14
2021-04-30mm: page_poison: print page info when corruption is caughtSergei Trofimovich1-2/+4
2021-04-30mm: page_owner: detect page_owner recursion via task_structSergei Trofimovich2-22/+14
2021-04-30mm: page_owner: use kstrtobool() to parse bool optionSergei Trofimovich1-7/+1
2021-04-30mm: page_owner: fetch backtrace only for tracked pagesSergei Trofimovich1-3/+3
2021-04-30mm, page_owner: remove unused parameter in __set_page_owner_handlezhongjiang-ali1-5/+5
2021-04-30mm/page_owner: record the timestamp of all pages during freeGeorgi Djakov2-5/+9
2021-04-30mm/kmemleak.c: fix a typoBhaskar Chowdhury1-1/+1
2021-04-30mm/slub.c: trivial typo fixesBhaskar Chowdhury1-4/+4