1. 09 Jun, 2015 1 commit
  2. 08 Jun, 2015 8 commits
  3. 07 Jun, 2015 1 commit
  4. 06 Jun, 2015 2 commits
  5. 05 Jun, 2015 7 commits
  6. 04 Jun, 2015 7 commits
  7. 03 Jun, 2015 10 commits
  8. 02 Jun, 2015 1 commit
  9. 27 May, 2015 1 commit
  10. 26 May, 2015 1 commit
    • Alexey Kopytov's avatar
      Fixes MDEV-7658: MDEV-7026 fix reintroduces MDEV-6615 on AArch64 · 70bc0a3e
      Alexey Kopytov authored
      This is an addendum to the fix for MDEV-7026. The ARM memory model is
      similar to that of PowerPC and thus needs the same semantics with
      respect to memory barriers. That is, os_atomic_test_and_set_*_release()
      must be a store with a release barrier followed by a full
      barrier. Unlike x86 using __sync_lock_test_and_set() which is
      implemented as “exclusive load with acquire barriers + exclusive store”
      is insufficient in contexts where os_atomic_test_and_set_*_release()
      macros are used.
      70bc0a3e
  11. 16 May, 2015 1 commit