bce: Disable RX max BDs based interrupt moderation
[dragonfly.git] / sys / kern / kern_upcall.c
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-10-22 Sascha WildnerRemove some duplicate includes in sys/kern.
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2006-09-10 Matthew DillonReserve upcall IDs 0-31 for system use.
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2003-12-07 Matthew DillonAdd additional functionality to the upcall support...
2003-12-04 Matthew DillonAugment the upcall system calls to support a priority...
2003-11-21 Matthew DillonTweak the context data a bit and do some code cleanup...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...