An allocation-free primal-dual interior point solver for convex QP's written in pure Julia. The Mehrotra predictor-corrector algorithm used is the same one detailed in the cvxgen paper.
The linear systems are solved with a fork of QDLDL, with iterative refinement to ensure a successful factorization.
code here