summaryrefslogtreecommitdiff
path: root/pool.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-25pool: hand out opaque pool_slice pointers instead of offsetsKay Sievers1-13/+18
2014-03-18Revert "add debug log code"Kay Sievers1-2/+0
2014-03-18add debug log codeKay Sievers1-0/+2
2014-03-08pool: constify some function argumentsDaniel Mack1-2/+2
2014-01-14allow to set and query connections and memfds a human-readable names (ABI break)Kay Sievers1-1/+1
2014-01-09pool: use own lock to protect the slices listsKay Sievers1-1/+1
2013-12-07pool: rename to new/free, alloc_range/free_rangeKay Sievers1-3/+3
2013-12-05kernel doc for internal.h, add handle.h, move some things around to become st...Kay Sievers1-1/+1
2013-12-02pool: add kernel docKay Sievers1-1/+1
2013-12-01pool: implement kdbus_pool_moveDaniel Mack1-1/+3
2013-11-28flush the dcache for the receiver's buffer only once at RECVKay Sievers1-0/+2
2013-05-30pool: use shmem file as backing storeKay Sievers1-59/+10
2013-05-21pool: accept only anonymous memoryKay Sievers1-0/+2
2013-05-17pool: do not hand out more than half of the pool size with a single requestKay Sievers1-1/+2
2013-05-17pool: name page variables with common prefixKay Sievers1-4/+4
2013-05-15always copy into the *mapped* slice in the receiver's poolKay Sievers1-15/+31
2013-05-15pool: implement allocatorKay Sievers1-15/+23
2013-05-15make struct kdbus_conn_queue private to connection.cKay Sievers1-1/+1
2013-05-12prepare message queuing logic for KDBUS_MSG_PAYLOAD_MEMFDKay Sievers1-2/+2
2013-05-11rename buffer -> poolKay Sievers1-0/+52