summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2017-02-22userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processingMike Kravetz
2017-02-22userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd ...Mike Kravetz
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler
2017-01-10mm: add follow_pte_pmd()Ross Zwisler
2017-01-07mm: stop leaking PageTablesHugh Dickins
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara
2016-12-14mm: export follow_pte()Jan Kara
2016-12-14mm: change return values of finish_mkwrite_fault()Jan Kara
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara
2016-12-14mm: move part of wp_page_reuse() into the single call siteJan Kara
2016-12-14mm: use vmf->page during WP faultsJan Kara
2016-12-14mm: pass vm_fault structure into do_page_mkwrite()Jan Kara
2016-12-14mm: factor out common parts of write fault handlingJan Kara
2016-12-14mm: move handling of COW faults into DAX codeJan Kara
2016-12-14mm: factor out functionality to finish page faultsJan Kara
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara
2016-12-14mm: add orig_pte field into vm_faultJan Kara
2016-12-14mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara
2016-12-14mm: trim __do_fault() argumentsJan Kara
2016-12-14mm: use passed vm_fault structure in __do_fault()Jan Kara
2016-12-14mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-14mm: join struct fault_env and vm_faultJan Kara
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-11-10lkdtm: Do not use flush_icache_range() on user addressesCatalin Marinas
2016-11-09x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-07mm: fix cache mode tracking in vm_insert_mixed()Dan Williams
2016-10-07mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko
2016-09-30Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-09-25mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingLorenzo Stoakes
2016-09-13sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flagsRik van Riel
2016-08-02mm: move swap-in anonymous page into active listMinchan Kim
2016-08-02mm: fail prefaulting if page table allocation failsVegard Nossum
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov
2016-07-26shmem: add huge pages supportKirill A. Shutemov