riscv: Introduce set_kernel_memory helper
[linux-2.6-microblaze.git] / mm /
2021-05-05 Minchan Kimmm: cma: support sysfs
2021-05-05 Liam Markmm: cma: add trace events for CMA alloc perf testing
2021-05-05 Baolin Wangmm: cma: use pr_err_ratelimited for CMA warning
2021-05-05 Minchan Kimmm: vmstat: add cma statistics
2021-05-05 Miaohe LinRevert "mm: migrate: skip shared exec THP for NUMA...
2021-05-05 Miaohe Linmm/migrate.c: use helper migrate_vma_collect_skip(...
2021-05-05 Miaohe Linmm/migrate.c: fix potential indeterminate pte entry...
2021-05-05 Miaohe Linmm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCC...
2021-05-05 Miaohe Linmm/migrate.c: make putback_movable_page() static
2021-05-05 Minchan Kimmm: fs: invalidate BH LRU during page migration
2021-05-05 Minchan Kimmm: replace migrate_[prep|finish] with lru_cache_[disab...
2021-05-05 Minchan Kimmm: disable LRU pagevec during the migration temporarily
2021-05-05 Charan Teja Reddymm: compaction: update the COMPACT[STALL|FAIL] events...
2021-05-05 Pintu Kumarmm/compaction: remove unused variable sysctl_compact_memory
2021-05-05 Yang Shimm: vmscan: shrink deferred objects proportional to...
2021-05-05 Yang Shimm: memcontrol: reparent nr_deferred when memcg offline
2021-05-05 Yang Shimm: vmscan: don't need allocate shrinker->nr_deferred...
2021-05-05 Yang Shimm: vmscan: use per memcg nr_deferred of shrinker
2021-05-05 Yang Shimm: vmscan: add per memcg shrinker nr_deferred
2021-05-05 Yang Shimm: vmscan: use a new flag to indicate shrinker is...
2021-05-05 Yang Shimm: vmscan: add shrinker_info_protected() helper
2021-05-05 Yang Shimm: memcontrol: rename shrinker_map to shrinker_info
2021-05-05 Yang Shimm: vmscan: use kvfree_rcu instead of call_rcu
2021-05-05 Yang Shimm: vmscan: remove memcg_shrinker_map_size
2021-05-05 Yang Shimm: vmscan: use shrinker_rwsem to protect shrinker_maps...
2021-05-05 Yang Shimm: vmscan: consolidate shrinker_maps handling code
2021-05-05 Yang Shimm: vmscan: use nid from shrink_control for tracepoint
2021-05-05 Dave Hansenmm/vmscan: replace implicit RECLAIM_ZONE checks with...
2021-05-05 Dave Hansenmm/vmscan: move RECLAIM* bits to uapi header
2021-05-05 Axel Rasmussenuserfaultfd: add UFFDIO_CONTINUE ioctl
2021-05-05 Axel Rasmussenuserfaultfd: hugetlbfs: only compile UFFD helpers if...
2021-05-05 Axel Rasmussenuserfaultfd: add minor fault registration mode
2021-05-05 Oscar Salvadormm,page_alloc: drop unnecessary checks from pfn_range_v...
2021-05-05 Oscar Salvadormm: make alloc_contig_range handle in-use hugetlb pages
2021-05-05 Oscar Salvadormm: make alloc_contig_range handle free hugetlb pages
2021-05-05 Oscar Salvadormm,hugetlb: split prep_new_huge_page functionality
2021-05-05 Oscar Salvadormm,hugetlb: drop clearing of flag from prep_new_huge_page
2021-05-05 Oscar Salvadormm,compaction: let isolate_migratepages_{range,block...
2021-05-05 Oscar Salvadormm,page_alloc: bail out earlier on -ENOMEM in alloc_con...
2021-05-05 Mike Kravetzhugetlb: add lockdep_assert_held() calls for hugetlb_lock
2021-05-05 Mike Kravetzhugetlb: make free_huge_page irq safe
2021-05-05 Mike Kravetzhugetlb: change free_pool_huge_page to remove_pool_huge...
2021-05-05 Mike Kravetzhugetlb: call update_and_free_page without hugetlb_lock
2021-05-05 Mike Kravetzhugetlb: create remove_hugetlb_page() to separate funct...
2021-05-05 Mike Kravetzhugetlb: add per-hstate mutex to synchronize user adjus...
2021-05-05 Mike Kravetzhugetlb: no need to drop hugetlb_lock to call cma_release
2021-05-05 Mike Kravetzmm/cma: change cma mutex to irq safe spinlock
2021-05-05 Miaohe Linmm/hugeltb: handle the error case in hugetlb_fix_reserv...
2021-05-05 Miaohe Linmm/hugeltb: clarify (chg - freed) won't go negative...
2021-05-05 Miaohe Linmm/hugeltb: simplify the return code of __vma_reservati...
2021-05-05 Miaohe Linmm/hugeltb: remove redundant VM_BUG_ON() in region_add()
2021-05-05 Zi Yanmm: huge_memory: debugfs for file-backed THP split
2021-05-05 Zi Yanmm: huge_memory: a new debugfs interface for splitting...
2021-05-05 Miaohe Linkhugepaged: remove meaningless !pte_present() check...
2021-05-05 Miaohe Linkhugepaged: remove unnecessary out label in collapse_hu...
2021-05-05 Miaohe Linkhugepaged: use helper function range_in_vma() in colla...
2021-05-05 Yanfei Xumm/khugepaged.c: replace barrier() with READ_ONCE(...
2021-05-05 Miaohe Linmm/huge_memory.c: use helper function migration_entry_t...
2021-05-05 Miaohe Linmm/huge_memory.c: remove redundant PageCompound() check
2021-05-05 Miaohe Linmm/huge_memory.c: rework the function do_huge_pmd_numa_...
2021-05-05 Miaohe Linmm/huge_memory.c: make get_huge_zero_page() return...
2021-05-05 Miaohe Linmm/huge_memory.c: rework the function vma_adjust_trans_...
2021-05-05 Miaohe Linmm/huge_memory.c: remove unnecessary local variable...
2021-05-05 Miaohe Linkhugepaged: fix wrong result value for trace_mm_collaps...
2021-05-05 Miaohe Linkhugepaged: use helper khugepaged_test_exit() in __khug...
2021-05-05 Miaohe Linkhugepaged: reuse the smp_wmb() inside __SetPageUptodate()
2021-05-05 Miaohe Linkhugepaged: remove unneeded return value of khugepaged_...
2021-05-05 Miaohe Linmm/hugetlb: simplify the code when alloc_huge_page...
2021-05-05 Miaohe Linmm/hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE...
2021-05-05 Miaohe Linmm/hugetlb: optimize the surplus state transfer code...
2021-05-05 Miaohe Linmm/hugetlb: use some helper functions to cleanup code
2021-05-05 Anshuman Khandualmm: generalize HUGETLB_PAGE_SIZE_VARIABLE
2021-05-05 Miaohe Linmm/hugetlb: remove redundant reservation check conditio...
2021-05-05 Peter Xuhugetlb/userfaultfd: unshare all pmds for hugetlbfs...
2021-05-05 Peter Xumm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.h
2021-05-05 Peter Xuhugetlb/userfaultfd: forbid huge pmd sharing when uffd...
2021-05-05 Peter Xuhugetlb: pass vma into huge_pte_alloc() and huge_pmd_sh...
2021-05-05 Matthew Wilcox ... dax: account DAX entries as nrpages
2021-05-05 Matthew Wilcox ... mm: stop accounting shadow entries
2021-05-05 Matthew Wilcox ... mm: introduce and use mapping_empty()
2021-05-05 Linus TorvaldsMerge tag 'for-linus-5.13-rc1' of git://git./linux...
2021-05-05 Linus TorvaldsMerge tag 'for-linus-5.13-rc1' of git://git./linux...
2021-05-05 Linus TorvaldsMerge tag 'f2fs-for-5.13-rc1' of git://git./linux/kerne...
2021-05-04 Dmitry TorokhovMerge branch 'next' into for-linus
2021-05-04 Linus TorvaldsMerge tag 'dmaengine-5.13-rc1' of git://git./linux...
2021-05-04 Linus TorvaldsMerge tag 'rproc-v5.13' of git://git./linux/kernel...
2021-05-04 Linus TorvaldsMerge tag 'rpmsg-v5.13' of git://git./linux/kernel...
2021-05-04 Linus TorvaldsMerge tag 'hwlock-v5.13' of git://git./linux/kernel...
2021-05-04 Linus TorvaldsMerge branch 'stable/for-linus-5.13' of git://git....
2021-05-04 Linus TorvaldsMerge tag 'dma-mapping-5.13' of git://git.infradead...
2021-05-04 Linus TorvaldsMerge tag 'm68knommu-for-v5.13' of git://git./linux...
2021-05-03 Linus TorvaldsMerge tag 'for-5.13/parisc' of git://git./linux/kernel...
2021-05-03 Linus TorvaldsMerge tag 'csky-for-linus-5.13-rc1' of git://github...
2021-05-03 Linus TorvaldsMerge tag 'leds-5.13-rc1' of git://git./linux/kernel...
2021-05-03 Linus TorvaldsMerge tag 'rtc-5.13' of git://git./linux/kernel/git...
2021-05-03 Linus TorvaldsMerge tag 'trace-v5.13' of git://git./linux/kernel...
2021-05-03 Linus TorvaldsMerge branch 'work.recursive_removal' of git://git...
2021-05-03 Linus TorvaldsMerge branch 'work.file' of git://git./linux/kernel...
2021-05-02 Linus TorvaldsMerge tag 'for-linus-5.13-ofs-1' of git://git./linux...
2021-05-02 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
next