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
/
slob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-18
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-08
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
1
-2
/
+2
2015-09-04
slab: infrastructure for bulk object allocation and freeing
Christoph Lameter
1
-0
/
+13
2015-04-14
slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()
Fabian Frederick
1
-2
/
+1
2015-02-12
slub: make dead caches discard free slabs immediately
Vladimir Davydov
1
-1
/
+1
2014-10-09
mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()
Joonsoo Kim
1
-2
/
+0
2014-06-04
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-14
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-23
mm: rename page struct field helpers
Mel Gorman
1
-1
/
+1
2012-12-18
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
2012-07-12
slob: Fix early boot kernel crash
Christoph Lameter
1
-1
/
+1
2012-07-09
mm, sl[aou]b: Common definition for boot state of the slab allocators
Christoph Lameter
1
-9
/
+5
2012-07-09
mm, sl[aou]b: Extract common code for kmem_cache_create()
Christoph Lameter
1
-5
/
+3
2012-06-14
mm, sl[aou]b: Extract common fields from struct kmem_cache
Christoph Lameter
1
-8
/
+1
2012-06-14
slob: Remove various small accessors
Christoph Lameter
1
-40
/
+9
2012-06-14
slob: No need to zero mapping since it is no longer in use
Christoph Lameter
1
-1
/
+0
2012-06-14
slob: Define page struct fields used in mm_types.h
Christoph Lameter
1
-58
/
+37
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-06-07
slob/lockdep: Fix gfp flags passed to lockdep
Steven Rostedt
1
-0
/
+6
2011-01-23
mm: Remove support for kmem_cache_name()
Christoph Lameter
1
-6
/
+0
2011-01-07
kernel: kmem_ptr_validate considered harmful
Nick Piggin
1
-5
/
+0
2010-10-02
slob: fix gfp flags for order-0 page allocations
David Rientjes
1
-1
/
+3
2010-08-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
1
-1
/
+8
2010-08-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+3
2010-07-16
SLOB: Free objects to their own list
Bob Liu
1
-1
/
+8
[next]