]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Dec 2012 16:15:53 +0000 (08:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Dec 2012 16:15:53 +0000 (08:15 -0800)
commit150a42cd629774326164f9477114aa60d52bc68a
tree70ec1ae7b5db98dfc5efa2adfabf798dfb9e7694
parente22713bec975d2c8dbfb3bfdcfedad64cca85c8c
parent412e02c945677c4f6a382d0ec4a81f2d431744c1
Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu

Pull percpu changes from Tejun Heo:
 "Nothing exciting here either.  Joonsoo's is almost cosmetic.  Cyrill's
  patch fixes "percpu_alloc" early kernel param handling so that the
  kernel doesn't crash when the parameter is specified w/o any argument."

* 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
  mm, percpu: Make sure percpu_alloc early parameter has an argument
  percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()