aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-0/+47
|\
| * vm: add vm_iomap_memory() helper functionLinus Torvalds2013-04-251-0/+47
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-3/+20
|\ \ | |/
| * thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2013-01-171-3/+15
| * mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-111-0/+5
* | Update to the exynos-mem security issue from Samsung I9300 Update7Espen Fjellvær Olsen2013-01-091-4/+106
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-4/+12
|\ \ | |/
| * mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-04-021-4/+12
* | samsung update 1codeworkx2012-06-021-0/+1
|/
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-111-1/+1
* mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt2011-08-041-1/+57
* mm: __tlb_remove_page() check the correct batchShaohua Li2011-07-081-0/+1
* mm: move vmtruncate_range to truncate.cHugh Dickins2011-06-271-24/+0
* mm: fix wrong kunmap_atomic() pointerSteven Rostedt2011-06-151-2/+4
* mm/memory.c: fix kernel-doc notationRandy Dunlap2011-06-151-1/+1
* 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