summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* mm/slub.c: constify attribute_group structuresArvind Yadav2017-09-061-1/+1
* mm/slub.c: add a naive detection of double free or corruptionAlexander Popov2017-09-061-0/+4
* mm: add SLUB free list pointer obfuscationKees Cook2017-09-061-5/+37
* slub: tidy up initialization orderingAlexander Potapenko2017-09-061-2/+2
* slub: fix per memcg cache leak on css offlineVladimir Davydov2017-08-181-1/+2
* mm: memcontrol: account slab stats per lruvecJohannes Weiner2017-07-061-2/+2
* mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-061-2/+2
* mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIALWei Yang2017-07-061-31/+38
* mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIALWei Yang2017-07-061-7/+11
* mm/slub: reset cpu_slab's pointer in deactivate_slab()Wei Yang2017-07-061-13/+8
* mm/slub.c: remove a redundant assignment in ___slab_alloc()Wei Yang2017-07-061-1/+0
* slub: make sysfs file removal asynchronousTejun Heo2017-06-231-14/+26
* slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner2017-06-021-2/+4
* mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-6/+6
* slub: make sysfs directories for memcg sub-caches optionalTejun Heo2017-02-221-2/+24
* slab: remove slub sysfs interface files early for empty memcg cachesTejun Heo2017-02-221-2/+23
* slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo2017-02-221-4/+8
* slab: introduce __kmemcg_cache_deactivate()Tejun Heo2017-02-221-17/+22
* slab: implement slab_root_caches listTejun Heo2017-02-221-0/+1
* slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo2017-02-221-2/+10
* Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo2017-02-221-2/+17
* mm/slub: add a dump_stack() to the unexpected GFP checkBorislav Petkov2017-02-221-0/+1
* mm/slub.c: fix random_seq offset destructionSean Rees2017-02-081-0/+4
* mm/slub.c: trace free objects at KERN_INFODaniel Thompson2017-01-241-10/+13
* slub: avoid false-postive warningArnd Bergmann2016-12-121-1/+1
* slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-121-17/+2
* slub: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-44/+21
* mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lockChris Wilson2016-08-101-1/+5
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+40
|\
| * mm: SLUB hardened usercopy supportKees Cook2016-07-261-0/+40
* | slub: drop bogus inline for fixup_red_left()Geert Uytterhoeven2016-08-041-1/+1
* | mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin2016-08-021-0/+1
* | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko2016-07-281-13/+44
* | mm, kasan: account for object redzone in SLUB's nearest_obj()Alexander Potapenko2016-07-281-1/+1
* | mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-261-3/+3
* | slab: do not panic on invalid gfp_maskMichal Hocko2016-07-261-2/+3
* | slab: make GFP_SLAB_BUG_MASK information more human readableMichal Hocko2016-07-261-1/+2
* | mm: SLUB freelist randomizationThomas Garnier2016-07-261-7/+126
|/
* mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko2016-05-201-2/+3
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-2/+2
* mm/slub.c: fix sysfs filename in commentLi Peng2016-05-191-5/+5
* mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...Vladimir Davydov2016-05-191-1/+1
* mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-251-7/+8
* mm: coalesce split stringsJoe Perches2016-03-171-10/+9
* mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman2016-03-171-1/+1
* mm/slub: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-4/+3
* mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov2016-03-171-1/+2
* mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory()Vlastimil Babka2016-03-151-2/+2
* mm/slub: support left redzoneJoonsoo Kim2016-03-151-29/+71
OpenPOWER on IntegriCloud