aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mm: panic on the first bad page table entry access"TARKZiM2021-10-091-4/+0
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2020-06-041-2/+2
* mm: larger stack guard gap, between vmasHugh Dickins2019-02-121-53/+0
* Merge tag 'v3.4.113' into cm-14.1David Hays2016-12-301-17/+24
|\
| * mm, gup: close FOLL MAP_PRIVATE raceMichal Hocko2016-10-261-11/+28
* | mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-251-2/+12
* | Merge tag 'v3.4.111' into cm-13.0David Hays2016-04-111-4/+13
|\|
| * mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2016-03-211-4/+13
* | Merge tag v3.4.110 into cm-13.0David Hays2016-02-221-30/+39
|\|
| * mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-06-191-1/+1
| * vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds2015-04-141-1/+1
| * vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-04-141-2/+2
| * mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2015-04-141-10/+17
| * mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-04-141-2/+2
| * mm: fix swapoff hang after page migration and forkHugh Dickins2015-04-141-13/+13
| * zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon2015-02-021-1/+3
* | Merge tag 'v3.4.105' into cm-12.0Paul2015-01-111-0/+5
|\|
| * mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds2014-06-071-0/+5
* | mm: panic on the first bad page table entry accessPushkar Joshi2014-01-171-0/+4
* | mm: remove swap token codeRik van Riel2014-01-171-1/+1
* | Merge tag 'v3.4.72' into tmpEthan Chen2013-12-081-3/+67
|\|
| * vm: add vm_iomap_memory() helper functionLinus Torvalds2013-04-251-0/+47
| * 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
* | kernel: Add hooks for user-accessible timers in the kernel.Greg Reid2013-10-281-0/+13
* | mm: Use correct define for CMA featuresLaura Abbott2012-12-271-1/+1
* | cma: fix race condition on a pageHeesub Shin2012-12-111-0/+11
|/
* coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-7/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-221-34/+19
|\
| * mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()David Rientjes2012-03-211-7/+2
| * mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes2012-03-211-9/+9
| * mm: make get_mm_counter static-inlineKonstantin Khlebnikov2012-03-211-18/+0
| * mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-211-4/+12
* | Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-03-211-53/+80
|\ \ | |/ |/|
| * VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro2012-03-201-39/+74
| * VM: make unmap_vmas() return voidAl Viro2012-03-201-5/+1
| * VM: make zap_page_range() return voidAl Viro2012-03-201-3/+2
| * VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro2012-03-201-2/+2
| * VM: unmap_page_range() can return voidAl Viro2012-03-201-9/+6
* | mm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* mm: fix rss count leakage during migrationKonstantin Khlebnikov2012-01-231-9/+28
* thp: add tlb_remove_pmd_tlb_entryShaohua Li2012-01-121-2/+2
* 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