summaryrefslogtreecommitdiff
path: root/mm/memory.c
Commit message (Expand)AuthorAge
* mm: fix wrong kunmap_atomic() pointerSteven Rostedt2011-06-15
* mm/memory.c: fix kernel-doc notationRandy Dunlap2011-06-15
* memcg: add the pagefault count into memcg statsYing Han2011-05-26
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-26
* mm: uninline large generic tlb.h functionsPeter Zijlstra2011-05-25
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-25
* mm: Remove i_mmap_lock lockbreakPeter Zijlstra2011-05-25
* mm: extended batches for generic mmu_gatherPeter Zijlstra2011-05-25
* mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra2011-05-25
* mm: mmu_gather reworkPeter Zijlstra2011-05-25
* mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko2011-05-25
* Don't lock guardpage if the stack is growing upMikulas Patocka2011-05-09
* VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds2011-05-04
* mm: check if PTE is already allocated during page faultMel Gorman2011-04-28
* mm: check that we have the right vma in __access_remote_vm()Michael Ellerman2011-04-14
* vm: fix mlock() on stack guard pageLinus Torvalds2011-04-12
* mm: fix memory.c incorrect kernel-docRandy Dunlap2011-03-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-23
|\
| * mm: implement access_remote_vmStephen Wilson2011-03-23
| * mm: factor out main logic of access_process_vmStephen Wilson2011-03-23
| * mm: use mm_struct to resolve gate vma's in __get_user_pagesStephen Wilson2011-03-23
| * mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-23
| * mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-23
| * mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-23
* | memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki2011-03-23
* | mm: allow GUP to fail instead of waiting on a pageGleb Natapov2011-03-22
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-18
|\
| * mm: Fix out-of-date comments which refers non-existent functionsRyota Ozaki2011-02-17
* | mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying2011-03-17
* | mm: export __get_user_pagesHuang Ying2011-03-17
* | mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-23
|/
* mlock: do not munlock pages in __do_fault()Michel Lespinasse2011-02-11
* mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse2011-02-11
* thp: add debug checks for mapcount related invariantsAndrea Arcangeli2011-01-13
* thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli2011-01-13
* thp: verify pmd_trans_huge isn't leakingAndrea Arcangeli2011-01-13
* thp: transparent hugepage core fixletHugh Dickins2011-01-13
* thp: transparent hugepage coreAndrea Arcangeli2011-01-13
* thp: clear_copy_huge_pageAndrea Arcangeli2011-01-13
* thp: pte alloc trans splittingAndrea Arcangeli2011-01-13
* thp: export maybe_mkwriteAndrea Arcangeli2011-01-13
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-13
* mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse2011-01-13
* mlock: avoid dirtying pages and triggering writebackMichel Lespinasse2011-01-13
* do_wp_page: clarify dirty_page handlingMichel Lespinasse2011-01-13
* do_wp_page: remove the 'reuse' flagMichel Lespinasse2011-01-13
* use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-26
* mm: wrap follow_pte() using __cond_lock()Namhyung Kim2010-10-26
* mm: add lock release annotation on do_wp_page()Namhyung Kim2010-10-26
* mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim2010-10-26