aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko1-0/+1
2017-02-22userfaultfd: shmem: introduce vma_is_shmemMike Rapoport1-0/+10
2017-02-22userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processingMike Kravetz1-1/+2
2017-02-22userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd supportMike Kravetz1-0/+3
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-1/+1
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-2/+1
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler1-0/+25
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+4
2017-01-11mm: Introduce lm_aliasLaura Abbott1-0/+4
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler1-2/+0
2017-01-10mm: add follow_pte_pmd()Ross Zwisler1-0/+2
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin1-0/+2
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-29/+17
2016-12-14mm: export follow_pte()Jan Kara1-0/+2
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara1-0/+1
2016-12-14mm: move handling of COW faults into DAX codeJan Kara1-8/+1
2016-12-14mm: factor out functionality to finish page faultsJan Kara1-0/+1
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara1-1/+3
2016-12-14mm: add orig_pte field into vm_faultJan Kara1-2/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-2/+0
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-17/+11
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes1-3/+0
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-0/+2
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes1-4/+0
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski1-1/+1
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+2
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes1-2/+1
2016-10-18mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-0/+1
2016-10-07linux/mm.h: canonicalize macro PAGE_ALIGNED() definitionzijun_hu1-1/+1
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko1-3/+2
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli1-2/+8
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli1-1/+1
2016-10-07mm: remove page_file_indexHuang Ying1-12/+0
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying1-4/+4
2016-10-07mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju1-0/+3
2016-10-07mm: pagewalk: fix the comment for test_walkJames Morse1-2/+2
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov1-0/+2
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+1
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik1-0/+1
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman1-0/+5
2016-07-28mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner1-0/+10
2016-07-28mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko1-0/+2