summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott2016-03-151-0/+9
| * mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim2016-03-151-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/+1
| | |/ | |/|
* / | 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-151-1/+1
* | mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-151-2/+3
* | mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-151-18/+41
* | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-151-0/+7
* | mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-151-1/+1
* | x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-151-1/+8
* | mm: skip memory block registration for ZONE_DEVICEDan Williams2016-01-151-0/+12
* | mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-151-9/+14
* | thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-151-0/+5
* | mm: hwpoison: adjust for new thp refcountingNaoya Horiguchi2016-01-151-1/+1
* | mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-151-2/+13
* | mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-151-2/+24
* | mm, thp: remove compound_lock()Kirill A. Shutemov2016-01-151-35/+0
* | mm: drop tail page refcountingKirill A. Shutemov2016-01-151-37/+10
* | mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-10/+3
* | mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2016-01-141-0/+4
* | mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman2016-01-141-0/+11
* | mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-141-1/+17
|/
* mm: use 'unsigned int' for page orderKirill A. Shutemov2015-11-061-2/+3
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-50/+3
* mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-061-5/+19
* mm: introduce VM_LOCKONFAULTEric B Munson2015-11-051-0/+5
* mm: do not inc NR_PAGETABLE if ptlock_init failedVladimir Davydov2015-11-051-1/+3
* mm: use only per-device readahead limitRoman Gushchin2015-11-051-2/+0
* memcg: fix dirty page migrationGreg Thelen2015-10-011-0/+21
* Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-111-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-081-24/+8
|\ \
| * | mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error han...Wanpeng Li2015-09-081-0/+1
| * | mm: rename and move get/set_freepage_migratetypeVlastimil Babka2015-09-081-12/+0
| * | mm: remove put_page_unless_one()Vineet Gupta2015-09-081-12/+0
| * | mm: add a pmd_fault handlerMatthew Wilcox2015-09-081-0/+2
| * | mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2015-09-081-0/+5
* | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+8
|\ \ \ | |/ / |/| |
| * | mm: enhance region_is_ram() to region_intersects()Dan Williams2015-08-101-1/+8
| |/