aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+1
2011-08-03HWPoison: add memory_failure_queue()Huang Ying1-0/+1
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-0/+2
2011-07-25mm: truncate functions are in truncate.cHugh Dickins1-2/+1
2011-07-25pagewalk: add locking-rule commentsKOSAKI Motohiro1-0/+2
2011-07-25mm: make some struct page's constIan Campbell1-6/+6
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-38/+1
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner1-39/+1
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner1-0/+1
2011-07-14memblock: Add optional region->nidTejun Heo1-0/+2
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock callsTejun Heo1-2/+0
2011-07-14bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo1-2/+20
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+1
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-8/+2
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-3/+3
2011-05-25mm: remove last trace of shmem_get_unmapped_areaHugh Dickins1-8/+0
2011-05-25mm: delete non-atomic mm counter implementationMatt Fleming1-37/+7
2011-05-25mm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEMDaniel Kiper1-4/+0
2011-05-25mm: enable set_page_section() only if CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_VMEMMAPDaniel Kiper1-6/+8
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-8/+11
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han1-2/+11
2011-05-25mm: break out page allocation warning codeDave Hansen1-0/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-2/+0
2011-05-25mm: mmu_gather reworkPeter Zijlstra1-1/+1
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko1-3/+5
2011-05-25mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursKOSAKI Motohiro1-1/+1
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-0/+1
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-3/+3
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka1-1/+23
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-3/+2
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-5/+7