summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman
2011-04-14mm: check that we have the right vma in __access_remote_vm()Michael Ellerman
2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds
2011-03-27mm: fix memory.c incorrect kernel-docRandy Dunlap
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki
2011-03-23mm: implement access_remote_vmStephen Wilson
2011-03-23mm: factor out main logic of access_process_vmStephen Wilson
2011-03-23mm: use mm_struct to resolve gate vma's in __get_user_pagesStephen Wilson
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying
2011-03-17mm: export __get_user_pagesHuang Ying
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-02-17mm: Fix out-of-date comments which refers non-existent functionsRyota Ozaki
2011-02-11mlock: do not munlock pages in __do_fault()Michel Lespinasse
2011-02-11mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse
2011-01-13thp: add debug checks for mapcount related invariantsAndrea Arcangeli
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli
2011-01-13thp: verify pmd_trans_huge isn't leakingAndrea Arcangeli
2011-01-13thp: transparent hugepage core fixletHugh Dickins
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-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse
2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse
2011-01-13mlock: avoid dirtying pages and triggering writebackMichel Lespinasse
2011-01-13do_wp_page: clarify dirty_page handlingMichel Lespinasse
2011-01-13do_wp_page: remove the 'reuse' flagMichel Lespinasse
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim
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: remove pte_*map_nested()Peter Zijlstra
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen
2010-09-20mm: further fix swapin race conditionHugh Dickins
2010-09-09mm: fix swapin race conditionAndrea Arcangeli
2010-08-24guard page for stacks that grow upwardsLuck, Tony
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-14mm: fix page table unmap for stack guard page properlyLinus Torvalds