aboutsummaryrefslogtreecommitdiff
path: root/mm/nommu.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-20/+46
2016-03-17mm: deduplicate memory overcommitment codeGravatar Andrey Ryabinin 1-116/+0
2016-03-17mm: move max_map_count bits into mm.hGravatar Andrey Ryabinin 1-1/+0
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Gravatar Dave Hansen 1-1/+1
2016-02-16mm/gup: Overload get_user_pages() functionsGravatar Dave Hansen 1-19/+45
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-11-05mm/nommu.c: drop unlikely inside BUG_ON()Gravatar Geliang Tang 1-5/+5
2015-11-05mm/nommu: use offset_in_page macroGravatar Alexander Kuleshov 1-4/+4
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Gravatar Oleg Nesterov 1-9/+10
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-5/+5
2015-08-07treewide: fix typos in comment blocksGravatar Masahiro Yamada 1-5/+5
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Gravatar Eric W. Biederman 1-1/+1
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-2/+2
2015-06-24mm: nommu: refactor debug and warning printsGravatar Leon Romanovsky 1-92/+20
2015-06-16mm: replace module_init usages with subsys_initcall in nommu.cGravatar Paul Gortmaker 1-2/+2
2015-04-11nommu: use __vfs_read()Gravatar Al Viro 1-2/+2
2015-03-12mm/nommu.c: export symbol max_mapnrGravatar gchen gchen 1-0/+1
2015-02-28mm/nommu: fix memory leakGravatar Joonsoo Kim 1-3/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-39/+30
2015-02-11mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Gravatar Roman Gushchin 1-2/+2
2015-02-11mm: gup: add __get_user_pages_unlocked to customize gup_flagsGravatar Andrea Arcangeli 1-3/+13
2015-02-11mm: gup: add get_user_pages_locked and get_user_pages_unlockedGravatar Andrea Arcangeli 1-0/+23
2015-02-10mm: replace remap_file_pages() syscall with emulationGravatar Kirill A. Shutemov 1-8/+0
2015-02-05mm: export "high_memory" symbol on !MMUGravatar Arnd Bergmann 1-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-39/+30
2014-12-13mm/nommu: use alloc_pages_exact() rather than its own implementationGravatar Joonsoo Kim 1-22/+11
2014-12-13mm/nommu: share the i_mmap_rwsemGravatar Davidlohr Bueso 1-5/+4
2014-12-13mm: use new helper functions around the i_mmap_mutexGravatar Davidlohr Bueso 1-7/+7
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Gravatar Tejun Heo 1-1/+1
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaGravatar Andy Lutomirski 1-5/+0
2014-06-23mm: nommu: per-thread vma cache fixGravatar Steven Miao 1-1/+1
2014-06-06mm: convert some level-less printks to pr_*Gravatar Mitchel Humpherys 1-1/+4
2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleGravatar Choi Gi-yong 1-10/+6
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 1-1/+2
2014-04-07mm: per-thread vma cachingGravatar Davidlohr Bueso 1-8/+16
2014-04-07mm: implement ->map_pages for page cacheGravatar Kirill A. Shutemov 1-0/+6
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksGravatar Jeff Layton 1-1/+1
2014-01-21mm: add overcommit_kbytes sysctl variableGravatar Jerome Marchand 1-0/+1
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-2/+1
2013-11-13mm: factor commit limit calculationGravatar Jerome Marchand 1-2/+1
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-1/+1
2013-07-10mm: remove free_area_cacheGravatar Michel Lespinasse 1-4/+0
2013-07-03mm: kill global variable num_physpagesGravatar Jiang Liu 1-2/+0
2013-07-03mm/nommu.c: add additional check for vread() just like vwrite() has doneGravatar Chen Gang 1-0/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobGravatar Andrew Shewmaker 1-4/+26
2013-04-29mm: limit growth of 3% hardcoded other user reserveGravatar Andrew Shewmaker 1-5/+30
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistGravatar Joonsoo Kim 1-2/+1
2013-04-27vm: add no-mmu vm_iomap_memory() stubGravatar Linus Torvalds 1-0/+10
2013-04-04mm: prevent mmap_cache race in find_vma()Gravatar Jan Stancek 1-1/+1