summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* mm: remove VM_FAULT_MINORJan Kara2016-03-171-2/+0Star
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-19/+6Star
* mm: scale kswapd watermarks in proportion to memoryJohannes Weiner2016-03-171-0/+1
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-9/+8Star
* 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-161-3/+2Star
| * mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-161-9/+0Star
| * mm/page_poisoning.c: allow for zero poisoningLaura Abbott2016-03-161-0/+2
| * mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott2016-03-161-0/+9
| * mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim2016-03-161-4/+8
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-0/+2
|\ \ | |/ |/|
| * Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-181-4/+5
| |\
| * \ Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-291-95/+150
| |\ \
| * | | mm: Add vm_insert_pfn_prot()Andy Lutomirski2016-01-121-0/+2
* | | | Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-041-4/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | mm: polish virtual memory accountingKonstantin Khlebnikov2016-02-031-2/+4
| * | | proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-031-2/+1Star
| | |/ | |/|
* / | memremap: Change region_intersects() to take @flags and @descToshi Kani2016-01-301-1/+2
|/ /
* | mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang2016-01-161-1/+1
* | mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-161-2/+3
* | mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-161-18/+41
* | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-161-0/+7
* | mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-161-1/+1
* | x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-161-1/+8
* | mm: skip memory block registration for ZONE_DEVICEDan Williams2016-01-161-0/+12
* | mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-161-9/+14
* | thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-161-0/+5
* | mm: hwpoison: adjust for new thp refcountingNaoya Horiguchi2016-01-161-1/+1
* | mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-161-2/+13
* | mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-161-2/+24
* | mm, thp: remove compound_lock()Kirill A. Shutemov2016-01-161-35/+0Star
* | mm: drop tail page refcountingKirill A. Shutemov2016-01-161-37/+10Star
* | mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-151-10/+3Star
* | mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2016-01-151-0/+4
* | mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman2016-01-151-0/+11
* | mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-151-1/+17
|/
* mm: use 'unsigned int' for page orderKirill A. Shutemov2015-11-071-2/+3
* mm: make compound_head() robustKirill A. Shutemov2015-11-071-50/+3Star
* mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-071-5/+19
* mm: introduce VM_LOCKONFAULTEric B Munson2015-11-061-0/+5
* mm: do not inc NR_PAGETABLE if ptlock_init failedVladimir Davydov2015-11-061-1/+3
* mm: use only per-device readahead limitRoman Gushchin2015-11-061-2/+0Star
* memcg: fix dirty page migrationGreg Thelen2015-10-021-0/+21
* Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-121-0/+44
|\
| * [media] mm: Provide new get_vaddr_frames() helperJan Kara2015-08-161-0/+44
* | mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2015-09-101-2/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-091-24/+8Star
|\ \