summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-02-111-2/+2
* mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov2015-02-111-5/+0
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-1/+3
* rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-101-17/+7
* mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov2015-02-101-0/+69
* mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov2015-01-111-2/+4
* mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds2015-01-111-2/+5
* mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes2014-12-131-0/+2
* mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-4/+4
* mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-131-7/+7
* Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-0/+2
|\
| * x86, mpx: Cleanup unused bound tablesDave Hansen2014-11-181-0/+2
* | mm: fix anon_vma_clone() error treatmentDaniel Forrest2014-12-031-3/+7
|/
* mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2014-10-291-4/+4
* mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2014-10-141-17/+28
* Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-1/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-241-8/+8
| |\
| * | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
* | | mm: use VM_BUG_ON_MM where possibleSasha Levin2014-10-091-3/+4
* | | mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checksAndrew Morton2014-10-091-6/+11
* | | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-091-3/+3
* | | mm: use may_adjust_brk helperCyrill Gorcunov2014-10-091-4/+3
* | | mm/mmap.c: whitespace fixesvishnu.ps2014-10-091-18/+19
| |/ |/|
* | mm/mmap.c: use pr_emerg when printing BUG related informationSasha Levin2014-09-101-8/+8
|/
* mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-081-6/+24
* mm: catch memory commitment underflowKonstantin Khlebnikov2014-08-061-0/+5
* mm: convert some level-less printks to pr_*Mitchel Humpherys2014-06-061-9/+12
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-29/+60
|\
| * x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-201-29/+60
* | mm/mmap.c: remove the first mapping checkHuang Shijie2014-06-041-3/+2
* | mm/mmap.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-06-041-3/+1
|/
* mm: per-thread vma cachingDavidlohr Bueso2014-04-071-26/+29
* Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-04-041-1/+1
|\
| * locks: fix locks_mandatory_locked to respect file-private locksJeff Layton2014-03-311-1/+1
* | mm/mmap.c: mark function as staticRashika Kheria2014-04-031-1/+1
* | mm: Add new func _install_special_mapping() to mmap.cStefani Seibold2014-03-181-4/+16
|/
* mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov2014-01-231-2/+10
* mm: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-01-231-3/+3
* mm/mmap.c: add mlock_future_check() helperDavidlohr Bueso2014-01-211-22/+23
* mm: add overcommit_kbytes sysctl variableJerome Marchand2014-01-211-0/+1
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-1/+2
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-9/+7
|\
| * mm: factor commit limit calculationJerome Marchand2013-11-131-3/+1
| * mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi2013-11-131-5/+5
| * mmap: arch_get_unmapped_area(): use proper mmap base for bottom up directionHeiko Carstens2013-11-131-1/+1
* | file->f_op is never NULL...Al Viro2013-10-241-2/+2
|/
* mm/mmap: remove unnecessary assignmentYanchuan Nian2013-09-111-1/+0
* mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov2013-09-111-1/+11
* mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov2013-09-111-9/+5
* mm: do_mmap_pgoff: cleanup the usage of file_inode()Oleg Nesterov2013-09-111-3/+2
OpenPOWER on IntegriCloud