]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2023-02-13 Liam R. Howlettmaple_tree: Remove unnecessary check from mas_destroy() maple_for6.4_unstable
2023-02-13 Liam R. Howletttest_maple_tree: Add testing for maple state handling
2023-02-13 Liam R. Howlettmaple_tree: Handle MAS_NONE and MAS_PAUSE in mas_walk()
2023-02-13 Liam R. Howlettmaple_tree: Fix mas_prev() and mas_find_rev() state...
2023-02-13 Liam R. Howlettmaple_tree: mas_next() and mas_find() state clean up
2023-02-13 Liam R. Howlettmaple_tree: Add __init and __exit to test module
2023-02-13 Liam R. Howlettmm: Update validate_mm() to use vma iterator
2023-02-13 Liam R. Howlettmaple_tree: Make test code work without debug enabled
2023-02-13 Liam R. Howlettmaple_tree: Return error on mte_pivots() out of range
2023-02-13 Liam R. Howlettmaple_tree: Use MAS_BUG_ON() prior to calling mas_meta_...
2023-02-13 Liam R. Howlettmaple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc()
2023-02-13 Liam R. Howlettmaple_tree: Use MAS_BUG_ON() from mas_topiary_range()
2023-02-13 Liam R. Howlettmaple_tree: Use MAS_BUG_ON() in mas_set_height()
2023-02-13 Liam R. Howlettmaple_tree: Use MAS_BUG_ON() when setting a leaf node...
2023-02-13 Liam R. Howlettmaple_tree: Convert debug code to use MT_WARN_ON()...
2023-02-13 Liam R. Howlettmaple_tree: Change RCU checks to WARN_ON() instead...
2023-02-13 Liam R. Howlettmaple_tree: Convert BUG_ON() to MT_BUG_ON()
2023-02-13 Liam R. Howlettmaple_tree: Add debug BUG_ON and WARN_ON variants
2023-02-13 Liam R. Howlettmaple_tree: Add format option to mt_dump()
2023-02-13 Liam R. Howlettmaple_tree: Clean up mas_parent_enum()
2023-02-10 Andrey Konovalovlib/stackdepot: move documentation comments to stackdepot.h
2023-02-10 Andrey Konovalovlib/stackdepot: various comments clean-ups
2023-02-10 Andrey Konovalovlib/stackdepot: annotate racy pool_index accesses
2023-02-10 Andrey Konovalovlib/stacktrace, kasan, kmsan: rework extra_bits interface
2023-02-10 Andrey Konovalovlib/stackdepot: rename next_pool_inited to next_pool_re...
2023-02-10 Andrey Konovalovlib/stackdepot: annotate depot_init_pool and depot_allo...
2023-02-10 Andrey Konovalovlib/stacktrace: drop impossible WARN_ON for depot_init_pool
2023-02-10 Andrey Konovalovlib/stackdepot: rename init_stack_pool
2023-02-10 Andrey Konovalovlib/stackdepot: rename handle and pool constants
2023-02-10 Andrey Konovalovlib/stackdepot: rename slab to pool
2023-02-10 Andrey Konovalovlib/stackdepot: rename hash table constants and variables
2023-02-10 Andrey Konovalovlib/stackdepot: reorder and annotate global variables
2023-02-10 Andrey Konovalovlib/stackdepot: lower the indentation in stack_depot_init
2023-02-10 Andrey Konovalovlib/stackdepot: annotate init and early init functions
2023-02-10 Andrey Konovalovlib/stackdepot: rename stack_depot_disable
2023-02-10 Andrew Mortonlib-stackdepot-mm-rename-stack_depot_want_early_init-fix
2023-02-10 Andrey Konovalovlib/stackdepot, mm: rename stack_depot_want_early_init
2023-02-10 Andrey Konovalovlib/stackdepot: use pr_fmt to define message format
2023-02-10 Andrey Konovalovlib/stackdepot: put functions in logical order
2023-02-10 Jakub Wilkmm: fix typo in __vm_enough_memory warning
2023-02-10 SeongJae Parkmm-damon-dbgfs-print-damon-debugfs-interface-deprecatio...
2023-02-10 SeongJae Parkmm/damon/dbgfs: print DAMON debugfs interface deprecati...
2023-02-10 SeongJae Parkmm/damon/Kconfig: add DAMON debugfs interface deprecati...
2023-02-10 SeongJae ParkDocs/admin-guide/mm/damon/usage: add DAMON debugfs...
2023-02-10 Alexander Halbuermm: reduce lock contention of pcp buffer refill
2023-02-10 Vishal Moola... mm/migrate: convert putback_movable_pages() to use...
2023-02-10 Vishal Moola... mm/migrate: convert isolate_movable_page() to use folios
2023-02-10 Vishal Moola... mm/migrate: add folio_movable_ops()
2023-02-10 Vishal Moola... mm: add folio_get_nontail_page()
2023-02-10 Vishal Moola... mm/mempolicy: convert migrate_page_add() to migrate_fol...
2023-02-10 Vishal Moola... mm/mempolicy: convert queue_pages_required() to queue_f...
2023-02-10 Vishal Moola... mm/mempolicy: convert queue_pages_hugetlb() to queue_fo...
2023-02-10 Vishal Moola... mm/mempolicy: convert queue_pages_pte_range() to queue_...
2023-02-10 Vishal Moola... mm/mempolicy: convert queue_pages_pmd() to queue_folios...
2023-02-10 Vishal Moola... mm: add folio_estimated_sharers()
2023-02-10 Keith Buschdmapool: create/destroy cleanup
2023-02-10 Keith Buschdmapool: link blocks across pages
2023-02-10 Keith Buschdmapool: don't memset on free twice
2023-02-10 Keith Buschdmapool: simplify freeing
2023-02-10 Keith Buschdmapool: consolidate page initialization
2023-02-10 Keith Buschdmapool: rearrange page alloc failure handling
2023-02-10 Keith Buschdmapool: move debug code to own functions
2023-02-10 Tony Battersbydmapool: speedup DMAPOOL_DEBUG with init_on_alloc
2023-02-10 Tony Battersbydmapool: cleanup integer types
2023-02-10 Tony Battersbydmapool: use sysfs_emit() instead of scnprintf()
2023-02-10 Tony Battersbydmapool: remove checks for dev == NULL
2023-02-10 Keith Buschdmapool: add alloc/free performance test
2023-02-10 xu xinselftest-add-testing-unsharing-and-counting-ksm-zero...
2023-02-10 xu xinselftest: add testing unsharing and counting ksm zero...
2023-02-10 xu xinksm: add zero_pages_sharing documentation
2023-02-10 xu xinksm: count zero pages for each process
2023-02-10 xu xinksm: count all zero pages placed by KSM
2023-02-10 xu xinksm: support unsharing zero pages placed by KSM
2023-02-10 xu xinksm-abstract-the-function-try_to_get_old_rmap_item-v6
2023-02-10 xu xinksm: abstract the function try_to_get_old_rmap_item
2023-02-10 Jiaqi Yanmm/khugepaged: recover from poisoned file-backed memory
2023-02-10 Jiaqi Yanmm/khugepaged: recover from poisoned anonymous memory
2023-02-10 Sidhartha KumarDocumentation/mm: update hugetlbfs documentation to...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlb_wp() to take in a folio
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlb_add_to_page_cache to take...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert restore_reserve_on_error to take...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlb fault paths to use alloc_hu...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert putback_active_hugepage to take...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlbfs_pagecache_present() to...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlb_install_page to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert demote_free_huge_page to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert restore_reserve_on_error() to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert alloc_migrate_huge_page to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: increase use of folios in alloc_huge_page()
2023-02-10 Sidhartha Kumarmm/hugetlb: convert alloc_surplus_huge_page() to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert dequeue_hugetlb_page functions...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert __update_and_free_page() to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert isolate_hugetlb to folios
2023-02-10 Andrew MortonMerge branch 'mm-stable' into mm-unstable
2023-02-10 David Chenmm/page_alloc.c: fix page corruption caused by racy...
2023-02-10 Zach O'Keefemm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
2023-02-10 Qian Yingjinmm/filemap: fix page end in filemap_get_read_batch
2023-02-10 Andrew MortonMerge branch 'mm-hotfixes-stable' into mm-stable
2023-02-10 Li Zhijianmm/memremap.c: fix outdated comment in devm_memremap_pages
2023-02-10 Thomas Weißschuhmm/damon/sysfs: make kobj_type structures constant
next