Commit Graph

730 Commits (ad61dd303a0f2439bb104349e2d2ec91a3010ce0)

Author SHA1 Message Date
Al Viro db68ce10c4 new helper: uaccess_kernel() 8 years ago
Kirill A. Shutemov 90eceff1a3 mm: introduce __p4d_alloc() 8 years ago
Kirill A. Shutemov c2febafc67 mm: convert generic code to 5-level paging 8 years ago
Ingo Molnar 299300258d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> 8 years ago
Ingo Molnar 6a3827d750 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> 8 years ago
Ingo Molnar f7ccbae45c sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> 8 years ago
Ingo Molnar 6e84f31522 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> 8 years ago
Aneesh Kumar K.V 288bc54949 mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte. 8 years ago
Aneesh Kumar K.V cee216a696 mm/autonuma: don't use set_pte_at when updating protnone ptes 8 years ago
Tobin C Harding 166f61b943 mm: codgin-style fixes 8 years ago
Tobin C Harding 7f2b6ce8e3 mm/memory.c: use NULL instead of literal 0 8 years ago
Dave Jiang c791ace1e7 mm: replace FAULT_FLAG_SIZE with parameter to huge_fault 8 years ago
Matthew Wilcox a00cc7d9dd mm, x86: add support for PUD-sized transparent hugepages 8 years ago
Dave Jiang a2d581675d mm,fs,dax: change ->pmd_fault to ->huge_fault 8 years ago
Dave Jiang 11bac80004 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf 8 years ago
Kirill A. Shutemov ecf1385d72 mm: drop unused argument of zap_page_range() 8 years ago
Kirill A. Shutemov 3e8715fdc0 mm: drop zap_details::check_swap_entries 8 years ago
Kirill A. Shutemov da162e9368 mm: drop zap_details::ignore_dirty 8 years ago
Mike Kravetz 810a56b943 userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processing 8 years ago
Mike Kravetz fa4d75c1de userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd support 8 years ago
Dave Jiang f42003917b mm, dax: change pmd_fault() to take only vmf parameter 8 years ago
Dave Jiang d8a849e1bc mm, dax: make pmd_fault() and friends be the same as fault() 8 years ago
Ross Zwisler f729c8c9b2 dax: wrprotect pmd_t in dax_mapping_entry_mkclean 8 years ago
Ross Zwisler 0979639595 mm: add follow_pte_pmd() 8 years ago
Hugh Dickins b0b9b3df27 mm: stop leaking PageTables 8 years ago
Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 years ago
Jan Kara 2f89dc12a2 dax: protect PTE modification on WP fault by radix tree entry lock 8 years ago
Jan Kara cae1240257 mm: export follow_pte() 8 years ago
Jan Kara a19e25536e mm: change return values of finish_mkwrite_fault() 8 years ago
Jan Kara 66a6197c11 mm: provide helper for finishing mkwrite faults 8 years ago
Jan Kara 997dd98dd6 mm: move part of wp_page_reuse() into the single call site 8 years ago
Jan Kara a41b70d6df mm: use vmf->page during WP faults 8 years ago
Jan Kara 38b8cb7fbb mm: pass vm_fault structure into do_page_mkwrite() 8 years ago
Jan Kara 97ba0c2b4b mm: factor out common parts of write fault handling 8 years ago
Jan Kara b1aa812b21 mm: move handling of COW faults into DAX code 8 years ago
Jan Kara 9118c0cbd4 mm: factor out functionality to finish page faults 8 years ago
Jan Kara 3917048d45 mm: allow full handling of COW faults in ->fault handlers 8 years ago
Jan Kara 2994302bc8 mm: add orig_pte field into vm_fault 8 years ago
Jan Kara fe82221f57 mm: use passed vm_fault structure for in wp_pfn_shared() 8 years ago
Jan Kara 936ca80d37 mm: trim __do_fault() arguments 8 years ago
Jan Kara 667240e0f2 mm: use passed vm_fault structure in __do_fault() 8 years ago
Jan Kara 0721ec8bc1 mm: use pgoff in struct vm_fault instead of passing it separately 8 years ago
Jan Kara 1a29d85eb0 mm: use vmf->address instead of of vmf->virtual_address 8 years ago
Jan Kara 82b0f8c39a mm: join struct fault_env and vm_fault 8 years ago
Lorenzo Stoakes 5b56d49fc3 mm: add locked parameter to get_user_pages_remote() 8 years ago
Aneesh Kumar K.V 953c66c2b2 mm: THP page cache support for ppc64 8 years ago
Aneesh Kumar K.V 692a68c154 mm: remove the page size change check in tlb_remove_page 8 years ago
Aneesh Kumar K.V 07e326610e mm: add tlb_remove_check_page_size_change to track page size change 8 years ago
David Rientjes fd60775aea mm, thp: avoid unlikely branches for split_huge_pmd 8 years ago
Eric W. Biederman 84d77d3f06 ptrace: Don't allow accessing an undumpable mm 8 years ago