summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2015-08-12mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2015-05-09mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-02-20vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-02-20vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-02-20mm: protect set_page_dirty() from ongoing truncationJohannes Weiner
2015-02-20mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi
2015-02-20mm: propagate error from stack expansion even for guard pageLinus Torvalds
2015-01-01mm: fix swapoff hang after page migration and forkHugh Dickins
2014-12-14zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon
2014-05-18mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds
2013-05-13vm: add vm_iomap_memory() helper functionLinus Torvalds
2013-01-16mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko
2013-01-03thp, memcg: split hugepage for memcg oom on cowDavid Rientjes
2012-08-10mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt
2011-07-25mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki
2011-07-25mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton
2011-07-08mm: __tlb_remove_page() check the correct batchShaohua Li
2011-06-27mm: move vmtruncate_range to truncate.cHugh Dickins
2011-06-15mm: fix wrong kunmap_atomic() pointerSteven Rostedt
2011-06-15mm/memory.c: fix kernel-doc notationRandy Dunlap
2011-05-26memcg: add the pagefault count into memcg statsYing Han
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra
2011-05-25mm: mmu_gather reworkPeter Zijlstra
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman
2011-04-14mm: check that we have the right vma in __access_remote_vm()Michael Ellerman
2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds
2011-03-27mm: fix memory.c incorrect kernel-docRandy Dunlap
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki
2011-03-23mm: implement access_remote_vmStephen Wilson
2011-03-23mm: factor out main logic of access_process_vmStephen Wilson
2011-03-23mm: use mm_struct to resolve gate vma's in __get_user_pagesStephen Wilson
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds