summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-15rust: Add a rust helper for krealloc()memalloc_prof_v3Kent Overstreet
2024-02-14memprofiling: DocumentationKent Overstreet
2024-02-14fixup! mm: vmalloc: Enable memory allocation profilingKent Overstreet
2024-02-14asm-generic/io.h: Kill vmalloc.h dependencyKent Overstreet
2024-02-14fix missing vmalloc.h includesKent Overstreet
2024-02-11MAINTAINERS: Add entries for code tagging and memory allocation profilingKent Overstreet
2024-02-11codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan
2024-02-11codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan
2024-02-11codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan
2024-02-11lib: add memory allocations report in show_mem()Suren Baghdasaryan
2024-02-11rhashtable: Plumb through alloc tagKent Overstreet
2024-02-11mm: vmalloc: Enable memory allocation profilingKent Overstreet
2024-02-11mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan
2024-02-11mm: percpu: Add codetag reference into pcpuobj_extKent Overstreet
2024-02-11mm: percpu: Introduce pcpuobj_extKent Overstreet
2024-02-11xfs: Memory allocation profiling fixupsKent Overstreet
2024-02-11mempool: Hook up to memory allocation profilingKent Overstreet
2024-02-11mm/slub: Mark slab_free_freelist_hook() __always_inlineKent Overstreet
2024-02-11mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan
2024-02-11mm/slab: add allocation accounting into slab allocation and free pathsSuren Baghdasaryan
2024-02-11lib: add codetag reference into slabobj_extSuren Baghdasaryan
2024-02-11mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=ySuren Baghdasaryan
2024-02-11mm: create new codetag references during page splittingSuren Baghdasaryan
2024-02-11mm: enable page allocation taggingSuren Baghdasaryan
2024-02-11change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan
2024-02-10mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tagsSuren Baghdasaryan
2024-02-10lib: introduce support for page allocation taggingSuren Baghdasaryan
2024-02-10lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan
2024-02-10lib: prevent module unloading if memory is not freedSuren Baghdasaryan
2024-02-10lib: code tagging module supportSuren Baghdasaryan
2024-02-10lib: code tagging frameworkSuren Baghdasaryan
2024-02-10slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan
2024-02-10mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objectsSuren Baghdasaryan
2024-02-10mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan
2024-02-10mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creationSuren Baghdasaryan
2024-02-10mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2024-02-10mm: enumerate all gfp flagsSuren Baghdasaryan
2024-02-10fs: Convert alloc_inode_sb() to a macroKent Overstreet
2024-02-10scripts/kallysms: Always include __start and __stop symbolsKent Overstreet
2024-02-10lib/string_helpers: Add flags param to string_get_size()Kent Overstreet
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-10Merge tag 'firewire-fixes-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-02-10Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-02-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-02-09Merge tag '6.8-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-02-09Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-02-09Merge tag 'ntfs3_for_6.8' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-02-09smb3: clarify mount warningSteve French