summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-10Don'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-25lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-3/+2
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+7
2011-03-23mm: implement access_remote_vmStephen Wilson1-0/+2
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-3/+3
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson1-2/+2
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-1/+1
2011-03-23pagewalk: only split huge pages when necessaryDave Hansen1-0/+3
2011-03-23mm: allow GUP to fail instead of waiting on a pageGleb Natapov1-0/+3
2011-03-23oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes1-0/+8
2011-03-18Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+5
2011-03-18mm: PageBuddy and mapcount robustnessAndrea Arcangeli1-2/+9
2011-03-17mm: remove is_hwpoison_addressHuang Ying1-8/+0
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying1-0/+1
2011-03-17mm: export __get_user_pagesHuang Ying1-0/+4
2011-02-24bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu1-2/+0
2011-01-21mm: System without MMU do not need pte_mkwriteMichal Simek1-0/+2
2011-01-14thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli1-0/+1
2011-01-14thp: compound_trans_orderAndrea Arcangeli1-0/+14
2011-01-14thp: add x86 32bit supportJohannes Weiner1-3/+4
2011-01-14thp: remove PG_buddyAndrea Arcangeli1-0/+21
2011-01-14thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli1-0/+1
2011-01-14thp: transparent hugepage coreAndrea Arcangeli1-0/+4
2011-01-14thp: clear_copy_huge_pageAndrea Arcangeli1-0/+9
2011-01-14thp: pte alloc trans splittingAndrea Arcangeli1-6/+9
2011-01-14thp: export maybe_mkwriteAndrea Arcangeli1-0/+13
2011-01-14thp: alter compound get_page/put_pageAndrea Arcangeli1-2/+22
2011-01-14thp: compound_lockAndrea Arcangeli1-0/+34
2011-01-14mm: remove unlikely() from page_mapping()Steven Rostedt1-1/+1
2011-01-14mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse1-0/+1
2010-10-27mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim1-1/+9
2010-10-27mm: retry page fault when blocking on disk transferMichel Lespinasse1-0/+2
2010-10-27mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGSWill Deacon1-2/+2
2010-10-27mm: add account_page_writeback()Michael Rubin1-0/+1
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen1-2/+10
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen1-2/+10
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar1-0/+6
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader1-0/+6
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-1/+24
2010-08-29NOMMU: Stub out vm_get_page_prot() if there's no MMUDavid Howells1-0/+8
2010-08-27memblock: Add find_memory_core_early()Yinghai Lu1-0/+2
2010-08-24guard page for stacks that grow upwardsLuck, Tony1-1/+7
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2010-08-10check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-0/+1
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying1-0/+8
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-1/+1
2010-05-25mm: make lowmem_page_address() use PFN_PHYS() for improved portabilityChris Metcalf1-1/+2
2010-05-25mm: compaction: memory compaction coreMel Gorman1-0/+1