1. 26 10月, 2017 3 次提交
  2. 23 10月, 2017 3 次提交
  3. 19 10月, 2017 5 次提交
  4. 18 10月, 2017 7 次提交
  5. 16 10月, 2017 6 次提交
  6. 12 10月, 2017 1 次提交
  7. 09 10月, 2017 8 次提交
  8. 04 10月, 2017 1 次提交
    • H
      s390: use generic rwsem implementation · 91a1fad7
      Heiko Carstens 提交于
      We never optimized our rwsem inline assemblies to make use of the new
      atomic instructions. The generic rwsem implementation implicitly makes
      use of the new instructions, since it implements the required rwsem
      primitives with atomic operations, which we did optimize.
      
      However even when compiling for old architectures the generic variant
      still generates better code. So it's time to simply remove our old
      code and switch to the generic implementation.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      91a1fad7
  9. 29 9月, 2017 6 次提交