aboutsummaryrefslogtreecommitdiff
path: root/mm/nommu.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+5
2016-12-14mm: join struct fault_env and vm_faultGravatar Jan Kara 1-1/+1
2016-12-14mm: unexport __get_user_pages_unlocked()Gravatar Lorenzo Stoakes 1-4/+4
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmGravatar Eric W. Biederman 1-1/+1
2016-11-10lkdtm: Do not use flush_icache_range() on user addressesGravatar Catalin Marinas 1-0/+1
2016-10-24mm: unexport __get_user_pages()Gravatar Lorenzo Stoakes 1-1/+1
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-3/+3
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-4/+3
2016-10-19mm: replace __access_remote_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-3/+6
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-14/+4
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+4
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-9/+2
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Gravatar Lorenzo Stoakes 1-3/+9
2016-07-26mm: introduce fault_envGravatar Kirill A. Shutemov 1-1/+2
2016-05-27mm: remove more IS_ERR_VALUE abusesGravatar Linus Torvalds 1-1/+1
2016-04-14Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-37/+7
2016-04-07mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Gravatar Ingo Molnar 1-37/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
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