summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-281-0/+5
* mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner2016-07-281-0/+10
* mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2016-07-281-0/+2
* mm: postpone page table allocation until we have page to mapKirill A. Shutemov2016-07-261-1/+9
* mm: introduce fault_envKirill A. Shutemov2016-07-261-8/+26
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-5/+4
* mm/compaction: split freepages without holding the zone lockJoonsoo Kim2016-07-261-1/+0
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-261-0/+1
* Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov2016-06-241-1/+1
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-271-1/+1
* Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-261-0/+7
|\
| * dax: Use radix tree entry lock to protect cow faultsJan Kara2016-05-191-0/+7
* | mm: make vm_brk killableMichal Hocko2016-05-231-1/+1
* | mm: make vm_mmap killableMichal Hocko2016-05-231-1/+1
* | mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi2016-05-201-0/+3
* | mm: make faultaround produce old ptesKirill A. Shutemov2016-05-201-1/+1
* | mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader2016-05-201-1/+1
* | mm: thp: microoptimize compound_mapcount()Andrea Arcangeli2016-05-201-2/+1
* | mm, page_alloc: simplify last cpupid resetMel Gorman2016-05-191-4/+1
* | mm: uninline page_mapped()Andrew Morton2016-05-191-20/+1
* | mm/vmalloc.c: is_vmalloc_addr() can return boolYaowei Bai2016-05-191-2/+2
* | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-161-1/+5
|\ \
| * | mm: replace open coded page to virt conversion with page_to_virt()Ard Biesheuvel2016-04-221-1/+5
* | | mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli2016-05-121-0/+9
* | | numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-04-281-0/+2
* | | mm: exclude HugeTLB pages from THP page_mapped() logicSteve Capper2016-04-281-0/+2
| |/ |/|
* | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-04-141-61/+3
|\ \ | |/ |/|
| * mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar2016-04-071-61/+3
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
|/
* mm, oom: introduce oom reaperMichal Hocko2016-03-251-0/+2
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-10/+89
|\
| * mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-181-0/+1
| * mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-181-0/+1
| * x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen2016-02-181-0/+7
| * mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen2016-02-181-0/+11
| * mm/gup: Overload get_user_pages() functionsDave Hansen2016-02-161-10/+64
| * mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-161-0/+5
| * Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-161-0/+2
| |\
* | | mm: remove VM_FAULT_MINORJan Kara2016-03-171-2/+0
* | | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-19/+6
* | | mm: scale kswapd watermarks in proportion to memoryJohannes Weiner2016-03-171-0/+1
* | | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-9/+8
* | | mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2016-03-171-0/+1
* | | mm, tracing: refresh __def_vmaflag_namesKirill A. Shutemov2016-03-171-0/+1
* | | mm: move max_map_count bits into mm.hAndrey Ryabinin2016-03-171-0/+21
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-16/+21
|\ \ \
| * | | mm: simplify lock_page_memcg()Johannes Weiner2016-03-151-3/+2
| * | | mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-151-9/+0
| * | | mm/page_poisoning.c: allow for zero poisoningLaura Abbott2016-03-151-0/+2