summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)AuthorLines
2012-01-23mm: fix rss count leakage during migrationKonstantin Khlebnikov-9/+28
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli-1/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt-1/+57
2011-07-25mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki-22/+34
2011-07-25mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton-11/+0
2011-07-08mm: __tlb_remove_page() check the correct batchShaohua Li-0/+1
2011-06-27mm: move vmtruncate_range to truncate.cHugh Dickins-24/+0
2011-06-15mm: fix wrong kunmap_atomic() pointerSteven Rostedt-2/+4
2011-06-15mm/memory.c: fix kernel-doc notationRandy Dunlap-1/+1
2011-05-26memcg: add the pagefault count into memcg statsYing Han-0/+2
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro-1/+1
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra-2/+122
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra-168/+27
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra-1/+1
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra-0/+77
2011-05-25mm: mmu_gather reworkPeter Zijlstra-23/+23
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko-1/+1
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka-9/+7
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds-4/+3
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman-1/+1
2011-04-14mm: check that we have the right vma in __access_remote_vm()Michael Ellerman-1/+1
2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds-8/+18
2011-03-27mm: fix memory.c incorrect kernel-docRandy Dunlap-1/+1
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-19/+54
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki-1/+1
2011-03-23mm: implement access_remote_vmStephen Wilson-0/+16
2011-03-23mm: factor out main logic of access_process_vmStephen Wilson-10/+25
2011-03-23mm: use mm_struct to resolve gate vma's in __get_user_pagesStephen Wilson-7/+11
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson-1/+1
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson-1/+1
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson-2/+2
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov-1/+4
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying-3/+10
2011-03-17mm: export __get_user_pagesHuang Ying-0/+50
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi-0/+2
2011-02-17mm: Fix out-of-date comments which refers non-existent functionsRyota Ozaki-3/+3
2011-02-11mlock: do not munlock pages in __do_fault()Michel Lespinasse-6/+0
2011-02-11mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse-14/+12
2011-01-13thp: add debug checks for mapcount related invariantsAndrea Arcangeli-2/+4
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli-0/+5
2011-01-13thp: verify pmd_trans_huge isn't leakingAndrea Arcangeli-1/+6
2011-01-13thp: transparent hugepage core fixletHugh Dickins-1/+1
2011-01-13thp: transparent hugepage coreAndrea Arcangeli-9/+75
2011-01-13thp: clear_copy_huge_pageAndrea Arcangeli-0/+71
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli-6/+13