Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm/gup.c
AgeCommit message (Expand)Author
2019-05-14mm: introduce put_user_page*(), placeholder versionsJohn Hubbard
2019-05-14mm/gup: add FOLL_LONGTERM capability to GUP fastIra Weiny
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-14mm/gup: change write parameter to flags in fast walkIra Weiny
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-04-15Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds
2019-03-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-06mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V
2019-02-13mm/gup: fix gup_pmd_range() for daxYu Zhao
2019-02-11mm/gup: Remove the 'write' parameter from gup_fast_permitted()Ira Weiny
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-05mm/: remove caller signal_pending branch predictionsDavidlohr Bueso
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-01mm/gup: finish consolidating error handlingJohn Hubbard
2018-11-18mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport
2018-10-31mm/gup.c: fix __get_user_pages_fast() commentFengguang Wu
2018-10-27mm/gup: cache dev_pagemap while pinning pagesKeith Busch
2018-10-27mm: remove unnecessary local variable addr in __get_user_pages_fast()Wei Yang
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-07-14mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko
2018-06-09Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-09Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-08mm, gup: prevent pmd checking race in follow_pmd_mask()Huang Ying
2018-06-08mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour
2018-05-22mm: fix __gup_device_huge vs unmapDan Williams
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-04-14mm/gup.c: document return valueMichael S. Tsirkin
2018-04-14get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin
2018-04-06mm/gup.c: fix coding style issues.Mario Leinweber
2018-03-10mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAITAndrea Arcangeli
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-01-08mm: optimize dev_pagemap reference counting around get_dev_pagemapChristoph Hellwig
2017-12-16Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds
2017-12-03__get_user_pages_locked(): get rid of notify_drop argumentAl Viro
2017-12-03get_user_pages_unlocked(): pass true to __get_user_pages_locked() notify_dropAl Viro
2017-12-03fold __get_user_pages_unlocked() into its sole remaining callerAl Viro
2017-11-30mm: introduce get_user_pages_longtermDan Williams
2017-11-30mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams
2017-10-20Merge branch 'x86/urgent' into x86/mm, to pick up fixesIngo Molnar
2017-09-13mm, x86/mm: Fix performance regression in get_user_pages_fast()Kirill A. Shutemov
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan
2017-09-07mm/gup: make __gup_device_* require THPOliver O'Halloran
2017-07-07mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal
2017-07-07mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon
2017-07-07mm/follow_page_mask: add support for hugepage directory entryAneesh Kumar K.V
2017-07-07mm/follow_page_mask: add support for hugetlb pgd entriesAnshuman Khandual
2017-07-07mm/follow_page_mask: split follow_page_mask to smaller functions.Aneesh Kumar K.V