summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2014-06-11mm: get_user_pages: use NON-MOVABLE pages when FOLL_DURABLE flag is setVandana Salve
2014-06-11mm: get_user_pages: use static inlineVandana Salve
2014-06-05Merge branch 'linux-3.10.40' into rel-21Ishan Mittal
2014-04-30mm: allow pgtable_page_ctor() to failKirill A. Shutemov
2014-04-03mm: close PageTail raceDavid Rientjes
2014-03-13Merge branch 'linux-3.10.33' into dev-kernel-3.10Deepak Nibade
2014-01-25mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUALGeert Uytterhoeven
2013-12-30Merge branch 'remotes/android/android-3.10' into dev-kernel-3.10Bharat Nihalani
2013-09-19mm: add a field to store names for private anonymous memoryColin Cross
2013-09-14UPSTREAM arch: mm: pass userspace fault flag to generic fault handlerPrashant Gaikwad
2013-07-01ashmem: Add shmem_set_file to mm/shmem.cJohn Stultz
2013-05-07include/linux/mm.h: complete the mm_walk definitionAndrew Morton
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker
2013-04-29page_alloc: make setup_nr_node_ids() usable for arch init codeCody P Schafer
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner
2013-04-29fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett
2013-04-29mm: introduce free_highmem_page() helper to free highmem pages into buddy systemJiang Liu
2013-04-29mm: introduce common help functions to deal with reserved/managed pagesJiang Liu
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes
2013-04-16vm: add vm_iomap_memory() helper functionLinus Torvalds
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse
2013-03-04make do_mremap() staticAl Viro
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-02mm: define VM_GROWSUP for CONFIG_METAGJames Hogan
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins
2013-02-23mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse
2013-02-23mm: add SECTION_IN_PAGE_FLAGSCody P Schafer
2013-02-23mm: rename page struct field helpersMel Gorman
2013-02-23mm: uninline page_xchg_last_nid()Mel Gorman
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo
2013-02-23mm: don't inline page_mapping()Shaohua Li
2013-02-23mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra
2013-02-23mm: move page flags layout to separate headerPeter Zijlstra
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen
2013-02-23page_alloc: add movable_memmap kernel parameterTang Chen
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin
2013-01-11mm: compaction: Partially revert capture of suitable high-order pageMel Gorman