summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman11-17/+52
2016-10-25mm: unexport __get_user_pages()Lorenzo Stoakes4-13/+6
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes17-54/+84
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes4-19/+20
2016-10-19mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-11/+21
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes22-54/+49
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes4-12/+15
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes14-36/+27
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes6-19/+34
2016-07-26mm: introduce fault_envKirill A. Shutemov10-516/+475
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds6-36/+30
2016-04-15Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-143/+17
2016-04-07mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar3-143/+17
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds85-241/+1406
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin3-240/+124
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin5-24/+21
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen7-11/+12
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen4-46/+158
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-11-06mm/nommu.c: drop unlikely inside BUG_ON()Geliang Tang1-5/+5
2015-11-06mm/nommu: use offset_in_page macroAlexander Kuleshov1-4/+4
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov4-61/+31
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds48-70/+70
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada12-18/+18
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman9-9/+23
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds11-22/+13
2015-06-25mm: nommu: refactor debug and warning printsLeon Romanovsky1-92/+20
2015-06-16mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker1-2/+2
2015-04-12nommu: use __vfs_read()Al Viro1-2/+2
2015-03-13mm/nommu.c: export symbol max_mapnrgchen gchen1-0/+1
2015-02-28mm/nommu: fix memory leakJoonsoo Kim1-3/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds87-704/+305
2015-02-12mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-12mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli3-15/+49
2015-02-12mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli3-11/+196
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov6-298/+79
2015-02-05mm: export "high_memory" symbol on !MMUArnd Bergmann1-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig32-346/+169
2014-12-13mm/nommu: use alloc_pages_exact() rather than its own implementationJoonsoo Kim1-22/+11
2014-12-13mm/nommu: share the i_mmap_rwsemDavidlohr Bueso1-5/+4
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso12-40/+40
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo23-42/+49
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski21-182/+53
2014-06-23mm: nommu: per-thread vma cache fixSteven Miao1-1/+1
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys5-14/+29
2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong2-12/+7
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza5-6/+13
2014-04-07mm: per-thread vma cachingDavidlohr Bueso12-44/+231
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov14-0/+93
[next]