aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
AgeCommit message (Expand)Author
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2023-06-05slub: Replace cmpxchg_double()Peter Zijlstra
2023-05-22slub: Don't read nr_slabs and total_objects directlyXiongwei Song
2023-05-22slub: Remove slabs_node() functionXiongwei Song
2023-05-22slub: Remove CONFIG_SMP defined checkXiongwei Song
2023-05-22slub: Put objects_show() into CONFIG_SLUB_DEBUG enabled blockXiongwei Song
2023-05-22slub: Correct the error code when slab_kset is NULLXiongwei Song
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05mm/slub: fix MAX_ORDER usage in calculate_order()Kirill A. Shutemov
2023-03-13mm: slub: make kobj_type structure constantThomas Weißschuh
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-21Merge branch 'slab/for-6.3/fixes' into slab/for-linusVlastimil Babka
2023-02-16lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov
2023-02-08mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available earlyThomas Gleixner
2023-02-06mm/slub: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-01-18mm: introduce folio_is_pfmemallocSidhartha Kumar
2023-01-13mm/sl{a,u}b: fix wrong usages of folio_page() for getting head pagesSeongJae Park
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12mm: slub: test: Use the kunit_get_current_test() functionDavid Gow
2022-12-01Merge branch 'slub-tiny-v1r6' into slab/for-nextVlastimil 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-11-27mm, slub: refactor free debug processingVlastimil 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, 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-21mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka
2022-11-21mm/slub, percpu: correct the calculation of early percpu allocation sizeBaoquan He
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
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-08mm/slub.c: use hotplug_memory_notifier() directlyLiu Shixin
2022-10-24mm/slub: perform free consistency checks before call_rcuVlastimil Babka
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-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko