Modify ktr(4) to be typesafe
[dragonfly.git] / sys / kern / lwkt_ipiq.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-11-12 Matthew Dillonkernel - Fix IPI signaling issue, add a few assertions
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-10-14 Sascha Wildneripiq: Remove an extra semicolon that was messing up...
2011-07-29 Matthew Dillonkernel - Fix rare IPIQ freezes
2011-07-28 Matthew Dillonvkernel - Fix lockup with [v]kernel due to missing...
2011-01-28 Sepherosa Ziehaulwkt_synchronize_ipiqs: Add volatile to cpumask
2011-01-21 Matthew Dillonkernel - Conditionalize ipiq debugging
2011-01-11 Matthew Dillonkernel - Fix very annoying lockup (SMP)
2011-01-10 Matthew Dillonkernel - refactor cpusync and pmap_inval code, fix...
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-12-03 Matthew Dillonkernel - Document ordering requirement in lwkt_cpusync_...
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-09-19 Matthew Dillonkernel - Attempt to fix two out-of-order read MP races
2010-08-28 Matthew Dillonkernel - Add vmobj_token, misc vm-related tokenization
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2009-11-07 Simon Schubertrename amd64 architecture to x86_64
2009-11-07 Jordan GordeevRevert "rename amd64 architecture to x86_64"
2009-11-05 Simon Schubertrename amd64 architecture to x86_64
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-14 Matthew Dillontsleep() - Add PINTERLOCKED flag to catch edge case.
2009-07-01 Jordan Gordeevamd64: Big batch of SMP changes.
2008-05-18 Nicolas TheryRemove obsolete userland lwkt.
2008-05-01 Sepherosa Ziehauktr the end of various ipiq sending operation.
2008-05-01 Sepherosa Ziehauktr cpu_send_ipiq
2008-04-29 Sepherosa ZiehauThree int arguments are used in IPIQ_STRING
2007-11-18 Sepherosa ZiehauAdd a new light weight function to synchronize IPI...
2007-06-07 Matthew DillonAdd KTR logging for SMP page table syncing ops.
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2006-12-27 Matthew DillonRemove unused defines.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2005-10-26 Sepherosa Ziehauunbreak kernel building by
2005-10-25 Matthew DillonRemove the dummy IPI messaging routines for UP builds...
2005-07-23 Matthew DillonFix a critical bug in the IPI messaging code, effecting...
2005-07-20 Matthew DillonAdd some conditionalized debugging 'PANIC_DEBUG', to...
2005-06-21 Matthew DillonAdd KTR support to the IPIQ code.
2005-06-21 Matthew DillonAdd additional sanity checks to IPIQ processing, do...
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-04-18 Matthew DillonFix a bug in the last commit. A FIFO calculation was...
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-07-04 Eirik NygaardRearrange the machine/cpufunc.h header and add it where...
2004-04-01 Matthew DillonImplement a convenient gd_cpumask so we don't have...
2004-03-08 Matthew Dillonlibcaps now compiles ipiq and token in userland, make...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-15 Matthew DillonCleanup and augment the cpu synchronization API a bit...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...