summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: change return type to vm_fault_tSouptick Joarder2018-06-071-2/+2
* Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-1/+1
|\
| * Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-1/+1
| |\
| | * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | | mmap: relax file size limit for regular filesLinus Torvalds2018-05-191-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-111-18/+26
|\ \ \
| * | | mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2018-05-111-18/+26
* | | | mmap: introduce sane default mmap limitsLinus Torvalds2018-05-111-0/+32
|/ / /
* | | x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-251-1/+10
|/ /
* | mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-111-0/+11
* | mm: always print RLIMIT_DATA warningDavid Woodhouse2018-04-051-6/+8
* | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-5/+12
|/
* mm, oom_reaper: fix memory corruptionMichal Hocko2017-12-141-5/+5
* mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2017-11-291-3/+5
* mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-031-0/+15
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-5/+5
* mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli2017-09-061-0/+18
* userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeedsAndrea Arcangeli2017-09-061-7/+15
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-3/+3
* mm: fix overflow check in expand_upwards()Helge Deller2017-07-141-1/+1
* mm: use dedicated helper to access rlimit valueKrzysztof Opasiak2017-07-101-3/+2
* mm/mmap.c: expand_downwards: don't require the gap if !vm_prevOleg Nesterov2017-07-101-7/+3
* mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko2017-07-101-2/+4
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-081-0/+4
|\
| * ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov2017-06-211-0/+4
* | mm/mmap.c: mark protection_map as __ro_after_initDaniel Micay2017-07-061-1/+1
* | Allow stack to grow up to address space limitHelge Deller2017-06-211-5/+8
* | mm: fix new crash in unmapped_area_topdown()Hugh Dickins2017-06-211-2/+4
* | mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-60/+89
|/
* mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual2017-05-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-021-1/+1
|\
| * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-1/+1
| |\
| | * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-1/+1
* | | mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes2017-02-241-4/+4
* | | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-15/+31
* | | mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport2017-02-241-8/+1
* | | mm: fix comments for mmap_init()seokhoon.yoon2017-02-241-1/+1
* | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-5/+4
|/ /
* | powerpc: do not make the entire heap executableDenys Vlasenko2017-02-221-5/+19
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbAndrea Arcangeli2016-10-071-18/+41
* mm: vma_adjust: minor comment correctionAndrea Arcangeli2016-10-071-1/+1
* mm: vma_adjust: remove superfluous check for next not NULLAndrea Arcangeli2016-10-071-1/+1
* mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli2016-10-071-27/+130
* mm: vma_adjust: remove superfluous confusing update in remove_next == 1 caseAndrea Arcangeli2016-10-071-2/+22
* mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli2016-10-071-7/+9
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-0/+8
|\
| * x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-141-0/+8
* | arm64: Introduce execute-only page access permissionsCatalin Marinas2016-08-251-0/+5
|/
* mm: refuse wrapped vm_brk requestsKees Cook2016-08-021-3/+5
OpenPOWER on IntegriCloud