Skip to content
Snippets Groups Projects
  1. Feb 25, 2013
    • Avi Kivity's avatar
      mutex: allow recusrive locking · ec1d09c0
      Avi Kivity authored
      prex code depends on this.
      
      TODO: make it optional
      ec1d09c0
    • Avi Kivity's avatar
      mutex: remove _locked member · e74f5a0d
      Avi Kivity authored
      It just adds complexity, and doesn't reduce locking overhead, as we must
      take the spinlock anyway during unlock.
      
      Remove it, since it makes conversion to a recursive mutex (needed
      by fs/vfs/vfs_mount.c) more complicated.
      e74f5a0d
  2. Feb 24, 2013
  3. Feb 23, 2013
  4. Feb 22, 2013
  5. Feb 21, 2013
  6. Feb 20, 2013
  7. Feb 19, 2013
  8. Feb 18, 2013
Loading