add support for resizable queues
[archipelago] / xseg / xseg / xseg.c
2012-08-31 Filippos Giannakosadd support for resizable queues
2012-08-31 Filippos Giannakossmall fixes in xseg-tool , filed
2012-08-31 Filippos Giannakosfix xhash to compile in kernel. also removed numerous...
2012-08-31 Filippos Giannakosmake default reqs per queue a definetion instead of...
2012-08-31 Filippos Giannakosremove unneeded {alloc, free}_request functions
2012-08-31 Filippos Giannakosmake bind port reuse previously unfreed port
2012-08-30 Filippos Giannakosadd makefiles for xtypes
2012-08-30 Filippos Giannakosfix remaining bugs from old code
2012-08-30 Filippos Giannakosfix xseg-tool. temp fix to other peers, just to compile
2012-08-30 Filippos Giannakosfix numerous compile errors
2012-08-30 Filippos Giannakosadd portno to port struct
2012-08-30 Filippos Giannakosrewrite remaining xseg functions with the new allocatio...
2012-08-29 Filippos Giannakoswrite more xseg functions based on the new scheme
2012-08-29 Filippos Giannakosrewrite xseg initialize skeleton
2012-08-29 Filippos Giannakosmove heap, obj outside of xseg and make them xtypes
2012-08-27 Filippos Giannakosseperate malloced struct xseg from mmapped segment
2012-08-10 Filippos Giannakosfix obj_h in segment initialization
2012-08-10 Filippos Giannakoswork in progress: xseg allocation, xseg ptr free
2012-08-10 Filippos Giannakosmake code compile. no validity checks
2012-06-08 Georgios D. Tsoukalasadd some verbosity to peer driver locating
2012-06-06 Stratos PsomadakisRename typedef'd None to Noneidx
2012-06-06 Stratos Psomadakisxseg: some 'perfcounters' cleanup/changes, and a possib...
2012-06-06 Stratos Psomadakisxseg: Add some perf counters (request rtt/latency)
2012-06-06 Stratos Psomadakisxseg: Rename req->name to req->target in xseg_request
2012-03-29 Stratos PsomadakisVarious fixes to make xseg functional again
2012-02-26 Georgios D. TsoukalasIntroduce execution domains in code and building
2012-01-04 gtsoukmake some field types arch-neutral
2011-12-22 Stratos PsomadakisMove segment unmap() in xsegbd module.
2011-12-22 Stratos PsomadakisMake sure to unmap the segment in xseg_destroy()
2011-12-13 Georgios D. Tsoukalasrelax shared segment access precautions
2011-12-13 Giannakos Filipposfix invalid shared pointer access and wrong retval
2011-12-13 Georgios D. Tsoukalasrelax redundant shared access precautions
2011-12-13 Giannakos Filipposfix invalid pointer access to shared segment.
2011-12-13 Georgios D. Tsoukalasinitialization from my own repository