summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-05iommu: fix MAX_ORDER usage in __iommu_dma_alloc_pages()Kirill A. Shutemov
2023-04-05mm/slub: fix MAX_ORDER usage in calculate_order()Kirill A. Shutemov
2023-04-05mm/page_reporting: fix MAX_ORDER usage in page_reporting_register()Kirill A. Shutemov
2023-04-05perf/core: fix MAX_ORDER usage in rb_alloc_aux_page()Kirill A. Shutemov
2023-04-05genwqe: fix MAX_ORDER usageKirill A. Shutemov
2023-04-05drm/i915: fix MAX_ORDER usage in i915_gem_object_get_pages_internal()Kirill A. Shutemov
2023-04-05floppy: fix MAX_ORDER usageKirill A. Shutemov
2023-04-05um: fix MAX_ORDER usage in linux_main()Kirill A. Shutemov
2023-04-05sparc/mm: fix MAX_ORDER usage in tsb_grow()Kirill A. Shutemov
2023-04-05selftests/mm: smoke test UFFD_FEATURE_WP_UNPOPULATEDPeter Xu
2023-04-05mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu
2023-04-05kasan: suppress recursive reports for HW_TAGSAndrey Konovalov
2023-04-05kasan, arm64: add arch_suppress_tag_checks_start/stopAndrey Konovalov
2023-04-05arm64: mte: rename TCO routinesVincenzo Frascino
2023-04-05kasan, arm64: rename tagging-related routinesAndrey Konovalov
2023-04-05kasan: drop empty tagging-related definesAndrey Konovalov
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-04-05mm: remove FGP_ENTRYChristoph Hellwig
2023-04-05shmem: open code the page cache lookup in shmem_get_folio_gfpChristoph Hellwig
2023-04-05shmem: shmem_get_partial_folio use filemap_get_entryHugh Dickins
2023-04-05mm: use filemap_get_entry in filemap_get_incore_folioChristoph Hellwig
2023-04-05mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig
2023-04-05mm: don't look at xarray value entries in split_huge_pages_in_fileChristoph Hellwig
2023-04-05dmapool: create/destroy cleanupKeith Busch
2023-04-05dmapool: link blocks across pagesKeith Busch
2023-04-05dmapool: don't memset on free twiceKeith Busch
2023-04-05dmapool: simplify freeingKeith Busch
2023-04-05dmapool: consolidate page initializationKeith Busch
2023-04-05dmapool: rearrange page alloc failure handlingKeith Busch
2023-04-05dmapool: move debug code to own functionsKeith Busch
2023-04-05dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby
2023-04-05dmapool: cleanup integer typesTony Battersby
2023-04-05dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby
2023-04-05dmapool: remove checks for dev == NULLTony Battersby
2023-04-05dmapool: add alloc/free performance testKeith Busch
2023-03-28mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu
2023-03-28mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPOISON_INJECT)Kefeng Wang
2023-03-28mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng
2023-03-28mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()Qi Zheng
2023-03-28mm: vmscan: hold write lock to reparent shrinker nr_deferredQi Zheng
2023-03-28mm: shrinkers: make count and scan in shrinker debugfs locklessQi Zheng
2023-03-28mm: vmscan: add shrinker_srcu_generationKirill Tkhai
2023-03-28mm: vmscan: make memcg slab shrink locklessQi Zheng
2023-03-28mm: vmscan: make global slab shrink locklessQi Zheng
2023-03-28mm: vmscan: add a map_nr_max field to shrinker_infoQi Zheng
2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes
2023-03-28kasan: remove PG_skip_kasan_poison flagPeter Collingbourne
2023-03-28io-mapping: don't disable preempt on RT in io_mapping_map_atomic_wc().Sebastian Andrzej Siewior
2023-03-28shmem: add support to ignore swapLuis Chamberlain
2023-03-28shmem: update documentationLuis Chamberlain