summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
AgeCommit message (Expand)Author
2020-09-05mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca
2020-08-07mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()Roman Gushchin
2020-08-07mm: memcg/slab: remove unused argument by charge_slab_page()Roman Gushchin
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin
2020-08-07mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin
2020-08-07mm: slub: implement SLUB version of obj_to_index()Roman Gushchin
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin
2020-08-07mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"Marco Elver
2020-08-07mm/slub.c: drop lockdep_assert_held() from put_map()Sebastian Andrzej Siewior
2020-08-07mm, slab/slub: improve error reporting and overhead of cache_from_obj()Vlastimil Babka
2020-08-07mm, slab/slub: move and improve cache_from_obj()Vlastimil Babka
2020-08-07mm, slub: extend checks guarded by slub_debug static keyVlastimil Babka
2020-08-07mm, slub: introduce kmem_cache_debug_flags()Vlastimil Babka
2020-08-07mm, slub: introduce static key for slub_debug()Vlastimil Babka
2020-08-07mm, slub: make reclaim_account attribute read-onlyVlastimil Babka
2020-08-07mm, slub: make remaining slub_debug related attributes read-onlyVlastimil Babka
2020-08-07mm, slub: remove runtime allocation order changesVlastimil Babka
2020-08-07mm, slub: make some slub_debug related attributes read-onlyVlastimil Babka
2020-08-07mm, slub: extend slub_debug syntax for multiple blocksVlastimil Babka
2020-08-07mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_orderLong Li
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-26slub: cure list_slab_objects() from double fixSebastian Andrzej Siewior
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-04mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"Ethon Paul
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-06-03mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-06-02mm/slub: fix stack overruns with SLUB_STATSQian Cai
2020-06-02slub: remove kmalloc under list_lock from list_slab_objects() V2Christopher Lameter
2020-06-02slub: Remove userspace notifier for cache add/removeChristoph Lameter
2020-06-02mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang
2020-05-07mm/slub: fix incorrect interpretation of s->offsetWaiman Long
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-04-21slub: avoid redzone when choosing freepointer locationKees Cook
2020-04-07mm/slub: add missing annotation for put_map()Jules Irenge
2020-04-07mm/slub: add missing annotation for get_map()Jules Irenge
2020-04-02slub: relocate freelist pointer to middle of objectKees Cook
2020-04-02slub: improve bit diffusion for freelist ptr obfuscationKees Cook
2020-04-02mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIschenqiwu
2020-04-02mm/slub.c: replace cpu_slab->partial with wrapped APIschenqiwu
2020-03-26mm/sl[uo]b: export __kmalloc_track(_node)_callerDaniel Vetter
2020-03-21mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka
2020-03-18mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds
2020-03-18mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn
2020-01-31mm/slub.c: avoid slub allocation while holding list_lockYu Zhao
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka