cascardo/kernel/samples/char2/.git
2010-05-24 Thadeu Lima... Use completion. queue
2010-05-21 Thadeu Lima... Fix exit module, releasing the right pointer to the...
2010-05-21 Thadeu Lima... Use a circular buffer.
2010-05-20 Thadeu Lima... Use mutex. master
2010-05-20 Thadeu Lima... USe interruptible version of down.
2010-05-20 Thadeu Lima... Added user space program to loop reading hello device.
2010-05-20 Thadeu Lima... Serialize access to global structure using semaphore.
2010-05-19 Thadeu Lima... Check truncate and append flags.
2010-05-19 Thadeu Lima... Use global buffer.
2010-05-19 Thadeu Lima... Write function.
2010-05-19 Thadeu Lima... Allocate buffer when opening and added release function.
2010-05-19 Thadeu Lima... Added read function.
2010-05-19 Thadeu Lima... Do not kfree after cdev_del, which already does kfree...
2010-05-19 Thadeu Lima... Create char device.
2010-05-19 Thadeu Lima... Allocate device number dynamically.
2010-05-19 Thadeu Lima... Register number of devices.