aboutsummaryrefslogtreecommitdiffstats
path: root/mm/gup.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12mm: switch gup_hugepte to use try_get_compound_headChristoph Hellwig1-1/+2
2019-07-12mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig5-90/+93
2019-07-12mm: validate get_user_pages_fast flagsChristoph Hellwig1-0/+3
2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig5-142/+65
2019-07-12mm: reorder code blocks in gup.cChristoph Hellwig1-205/+205
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig10-18/+11
2019-07-12sparc64: use the generic get_user_pages_fast codeChristoph Hellwig4-341/+20
2019-07-12sparc64: define untagged_addr()Christoph Hellwig1-0/+22
2019-07-12sparc64: add the missing pgd_page definitionChristoph Hellwig1-0/+3
2019-07-12sh: use the generic get_user_pages_fast codeChristoph Hellwig4-278/+40
2019-07-12sh: add the missing pud_page definitionChristoph Hellwig1-0/+3
2019-07-12MIPS: use the generic get_user_pages_fast codeChristoph Hellwig4-304/+5
2019-07-12mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig5-52/+52
2019-07-12mm: simplify gup_fast_permittedChristoph Hellwig3-24/+9
2019-07-12mm: use untagged_addr() for get_user_pages_fast addressesChristoph Hellwig1-2/+2
2019-07-12mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long2-0/+64
2019-07-12mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin4-18/+58
2019-07-12mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pagesRoman Gushchin3-19/+70
2019-07-12mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin4-79/+96
2019-07-12mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlockRoman Gushchin1-3/+12
2019-07-12mm: memcg/slab: don't check the dying flag on kmem_cache creationRoman Gushchin1-1/+1
2019-07-12mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin3-28/+30
2019-07-12mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin2-8/+27
2019-07-12mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin4-28/+14
2019-07-12mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin3-19/+19
2019-07-12mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache()Roman Gushchin4-11/+12
2019-07-12mm: memcontrol: dump memory.stat during cgroup OOMJohannes Weiner1-132/+157
2019-07-12mm, memcg: introduce memory.events.localShakeel Butt3-11/+40
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2-3/+10
2019-07-12memcg, oom: no oom-kill for __GFP_RETRY_MAYFAILShakeel Butt1-3/+1
2019-07-12mm/mincore.c: fix race between swapoff and mincoreHuang Ying1-2/+10
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu3-66/+78
2019-07-12mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying1-18/+15
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying4-39/+146
2019-07-12mm/filemap.c: correct the comment about VM_FAULT_RETRYYang Shi1-4/+2
2019-07-129p: pass the correct prototype to read_cache_pageChristoph Hellwig1-2/+4
2019-07-12jffs2: pass the correct prototype to read_cache_pageChristoph Hellwig3-4/+4
2019-07-12mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig2-6/+7
2019-07-12mm/filemap.c: fix an overly long line in read_cache_pageChristoph Hellwig1-1/+2
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka7-54/+17
2019-07-12mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka2-14/+52
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka2-10/+28
2019-07-12mm/failslab.c: by default, do not fail allocations with direct reclaim onlyNicolas Boichat1-1/+2
2019-07-12include/linux/pagemap.h: document trylock_page() return valueAndrew Morton1-0/+3
2019-07-12mm: remove the exporting of totalram_pagesDenis Efremov1-2/+0
2019-07-12include/linux/vmpressure.h: use spinlock_t instead of struct spinlockSebastian Andrzej Siewior1-1/+1
2019-07-12mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu2-3/+2
2019-07-12mm: remove the account_page_dirtied exportChristoph Hellwig1-1/+0
2019-07-12include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_infoAlexey Dobriyan1-0/+2
2019-07-12mm: make !CONFIG_HUGE_PAGE wrappers into static inlinesJason Gunthorpe1-16/+86