summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2013-11-20Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds
2013-11-15mm: create a separate slab for page->ptl allocationKirill A. Shutemov
2013-11-15mm: properly separate the bloated ptl from the regular casePeter Zijlstra
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov
2013-11-15mm: allow pgtable_page_ctor() to failKirill A. Shutemov
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov
2013-11-15mm: introduce api for split page table lock for PMD levelKirill A. Shutemov
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov
2013-11-13mm/memblock.c: introduce bottom-up allocation modeTang Chen
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-10-11powerpc: Prepare to support kernel handling of IOMMU map/unmapAlexey Kardashevskiy
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-11mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li
2013-09-11mm: munlock: manual pte walk in fast path instead of follow_page_mask()Vlastimil Babka
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov
2013-08-12Merge branch 'x86/mce' into x86/rasIngo Molnar
2013-07-10mce: acpi/apei: Soft-offline a page on firmware GHES notificationNaveen N. Rao
2013-07-09mm: remove unused VM_<READfoo> macros and expand other in-placeJoe Perches
2013-07-03mm: introduce helper function set_max_mapnr()Jiang Liu
2013-07-03mm: kill global variable num_physpagesJiang Liu
2013-07-03mm: introduce helper function mem_init_print_info() to simplify mem_init()Jiang Liu
2013-07-03mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-07-03include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
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