summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2018-12-16mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra
2018-12-16mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin
2018-10-03x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-10-03mm: fix cache mode tracking in vm_insert_mixed()Dan Williams
2018-10-03mm: Add vm_insert_pfn_prot()Andy Lutomirski
2018-10-03mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2018-10-03mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov
2018-10-03mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov
2018-06-16mm: hide a #warning for COMPILE_TESTArnd Bergmann
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2017-10-12mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins
2015-08-11mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2015-03-02mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-02-04vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-01-16mm: protect set_page_dirty() from ongoing truncationJohannes Weiner
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds
2014-12-10mm: fix swapoff hang after page migration and forkHugh Dickins
2014-11-13zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon
2014-10-05mm: softdirty: keep bit when zapping file ptePeter Feiner
2014-09-05x86,mm: fix pte_special versus pte_numaHugh Dickins
2014-07-30mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin
2014-07-23mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov
2014-06-04mm: document do_fault_around() featureKirill A. Shutemov
2014-06-04mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov
2014-06-04mm: fix typo in comment in do_fault_around()Kirill A. Shutemov
2014-06-04mm: move get_user_pages()-related code to separate fileKirill A. Shutemov
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar
2014-05-07mm/numa: Remove BUG_ON() in __handle_mm_fault()Rik van Riel
2014-04-25mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds
2014-04-22mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi
2014-04-07memcg: rename high level charging functionsMichal Hocko
2014-04-07mm: add debugfs tunable for fault_around_orderKirill A. Shutemov
2014-04-07mm: introduce vm_ops->map_pages()Kirill A. Shutemov
2014-04-07mm/memory.c: update comment in unmap_single_vma()Davidlohr Bueso
2014-04-04mm: get_user_pages(write,force) refuse to COW in shared areasHugh Dickins
2014-04-03mm: consolidate code to setup pteKirill A. Shutemov
2014-04-03mm: consolidate code to call vm_ops->page_mkwrite()Kirill A. Shutemov
2014-04-03mm: introduce do_shared_fault() and drop do_fault()Kirill A. Shutemov
2014-04-03mm: introduce do_cow_fault()Kirill A. Shutemov
2014-04-03mm: introduce do_read_fault()Kirill A. Shutemov
2014-04-03mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov
2014-04-03mm: rename __do_fault() -> do_fault()Kirill A. Shutemov
2014-04-03mm/memory.c: mark functions as staticRashika Kheria
2014-02-25mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov
2014-02-25mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-23mm: print more details for bad_page()Dave Hansen