aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-08-121-4/+9
* mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-05-091-1/+1
* vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds2015-02-201-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-201-2/+2
* mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2015-02-201-10/+17
* mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi2015-02-201-1/+1
* mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-02-201-2/+2
* mm: fix swapoff hang after page migration and forkHugh Dickins2015-01-011-13/+13
* zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon2014-12-141-1/+3
* mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds2014-05-181-0/+5
* vm: add vm_iomap_memory() helper functionLinus Torvalds2013-05-131-0/+47
* mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-161-0/+5
* thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2013-01-031-3/+15
* mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2012-08-101-2/+5
* mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-04-021-4/+12
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-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-021-1/+1
|/
* mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt2011-07-251-1/+57
* mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki2011-07-251-22/+34
* mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton2011-07-251-11/+0
* 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
|\