Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cleanup trailing whitespace | Bjoern B. Brandenburg | 2009-09-10 |
| | |||
* | fixed sizeof usage to conform to linux kernel coding style. so, | Mitchell Jareo | 2009-03-01 |
| | | | | | | | | struct x* p = kmalloc(sizeof(struct x), ....) becomes struct x* p = kmalloc(sizeof(*p), ...) for example. | ||
* | compile without FMLP support if it is disabled | Bjoern B. Brandenburg | 2008-07-01 |
| | |||
* | FMLP: rename pi->fmlp | Bjoern B. Brandenburg | 2008-05-01 |
| | | | | | pi is confusing, there are many PI schemes in the world. We implement the FMLP, thus we should label it as such. | ||
* | LITMUS 2008: Initial Port | Bjoern B. Brandenburg | 2008-02-13 |
This introduces the core changes ported from LITMUS 2007. The kernel seems to work under QEMU, but many bugs probably remain. |