vkernel{,64} - CPU topology support
[dragonfly.git] / sys / platform / vkernel / i386 / mp.c
2012-08-22 Mihai Carabasvkernel{,64} - CPU topology support
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2010-12-30 Sepherosa ZiehauNuke forward_fastint_remote(), which has never been...
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-02-28 Matthew DillonVKERNEL - Fix entry into ddb when running a SMP vkernel...
2008-05-07 Matthew DillonCorrect comments and minor variable naming and sysctl...
2007-08-15 Matthew DillonSignals have to be blocked when creating our LWPs or...
2007-07-10 Joe TalbottAdd support to vkernel for locking virtual CPUs to...
2007-07-02 Matthew DillonIncrease SMP_MAXCPU to 31. Can't do 32 (boo hoo!)...
2007-07-02 Matthew DillonAdd an option (-n ncpus) to specify the number of cpus...
2007-07-01 Matthew DillonAlso credit lots of help from Aggelos Economopoulos...
2007-07-01 Matthew DillonBring in all of Joe Talbott's SMP virtual kernel work...
2007-06-18 Joe TalbottMake vkernel compile with 'options SMP'. Most function...