aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-27mm: fix memory.c incorrect kernel-docRandy Dunlap1-1/+1
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-19/+54
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki1-1/+1
2011-03-23mm: implement access_remote_vmStephen Wilson1-0/+16
2011-03-23mm: factor out main logic of access_process_vmStephen Wilson1-10/+25
2011-03-23mm: use mm_struct to resolve gate vma's in __get_user_pagesStephen Wilson1-7/+11
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-1/+1
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson1-1/+1
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-2/+2
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov1-1/+4
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying1-3/+10
2011-03-17mm: export __get_user_pagesHuang Ying1-0/+50
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-02-17mm: Fix out-of-date comments which refers non-existent functionsRyota Ozaki1-3/+3
2011-02-11mlock: do not munlock pages in __do_fault()Michel Lespinasse1-6/+0
2011-02-11mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse1-14/+12
2011-01-13thp: add debug checks for mapcount related invariantsAndrea Arcangeli1-2/+4
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli1-0/+5
2011-01-13thp: verify pmd_trans_huge isn't leakingAndrea Arcangeli1-1/+6
2011-01-13thp: transparent hugepage core fixletHugh Dickins1-1/+1
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-9/+75
2011-01-13thp: clear_copy_huge_pageAndrea Arcangeli1-0/+71
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli1-6/+13
2011-01-13thp: export maybe_mkwriteAndrea Arcangeli1-13/+0
2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse1-5/+18
2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse1-0/+22
2011-01-13mlock: avoid dirtying pages and triggering writebackMichel Lespinasse1-1/+6
2011-01-13do_wp_page: clarify dirty_page handlingMichel Lespinasse1-34/+38
2011-01-13do_wp_page: remove the 'reuse' flagMichel Lespinasse1-6/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim1-1/+12
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim1-0/+1
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim1-1/+1
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse1-2/+8
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-2/+2
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen1-1/+2
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen1-1/+2
2010-09-20mm: further fix swapin race conditionHugh Dickins1-3/+5
2010-09-09mm: fix swapin race conditionAndrea Arcangeli1-5/+34
2010-08-24guard page for stacks that grow upwardsLuck, Tony1-4/+11
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li1-1/+1
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-14mm: fix page table unmap for stack guard page properlyLinus Torvalds1-7/+6
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds1-1/+3
2010-08-12mm: keep a guard page below a grow-down stack segmentLinus Torvalds1-0/+23
2010-08-09mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge1-3/+2
2010-08-09mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli1-0/+1
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel1-1/+3