aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-03-17mm: PageBuddy and mapcount robustnessAndrea Arcangeli
2011-03-17mm: remove is_hwpoison_addressHuang Ying
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying
2011-03-17mm: export __get_user_pagesHuang Ying
2011-02-24bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu
2011-01-21mm: System without MMU do not need pte_mkwriteMichal Simek
2011-01-13thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli
2011-01-13thp: compound_trans_orderAndrea Arcangeli
2011-01-13thp: add x86 32bit supportJohannes Weiner
2011-01-13thp: remove PG_buddyAndrea Arcangeli
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli
2011-01-13thp: transparent hugepage coreAndrea Arcangeli
2011-01-13thp: clear_copy_huge_pageAndrea Arcangeli
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli
2011-01-13thp: export maybe_mkwriteAndrea Arcangeli
2011-01-13thp: alter compound get_page/put_pageAndrea Arcangeli
2011-01-13thp: compound_lockAndrea Arcangeli
2011-01-13mm: remove unlikely() from page_mapping()Steven Rostedt
2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-10-26mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGSWill Deacon
2010-10-26mm: add account_page_writeback()Michael Rubin
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar
2010-08-28NOMMU: Stub out vm_get_page_prot() if there's no MMUDavid Howells
2010-08-27memblock: Add find_memory_core_early()Yinghai Lu
2010-08-24guard page for stacks that grow upwardsLuck, Tony
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-05-25mm: make lowmem_page_address() use PFN_PHYS() for improved portabilityChris Metcalf
2010-05-25mm: compaction: memory compaction coreMel Gorman
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel