summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-05-29mem profiling: Runtime switchmemalloc_prof_v1Kent Overstreet
2023-05-29lib/string_helpers: Add flags param to string_get_size()Kent Overstreet
2023-05-11Slim down alloc_hooksKent Overstreet
2023-04-30codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan
2023-04-30codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan
2023-04-30move stack capture functionality into a separate function for reuseSuren Baghdasaryan
2023-04-30mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan
2023-04-30mm: percpu: Add codetag reference into pcpuobj_extKent Overstreet
2023-04-30mm: percpu: Introduce pcpuobj_extKent Overstreet
2023-04-30mempool: Hook up to memory allocation profilingKent Overstreet
2023-04-30mm/slub: Mark slab_free_freelist_hook() __always_inlineKent Overstreet
2023-04-30mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan
2023-04-30mm/slab: add allocation accounting into slab allocation and free pathsSuren Baghdasaryan
2023-04-30lib: add codetag reference into slabobj_extSuren Baghdasaryan
2023-04-30mm: create new codetag references during page splittingSuren Baghdasaryan
2023-04-30mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=ySuren Baghdasaryan
2023-04-30mm: enable page allocation taggingSuren Baghdasaryan
2023-04-30lib: introduce support for page allocation taggingSuren Baghdasaryan
2023-04-30slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan
2023-04-30mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objectsSuren Baghdasaryan
2023-04-30mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan
2023-04-30mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying
2023-04-27shmem: restrict noswap option to initial user namespaceChristian Brauner
2023-04-27mm/khugepaged: fix conflicting mods to collapse_file()Hugh Dickins
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27mm/mremap: fix vm_pgoff in vma_merge() case 3Vlastimil Babka
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-21sparse: remove unnecessary 0 values from rcLi zeming
2023-04-21mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds
2023-04-21mm: do not increment pgfault stats when page fault handler retriesSuren Baghdasaryan
2023-04-21zsmalloc: allow only one active pool compaction contextSergey Senozhatsky
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch
2023-04-21mm: add new api to enable ksm per processStefan Roesch
2023-04-21mm: shrinkers: fix debugfs file permissionsJohn Keeping