index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
mm: extract might_alloc() debug check
Daniel Vetter
1
-4
/
+2
2020-08-07
mm: memcg: convert vmstat slab counters to bytes
Roman Gushchin
1
-6
/
+6
2020-03-26
mm/sl[uo]b: export __kmalloc_track(_node)_caller
Daniel Vetter
1
-0
/
+2
2019-10-08
mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
Vlastimil Babka
1
-11
/
+31
2019-10-08
mm, sl[ou]b: improve memory accounting
Vlastimil Babka
1
-4
/
+16
2019-09-25
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-07-12
mm/slab: refactor common ksize KASAN logic into slab_common.c
Marco Elver
1
-2
/
+2
2019-05-14
slob: use slab_list instead of lru
Tobin C. Harding
1
-6
/
+6
2019-05-14
slob: respect list_head abstraction layer
Tobin C. Harding
1
-14
/
+37
2018-06-08
slab: __GFP_ZERO is incompatible with a constructor
Matthew Wilcox
1
-1
/
+3
2017-11-16
slab, slub, slob: add slab_flags_t
Alexey Dobriyan
1
-1
/
+1
2017-11-16
mm/slob.c: remove an unnecessary check for __GFP_ZERO
Miles Chen
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-10
locking/lockdep: Rework FS_RECLAIM annotation
Peter Zijlstra
1
-2
/
+4
2017-04-18
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
1
-3
/
+3
2016-12-13
slub: move synchronize_sched out of slab_mutex on shrink
Vladimir Davydov
1
-1
/
+1
2016-02-19
mm: slab: free kmem_cache_node after destroy sysfs file
Dmitry Safonov
1
-0
/
+4
2015-11-22
slab/slub: adjust kmem_cache_alloc_bulk API
Jesper Dangaard Brouer
1
-1
/
+1
2015-09-09
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
1
-2
/
+2
2015-09-05
slab: infrastructure for bulk object allocation and freeing
Christoph Lameter
1
-0
/
+13
2015-04-15
slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()
Fabian Frederick
1
-2
/
+1
2015-02-13
slub: make dead caches discard free slabs immediately
Vladimir Davydov
1
-1
/
+1
2014-10-10
mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()
Joonsoo Kim
1
-2
/
+0
2014-06-05
slab: get_online_mems for kmem_cache_{create,destroy,shrink}
Vladimir Davydov
1
-2
/
+1
2014-04-11
mm: slab/slub: use page->list consistently instead of page->lru
Dave Hansen
1
-5
/
+5
2013-09-04
mm/sl[aou]b: Move kmallocXXX functions to common code
Christoph Lameter
1
-4
/
+24
2013-07-15
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2013-07-07
slob: Check for NULL pointer before calling ctor()
Steven Rostedt
1
-1
/
+1
2013-07-07
slob: use DIV_ROUND_UP where possible
Sasha Levin
1
-1
/
+1
2013-02-24
mm: rename page struct field helpers
Mel Gorman
1
-1
/
+1
2012-12-19
sl[au]b: always get the cache from its page in kmem_cache_free()
Glauber Costa
1
-1
/
+1
2012-12-11
mm/sl[aou]b: Common alignment code
Christoph Lameter
1
-10
/
+0
2012-10-31
mm/slob: use min_t() to compare ARCH_SLAB_MINALIGN
Arnd Bergmann
1
-3
/
+3
2012-10-31
mm/slob: Use free_page instead of put_page for page-size kmalloc allocations
Ezequiel Garcia
1
-1
/
+1
2012-10-31
mm/sl[aou]b: Move common kmem_cache_size() to slab.h
Ezequiel Garcia
1
-6
/
+0
2012-10-31
mm/slob: Use object_size field in kmem_cache_size()
Ezequiel Garcia
1
-3
/
+3
2012-10-31
mm/slob: Drop usage of page->private for storing page-sized allocations
Ezequiel Garcia
1
-14
/
+10
2012-10-03
Merge branch 'slab/tracing' into slab/for-linus
Pekka Enberg
1
-1
/
+1
2012-10-03
Merge branch 'slab/common-for-cgroups' into slab/for-linus
Pekka Enberg
1
-33
/
+27
2012-09-26
mm, slob: fix build breakage in __kmalloc_node_track_caller
David Rientjes
1
-1
/
+1
2012-09-25
mm, slob: Add support for kmalloc_track_caller()
Ezequiel Garcia
1
-3
/
+24
2012-09-25
mm, slob: Use NUMA_NO_NODE instead of -1
Ezequiel Garcia
1
-3
/
+3
2012-09-05
mm/sl[aou]b: Move kmem_cache refcounting to common code
Christoph Lameter
1
-1
/
+0
2012-09-05
mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists
Christoph Lameter
1
-5
/
+3
2012-09-05
mm/sl[aou]b: Move kmem_cache allocations into common code
Christoph Lameter
1
-25
/
+17
2012-09-05
mm/sl[aou]b: Get rid of __kmem_cache_destroy
Christoph Lameter
1
-4
/
+0
2012-09-05
mm/sl[aou]b: Move freeing of kmem_cache structure to common code
Christoph Lameter
1
-2
/
+0
2012-09-05
mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct
Christoph Lameter
1
-0
/
+8
2012-09-05
mm/sl[aou]b: Extract a common function for kmem_cache_destroy
Christoph Lameter
1
-8
/
+7
2012-09-05
mm/sl[aou]b: Move list_add() to slab_common.c
Christoph Lameter
1
-0
/
+4
[next]