aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/module.lds (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-02userfaultfd: don't retake mmap_sem to emulate NOPAGEPeter Xu1-24/+0
2020-04-02mm: return faster for non-fatal signals in user mode faultsPeter Xu1-1/+2
2020-04-02sh/mm: use helper fault_signal_pending()Peter Xu1-5/+5
2020-04-02powerpc/mm: use helper fault_signal_pending()Peter Xu1-8/+4
2020-04-02arm64/mm: use helper fault_signal_pending()Peter Xu1-12/+7
2020-04-02arc/mm: use helper fault_signal_pending()Peter Xu1-21/+13
2020-04-02x86/mm: use helper fault_signal_pending()Peter Xu1-15/+13
2020-04-02mm: introduce fault_signal_pending()Peter Xu18-18/+32
2020-04-02mm/gup: fix __get_user_pages() on fault retry of hugetlbPeter Xu1-0/+10
2020-04-02mm/gup: rename "nonblocking" to "locked" where properPeter Xu2-27/+25
2020-04-02mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)2-4/+7
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual5-20/+18
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual3-27/+11
2020-04-02mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual2-3/+3
2020-04-02mm/mapping_dirty_helpers: update huge page-table entry callbacksThomas Hellstrom1-4/+38
2020-04-02mm: memcg: make memory.oom.group tolerable to task migrationRoman Gushchin1-0/+8
2020-04-02mm, memcg: prevent mem_cgroup_protected store tearingChris Down1-4/+4
2020-04-02mm, memcg: prevent memory.swap.max load tearingChris Down1-3/+4
2020-04-02mm, memcg: prevent memory.min load/store tearingChris Down2-6/+8
2020-04-02mm, memcg: prevent memory.low load/store tearingChris Down1-3/+5
2020-04-02mm, memcg: prevent memory.max load tearingChris Down1-6/+6
2020-04-02mm, memcg: prevent memory.high load/store tearingChris Down1-6/+7
2020-04-02mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unusedVincenzo Frascino1-1/+2
2020-04-02memcg: css_tryget_online cleanupsShakeel Butt1-5/+9
2020-04-02mm: memcontrol: recursive memory.low protectionJohannes Weiner4-5/+79
2020-04-02mm: memcontrol: clean up and document effective low/min calculationsJohannes Weiner1-92/+83
2020-04-02mm: memcontrol: fix memory.low proportional distributionJohannes Weiner2-13/+3
2020-04-02mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin3-32/+31
2020-04-02mm: memcg/slab: cache page number in memcg_(un)charge_slab()Roman Gushchin1-10/+12
2020-04-02mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()Roman Gushchin3-10/+11
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin5-21/+25
2020-04-02mm: kmem: cleanup memcg_kmem_uncharge_memcg() argumentsRoman Gushchin2-3/+3
2020-04-02mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin3-11/+8
2020-04-02mm: memcg/slab: use mem_cgroup_from_obj()Roman Gushchin2-14/+3
2020-04-02mm/memcontrol.c: allocate shrinker_map on appropriate NUMA nodeKirill Tkhai1-2/+2
2020-04-02mm, memcg: fix build error around the usage of kmem_cachesYafang Shao2-2/+3
2020-04-02mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cacheWei Yang1-1/+1
2020-04-02mm: swap: use smp_mb__after_atomic() to order LRU bit setYang Shi1-2/+2
2020-04-02mm: swap: make page_evictable() inlineYang Shi4-28/+25
2020-04-02mm/swap_slots.c: assign|reset cache slot by value directlyWei Yang1-7/+5
2020-04-02mm/swapfile: fix data races in try_to_unuse()Qian Cai1-4/+4
2020-04-02mm/swap.c: not necessary to export __pagevec_lru_add()Wei Yang1-1/+0
2020-04-02mm/swapfile.c: fix comments for swapcache_prepareChen Wandun1-1/+1
2020-04-02mm/gup: fix omission of check on FOLL_LONGTERM in gup fast pathPingfan Liu1-0/+8
2020-04-02mm/gup: rename nr as nr_pinned in get_user_pages_fast()Pingfan Liu1-13/+13
2020-04-02mm/gup/writeback: add callbacks for inaccessible pagesClaudio Imbrenda3-4/+41
2020-04-02mm: dump_page(): additional diagnostics for huge pinned pagesJohn Hubbard2-5/+23
2020-04-02mm: improve dump_page() for compound pagesMatthew Wilcox (Oracle)1-10/+23
2020-04-02selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverageJohn Hubbard1-0/+22
2020-04-02mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard2-6/+80