]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penber...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 Mar 2012 22:04:26 +0000 (15:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 Mar 2012 22:04:26 +0000 (15:04 -0700)
commit387f04f39be3af0fb6bd994f8108aeec38b188dc
tree41bbfed632bfc6233eac3e936cfdce75c5bd3a8f
parent10fb23659308053c00c818e13443e7fd4d015eb5
parenta76c38737b3995a4882e794302342822b1c63ebf
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux

Pull SLAB changes from Pekka Enberg:
 "There's the new kmalloc_array() API, minor fixes and performance
  improvements, but quite honestly, nothing terribly exciting."

* 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux:
  mm: SLAB Out-of-memory diagnostics
  slab: introduce kmalloc_array()
  slub: per cpu partial statistics change
  slub: include include for prefetch
  slub: Do not hold slub_lock when calling sysfs_slab_add()
  slub: prefetch next freelist pointer in slab_alloc()
  slab, cleanup: remove unneeded return
include/linux/slub_def.h
mm/slab.c
mm/slub.c