summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-25codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan
2024-04-25codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan
2024-04-25lib: add memory allocations report in show_mem()Suren Baghdasaryan
2024-04-25rhashtable: plumb through alloc tagKent Overstreet
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet
2024-04-25mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan
2024-04-25mempool: hook up to memory allocation profilingKent Overstreet
2024-04-25mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan
2024-04-25lib: add codetag reference into slabobj_extSuren Baghdasaryan
2024-04-25mm: fix non-compound multi-order memory accounting in __free_pagesSuren Baghdasaryan
2024-04-25mm: create new codetag references during page splittingSuren Baghdasaryan
2024-04-25mm: enable page allocation taggingSuren Baghdasaryan
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan
2024-04-25mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tagsSuren Baghdasaryan
2024-04-25lib: introduce support for page allocation taggingSuren Baghdasaryan
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan
2024-04-25lib: prevent module unloading if memory is not freedSuren Baghdasaryan
2024-04-25lib: code tagging module supportSuren Baghdasaryan
2024-04-25lib: code tagging frameworkSuren Baghdasaryan
2024-04-25slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan
2024-04-25mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan
2024-04-25mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creationSuren Baghdasaryan
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2024-04-25fs: convert alloc_inode_sb() to a macroKent Overstreet
2024-04-25asm-generic/io.h: kill vmalloc.h dependencyKent Overstreet
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-04-25mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom
2024-04-25mm: zpool: return pool size in pagesJohannes Weiner
2024-04-25mm: zswap: optimize zswap pool size trackingJohannes Weiner
2024-04-25mm: document pXd_leaf() APIPeter Xu
2024-04-25mm/treewide: remove pXd_huge()Peter Xu
2024-04-25mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed
2024-04-25mm: remove guard around pgd_offset_k() macroChristophe Leroy
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)
2024-04-24mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)
2024-04-24mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macrosMatthew Wilcox (Oracle)
2024-04-16mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar
2024-04-16mm,swapops: update check in is_pfn_swap_entry for hwpoison entriesOscar Salvador
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-04-14Merge tag 'locking-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-04-12Merge tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-12Merge tag 'drm-fixes-2024-04-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-04-11Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-04-12Merge tag 'drm-misc-fixes-2024-04-11' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-04-11Merge tag 'acpi-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-11Merge tag 'loongarch-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-10Merge tag 'bootconfig-fixes-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-10Drivers: hv: vmbus: Track decrypted status in vmbus_gpadlRick Edgecombe