Age | Commit message (Collapse) | Author |
|
This type allows the use of either printf-based or log-based functions
when reporting information.
|
|
The shell module has been "objectified" and now supports multiple
instances with shareable command sets.
|
|
|
|
The new build system, called xbuild, is a minimalistic kbuild-like
make-based build system, also using kconfig for scalable configurations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make kernel code obtain definitions for the printf family of functions
through the inclusion of the standard stdio.h header.
|
|
The printk functions are close enough to the printf ones to bear the
same names.
|
|
Stick to a sequentially consistent model for most atomic operations as it
matches the semantics of the existing code. Each call site will have to be
reevaluated in order to switch to more relaxed accesses where possible.
|
|
Now that event counters have been replaced with system counters, drop
the convention of naming the counter as the event it tracks.
|
|
The syscnt module supports more generic counters, in addition to atomic
access from any context on any architecture.
|