summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2013-04-25vm: add vm_iomap_memory() helper functionLinus Torvalds
2012-08-09x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck
2012-04-21kill mm argument of vm_munmap()Al Viro
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28mm for fs: add truncate_pagecache_range()Hugh Dickins
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21page_alloc.c: remove add_from_early_node_map()Kautuk Consul
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar
2012-03-21mm: make get_mm_counter static-inlineKonstantin Khlebnikov
2012-03-20VM: make unmap_vmas() return voidAl Viro
2012-03-20VM: make zap_page_range() return voidAl Viro
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-01-26Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov
2012-01-10mm: more intensive memory corruption debuggingStanislaw Gruszka
2012-01-03HWPOISON: Add code to handle "action required" errors.Tony Luck
2012-01-03HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov
2011-12-08memblock: Kill early_node_map[]Tejun Heo
2011-12-06mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka
2011-11-28Merge branch 'master' into x86/memblockTejun Heo
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli
2011-10-31mm: neaten warn_alloc_failedJoe Perches
2011-08-17mm: fix __page_to_pfn for a const struct page argumentIan Campbell
2011-08-17mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell
2011-08-08mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra
2011-08-03Merge branch 'apei' into apei-releaseLen Brown
2011-08-03HWPoison: add memory_failure_queue()Huang Ying
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt
2011-07-25mm: truncate functions are in truncate.cHugh Dickins
2011-07-25pagewalk: add locking-rule commentsKOSAKI Motohiro
2011-07-25mm: make some struct page's constIan Campbell
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner
2011-07-14memblock: Add optional region->nidTejun Heo
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo