summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
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/vir...Linus Torvalds1-1/+1
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-1/+1
2012-05-30mm: fix slab->page flags corruptionPravin B Shelar1-0/+2
2012-05-30mm/fs: remove truncate_rangeHugh Dickins1-4/+0
2012-05-07vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds1-3/+2
2012-05-07vm: simplify unmap_vmas() calling conventionLinus Torvalds1-2/+1
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds1-17/+6
2012-04-21VM: add "vm_munmap()" helper functionLinus Torvalds1-0/+1
2012-04-21VM: add "vm_brk()" helper functionLinus Torvalds1-1/+2
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-29mm for fs: add truncate_pagecache_range()Hugh Dickins1-1/+1
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus 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/paul...Linus Torvalds1-0/+1
2012-03-24coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+1
2012-03-24coredump: remove VM_ALWAYSDUMP flagJason Baron1-1/+0
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-14/+16
2012-03-22page_alloc.c: remove add_from_early_node_map()Kautuk Consul1-2/+0
2012-03-22mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-2/+2
2012-03-22procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar1-0/+3
2012-03-22mm: make get_mm_counter static-inlineKonstantin Khlebnikov1-10/+11
2012-03-21VM: make unmap_vmas() return voidAl Viro1-1/+1
2012-03-21VM: make zap_page_range() return voidAl Viro1-1/+1
2012-03-05BUG: 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...Ingo Molnar1-2/+2
2012-01-12Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+0
2012-01-11procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov1-0/+12
2012-01-11mm: more intensive memory corruption debuggingStanislaw Gruszka1-0/+17
2012-01-04HWPOISON: Add code to handle "action required" errors.Tony Luck1-0/+1
2012-01-04HWPOISON: 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/l...Ingo 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-03thp: share get_huge_page_tail()Andrea Arcangeli1-0/+11
2011-11-03mm: thp: tail page refcounting fixAndrea Arcangeli1-34/+22
2011-11-01mm: neaten warn_alloc_failedJoe Perches1-1/+2
2011-08-18mm: fix __page_to_pfn for a const struct page argumentIan Campbell1-2/+2
2011-08-18mm: 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
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+1
2011-08-03HWPoison: add memory_failure_queue()Huang Ying1-0/+1
2011-07-26mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-0/+2
2011-07-26mm: truncate functions are in truncate.cHugh Dickins1-2/+1
2011-07-26pagewalk: add locking-rule commentsKOSAKI Motohiro1-0/+2
2011-07-26mm: make some struct page's constIan Campbell1-6/+6