aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm/vmalloc: rename vmap_*_range vmap_pages_*_rangeNicholas Piggin2021-04-301-8/+8
* mm: apply_to_pte_range warn and fail if a large pte is encounteredNicholas Piggin2021-04-301-17/+49
* mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_pageNicholas Piggin2021-04-302-15/+29
* ARM: mm: add missing pud_page define to 2-level page tablesNicholas Piggin2021-04-302-2/+3
* mm/vmalloc: use rb_tree instead of list for vread() lookupsSerapheim Dimitropoulos2021-04-301-1/+4
* mm: unexport remap_vmalloc_range_partialChristoph Hellwig2021-04-301-1/+0
* samples/vfio-mdev/mdpy: use remap_vmalloc_rangeChristoph Hellwig2021-04-301-3/+1
* mm/sparse: add the missing sparse_buffer_fini() in error branchWang Wensheng2021-04-301-0/+1
* mm/dmapool: switch from strlcpy to strscpyZhiyuan Dai2021-04-301-1/+1
* selftests: add a MREMAP_DONTUNMAP selftest for shmemBrian Geffon2021-04-301-0/+52
* Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-305-12/+5
* mm: extend MREMAP_DONTUNMAP to non-anonymous mappingsBrian Geffon2021-04-301-2/+2
* NUMA balancing: reduce TLB flush via delaying mapping on hint page faultHuang Ying2021-04-301-22/+32
* i915: fix remap_io_sg to verify the pgprotChristoph Hellwig2021-04-301-50/+23
* i915: use io_mapping_map_userChristoph Hellwig2021-04-304-52/+5
* mm: add a io_mapping_map_user helperChristoph Hellwig2021-04-304-0/+36
* mm: add remap_pfn_range_notrackChristoph Hellwig2021-04-302-20/+33
* mm, tracing: improve rss_stat tracepoint messageOvidiu Panait2021-04-301-2/+22
* x86/vmemmap: optimize for consecutive sections in partial populated PMDsOscar Salvador2021-04-301-6/+61
* x86/vmemmap: handle unpopulated sub-pmd rangesOscar Salvador2021-04-301-13/+55
* x86/vmemmap: drop handling of 1GB vmemmap rangesOscar Salvador2021-04-301-28/+7
* x86/vmemmap: drop handling of 4K unaligned vmemmap rangeOscar Salvador2021-04-301-35/+13
* mm/interval_tree: add comments to improve code readabilityZhiyuan Dai2021-04-301-1/+1
* mm/memory.c: do_numa_page(): delete bool "migrated"Wang Qing2021-04-301-3/+1
* mm: page_counter: mitigate consequences of a page_counter underflowJohannes Weiner2021-04-301-2/+6
* linux/memcontrol.h: remove duplicate struct declarationWan Jiabing2021-04-301-2/+0
* mm: memcontrol: move PageMemcgKmem to the scope of CONFIG_MEMCG_KMEMMuchun Song2021-04-301-1/+6
* mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_p...Muchun Song2021-04-301-38/+25
* mm: memcontrol: use obj_cgroup APIs to charge kmem pagesMuchun Song2021-04-302-81/+155
* mm: memcontrol: change ug->dummy_page only if memcg changedMuchun Song2021-04-301-1/+1
* mm: memcontrol: directly access page->memcg_data in mm/page_alloc.cMuchun Song2021-04-301-2/+2
* mm: memcontrol: introduce obj_cgroup_{un}charge_pagesMuchun Song2021-04-301-23/+40
* mm: memcontrol: slab: fix obtain a reference to a freeing memcgMuchun Song2021-04-301-1/+9
* memcg: charge before adding to swapcache on swapinShakeel Butt2021-04-304-59/+100
* kselftests: cgroup: update kmem test for new vmstat implementationJohannes Weiner2021-04-301-8/+14
* mm: memcontrol: consolidate lruvec stat flushingJohannes Weiner2021-04-301-46/+28
* mm: memcontrol: switch to rstatJohannes Weiner2021-04-302-158/+127
* cgroup: rstat: punt root-level optimization to individual controllersJohannes Weiner2021-04-302-31/+47
* cgroup: rstat: support cgroup1Johannes Weiner2021-04-302-15/+21
* mm: memcontrol: privatize memcg_page_state query functionsJohannes Weiner2021-04-302-44/+32
* mm: memcontrol: kill mem_cgroup_nodeinfo()Johannes Weiner2021-04-302-17/+12
* mm: memcontrol: fix cpuhotplug statistics flushingJohannes Weiner2021-04-301-14/+21
* memcg: enable memcg oom-kill for __GFP_NOFAILShakeel Butt2021-04-301-3/+0
* memcg: cleanup root memcg checksShakeel Butt2021-04-301-2/+2
* mm: memcontrol: fix kernel stack accountMuchun Song2021-04-301-5/+8
* mm/memremap.c: fix improper SPDX comment styleZhiyuan Dai2021-04-301-1/+1
* mm: gup: remove FOLL_SPLITYang Shi2021-04-303-32/+2
* RDMA/umem: batch page unpin in __ib_umem_release()Joao Martins2021-04-301-6/+6
* mm/gup: add a range variant of unpin_user_pages_dirty_lock()Joao Martins2021-04-302-0/+64
* mm/gup: decrement head page once for group of subpagesJoao Martins2021-04-301-18/+11