Age | Commit message (Expand) | Author |
---|---|---|
2016-06-01 | add support for using SRPs without the garbage collection machinery. | David Gwynne |
2016-05-18 | rename srp_finalize to srp_gc_finalize | David Gwynne |
2016-05-18 | rework the srp api so it takes an srp_ref struct that the caller provides. | David Gwynne |
2015-11-23 | Do not include <sys/atomic.h> inside <sys/refcnt.h>. | Martin Pieuchot |
2015-09-11 | unbreak build on UP kernels. | David Gwynne |
2015-09-11 | make srp use refcnts so it can use refcnt_finalize instead of | David Gwynne |
2015-09-11 | remove some bits of srp.h i had pasted in here by accident | David Gwynne |
2015-09-09 | implement a singly linked list built with SRPs. | David Gwynne |
2015-09-01 | mattieu baptiste reported a problem with bpf+srps where the per cpu | David Gwynne |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |