aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-26Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mceIngo Molnar1-2/+2
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+0
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov1-0/+12
2012-01-10mm: more intensive memory corruption debuggingStanislaw Gruszka1-0/+17
2012-01-03HWPOISON: Add code to handle "action required" errors.Tony Luck1-0/+1
2012-01-03HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck1-2/+1
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblockIngo Molnar1-22/+12
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov1-0/+1
2011-12-08memblock: Kill early_node_map[]Tejun Heo1-39/+11
2011-12-06mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka1-10/+0
2011-11-28Merge branch 'master' into x86/memblockTejun Heo1-82/+57
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli1-0/+11
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-34/+22
2011-10-31mm: neaten warn_alloc_failedJoe Perches1-1/+2
2011-08-17mm: fix __page_to_pfn for a const struct page argumentIan Campbell1-2/+2
2011-08-17mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell1-1/+1
2011-08-08mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra1-2/+10