aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mman.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+46
2017-11-03mm: Define MAP_SYNC and VM_SYNC flagsJan Kara1-2/+6
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams1-0/+39
2017-11-03mm: Handle 0 flags in _calc_vm_trans() macroJan Kara1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-1/+1
2016-08-02include: mman: use bool instead of int for the return value of arch_validate_protChen Gang1-1/+1
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-3/+3
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand1-0/+1
2013-11-13mm: factor commit limit calculationJerome Marchand1-0/+2
2013-07-03mm: tune vm_committed_as percpu_counter batching sizeTim Chen1-1/+7
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs"Michel Lespinasse1-3/+1
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse1-1/+3
2012-11-15mm: export a function to get vm committed memoryK. Y. Srinivasan1-0/+2
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-11/+1
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-6/+3
2008-07-09mm: Allow architectures to define additional protection bitsDave Kleikamp1-1/+28
2008-05-24mm: fix atomic_t overflow in vmAlan Cox1-2/+2
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-04-25Sanitise linux/mman.h for userspace consumptionDavid Woodhouse1-5/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+67