aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)Author
2019-05-30mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara
2019-05-15mm: Fix warning in insert_pfn()Jan Kara
2019-03-26mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek
2019-02-05mm, memcg: fix reclaim deadlock with writebackMichal Hocko
2018-12-15mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra
2018-09-05mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra
2018-09-05mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-08-10mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com
2018-08-01mm: delete historical BUG from zap_pmd_range()Hugh Dickins
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-07mm: remove odd HAVE_PTE_SPECIALLaurent Dufour
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder
2018-06-01mm: Remove return value of zap_vma_ptes()Leon Romanovsky
2018-04-05mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim
2018-04-05mm: swap: clean up swap readaheadMinchan Kim
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz
2018-02-16mm: hide a #warning for COMPILE_TESTArnd Bergmann
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06mm: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31mm: correct comments regarding do_fault_around()William Kucharski
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox
2018-01-31mm: update comment describing tlb_gather_mmuMike Rapoport
2018-01-19mm, dax: introduce pfn_t_special()Dan Williams
2018-01-19mm/memory.c: release locked page in do_swap_page()Minchan Kim
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds
2017-12-14mm/memory.c: mark wp_huge_pmd() inline to prevent build failureGeert Uytterhoeven
2017-11-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-29mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams
2017-11-29mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams
2017-11-29mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov
2017-11-15mm: do not rely on preempt_count in print_vma_addrMichal Hocko
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-15mm: account pud page tablesKirill A. Shutemov
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse
2017-11-15mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...Minchan Kim
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim
2017-10-25locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Paul E. McKenney
2017-10-03mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-08mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour
2017-09-08mm/memory.c: remove reduntant check for write accessAnshuman Khandual
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan