Sunday, April 24, 2011

Trees in Linux kernel

Radix tree:
http://lwn.net/Articles/175432/

Red black tree:
http://lwn.net/Articles/184495/

Thursday, April 21, 2011

Linux Kernel Linked List Explained

http://isis.poly.edu/kulesh/stuff/src/klist/

Monday, April 18, 2011

latex tips for big projects

http://cohomo.blogbus.com/logs/23129805.html

http://bbs.ctex.org/viewthread.php?tid=24600

auto wakeup after S3 sleep

On Linux

  • rtcwake -s 30 -m mem
-s means sleep seconds, -m means sleep type. Then the machine will sleep first and wait for 30 seconds and wake up.

On Windows



  • pwrtest /sleep /p:30
The result is the same as Linux.

Friday, April 15, 2011

Ftrace in Linux kernel