]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 15 Feb 2008 05:24:02 +0000 (21:24 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 15 Feb 2008 05:24:02 +0000 (21:24 -0800)
commitb84ee2fe26df7a59a296328cc8f125c330407308
treeeadf0bfa385dad2e76a27d9a01cdcb22bad0efc1
parentb00a01e0975cb506936d4ca8208218a01c35a36b
parentc86feb29c09e0860b36dbe10edb569cb8e67ab2f
Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm

* 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm:
  slub: Support 4k kmallocs again to compensate for page allocator slowness
  slub: Fallback to kmalloc_large for failing higher order allocs
  slub: Determine gfpflags once and not every time a slab is allocated
  make slub.c:slab_address() static
  slub: kmalloc page allocator pass-through cleanup
  slab: avoid double initialization & do initialization in 1 place