summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-04-26lib: add memory allocations report in show_mem()Suren Baghdasaryan2-0/+8
2024-04-26rhashtable: plumb through alloc tagKent Overstreet2-2/+12
2024-04-26mm: vmalloc: enable memory allocation profilingKent Overstreet1-15/+45
2024-04-26mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan1-7/+16
2024-04-26mempool: hook up to memory allocation profilingKent Overstreet1-38/+35
2024-04-26mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan3-87/+91
2024-04-26lib: add codetag reference into slabobj_extSuren Baghdasaryan1-0/+5
2024-04-26mm: fix non-compound multi-order memory accounting in __free_pagesSuren Baghdasaryan1-0/+24
2024-04-26mm: create new codetag references during page splittingSuren Baghdasaryan2-0/+39
2024-04-26mm: enable page allocation taggingSuren Baghdasaryan3-50/+99
2024-04-26change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan1-1/+1
2024-04-26mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tagsSuren Baghdasaryan1-0/+4
2024-04-26lib: introduce support for page allocation taggingSuren Baghdasaryan2-1/+78
2024-04-26lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan2-0/+180
2024-04-26lib: prevent module unloading if memory is not freedSuren Baghdasaryan1-3/+3
2024-04-26lib: code tagging module supportSuren Baghdasaryan1-0/+12
2024-04-26lib: code tagging frameworkSuren Baghdasaryan1-0/+68
2024-04-26slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan1-7/+22
2024-04-26mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan1-0/+10
2024-04-26mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creationSuren Baghdasaryan1-0/+11
2024-04-26mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan2-8/+16
2024-04-26fs: convert alloc_inode_sb() to a macroKent Overstreet1-5/+1
2024-04-26fix missing vmalloc.h includesKent Overstreet2-0/+3
2024-04-26mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom1-2/+3
2024-04-26mm: zpool: return pool size in pagesJohannes Weiner1-2/+2
2024-04-26mm: zswap: optimize zswap pool size trackingJohannes Weiner1-1/+1
2024-04-26mm: document pXd_leaf() APIPeter Xu1-5/+19
2024-04-26mm/treewide: remove pXd_huge()Peter Xu1-24/+0
2024-04-26mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed1-1/+2
2024-04-26mm: remove guard around pgd_offset_k() macroChristophe Leroy1-2/+0
2024-04-25mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-37/+33
2024-04-25mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)2-5/+7
2024-04-25mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macrosMatthew Wilcox (Oracle)1-23/+47
2024-04-17mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar1-0/+9
2024-04-17mm,swapops: update check in is_pfn_swap_entry for hwpoison entriesOscar Salvador1-32/+33
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-04-14Merge tag 'locking-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+5
2024-04-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+5
2024-04-12Merge tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-04-12Merge tag 'drm-fixes-2024-04-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+7
2024-04-12Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2024-04-11Merge tag 'drm-misc-fixes-2024-04-11' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+7
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-4/+30
2024-04-11Merge tag 'loongarch-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2024-04-11Merge tag 'bootconfig-fixes-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-04-11Drivers: hv: vmbus: Track decrypted status in vmbus_gpadlRick Edgecombe1-0/+1
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-04-10mm: Move lowmem_page_address() a little laterHuacai Chen1-5/+5
2024-04-10net: add copy_safe_from_sockptr() helperEric Dumazet1-0/+25
2024-04-10io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKEHaiyue Wang1-1/+1