Age | Commit message (Expand) | Author |
2012-07-10 | Clear some unsupported config options | Samuel Thibault |
2012-07-06 | Fix probing for all PCI buses, not only 0 and 2 | Samuel Thibault |
2012-07-01 | Add boot_cpu_data | Samuel Thibault |
2012-07-01 | Add dma resource management | Samuel Thibault |
2012-07-01 | Fix link issue | Samuel Thibault |
2012-06-30 | Add param_set/get_charp/bool/invboll | Samuel Thibault |
2012-06-30 | Add tasklet_kill | Samuel Thibault |
2012-06-30 | Add nr_irqs | Samuel Thibault |
2012-05-17 | Fix do_softirq prototype according to declaration | Samuel Thibault |
2012-04-07 | Do not enable irqs during softirq processing, just like upstream DDE | Samuel Thibault |
2012-04-07 | Merge branch 'dde' of git.savannah.gnu.org:/srv/git/hurd/incubator into dde | Samuel Thibault |
2012-04-07 | Revert to upstream DDE cli_sti code, with __thread | Samuel Thibault |
2012-02-25 | Print a message when a firmware is request | Samuel Thibault |
2012-02-22 | Clean up includes | Samuel Thibault |
2012-02-18 | 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 |
2011-05-08 | remove .svn directories | Samuel Thibault |
2010-08-18 | block devices use the default work queue. | Zheng Da |
2010-08-09 | fake irq disable and enable. | Zheng Da |
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-01 | Use BPF to filter the packets to be delivered. | Zheng Da |
2010-07-12 | use TSC to implement delay. | Zheng Da |
2010-07-12 | not export the symbol loops_per_jiffy. | Zheng Da |
2010-07-12 | calibrate the delay loop several times. | Zheng Da |
2010-07-12 | Use Linux's udelay and ndelay. | Zheng Da |
2010-06-21 | remove netdev_boot_setup in dde linux26. | Zheng Da |
2010-06-17 | check disk existence in open_block_dev. | Zheng Da |
2010-06-15 | implement get_random_bytes() with random() in libc | Zheng Da |
2010-06-09 | Fix up DDE paths | Olaf Buddenhagen |
2010-06-09 | include more block IO scheduler. | Zheng Da |
2010-06-05 | fix a bug in claim_irq. | Zheng Da |
2010-06-04 | support block devices in the DDE library. | Zheng Da |
2010-06-04 | return linux errno in linux_pkg_xmit. | Zheng Da |
2010-05-31 | include ddekit/timer.h in the Linux file. | Zheng Da |
2010-05-06 | remove local_irq_restore in spin_trylock_irqsave. | Zheng Da |
2010-05-05 | explicitly show pcibios_enable_device isn't implemented. | Zheng Da |
2010-05-05 | fix a bug in searching network devices. | Zheng Da |
2010-05-04 | Add printing. | Zheng Da |
2010-04-06 | Use pci_set_master in linux. | Zheng Da |
2010-04-06 | implement dump_stack in libddekit with backtrace. | Zheng Da |
2010-04-06 | set memory allocated by ddekit_large_malloc to zero | Zheng Da |
2010-02-28 | implement cli/sti with a lock. | Zheng Da |
2010-02-27 | ignore more files. | Zheng Da |
2010-02-27 | Use lock to protect pending softirq variable. | Zheng Da |
2010-02-27 | Use adapted dev_queue_xmit to transmit packets in DDE Linux. | Zheng Da |
2010-02-07 | initialize new fields in sk_buff. | Zheng Da |
2010-02-07 | free delivered packets. | Zheng Da |