summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-031-1/+1
|/
* mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt2011-07-261-1/+57
* mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki2011-07-261-22/+34
* mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton2011-07-261-11/+0Star
* mm: __tlb_remove_page() check the correct batchShaohua Li2011-07-091-0/+1
* mm: move vmtruncate_range to truncate.cHugh Dickins2011-06-281-24/+0Star
* mm: fix wrong kunmap_atomic() pointerSteven Rostedt2011-06-161-2/+4
* mm/memory.c: fix kernel-doc notationRandy Dunlap2011-06-161-1/+1
* memcg: add the pagefault count into memcg statsYing Han2011-05-271-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/+27Star
* 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-101-9/+7Star
* VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds2011-05-051-4/+3Star
* 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-151-1/+1
* vm: fix mlock() on stack guard pageLinus Torvalds2011-04-121-8/+18
* mm: fix memory.c incorrect kernel-docRandy Dunlap2011-03-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-241-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-241-1/+1
* | mm: allow GUP to fail instead of waiting on a pageGleb Natapov2011-03-231-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-241-0/+2
|/
* mlock: do not munlock pages in __do_fault()Michel Lespinasse2011-02-121-6/+0Star
* mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse2011-02-121-14/+12Star
* thp: add debug checks for mapcount related invariantsAndrea Arcangeli2011-01-141-2/+4
* thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli2011-01-141-0/+5
* thp: verify pmd_trans_huge isn't leakingAndrea Arcangeli2011-01-141-1/+6
* thp: transparent hugepage core fixletHugh Dickins2011-01-141-1/+1
* thp: transparent hugepage coreAndrea Arcangeli2011-01-141-9/+75
* thp: clear_copy_huge_pageAndrea Arcangeli2011-01-141-0/+71
* thp: pte alloc trans splittingAndrea Arcangeli2011-01-141-6/+13
* thp: export maybe_mkwriteAndrea Arcangeli2011-01-141-13/+0Star
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-141-5/+18