summaryrefslogtreecommitdiff
path: root/pool.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-24order include files alphabeticallyDaniel Mack1-1/+1
2014-01-24reorder, cleanup and consolidate variable declarationsDaniel Mack1-5/+4
2014-01-22more trivial style issuesDaniel Mack1-2/+2
2014-01-18kerneldoc: s/Returns/Return/, s/any value/negative errno/, move "Return:" to ...Kay Sievers1-8/+8
2014-01-17fix kerneldocKay Sievers1-1/+1
2014-01-15pool: remove debug functionKay Sievers1-15/+0
2014-01-14allow to set and query connections and memfds a human-readable names (ABI break)Kay Sievers1-5/+19
2014-01-09pool: use own lock to protect the slices listsKay Sievers1-7/+27
2014-01-04split internal.h into defaults.h and util.hKay Sievers1-1/+1
2014-01-01more checkpatch space "fixes"Greg Kroah-Hartman1-1/+1
2013-12-25allow to compile a separate kernel module with a named extensionKay Sievers1-1/+1
2013-12-24handle: do not put "ep" and "conn" in a unionKay Sievers1-0/+2
2013-12-18pool: fix includeDaniel Mack1-0/+1
2013-12-18indentDaniel Mack1-1/+0
2013-12-17include linux/uaccess.h from all files that use copy_{from,to}_userDaniel Mack1-0/+1
2013-12-17pool: use {} in all conditional branches if used in one of themDaniel Mack1-2/+2
2013-12-13sort includes alphabeticallyDaniel Mack1-9/+9
2013-12-07pool: rename to new/free, alloc_range/free_rangeKay Sievers1-17/+17
2013-12-06kernel doc fixesKay Sievers1-21/+21
2013-12-06kernel doc fixesKay Sievers1-3/+3
2013-12-05kernel doc for internal.h, add handle.h, move some things around to become st...Kay Sievers1-3/+1
2013-12-03pool: unify kernel docKay Sievers1-45/+45
2013-12-02pool: add kernel docKay Sievers1-23/+125
2013-12-02map page inside the copy functionKay Sievers1-12/+16
2013-12-02use the existing copy loop for kdbus_pool_move()Kay Sievers1-59/+82
2013-12-01connection: fix up some "dubious" usages of "!x & y"Greg Kroah-Hartman1-1/+1
2013-12-01pool: commit forgotten hunk, and add FIXME commentDaniel Mack1-0/+3
2013-12-01pool: cleanupsDaniel Mack1-3/+2
2013-12-01pool: implement kdbus_pool_moveDaniel Mack1-0/+49
2013-11-30place KDBUS_CMD_NAME_LIST KDBUS_CMD_NAME_INFO results in poolKay Sievers1-1/+1
2013-11-28flush the dcache for the receiver's buffer only once at RECVKay Sievers1-4/+77
2013-07-24pool: plug mem leak in error unwind of kdbus_pool_initDaniel Mack1-4/+13
2013-06-08pool.c: tiny checkpatch.pl cleanupGreg Kroah-Hartman1-1/+1
2013-05-31fix up missing __user marking for kdbus_pool_write_user()Greg Kroah-Hartman1-1/+1
2013-05-30pool: use shmem file as backing storeKay Sievers1-162/+153
2013-05-21pool: accept only anonymous memoryKay Sievers1-3/+27
2013-05-17pool: do not hand out more than half of the pool size with a single requestKay Sievers1-0/+3
2013-05-17pool: name page variables with common prefixKay Sievers1-18/+18
2013-05-17pool: kdbus_pool_cleanup() - allow a NULL poolKay Sievers1-0/+3
2013-05-15dump() at info levelKay Sievers1-5/+5
2013-05-15always copy into the *mapped* slice in the receiver's poolKay Sievers1-83/+61
2013-05-15pool: implement allocatorKay Sievers1-19/+257
2013-05-14support vec.address == NULL; vec.size = 1..7; as a "padding vec"Kay Sievers1-3/+10
2013-05-11rename buffer -> poolKay Sievers1-0/+155