aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-22/+8
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon1-22/+8
2014-10-28zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon1-0/+1
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner1-1/+2
2014-09-26mm: softdirty: keep bit when zapping file ptePeter Feiner1-1/+1
2014-09-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2014-09-14mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel1-0/+2
2014-08-29x86,mm: fix pte_special versus pte_numaHugh Dickins1-4/+3
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-38/+0
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-2/+0
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-17/+24
2014-08-06mm: change confusing #ifdef use in __access_remote_vmRik van Riel1-2/+4
2014-08-06mm: mark fault_around_bytes __read_mostlyKirill A. Shutemov1-1/+2
2014-08-06mm: close race between do_fault_around() and fault_around_bytes_set()Kirill A. Shutemov1-14/+7
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-3/+31
2014-08-06mm/memory.c: don't forget to set softdirty on file mapped faultCyrill Gorcunov1-1/+1
2014-08-06mm: make copy_pte_range static againJerome Marchand1-1/+1
2014-08-06mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins1-1/+1
2014-07-30mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin1-9/+12
2014-07-23mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov1-1/+2
2014-06-04mm: document do_fault_around() featureKirill A. Shutemov1-0/+27
2014-06-04mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov1-39/+23
2014-06-04mm: fix typo in comment in do_fault_around()Kirill A. Shutemov1-1/+1
2014-06-04mm: move get_user_pages()-related code to separate fileKirill A. Shutemov1-641/+0
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman1-10/+7
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar1-19/+39
2014-05-07mm/numa: Remove BUG_ON() in __handle_mm_fault()Rik van Riel1-3/+0
2014-04-25mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds1-19/+34
2014-04-22mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds1-0/+5
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi1-1/+1
2014-04-07memcg: rename high level charging functionsMichal Hocko1-3/+3
2014-04-07mm: add debugfs tunable for fault_around_orderKirill A. Shutemov1-7/+61
2014-04-07mm: introduce vm_ops->map_pages()Kirill A. Shutemov1-3/+78
2014-04-07mm/memory.c: update comment in unmap_single_vma()Davidlohr Bueso1-2/+2
2014-04-04mm: get_user_pages(write,force) refuse to COW in shared areasHugh Dickins1-21/+45
2014-04-03mm: consolidate code to setup pteKirill A. Shutemov1-36/+30
2014-04-03mm: consolidate code to call vm_ops->page_mkwrite()Kirill A. Shutemov1-60/+45
2014-04-03mm: introduce do_shared_fault() and drop do_fault()Kirill A. Shutemov1-164/+62
2014-04-03mm: introduce do_cow_fault()Kirill A. Shutemov1-0/+62
2014-04-03mm: introduce do_read_fault()Kirill A. Shutemov1-0/+43
2014-04-03mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov1-31/+45
2014-04-03mm: rename __do_fault() -> do_fault()Kirill A. Shutemov1-5/+5
2014-04-03mm/memory.c: mark functions as staticRashika Kheria1-2/+2
2014-02-25mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov1-11/+3
2014-02-25mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov1-0/+1
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-4/+4
2014-01-23mm: print more details for bad_page()Dave Hansen1-1/+1
2014-01-21mm: create a separate slab for page->ptl allocationKirill A. Shutemov1-2/+11
2014-01-21dma-debug: introduce debug_dma_assert_idle()Dan Williams1-0/+3