summaryrefslogtreecommitdiff
path: root/mm/slub.c
Commit message (Expand)AuthorAge
* mm/slub.c: fix random_seq offset destructionSean Rees2017-02-08
* mm/slub.c: trace free objects at KERN_INFODaniel Thompson2017-01-24
* slub: avoid false-postive warningArnd Bergmann2016-12-12
* slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-12
* slub: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-06
* mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lockChris Wilson2016-08-10
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-08
|\
| * mm: SLUB hardened usercopy supportKees Cook2016-07-26
* | slub: drop bogus inline for fixup_red_left()Geert Uytterhoeven2016-08-04
* | mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin2016-08-02
* | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko2016-07-28
* | mm, kasan: account for object redzone in SLUB's nearest_obj()Alexander Potapenko2016-07-28
* | mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-26
* | slab: do not panic on invalid gfp_maskMichal Hocko2016-07-26
* | slab: make GFP_SLAB_BUG_MASK information more human readableMichal Hocko2016-07-26
* | mm: SLUB freelist randomizationThomas Garnier2016-07-26
|/
* mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko2016-05-20
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-19
* mm/slub.c: fix sysfs filename in commentLi Peng2016-05-19
* mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...Vladimir Davydov2016-05-19
* mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-25
* mm: coalesce split stringsJoe Perches2016-03-17
* mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman2016-03-17
* mm/slub: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-17
* mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov2016-03-17
* mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory()Vlastimil Babka2016-03-15
* mm/slub: support left redzoneJoonsoo Kim2016-03-15
* slub: relax CMPXCHG consistency restrictionsLaura Abbott2016-03-15
* slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott2016-03-15
* slub: fix/clean free_debug_processing return pathsLaura Abbott2016-03-15
* slub: drop lock at the end of free_debug_processingLaura Abbott2016-03-15
* mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer2016-03-15
* mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2016-03-15
* slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2016-03-15
* mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov2016-02-18
* mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-20
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-15
* slab: add SLAB_ACCOUNT flagVladimir Davydov2016-01-14
* slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer2015-11-22
* slub: add missing kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2015-11-22
* slub: fix kmem cgroup bug in kmem_cache_alloc_bulkJesper Dangaard Brouer2015-11-22
* slub: optimize bulk slowpath free by detached freelistJesper Dangaard Brouer2015-11-22
* slub: support for bulk free with SLUB freelistsJesper Dangaard Brouer2015-11-22
* slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUGJesper Dangaard Brouer2015-11-20
* slub: avoid irqoff/on in bulk allocationChristoph Lameter2015-11-20
* slub: create new ___slab_alloc function that can be called with irqs disabledChristoph Lameter2015-11-20
* slab, slub: use page->rcu_head instead of page->lru plus castKirill A. Shutemov2015-11-06
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin2015-11-05
* memcg: unify slab and other kmem pages chargingVladimir Davydov2015-11-05