summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-23mm: make vm_brk killableMichal Hocko
2016-05-23mm: make vm_mmap killableMichal Hocko
2016-05-20mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi
2016-05-20mm: make faultaround produce old ptesKirill A. Shutemov
2016-05-20mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader
2016-05-20mm: thp: microoptimize compound_mapcount()Andrea Arcangeli
2016-05-19mm, page_alloc: simplify last cpupid resetMel Gorman
2016-05-19mm: uninline page_mapped()Andrew Morton
2016-05-19mm/vmalloc.c: is_vmalloc_addr() can return boolYaowei Bai
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-05-19dax: Use radix tree entry lock to protect cow faultsJan Kara
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli
2016-04-28numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer
2016-04-28mm: exclude HugeTLB pages from THP page_mapped() logicSteve Capper
2016-04-22mm: replace open coded page to virt conversion with page_to_virt()Ard Biesheuvel
2016-04-14Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-04-07mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-03-25mm, oom: introduce oom reaperMichal Hocko
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17mm: remove VM_FAULT_MINORJan Kara
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-17mm: scale kswapd watermarks in proportion to memoryJohannes Weiner
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko
2016-03-17mm, tracing: refresh __def_vmaflag_namesKirill A. Shutemov
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner
2016-03-15mm/page_poisoning.c: allow for zero poisoningLaura Abbott
2016-03-15mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott
2016-03-15mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen
2016-02-18x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen
2016-02-18mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2016-01-30memremap: Change region_intersects() to take @flags and @descToshi Kani
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar