summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2013-02-24acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen
2013-02-24page_alloc: add movable_memmap kernel parameterTang Chen
2013-02-24memory-hotplug: remove memmap of sparse-vmemmapTang Chen
2013-02-24memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu
2013-02-24mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse
2013-02-24mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse
2013-02-24mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse
2013-02-24mm: remove flags argument to mmap_regionMichel Lespinasse
2013-02-24mm: 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
2012-12-20mm: drop vmtruncateMarco Stornelli
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12mm: vm_unmapped_area() lookup functionMichel Lespinasse
2012-12-11mm: numa: Introduce last_nid to the page frameMel Gorman
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman
2012-12-11mm: mempolicy: Add MPOL_MF_LAZYLee Schermerhorn
2012-12-11mm: numa: Support NUMA hinting page faults from gup/gup_fastAndrea Arcangeli
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra
2012-11-17x86, mm: Move after_bootmem to mm_internel.hYinghai Lu
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton
2012-10-09mm: fix-up zone present pagesJianguo Wu
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-10-09mm: remain migratetype in freed pageMinchan Kim
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse
2012-10-09mm: interval tree updatesMichel Lespinasse
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-08-01mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman
2012-08-01mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman
2012-08-01mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu
2012-08-01mm: account the total_vm in the vm_stat_account()Huang Shijie
2012-07-30mm: Make default vm_ops provide ->page_mkwrite handlerJan Kara
2012-07-11x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro
2012-05-29mm: fix slab->page flags corruptionPravin B Shelar
2012-05-29mm/fs: remove truncate_rangeHugh Dickins
2012-05-06vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds