aboutsummaryrefslogtreecommitdiff
path: root/mm/nommu.c
AgeCommit message (Expand)Author
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-06-07mm: use new return type vm_fault_tSouptick Joarder
2018-04-05mm/nommu: remove description of alloc_vm_areaMike Rapoport
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-03-16mm: remove blackfin MPU supportArnd Bergmann
2018-02-06mm: docs: fixup punctuationMike Rapoport
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko
2017-09-04mm/nommu: switch do_mmap_private to kernel_readChristoph Hellwig
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm: fix comments for mmap_init()seokhoon.yoon
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14mm: join struct fault_env and vm_faultJan Kara
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
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-10-24mm: unexport __get_user_pages()Lorenzo Stoakes
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() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes
2016-07-26mm: introduce fault_envKirill A. Shutemov
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds
2016-04-14Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-04-07mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin