index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slab_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-26
mm: charge/uncharge kmemcg from generic page allocator paths
Vladimir Davydov
1
-1
/
+1
2016-07-26
mm: reorganize SLAB freelist randomization
Thomas Garnier
1
-0
/
+47
2016-07-23
mm: memcontrol: fix cgroup creation failure after many small jobs
Johannes Weiner
1
-2
/
+2
2016-05-20
mm: kasan: initial memory quarantine implementation
Alexander Potapenko
1
-0
/
+2
2016-03-25
mm, kasan: add GFP flags to KASAN API
Alexander Potapenko
1
-2
/
+2
2016-03-25
mm, kasan: SLAB support
Alexander Potapenko
1
-1
/
+1
2016-03-17
mm: convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-1
/
+1
2016-03-17
mm: coalesce split strings
Joe Perches
1
-6
/
+4
2016-03-17
mm: memcontrol: zap memcg_kmem_online helper
Vladimir Davydov
1
-1
/
+1
2016-03-15
mm: new API kfree_bulk() for SLAB+SLUB allocators
Jesper Dangaard Brouer
1
-2
/
+6
2016-02-18
mm: slab: free kmem_cache_node after destroy sysfs file
Dmitry Safonov
1
-0
/
+1
2016-01-20
mm: memcontrol: move kmem accounting code to CONFIG_MEMCG
Johannes Weiner
1
-5
/
+5
2016-01-20
mm: memcontrol: give the kmem states more descriptive names
Johannes Weiner
1
-2
/
+2
2016-01-14
slab: add SLAB_ACCOUNT flag
Vladimir Davydov
1
-1
/
+2
2015-11-22
slab/slub: adjust kmem_cache_alloc_bulk API
Jesper Dangaard Brouer
1
-3
/
+3
2015-11-05
mm/slab_common.c: initialize kmem_cache pointer to NULL
Alexandru Moise
1
-2
/
+1
2015-11-05
mm/slab_common.c: do not warn that cache is busy on destroy more than once
Vladimir Davydov
1
-6
/
+7
2015-11-05
mm/slab_common.c: clear pointers to per memcg caches on destroy
Vladimir Davydov
1
-15
/
+78
2015-11-05
mm/slab_common.c: rename cache create/destroy helpers
Vladimir Davydov
1
-19
/
+18
2015-11-05
slab: convert slab_is_available() to boolean
Denis Kirjanov
1
-1
/
+1
2015-09-08
memcg: export struct mem_cgroup
Michal Hocko
1
-1
/
+1
2015-09-08
mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()
Sergey Senozhatsky
1
-0
/
+3
2015-09-04
slab: infrastructure for bulk object allocation and freeing
Christoph Lameter
1
-0
/
+23
2015-08-07
mm/slub: allow merging when SLAB_DEBUG_FREE is set
Konstantin Khlebnikov
1
-2
/
+1
2015-07-01
Add __init attribute to new_kmalloc_cache
Christoph Lameter
1
-1
/
+1
2015-06-29
Fix kmalloc slab creation sequence
Christoph Lameter
1
-16
/
+16
2015-06-24
slab: correct size_index table before replacing the bootstrap kmem_cache_node
Daniel Sanders
1
-15
/
+21
2015-06-24
mm/slab_common: support the slub_debug boot option on specific object size
Gavin Guo
1
-23
/
+39
2015-02-13
mm: slub: add kernel address sanitizer support for slub allocator
Andrey Ryabinin
1
-1
/
+4
2015-02-13
mm/slab: convert cache name allocations to kstrdup_const
Andrzej Hajda
1
-6
/
+6
2015-02-12
slub: make dead caches discard free slabs immediately
Vladimir Davydov
1
-2
/
+13
2015-02-12
memcg: free memcg_caches slot on css offline
Vladimir Davydov
1
-11
/
+28
2015-02-12
slab: use css id for naming per memcg caches
Vladimir Davydov
1
-3
/
+3
2015-02-12
slab: link memcg caches of the same kind into a list
Vladimir Davydov
1
-11
/
+10
2015-02-12
slab: embed memcg_cache_params to kmem_cache
Vladimir Davydov
1
-58
/
+71
2015-02-12
memcg: add rwsem to synchronize against memcg_caches arrays relocation
Vladimir Davydov
1
-5
/
+4
2015-02-12
memcg: rename some cache id related variables
Vladimir Davydov
1
-2
/
+2
2015-02-10
memcg: zap memcg_slab_caches and memcg_slab_mutex
Vladimir Davydov
1
-39
/
+103
2015-02-10
memcg: zap memcg_name argument of memcg_create_kmem_cache
Vladimir Davydov
1
-4
/
+5
2015-02-10
mm/slab_common.c: use kmem_cache_free()
Vaishali Thakkar
1
-1
/
+1
2014-12-10
memcg: use generic slab iterators for showing slabinfo
Vladimir Davydov
1
-6
/
+19
2014-12-10
mm/slab: reverse iteration on find_mergeable()
Joonsoo Kim
1
-1
/
+1
2014-12-10
slab: print slabinfo header in seq show
Vladimir Davydov
1
-9
/
+6
2014-11-13
mm/slab: fix unalignment problem on Malta with EVA due to slab merge
Joonsoo Kim
1
-0
/
+4
2014-10-29
mm/slab_common: don't check for duplicate cache names
Mikulas Patocka
1
-10
/
+0
2014-10-09
memcg: move memcg_update_cache_size() to slab_common.c
Vladimir Davydov
1
-2
/
+28
2014-10-09
memcg: move memcg_{alloc,free}_cache_params to slab_common.c
Vladimir Davydov
1
-1
/
+43
2014-10-09
mm/slab_common: commonize slab merge logic
Joonsoo Kim
1
-0
/
+91
2014-10-09
mm/slab_common: move kmem_cache definition to internal header
Joonsoo Kim
1
-0
/
+9
2014-10-09
mm/slab_common.c: suppress warning
Andrew Morton
1
-1
/
+3
[next]