Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-24 | kobject: add sample code for how to use kobjects in a simple manner. | Greg Kroah-Hartman | 4 | -1/+149 | |
This is a simple kobject module, showing how to use kobj_attributes in basic and more complex ways. Cc: Kay Sievers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2007-11-14 | Linux Kernel Markers: fix samples to follow format string standard | Mathieu Desnoyers | 2 | -2/+3 | |
Add the field names to marker example format string. Signed-off-by: Mathieu Desnoyers <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2007-10-19 | Linux Kernel Markers - Samples | Mathieu Desnoyers | 5 | -0/+164 | |
Module example showing how to use the Linux Kernel Markers. [[email protected]: coding-style fixes] Signed-off-by: Mathieu Desnoyers <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2007-10-19 | markers: Add samples subdir | Mathieu Desnoyers | 1 | -0/+11 | |
Begin infrastructure for kernel code samples in the samples/ directory. Add its Kconfig and Kbuild files. Source its Kconfig file in all arch/ Kconfigs. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Mathieu Desnoyers <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> |