aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu1-3/+1
2015-02-11mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov1-5/+0
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-1/+3
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-17/+7
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-0/+69
2015-01-11mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-01-11mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes1-0/+2
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-4/+4
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-7/+7
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest1-3/+7
2014-11-18x86, mpx: Cleanup unused bound tablesDave Hansen1-0/+2
2014-10-29mm, thp: fix collapsing of hugepages on madviseDavid Rientjes1-4/+4
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner1-17/+28
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin1-3/+4
2014-10-09mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checksAndrew Morton1-6/+11
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin1-3/+3
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov1-4/+3
2014-10-09mm/mmap.c: whitespace fixesvishnu.ps1-18/+19
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18Tejun Heo1-8/+8
2014-09-10mm/mmap.c: use pr_emerg when printing BUG related informationSasha Levin1-8/+8
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-6/+24
2014-08-06mm: catch memory commitment underflowKonstantin Khlebnikov1-0/+5
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys1-9/+12
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-29/+60
2014-06-04mm/mmap.c: remove the first mapping checkHuang Shijie1-3/+2
2014-06-04mm/mmap.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-3/+1
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski1-29/+60
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-26/+29
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-04-03mm/mmap.c: mark function as staticRashika Kheria1-1/+1
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton1-1/+1
2014-03-18mm: Add new func _install_special_mapping() to mmap.cStefani Seibold1-4/+16
2014-01-23mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov1-2/+10
2014-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker1-3/+3
2014-01-21mm/mmap.c: add mlock_future_check() helperDavidlohr Bueso1-22/+23
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand1-0/+1
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-1/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-9/+7
2013-11-13mm: factor commit limit calculationJerome Marchand1-3/+1
2013-11-13mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi1-5/+5
2013-11-13mmap: arch_get_unmapped_area(): use proper mmap base for bottom up directionHeiko Carstens1-1/+1
2013-10-24file->f_op is never NULL...Al Viro1-2/+2
2013-09-11mm/mmap: remove unnecessary assignmentYanchuan Nian1-1/+0
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov1-1/+11
2013-09-11mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov1-9/+5