- fc8efd2 mm/memory.c: do_fault: avoid usage of stale vm_area_struct by Jan Stancek · 6 years ago
- a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
- 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
- 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
- d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
- 0ee930e mm/memory.c: prevent mapping typed pages to userspace by Matthew Wilcox · 6 years ago
- 2d432cb mm: prevent mapping slab pages to userspace by Matthew Wilcox · 6 years ago
- 52d1e60 mm: reuse only-pte-mapped KSM page in do_wp_page() by Kirill Tkhai · 6 years ago
- 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
- 1ed7293 mm/memory.c: initialise mmu_notifier_range correctly by Matthew Wilcox · 6 years ago
- 63f3655 mm, memcg: fix reclaim deadlock with writeback by Michal Hocko · 6 years ago
- 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
- 7635d9c mm, thp, proc: report THP eligibility for each vma by Michal Hocko · 6 years ago
- ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
- f2c57d9 mm: Fix warning in insert_pfn() by Jan Kara · 6 years ago
- ff09d7e mm/memory.c: recheck page table entry with page table lock held by Aneesh Kumar K.V · 6 years ago
- 9b5a8e0 mm: convert insert_pfn() to vm_fault_t by Matthew Wilcox · 6 years ago
- 79f3aa5 mm: convert __vm_insert_mixed() to vm_fault_t by Matthew Wilcox · 6 years ago
- 6d95854 mm: inline vm_insert_pfn_prot() into caller by Matthew Wilcox · 6 years ago
- ae2b01f mm: remove vm_insert_pfn() by Matthew Wilcox · 6 years ago
- bc12e6a mm: make vm_insert_pfn_prot() static by Matthew Wilcox · 6 years ago
- f5e6d1d mm: introduce vmf_insert_pfn_prot() by Matthew Wilcox · 6 years ago
- 5d74763 mm: remove vm_insert_mixed() by Matthew Wilcox · 6 years ago
- 196d9d8 mm/memory: Move mmu_gather and TLB invalidation code into its own file by Peter Zijlstra · 6 years ago
- a6d6024 asm-generic/tlb: Track which levels of the page tables have been cleared by Will Deacon · 6 years ago
- 1b2de5d mm/cow: don't bother write protecting already write-protected pages by Linus Torvalds · 6 years ago
- 33e1787 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
- fd1102f mm: mmu_notifier fix for tlb_end_vma by Nicholas Piggin · 6 years ago
- d86564a mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE by Peter Zijlstra · 6 years ago
- a6f5720 mm/tlb: Remove tlb_remove_table() non-concurrent condition by Peter Zijlstra · 6 years ago
- db7ddef mm: move tlb_table_flush to tlb_flush_mmu_free by Nicholas Piggin · 6 years ago
- 52a288c x86/mm/tlb: Revert the recent lazy TLB patches by Peter Zijlstra · 6 years ago
- 50c150f Revert "mm: always flush VMA ranges affected by zap_page_range" by Rik van Riel · 6 years ago
- 29ef680 memcg, oom: move out_of_memory back to the charge path by Michal Hocko · 6 years ago
- c9f4cd7 mm, huge page: copy target sub-page last when copy huge page by Huang Ying · 6 years ago
- c6ddfb6 mm, clear_huge_page: move order algorithm into a separate function by Huang Ying · 6 years ago
- fadae29 thp: use mm_file_counter to determine update which rss counter by Yang Shi · 6 years ago
- e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
- 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 203b4fc Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 24eee1e mm/memory.c: check return value of ioremap_prot by jie@chenjie6@huwei.com · 6 years ago
- 53406ed mm: delete historical BUG from zap_pmd_range() by Hugh Dickins · 6 years ago
- 2ff6ddf x86/mm/tlb: Leave lazy TLB mode at page table free time by Rik van Riel · 6 years ago
- 2cf8558 memcontrol: schedule throttling if we are congested by Tejun Heo · 6 years ago
- 42e4089 x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 6 years ago
- 68abbe7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 00b3a33 mm: remove odd HAVE_PTE_SPECIAL by Laurent Dufour · 6 years ago
- 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 6 years ago
- ab77dab fs/dax.c: use new return type vm_fault_t by Souptick Joarder · 6 years ago
- 27d036e mm: Remove return value of zap_vma_ptes() by Leon Romanovsky · 6 years ago
- e9e9b7e mm: swap: unify cluster-based and vma-based swap readahead by Minchan Kim · 7 years ago
- eaf649eb mm: swap: clean up swap readahead by Minchan Kim · 7 years ago
- ca827d5 mm, swap: Add infrastructure for saving page metadata on swap by Khalid Aziz · 7 years ago
- af27d94 mm: hide a #warning for COMPILE_TEST by Arnd Bergmann · 7 years ago
- a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- e7c98df mm: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
- 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- da391d6 mm: correct comments regarding do_fault_around() by William Kucharski · 7 years ago
- 977fbdc mm: add unmap_mapping_pages() by Matthew Wilcox · 7 years ago
- ef549e1 mm: update comment describing tlb_gather_mmu by Mike Rapoport · 7 years ago
- 785a3fa mm, dax: introduce pfn_t_special() by Dan Williams · 7 years ago
- f802077 mm/memory.c: release locked page in do_swap_page() by Minchan Kim · 7 years ago
- f6f3732 Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" by Linus Torvalds · 7 years ago
- 183f24a mm/memory.c: mark wp_huge_pmd() inline to prevent build failure by Geert Uytterhoeven · 7 years ago
- a0908a1b7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 5c9d2d5 mm: replace pte_write with pte_access_permitted in fault + gup paths by Dan Williams · 7 years ago
- c7da82b mm: replace pmd_write with pmd_access_permitted in fault + gup paths by Dan Williams · 7 years ago
- e7fe7b5 mm: replace pud_write with pud_access_permitted in fault + gup paths by Dan Williams · 7 years ago
- f55e101 Revert "mm, thp: Do not make pmd/pud dirty without a reason" by Linus Torvalds · 7 years ago
- 152e93a mm, thp: Do not make pmd/pud dirty without a reason by Kirill A. Shutemov · 7 years ago
- 0a7f682 mm: do not rely on preempt_count in print_vma_addr by Michal Hocko · 7 years ago
- c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
- b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
- 4645b9f mm/mmu_notifier: avoid call to invalidate_range() in range_end() by Jérôme Glisse · 7 years ago
- aa8d22a mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no other reference by Minchan Kim · 7 years ago
- 0bcac06 mm, swap: skip swapcache for swapin of synchronous device by Minchan Kim · 7 years ago
- b03a0fe locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Paul E. McKenney · 7 years ago
- 7d790d2 mm/device-public-memory: fix edge case in _vm_normal_page() by Reza Arbab · 7 years ago
- f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
- de0c799 mm/memory.c: fix mem_cgroup_oom_disable() call missing by Laurent Dufour · 7 years ago
- fde26be mm/memory.c: remove reduntant check for write access by Anshuman Khandual · 7 years ago
- df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
- 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
- 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
- c79b57e mm: hugetlb: clear target sub-page last when clearing huge page by Huang Ying · 7 years ago
- ec56017 mm, swap: VMA based swap readahead by Huang Ying · 7 years ago
- ba3c4ce mm, THP, swap: make reuse_swap_page() works for THP swapped out by Huang Ying · 7 years ago
- 4647706 mm: always flush VMA ranges affected by zap_page_range by Mel Gorman · 7 years ago
- b2770da6 mm: add vm_insert_mixed_mkwrite() by Ross Zwisler · 7 years ago
- a4d1a88 dax: update to new mmu_notifier semantic by Jérôme Glisse · 7 years ago
- 6b31d59 mm, oom: fix potential data corruption when oom_reaper races with writer by Michal Hocko · 7 years ago
- 5b53a6e mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS by Michal Hocko · 7 years ago
- 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
- 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
- 3ea2771 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries by Mel Gorman · 7 years ago
- 91a9014 mm/memory.c: mark create_huge_pmd() inline to prevent build failure by Geert Uytterhoeven · 7 years ago
- 0a1345f mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTE by Yevgen Pronenko · 7 years ago
- 2262185 mm: per-cgroup memory reclaim stats by Roman Gushchin · 7 years ago