Pthread Workqueue Regulator (pwqr) initial commit.
authorPierre Habouzit <pierre.habouzit@intersec.com>
Fri, 16 Dec 2011 15:24:24 +0000 (16:24 +0100)
committerPierre Habouzit <pierre.habouzit@intersec.com>
Sat, 14 Jan 2012 17:03:33 +0000 (18:03 +0100)
commitc78f2216a947e712fff07f6e79f743d9009e60c8
treed0e23051ef72f99378a87675b72a9f436563881f
Pthread Workqueue Regulator (pwqr) initial commit.

This contains an alpha/beta quality kernel proof-of-concept driver, plus
some code concepts to wrap the syscall in lib/libpwqr.c

Signed-off-by: Pierre Habouzit <pierre.habouzit@intersec.com>
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
kernel/Makefile [new file with mode: 0644]
kernel/pwqr.c [new file with mode: 0644]
kernel/pwqr.h [new file with mode: 0644]
lib/COPYING [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/libpwqr.c [new file with mode: 0644]