1. 9717c1c Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  2. b45f1b3 Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 5 years ago
  3. 5379e4d mm, drm/ttm: Fix vm page protection handling by Thomas Hellstrom · 5 years ago
  4. 574c5b3d mm: Add a vmf_insert_mixed_prot() function by Thomas Hellstrom · 5 years ago
  5. 1e5f8a3 Merge tag 'v5.5-rc3' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  6. be1db47 mm/memory.c: add apply_to_existing_page_range() helper by Daniel Axtens · 5 years ago
  7. 923717c sched/rt, mm: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  8. f949286 mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h by Mike Rapoport · 5 years ago
  9. 3cde287 mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thp by Yu Zhao · 5 years ago
  10. f4f5329 mm: fix typos in comments when calling __SetPageUptodate() by Wei Yang · 5 years ago
  11. 625110b mm/memory.c: fix a huge pud insertion race during faulting by Thomas Hellstrom · 5 years ago
  12. e4dcad2 rss_stat: add support to detect RSS updates of external mm by Joel Fernandes (Google) · 5 years ago
  13. b3d1411 mm: emit tracepoint when RSS changes by Joel Fernandes (Google) · 5 years ago
  14. 89b1533 mm: drop mmap_sem before calling balance_dirty_pages() in write fault by Johannes Weiner · 5 years ago
  15. 83d116c mm: fix double page fault on arm64 if PTE_AF is cleared by Jia He · 5 years ago
  16. 6aa9b8b mm: do not hash address in print_bad_pte() by Kefeng Wang · 5 years ago
  17. 7b167b6 mm: release the spinlock on zap_pte_range by Minchan Kim · 5 years ago
  18. 9da99f2 mm: remove redundant assignment of entry by Wei Yang · 5 years ago
  19. dc617f2 vfs: don't allow writes to swap files by Darrick J. Wong · 5 years ago
  20. 43675e6 mm: thp: make transhuge_vma_suitable available for anonymous THP by Yang Shi · 6 years ago
  21. fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  22. 1e426fe mm: use down_read_killable for locking mmap_sem in access_remote_vm by Konstantin Khlebnikov · 6 years ago
  23. 96756fc mm/memory.c: fail when offset == num in first check of __vm_map_pages() by Miguel Ojeda · 6 years ago
  24. 8b1e0f8 mm/pgtable: drop pgtable_t variable from pte_fn_t functions by Anshuman Khandual · 6 years ago
  25. eb08557 mm, swap: fix race between swapoff and some swap operations by Huang Ying · 6 years ago
  26. 465fc3a mm/memory.c: trivial clean up in insert_page() by Miklos Szeredi · 6 years ago
  27. 897e636 memremap: add a migrate_to_ram method to struct dev_pagemap_ops by Christoph Hellwig · 6 years ago
  28. 25b2995 mm: remove MEMORY_DEVICE_PUBLIC support by Christoph Hellwig · 6 years ago
  29. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  30. a667d74 mm: introduce new vm_map_pages() and vm_map_pages_zero() API by Souptick Joarder · 6 years ago
  31. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
  32. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  33. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  34. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  35. fa0aafb asm-generic/tlb: Remove tlb_flush_mmu_free() by Peter Zijlstra · 6 years ago
  36. ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
  37. cae85cb mm/memory.c: fix modifying of page protection by insert_pfn() by Jan Kara · 6 years ago
  38. fc8efd2 mm/memory.c: do_fault: avoid usage of stale vm_area_struct by Jan Stancek · 6 years ago
  39. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  40. 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
  41. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  42. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  43. 0ee930e mm/memory.c: prevent mapping typed pages to userspace by Matthew Wilcox · 6 years ago
  44. 2d432cb mm: prevent mapping slab pages to userspace by Matthew Wilcox · 6 years ago
  45. 52d1e60 mm: reuse only-pte-mapped KSM page in do_wp_page() by Kirill Tkhai · 6 years ago
  46. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  47. 1ed7293 mm/memory.c: initialise mmu_notifier_range correctly by Matthew Wilcox · 6 years ago
  48. 63f3655 mm, memcg: fix reclaim deadlock with writeback by Michal Hocko · 6 years ago
  49. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  50. 7635d9c mm, thp, proc: report THP eligibility for each vma by Michal Hocko · 6 years ago
  51. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  52. f2c57d9 mm: Fix warning in insert_pfn() by Jan Kara · 6 years ago
  53. ff09d7e mm/memory.c: recheck page table entry with page table lock held by Aneesh Kumar K.V · 6 years ago
  54. 9b5a8e0 mm: convert insert_pfn() to vm_fault_t by Matthew Wilcox · 6 years ago
  55. 79f3aa5 mm: convert __vm_insert_mixed() to vm_fault_t by Matthew Wilcox · 6 years ago
  56. 6d95854 mm: inline vm_insert_pfn_prot() into caller by Matthew Wilcox · 6 years ago
  57. ae2b01f mm: remove vm_insert_pfn() by Matthew Wilcox · 6 years ago
  58. bc12e6a mm: make vm_insert_pfn_prot() static by Matthew Wilcox · 6 years ago
  59. f5e6d1d mm: introduce vmf_insert_pfn_prot() by Matthew Wilcox · 6 years ago
  60. 5d74763 mm: remove vm_insert_mixed() by Matthew Wilcox · 6 years ago
  61. 196d9d8 mm/memory: Move mmu_gather and TLB invalidation code into its own file by Peter Zijlstra · 6 years ago
  62. a6d6024 asm-generic/tlb: Track which levels of the page tables have been cleared by Will Deacon · 6 years ago
  63. 1b2de5d mm/cow: don't bother write protecting already write-protected pages by Linus Torvalds · 7 years ago
  64. 33e1787 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  65. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  66. fd1102f mm: mmu_notifier fix for tlb_end_vma by Nicholas Piggin · 6 years ago
  67. d86564a mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE by Peter Zijlstra · 6 years ago
  68. a6f5720 mm/tlb: Remove tlb_remove_table() non-concurrent condition by Peter Zijlstra · 6 years ago
  69. db7ddef mm: move tlb_table_flush to tlb_flush_mmu_free by Nicholas Piggin · 6 years ago
  70. 52a288c x86/mm/tlb: Revert the recent lazy TLB patches by Peter Zijlstra · 6 years ago
  71. 50c150f Revert "mm: always flush VMA ranges affected by zap_page_range" by Rik van Riel · 6 years ago
  72. 29ef680 memcg, oom: move out_of_memory back to the charge path by Michal Hocko · 6 years ago
  73. c9f4cd7 mm, huge page: copy target sub-page last when copy huge page by Huang Ying · 6 years ago
  74. c6ddfb6 mm, clear_huge_page: move order algorithm into a separate function by Huang Ying · 6 years ago
  75. fadae29 thp: use mm_file_counter to determine update which rss counter by Yang Shi · 6 years ago
  76. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  77. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  78. 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  79. 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
  80. 24eee1e mm/memory.c: check return value of ioremap_prot by jie@chenjie6@huwei.com · 6 years ago
  81. 53406ed mm: delete historical BUG from zap_pmd_range() by Hugh Dickins · 6 years ago
  82. 2ff6ddf x86/mm/tlb: Leave lazy TLB mode at page table free time by Rik van Riel · 7 years ago
  83. 2cf8558 memcontrol: schedule throttling if we are congested by Tejun Heo · 7 years ago
  84. 42e4089 x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 7 years ago
  85. 68abbe7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  86. 00b3a33 mm: remove odd HAVE_PTE_SPECIAL by Laurent Dufour · 7 years ago
  87. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  88. ab77dab fs/dax.c: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  89. 27d036e mm: Remove return value of zap_vma_ptes() by Leon Romanovsky · 7 years ago
  90. e9e9b7e mm: swap: unify cluster-based and vma-based swap readahead by Minchan Kim · 7 years ago
  91. eaf649eb mm: swap: clean up swap readahead by Minchan Kim · 7 years ago
  92. ca827d5 mm, swap: Add infrastructure for saving page metadata on swap by Khalid Aziz · 7 years ago
  93. af27d94 mm: hide a #warning for COMPILE_TEST by Arnd Bergmann · 7 years ago
  94. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  95. e7c98df mm: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  96. 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
  97. da391d6 mm: correct comments regarding do_fault_around() by William Kucharski · 7 years ago
  98. 977fbdc mm: add unmap_mapping_pages() by Matthew Wilcox · 7 years ago
  99. ef549e1 mm: update comment describing tlb_gather_mmu by Mike Rapoport · 7 years ago
  100. 785a3fa mm, dax: introduce pfn_t_special() by Dan Williams · 7 years ago