index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slab_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-13
memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx
Qiang Huang
1
-1
/
+1
2013-09-28
slab_common: Do not check for duplicate slab names
Christoph Lameter
1
-0
/
+2
2013-09-04
mm/sl[aou]b: Move kmallocXXX functions to common code
Christoph Lameter
1
-0
/
+10
2013-08-14
mm, slab_common: add 'unlikely' to size check of kmalloc_slab()
Joonsoo Kim
1
-1
/
+1
2013-07-14
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+13
2013-07-08
mm/slab: Give s_next and s_stop slab-specific names
Wanpeng Li
1
-4
/
+4
2013-07-07
mm/slab: Fix /proc/slabinfo unwriteable for slab
Wanpeng Li
1
-1
/
+9
2013-07-07
mm/slab: Sharing s_next and s_stop between slab and slub
Wanpeng Li
1
-2
/
+2
2013-06-13
slab: prevent warnings when allocating with __GFP_NOWARN
Sasha Levin
1
-1
/
+3
2013-05-08
mm/slab: Fix crash during slab init
Chris Mason
1
-10
/
+10
2013-05-06
mm, slab_common: Fix bootstrap creation of kmalloc caches
Christoph Lameter
1
-9
/
+15
2013-05-06
slab: Return NULL for oversized allocations
Christoph Lameter
1
-0
/
+3
2013-02-06
mm/sl[au]b: correct allocation type check in kmalloc_slab()
Joonsoo Kim
1
-1
/
+1
2013-02-01
slab: Common Kmalloc cache determination
Christoph Lameter
1
-2
/
+103
2013-02-01
slab: Common function to create the kmalloc array
Christoph Lameter
1
-0
/
+54
2013-02-01
slab: Common definition for the array of kmalloc caches
Christoph Lameter
1
-0
/
+8
2013-02-01
slab: Use proper formatting specs for unsigned size_t
Christoph Lameter
1
-1
/
+1
2012-12-18
slab: propagate tunable values
Glauber Costa
1
-3
/
+4
2012-12-18
memcg: aggregate memcg cache values in slabinfo
Glauber Costa
1
-4
/
+40
2012-12-18
memcg/sl[au]b: track all the memcg children of a kmem_cache
Glauber Costa
1
-0
/
+3
2012-12-18
memcg: allocate memory for memcg caches whenever a new memcg appears
Glauber Costa
1
-0
/
+28
2012-12-18
slab/slub: consider a memcg parameter in kmem_create_cache
Glauber Costa
1
-9
/
+33
2012-12-11
mm/sl[aou]b: Common alignment code
Christoph Lameter
1
-2
/
+30
2012-12-11
mm, sl[au]b: create common functions for boot slab creation
Christoph Lameter
1
-0
/
+36
2012-10-31
slab: Ignore internal flags in cache creation
Glauber Costa
1
-0
/
+7
2012-10-24
sl[au]b: Process slabinfo_show in common code
Glauber Costa
1
-1
/
+17
2012-10-24
mm/sl[au]b: Move print_slabinfo_header to slab_common.c
Glauber Costa
1
-0
/
+23
2012-10-24
mm/sl[au]b: Move slabinfo processing to slab_common.c
Glauber Costa
1
-0
/
+70
2012-10-10
mm, slab: release slab_mutex earlier in kmem_cache_destroy()
Jiri Kosina
1
-1
/
+4
2012-09-05
Revert "mm/sl[aou]b: Move sysfs_slab_add to common"
Pekka Enberg
1
-8
/
+0
2012-09-05
mm/sl[aou]b: Move kmem_cache refcounting to common code
Christoph Lameter
1
-2
/
+3
2012-09-05
mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists
Christoph Lameter
1
-13
/
+13
2012-09-05
mm/sl[aou]b: Move kmem_cache allocations into common code
Christoph Lameter
1
-8
/
+10
2012-09-05
mm/sl[aou]b: Move sysfs_slab_add to common
Christoph Lameter
1
-0
/
+8
2012-09-05
mm/sl[aou]b: Do slab aliasing call from common code
Christoph Lameter
1
-0
/
+4
2012-09-05
mm/sl[aou]b: Move duping of slab name to slab_common.c
Christoph Lameter
1
-9
/
+21
2012-09-05
mm/sl[aou]b: Get rid of __kmem_cache_destroy
Christoph Lameter
1
-1
/
+0
2012-09-05
mm/sl[aou]b: Move freeing of kmem_cache structure to common code
Christoph Lameter
1
-0
/
+1
2012-09-05
mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct
Christoph Lameter
1
-0
/
+1
2012-09-05
mm/sl[aou]b: Extract a common function for kmem_cache_destroy
Christoph Lameter
1
-0
/
+25
2012-09-05
mm/sl[aou]b: Move list_add() to slab_common.c
Christoph Lameter
1
-0
/
+7
2012-09-05
mm/slab_common: Improve error handling in kmem_cache_create
Christoph Lameter
1
-4
/
+24
2012-08-16
mm/slab: restructure kmem_cache_create() debug checks
Shuah Khan
1
-49
/
+48
2012-08-16
Revert "mm/slab_common.c: cleanup"
Pekka Enberg
1
-5
/
+10
2012-08-16
mm/slab_common.c: cleanup
Andrew Morton
1
-10
/
+5
2012-07-30
mm: Fix build warning in kmem_cache_create()
Shuah Khan
1
-0
/
+2
2012-07-09
mm, sl[aou]b: Move kmem_cache_create mutex handling to common code
Christoph Lameter
1
-1
/
+40
2012-07-09
mm, sl[aou]b: Use a common mutex definition
Christoph Lameter
1
-0
/
+2
2012-07-09
mm, sl[aou]b: Common definition for boot state of the slab allocators
Christoph Lameter
1
-0
/
+9
2012-07-09
mm, sl[aou]b: Extract common code for kmem_cache_create()
Christoph Lameter
1
-0
/
+68