]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Dec 2014 02:36:26 +0000 (18:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Dec 2014 02:36:26 +0000 (18:36 -0800)
commit3c4545608198a43d340490edea0e47ca0804882c
tree00ede75849525bdc788fc106a1951616bc43c9e0
parentc0c8e1ad9c194fe0599cb6eaf40156f6b9eb0c0a
parentfc1512ba6d0bff5af53be932886eba743891ba91
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu

Pull percpu updates from Tejun Heo:
 "Nothing interesting.  A patch to convert the remaining __get_cpu_var()
  users, another to fix non-critical off-by-one in an assertion and a
  cosmetic conversion to lockless_dereference() in percpu-ref.

  The back-merge from mainline is to receive lockless_dereference()"

* 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
  percpu: Replace smp_read_barrier_depends() with lockless_dereference()
  percpu: Convert remaining __get_cpu_var uses in 3.18-rcX
  percpu: off by one in BUG_ON()
include/linux/percpu-refcount.h
kernel/time/tick-sched.c