aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09mm: fix-up zone present pagesJianguo Wu1-0/+4
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09mm: remain migratetype in freed pageMinchan Kim1-2/+2
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim1-0/+12
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse1-2/+4
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse1-0/+3
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse1-0/+14
2012-10-09mm: interval tree updatesMichel Lespinasse1-3/+3
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-13/+17
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is made availableMel Gorman1-0/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-2/+1
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov1-1/+1
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov1-4/+0
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-3/+4
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov1-1/+0
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov1-13/+21
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov1-19/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman1-0/+4
2012-07-31mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman1-0/+25
2012-07-31mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu1-0/+1
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie1-0/+1
2012-07-31mm: Make default vm_ops provide ->page_mkwrite handlerJan Kara1-0/+1
2012-07-11x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck1-0/+1
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-1/+1
2012-05-29mm: fix slab->page flags corruptionPravin B Shelar1-0/+2
2012-05-29mm/fs: remove truncate_rangeHugh Dickins1-4/+0
2012-05-06vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds1-3/+2
2012-05-06vm: simplify unmap_vmas() calling conventionLinus Torvalds1-2/+1
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-17/+6
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-0/+1
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds1-1/+2
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-28mm for fs: add truncate_pagecache_range()Hugh Dickins1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-0/+2
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-0/+2
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+1
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-1/+0
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-14/+16
2012-03-21page_alloc.c: remove add_from_early_node_map()Kautuk Consul1-2/+0
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-2/+2
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar1-0/+3
2012-03-21mm: make get_mm_counter static-inlineKonstantin Khlebnikov1-10/+11
2012-03-20VM: make unmap_vmas() return voidAl Viro1-1/+1
2012-03-20VM: make zap_page_range() return voidAl Viro1-1/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1