summaryrefslogtreecommitdiff
path: root/libddekit
AgeCommit message (Expand)Author
2010-02-27IRQ server doesn't have reply messages.Zheng Da
2010-02-27Add `flags` in RPC device_intr_notify definition.Zheng Da
2010-02-27Add `flags` for interrupt registration.Zheng Da
2010-02-27remove RPCs for PCI conf space.Zheng Da
2010-02-05print to stderr.Zheng Da
2010-02-05fix a bug in ddekit: use the relative time.Zheng Da
2010-01-29remove printing in the interrupt handler.Zheng Da
2010-01-27remove the printing in timer.Zheng Da
2010-01-27Enable the irq after installing irq handler and receiving an interrupt.Zheng Da
2010-01-26allocate a port for interrupt delivery.Zheng Da
2010-01-26raise the priority of the interrupt handler thread.Zheng Da
2010-01-26ddekit: support multiple pci buses in the system.Zheng Da
2010-01-21initialize pciaccess in ddekit.Zheng Da
2010-01-19hide free_pages.Zheng Da
2010-01-19Add initcall in ddekit.Zheng Da
2010-01-16Create a ddekit thread directly for ddekit timer.Zheng Da
2010-01-13hide __get_free_pages to avoid name conflict.Zheng Da
2010-01-05Declare fetch_jiffies in the header file.Zheng Da
2010-01-01check in panic.cZheng Da
2010-01-01Remove c_headers.hZheng Da
2009-12-29Don't include C library headers files in our header files.Zheng Da
2009-12-15Add ddekit_condvar_deinit.Zheng Da
2009-12-15Use ddekit condvar instead of the one in cthreads.Zheng Da
2009-12-15fix a bug in condvar.Zheng Da
2009-12-15fix a bug (setting a thread name).Zheng Da
2009-12-13Setup the main thread when initializing ddekit.Zheng Da
2009-12-13Use a global lock to protect a thread's local data.Zheng Da
2009-12-13A new thread has been initialized when it starts.Zheng Da
2009-12-11Don't set the main thread name.Zheng Da
2009-12-11destroy the port before the thread exits.Zheng Da
2009-12-11Use ddekit lock instead of mutex.Zheng Da
2009-12-11allow to print information to stdout.Zheng Da
2009-12-07Make ddekit_simple_malloc/free inline.Zheng Da
2009-12-07Use linux_kmalloc only when we need contiguous physical memory.Zheng Da
2009-12-07fix a bug in printf.cZheng Da
2009-12-07support allocation of large chunks of memory.Zheng Da
2009-12-06fix Makefile to compile the library.Zheng Da
2009-12-06kmem gets its own priv host port by itself.Zheng Da
2009-12-06fix a bug in printf.c.Zheng Da
2009-12-06Redefine HZ.Zheng Da
2009-12-06The code can be compiled now.Zheng Da
2009-12-05Fix a bug.Zheng Da
2009-12-05Implementation of interrupt.Zheng Da
2009-12-04Implement printf and its variant.Zheng Da
2009-12-03Implement panic.Zheng Da
2009-12-03Implement physical <--> virtual address mapping.Zheng Da
2009-12-03Implement a faked slab cache.Zheng Da
2009-12-03Modify resource.c.Zheng Da
2009-12-03The implementation of condition variables.Zheng Da
2009-11-21Add the implementation of list, used by semaphore.Zheng Da