1. 09 6月, 2017 2 次提交
  2. 08 6月, 2017 2 次提交
  3. 12 4月, 2017 2 次提交
  4. 15 1月, 2017 1 次提交
  5. 15 11月, 2016 1 次提交
  6. 23 8月, 2016 1 次提交
    • P
      documentation: Record reason for rcu_head two-byte alignment · ed2bec07
      Paul E. McKenney 提交于
      There is an assertion in __call_rcu() that checks only the bottom
      bit of the rcu_head pointer, rather than the bottom two (as might be
      expected for 32-bit systems) or the bottom three (as might be expected
      for 64-bit systems).  This choice might be a bit surprising in these days
      of ubiquitous 32-bit and 64-bit systems.  This commit therefore records
      the reason for this odd alignment check, namely that m68k guarantees
      only two-byte alignment despite being a 32-bit architectures.
      Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
      ed2bec07
  7. 15 6月, 2016 1 次提交
  8. 01 4月, 2016 8 次提交
  9. 06 12月, 2015 7 次提交