| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-28 | implement cli/sti with a lock. | Zheng Da | |
| In order to avoid dead lock caused by spin_lock_irq or spin_lock_irqsave, I remove irq disabling in them. It's really unnecessary to do spin_lock_irq and spin_lock_irqsave any more because interrupt isn't handled in a real interrupt context. | |||
| 2010-02-27 | Use lock to protect pending softirq variable. | Zheng Da | |
| This is a temporary solution. I should implement a correct mechanism to simulate cli/sti. | |||
| 2010-02-27 | Use adapted dev_queue_xmit to transmit packets in DDE Linux. | Zheng Da | |
| 2010-02-06 | fix a serious bug in dde_linux26. | Zheng Da | |
| don't set `tail` in sk_buff. | |||
| 2010-01-29 | libdde_linux26 is adapted to be used by libmachdev. | Zheng Da | |
| 2010-01-26 | DDE Linux: Temporary solution to handle two buses. | Zheng Da | |
| 2010-01-16 | prepare to use initcall to do initialization. | Zheng Da | |
| 2010-01-16 | Initialize dde26 process. | Zheng Da | |
| 2010-01-13 | don't initialize neighbor and genhd for now. | Zheng Da | |
| 2010-01-13 | Remove the static declaration of initcall functions. | Zheng Da | |
| 2010-01-05 | Don't declare jiffies as a variable. | Zheng Da | |
| 2010-01-05 | call initcall functions explicitly. | Zheng Da | |
| 2010-01-05 | correct the path of header files. | Zheng Da | |
| 2010-01-01 | Change the path of header files. | Zheng Da | |
| TODO We need to handle initcall properly. | |||
| 2009-12-06 | check in the original version of dde linux26. | Zheng Da | |
