summaryrefslogtreecommitdiff
path: root/include/linux/mman.h
AgeCommit message (Expand)Author
2021-09-03mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()David Hildenbrand
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand
2020-09-04mm: Introduce arch_validate_flags()Catalin Marinas
2020-09-04mm: Introduce arch_calc_vm_flag_bits()Kevin Brodsky
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-03mm: Define MAP_SYNC and VM_SYNC flagsJan Kara
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams
2017-11-03mm: Handle 0 flags in _calc_vm_trans() macroJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2016-08-02include: mman: use bool instead of int for the return value of arch_validate_...Chen Gang
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand
2013-11-13mm: factor commit limit calculationJerome Marchand
2013-07-03mm: tune vm_committed_as percpu_counter batching sizeTim Chen
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse
2012-11-15mm: export a function to get vm committed memoryK. Y. Srinivasan
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro
2008-07-09mm: Allow architectures to define additional protection bitsDave Kleikamp
2008-05-24mm: fix atomic_t overflow in vmAlan Cox
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-04-25Sanitise linux/mman.h for userspace consumptionDavid Woodhouse
2005-04-16Linux-2.6.12-rc2Linus Torvalds