aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He1-2/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-2/+2
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes1-2/+2
2023-10-03mm: Remove unused vm_brk()Kees Cook1-5/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-08-21mm/nommu.c: use helper macro K()ZhangPeng1-2/+2
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett1-19/+14
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett1-8/+4
2023-08-18mm: make show_free_areas() staticKefeng Wang1-4/+4
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-2/+2
2023-07-01xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov1-1/+6
2023-06-30xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-0/+11
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-11/+7
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-1/+2
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-5/+5
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-5/+6
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-3/+5
2023-02-09nommu: pass through vma iterator to shrink_vma()Liam R. Howlett1-46/+17
2023-02-09nommu: convert nommu to using the vma iteratorLiam R. Howlett1-48/+31
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang1-4/+4
2023-01-18mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand1-21/+30
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand1-5/+6
2023-01-11nommu: fix split_vma() map_count errorLiam Howlett1-1/+3
2023-01-11nommu: fix do_munmap() error pathLiam Howlett1-1/+2
2023-01-11nommu: fix memory leak in do_mmap() error pathLiam Howlett1-1/+1
2022-09-26mm: remove the vma linked listLiam R. Howlett1-6/+0
2022-09-26nommu: remove uses of VMA linked listMatthew Wilcox (Oracle)1-37/+109
2022-09-26mm: remove vmacacheLiam R. Howlett1-33/+4
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett1-0/+11
2022-09-26mm: remove rb tree.Liam R. Howlett1-63/+24
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett1-0/+13
2022-07-17mm: nommu: pass a pointer to virt_to_page()Linus Walleij1-1/+1
2022-04-25no-MMU: expose vmalloc_huge() for alloc_large_system_hash()Linus Torvalds1-0/+2
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2021-11-06mm: nommu: kill arch_get_unmapped_area()Kefeng Wang1-6/+0
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig1-1/+0
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-2/+0
2021-09-03mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()David Hildenbrand1-2/+0
2021-08-23fs: remove mandatory file locking supportJeff Layton1-3/+0
2021-06-30mm/nommu: unexport do_munmap()Liam Howlett1-1/+0
2021-06-30nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li1-2/+2
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand1-1/+1
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand1-10/+0
2021-01-28mm/nommu: Fix return type of filemap_map_pages()Geert Uytterhoeven1-1/+2
2020-12-15mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard1-4/+4
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig1-7/+0
2020-09-24Fix references to nommu-mmap.rstStephen Kitt1-1/+1
2020-08-12mm/nommu.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne1-3/+3
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-06-26docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab1-1/+1
2020-06-26mm: remove vmalloc_execChristoph Hellwig1-17/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-8/+8
2020-06-08nommu: use flush_icache_user_range in brk and mmapChristoph Hellwig1-2/+2
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-12/+0
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig1-6/+8
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig1-3/+3
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig1-1/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-8/+7
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-3/+7
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang1-1/+1
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang1-7/+1
2019-11-25mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko1-2/+13
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-07-16mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig1-1/+3
2019-07-12mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov1-1/+2
2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig1-88/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder1-0/+14
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch1-4/+2
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez1-4/+0
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+2
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-2/+1
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds1-1/+0
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-4/+4
2018-06-07mm: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-04-05mm/nommu: remove description of alloc_vm_areaMike Rapoport1-12/+0
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+12
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-5/+12
2018-03-16mm: remove blackfin MPU supportArnd Bergmann1-20/+0
2018-02-06mm: docs: fixup punctuationMike Rapoport1-1/+1
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox1-7/+0
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+1
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko1-2/+2
2017-09-04mm/nommu: switch do_mmap_private to kernel_readChristoph Hellwig1-6/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-2/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-0/+5
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+2
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar1-1/+1
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-3/+4
2017-02-24mm: fix comments for mmap_init()seokhoon.yoon1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+1
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-3/+3
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+5
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-1/+1
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes1-4/+4
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-1/+1
2016-11-10lkdtm: Do not use flush_icache_range() on user addressesCatalin Marinas1-0/+1
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes1-1/+1
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-3/+3
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-4/+3
2016-10-19mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-3/+6
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-14/+4
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+4
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-9/+2
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes1-3/+9
2016-07-26mm: introduce fault_envKirill A. Shutemov1-1/+2
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds1-1/+1
2016-04-14Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-37/+7
2016-04-07mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar1-37/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-20/+46
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin1-116/+0
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin1-1/+0
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-1/+1
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen1-19/+45
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-11-05mm/nommu.c: drop unlikely inside BUG_ON()Geliang Tang1-5/+5
2015-11-05mm/nommu: use offset_in_page macroAlexander Kuleshov1-4/+4
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov1-9/+10
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-5/+5
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-5/+5
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-1/+1
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds1-2/+2
2015-06-24mm: nommu: refactor debug and warning printsLeon Romanovsky1-92/+20
2015-06-16mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker1-2/+2
2015-04-11nommu: use __vfs_read()Al Viro1-2/+2
2015-03-12mm/nommu.c: export symbol max_mapnrgchen gchen1-0/+1
2015-02-28mm/nommu: fix memory leakJoonsoo Kim1-3/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-39/+30
2015-02-11mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-11mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli1-3/+13
2015-02-11mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli1-0/+23
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-8/+0
2015-02-05mm: export "high_memory" symbol on !MMUArnd Bergmann1-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-39/+30
2014-12-13mm/nommu: use alloc_pages_exact() rather than its own implementationJoonsoo Kim1-22/+11
2014-12-13mm/nommu: share the i_mmap_rwsemDavidlohr Bueso1-5/+4
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-7/+7
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-5/+0
2014-06-23mm: nommu: per-thread vma cache fixSteven Miao1-1/+1
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys1-1/+4
2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong1-10/+6
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-8/+16
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+6
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton1-1/+1
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand1-0/+1
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-2/+1
2013-11-13mm: factor commit limit calculationJerome Marchand1-2/+1
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-4/+0
2013-07-03mm: kill global variable num_physpagesJiang Liu1-2/+0
2013-07-03mm/nommu.c: add additional check for vread() just like vwrite() has doneChen Gang1-0/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker1-4/+26
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker1-5/+30
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim1-2/+1
2013-04-27vm: add no-mmu vm_iomap_memory() stubLinus Torvalds1-0/+10
2013-04-04mm: prevent mmap_cache race in find_vma()Jan Stancek1-1/+1
2013-03-04make do_mremap() staticAl Viro1-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+6
2013-02-23mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse1-2/+4
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse1-7/+8
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-1/+1
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-2/+2
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-1/+4
2013-02-22new helper: file_inode(file)Al Viro1-6/+6
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2012-11-15mm: export a function to get vm committed memoryK. Y. Srinivasan1-0/+15
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-7/+5
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov1-10/+1
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+8
2012-09-26make get_file() return its argumentAl Viro1-4/+2
2012-06-04nommu: fix compilation of nommu.cGreg Ungerer1-1/+1
2012-06-01new helper: vm_mmap_pgoff()Al Viro1-28/+1
2012-06-01kill do_mmap() completelyAl Viro1-11/+5
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-2/+2
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro1-10/+12
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-1/+4
2012-05-30unexport do_mmap()Al Viro1-1/+0
2012-04-21kill mm argument of vm_munmap()Al Viro1-2/+3
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-2/+27
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-2/+7
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds1-1/+1
2012-02-24NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells1-2/+0
2012-02-24NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells1-0/+7
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel1-1/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1