aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-25mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds1-1/+1
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-44/+46
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-44/+46
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin1-10/+0
2018-08-23mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra1-0/+18
2018-08-23mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-08-23mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin1-3/+3
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra1-14/+8
2018-08-17Revert "mm: always flush VMA ranges affected by zap_page_range"Rik van Riel1-13/+1
2018-08-17memcg, oom: move out_of_memory back to the charge pathMichal Hocko1-2/+2
2018-08-17mm, huge page: copy target sub-page last when copy huge pageHuang Ying1-7/+23
2018-08-17mm, clear_huge_page: move order algorithm into a separate functionHuang Ying1-34/+56
2018-08-17thp: use mm_file_counter to determine update which rss counterYang Shi1-1/+1
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-0/+6
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+6
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+27
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+14
2018-08-10mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-08-01mm: delete historical BUG from zap_pmd_range()Hugh Dickins1-4/+2
2018-07-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel1-8/+14
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo1-5/+6
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-10/+27
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+23
2018-06-07mm: remove odd HAVE_PTE_SPECIALLaurent Dufour1-9/+6
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-1/+1
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder1-4/+17
2018-06-01mm: Remove return value of zap_vma_ptes()Leon Romanovsky1-4/+3
2018-04-05mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim1-7/+4
2018-04-05mm: swap: clean up swap readaheadMinchan Kim1-20/+6
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz1-0/+1
2018-02-16mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2018-02-06mm: remove unneeded kallsyms includeSergey Senozhatsky1-4/+0
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+15
2018-01-31mm: correct comments regarding do_fault_around()William Kucharski1-11/+11
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox1-12/+31
2018-01-31mm: update comment describing tlb_gather_mmuMike Rapoport1-4/+11
2018-01-19mm, dax: introduce pfn_t_special()Dan Williams1-1/+15
2018-01-19mm/memory.c: release locked page in do_swap_page()Minchan Kim1-2/+8
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds1-4/+4
2017-12-14mm/memory.c: mark wp_huge_pmd() inline to prevent build failureGeert Uytterhoeven1-1/+2
2017-11-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2017-11-29mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams1-2/+2
2017-11-29mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams1-1/+1
2017-11-29mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams1-1/+1
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds1-1/+1
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov1-1/+1
2017-11-15mm: do not rely on preempt_count in print_vma_addrMichal Hocko1-5/+3
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-4/+4
2017-11-15mm: account pud page tablesKirill A. Shutemov1-6/+9