aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09mm: remove unused VM_<READfoo> macros and expand other in-placeJoe Perches1-6/+0
2013-07-03mm: introduce helper function set_max_mapnr()Jiang Liu1-1/+8
2013-07-03mm: kill global variable num_physpagesJiang Liu1-1/+0
2013-07-03mm: introduce helper function mem_init_print_info() to simplify mem_init()Jiang Liu1-0/+12
2013-07-03mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu1-4/+2
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-3/+4
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-3/+2
2013-07-03include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton1-0/+3
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2013-05-07include/linux/mm.h: complete the mm_walk definitionAndrew Morton1-7/+13
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-3/+0
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker1-0/+1
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker1-0/+2
2013-04-29page_alloc: make setup_nr_node_ids() usable for arch init codeCody P Schafer1-0/+6
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-4/+4
2013-04-29fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett1-0/+4
2013-04-29mm: introduce free_highmem_page() helper to free highmem pages into buddy systemJiang Liu1-0/+7
2013-04-29mm: introduce common help functions to deal with reserved/managed pagesJiang Liu1-0/+48
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-1/+2
2013-04-16vm: add vm_iomap_memory() helper functionLinus Torvalds1-0/+2
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs"Michel Lespinasse1-1/+0
2013-03-04make do_mremap() staticAl Viro1-3/+0
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-0/+2
2013-03-02mm: define VM_GROWSUP for CONFIG_METAGJames Hogan1-0/+2
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu1-18/+0
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins1-0/+1
2013-02-23mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse1-2/+11
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse1-7/+8
2013-02-23mm: add SECTION_IN_PAGE_FLAGSCody P Schafer1-2/+6
2013-02-23mm: rename page struct field helpersMel Gorman1-10/+10
2013-02-23mm: uninline page_xchg_last_nid()Mel Gorman1-16/+5
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo1-0/+3
2013-02-23mm: don't inline page_mapping()Shaohua Li1-12/+1
2013-02-23mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra1-1/+32
2013-02-23mm: move page flags layout to separate headerPeter Zijlstra1-40/+0
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen1-0/+2
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen1-0/+5
2013-02-23page_alloc: add movable_memmap kernel parameterTang Chen1-0/+11
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+3
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu1-1/+2
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-1/+1
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse1-0/+1
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse1-1/+0
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse1-2/+1
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-3/+15
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin1-2/+70
2013-01-11mm: compaction: Partially revert capture of suitable high-order pageMel Gorman1-1/+0
2012-12-20mm: drop vmtruncateMarco Stornelli1-1/+0
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+39