1. 23 2月, 2017 2 次提交
  2. 07 2月, 2017 1 次提交
  3. 01 2月, 2017 1 次提交
  4. 28 1月, 2017 1 次提交
  5. 25 1月, 2017 1 次提交
  6. 18 1月, 2017 14 次提交
  7. 14 1月, 2017 1 次提交
    • P
      locking/atomic, kref: Add kref_read() · 2c935bc5
      Peter Zijlstra 提交于
      Since we need to change the implementation, stop exposing internals.
      
      Provide kref_read() to read the current reference count; typically
      used for debug messages.
      
      Kills two anti-patterns:
      
      	atomic_read(&kref->refcount)
      	kref->refcount.counter
      Signed-off-by: NPeter Zijlstra (Intel) <peterz@infradead.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      2c935bc5
  8. 12 1月, 2017 2 次提交
  9. 10 1月, 2017 5 次提交
  10. 25 12月, 2016 1 次提交
  11. 15 12月, 2016 5 次提交
  12. 10 12月, 2016 1 次提交
  13. 18 11月, 2016 5 次提交