Modify ktr(4) to be typesafe
[dragonfly.git] / sys / kern / kern_poll.c
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-04-14 Sepherosa Ziehausystimer: Fix statclock() intr% counting for i8254...
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 4/many: Add IFNET_SERIALIZE...
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2008-09-24 Sepherosa ZiehauMark all msgs used by polling(4) as MPSAFE ones
2008-09-23 Sepherosa Ziehaupolling(4)'s poll/pollmore netmsg handler will not...
2008-05-01 Sepherosa Ziehau- Promote em(4) polling begin/end ktr into polling(4)
2008-04-30 Sepherosa ZiehauAdd tunable for each_burst.
2008-03-29 Sepherosa ZiehauAdd tunable for polling burst max, which is a significa...
2007-11-16 Sepherosa ZiehauNuke net/intrq.[ch] and ipintrq related bits; they...
2007-11-11 Sepherosa ZiehauProtect pollctx fields (noticably netmsg used to schedu...
2007-10-01 Sepherosa Ziehau- Move polling disablement, i.e. deregistering all...
2007-10-01 Sepherosa ZiehauMove poll_each_burst adjustment out of hot code path.
2007-10-01 Sepherosa Ziehau- Move poll_burst_max adjustment out of hot code path.
2007-10-01 Sepherosa Ziehau- poll_burst and residual_burst are dynamicly adjusted...
2007-10-01 Sepherosa ZiehauMove reg_frac/reg_frac_count adjustment out of hot...
2007-10-01 Sepherosa Ziehau- Fix a bug introduced by dynamic polling frequency...
2007-09-30 Sepherosa Ziehau- Adjust comment according to the recent addition of...
2007-09-30 Sepherosa ZiehauSupport polling(4) on multiple CPUs, i.e. each NIC...
2007-09-12 Sepherosa ZiehauPrepare to support polling(4) on multiple cpus:
2007-09-09 Sepherosa Ziehau- Make fwe(4) aware of IFF_POLLING setting in its if_in...
2007-09-09 Sepherosa ZiehauNULL should never be passed to ether_poll_deregister...
2007-09-09 Sepherosa Ziehau- Fix comment.
2007-09-09 Sepherosa ZiehauNuke the hack in vr(4) that polling(4) will be turned...
2007-08-04 Sepherosa Ziehau'phrase' and 'pending_polls' should never be changed...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-01-05 Matthew DillonMove dumplo from MD to kern/kern_shutdown.c
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-20 Matthew DillonOops, fix the polling enable name, it's supposed to...
2005-10-13 Matthew DillonMove the polling systimer initialization code out of...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-06-01 Joerg SonnenbergerBack out last commit, this wasn't supposed to crep in.
2005-06-01 Joerg SonnenbergerRemoving rest of debugging code which slipped into...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew DillonGet rid of the bad hack that was doing network polling...
2004-06-27 Matthew DillonThe schednetisr() routine is supposed to be MP and...
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
2004-04-11 Jeffrey HsuFix compilation errors with missing header files and...
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-07-22 Matthew DillonRemove two unnecessary volatile qualifications.
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: