summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V
2017-02-24mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V
2017-02-24mm: codgin-style fixesTobin C Harding
2017-02-24mm/memory.c: use NULL instead of literal 0Tobin C Harding
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov
2017-02-22mm: drop zap_details::check_swap_entriesKirill A. Shutemov
2017-02-22mm: drop zap_details::ignore_dirtyKirill A. Shutemov
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