Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-18 | Remove generated file | Samuel Thibault | |
2012-02-18 | include bpf in link | Samuel Thibault | |
2012-02-16 | Fix link command | Samuel Thibault | |
2012-02-16 | fix build (probably for newer perl) | Samuel Thibault | |
2011-11-06 | Fix unlocking in raw_local_irq_restore inside a fake_local_irq_disable/restore | Samuel Thibault | |
* libdde_linux26/lib/src/arch/l4/cli_sti.c (unlock_refcnt): New variable. (raw_local_irq_restore): Unlock `cli_lock' when `flags' are equal to `unlock_refcnt' (and clear the latter). (raw_local_irq_disable): If `cli_lock' was not locked, save the current value of `_refcnt' into `unlock_refcnt', unless the former is already smaller than the latter. | |||
2011-08-23 | missing irq->line renaming | Samuel Thibault | |
2011-08-23 | missing rename | Samuel Thibault | |
2011-08-23 | missing irq->line renaming | Samuel Thibault | |
2011-08-23 | rename intr.h constants | Samuel Thibault | |
2011-08-23 | rename device_intr_notify into device_intr_register | Samuel Thibault | |
2011-08-23 | rename irq into intr or line | Samuel Thibault | |
2011-08-23 | rename device_irq_enable into device_intr_enable | Samuel Thibault | |
2011-06-30 | Revert "drop generated files" | Samuel Thibault | |
This reverts commit fb489ff7a7989b85ae4f3c1deaf5dbf816de6545. The Makefile rules are not actually regenerating them properly. | |||
2011-05-09 | drop generated files | Samuel Thibault | |
2011-05-08 | reorder vm_allocate_contiguous parameter like vm_allocate | Samuel Thibault | |
2011-05-08 | Rename vm_dma_buff_alloc RPC into vm_allocate_contiguous | Samuel Thibault | |
2011-05-08 | Do not skip old RPCs | Samuel Thibault | |
2011-05-08 | drop intermediate backup | Samuel Thibault | |
2011-05-08 | drop patch file | Samuel Thibault | |
2011-05-08 | drop libpthread | Samuel Thibault | |
2011-05-08 | drop intermediate backup | Samuel Thibault | |
2011-05-08 | drop generated file | Samuel Thibault | |
2011-05-08 | drop .orig and .rej files | Samuel Thibault | |
2011-05-08 | drop .cvsignore files | Samuel Thibault | |
2011-05-08 | remove .svn directories | Samuel Thibault | |
2011-05-08 | re-add mainline configure | Samuel Thibault | |
2011-05-08 | Re-add original configure | Samuel Thibault | |
2011-05-08 | drop generated binary files | Samuel Thibault | |
2011-05-08 | drop diff file | Samuel Thibault | |
2011-05-08 | Remove mig-generated files | Samuel Thibault | |
2011-05-08 | Remove mig-generated files | Samuel Thibault | |
2011-05-08 | remove git-generated files | Samuel Thibault | |
2011-05-08 | rm .o files | Samuel Thibault | |
2011-05-08 | rmove .DS_Store | Samuel Thibault | |
2011-05-08 | remove .prof_d files | Samuel Thibault | |
2011-05-08 | Remove CVS directories | Samuel Thibault | |
2011-05-08 | Merge branch 'dde' into HEAD | Samuel Thibault | |
2011-05-08 | Merge commit 'ac7ddb0d9557348206f3bc9bd2bf65b7d7b6409a' into HEAD | Samuel Thibault | |
2011-05-08 | drop .d files | Samuel Thibault | |
2011-05-08 | Merge branch 'master' into dde | Samuel Thibault | |
Conflicts: README | |||
2010-08-18 | block devices use the default work queue. | Zheng Da | |
kblockd work queue doesn't work. It might be a bug in DDE. On the other hand, the default work queue isn't used in a DDE driver, so it should be enough to use the default one. | |||
2010-08-18 | fix a bug in device_read for block devices. | Zheng Da | |
2010-08-09 | fake irq disable and enable. | Zheng Da | |
Some functions such as blk_plug_device checks whether irqs are disabled. So I need to fake irq diable in spin_lock_irq and spin_lock_irqsave. | |||
2010-08-08 | modify variable name and comment of block_dev_rw. | Zheng Da | |
2010-08-08 | for debugging IDE. | Zheng Da | |
2010-08-08 | implement device_read for block devices. | Zheng Da | |
2010-08-08 | fix a bug in device_write for the block device. | Zheng Da | |
2010-08-08 | check if the device exists. | Zheng Da | |
2010-08-08 | Make the thread of DS server known to Linux. | Zheng Da | |
2010-08-08 | check emul_device_t object in all DS server RPCs. | Zheng Da | |