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