summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-12-01Merge branch 'slub-tiny-v1r6' into slab/for-nextVlastimil Babka
2022-12-01Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka
2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka
2022-12-01mm, slub: don't aggressively inline with CONFIG_SLUB_TINYVlastimil Babka
2022-12-01mm, slub: remove percpu slabs with CONFIG_SLUB_TINYVlastimil Babka
2022-12-01mm, slub: split out allocations from pre/post hooksVlastimil Babka
2022-12-01mm/slub, kunit: Add a test case for kmalloc redzone checkFeng Tang
2022-11-27mm, slub: refactor free debug processingVlastimil Babka
2022-11-27mm, slub: don't create kmalloc-rcl caches with CONFIG_SLUB_TINYVlastimil Babka
2022-11-27mm, slub: lower the default slub_max_order with CONFIG_SLUB_TINYVlastimil Babka
2022-11-27mm, slub: retain no free slabs on partial list with CONFIG_SLUB_TINYVlastimil Babka
2022-11-27mm, slub: disable SYSFS support with CONFIG_SLUB_TINYVlastimil Babka
2022-11-27mm, slub: add CONFIG_SLUB_TINYVlastimil Babka
2022-11-27mm, slab: ignore hardened usercopy parameters when disabledVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/slub-sysfs' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/locking' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/cleanups' into slab/for-nextVlastimil Babka
2022-11-21mm/sl[au]b: rearrange struct slab fields to allow larger rcu_headVlastimil Babka
2022-11-21mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka
2022-11-21mm/slab: move and adjust kernel-doc for kmem_cache_allocVlastimil Babka
2022-11-21mm/slub, percpu: correct the calculation of early percpu allocation sizeBaoquan He
2022-11-11mm/slub: extend redzone check to extra allocated kmalloc space than requestedFeng Tang
2022-11-10mm: kasan: Extend kasan_metadata_size() to also cover in-object sizeFeng Tang
2022-11-10mm/slub: only zero requested size of buffer for kzalloc when debug enabledFeng Tang
2022-11-07mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka
2022-11-06mm/slab_common: Restore passing "caller" for tracingKees Cook
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka
2022-11-03mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn
2022-10-24mm/slub: perform free consistency checks before call_rcuVlastimil Babka
2022-10-24mm/slab: Annotate kmem_cache_node->list_lock as rawJiri Kosina
2022-10-24mm/slub: remove dead code for debug caches on deactivate_slab()Hyeonggon Yoo
2022-10-24mm: Make failslab writable againAlexander Atanasov
2022-10-24mm: slub: make slab_sysfs_init() a late_initcallRasmus Villemoes
2022-10-24mm: slub: remove dead and buggy code from sysfs_slab_add()Rasmus Villemoes
2022-10-20mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman
2022-10-20hugetlb: fix memory leak associated with vma_lock structureMike Kravetz
2022-10-20mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett
2022-10-20mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel
2022-10-20mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett
2022-10-20mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton
2022-10-20mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz
2022-10-20zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov
2022-10-20mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-15Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny