usched_bsd4 - Topology-aware scheduling
[dragonfly.git] / sys / kern / kern_clock.c
2012-08-22 Mihai Carabasusched_bsd4 - Topology-aware scheduling
2012-08-02 Sepherosa Ziehaustatclock: Fix intr% counting on heavily interrupted...
2012-03-30 Samuel J. Greearkern.cp_time - Add convenience defines
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-11-11 Matthew Dillonkernel - Performance improvements during heavy memory...
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-10-26 Matthew Dillonkernel - Major vm_page, lwkt thread, and other changes
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-04-14 Sepherosa Ziehausystimer: Fix statclock() intr% counting for i8254...
2011-04-04 Antonio Huete Jimenezkernel - Add kern.cp_time sysctl.
2011-03-16 Venkatesh Srinivaskernel -- Remove mplock2.h header from files not using...
2011-02-12 Matthew Dillonkernel - Add per-process token, adjust signal code...
2010-09-10 Alex Hornunghardclock - Get proc_token for ksignal
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-01-03 Matthew Dillonkernel - kqueue - refactor kqueue_scan(), rename tick...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-08-13 Matthew DillonAMD64 - Enable TSC functions.
2009-07-13 Matthew Dillonclocks - Add fine-grained spin delay function via TSC
2009-07-12 Matthew DillonDocument various get-time functions and vfs_timestamp...
2009-05-02 Sepherosa Ziehausystimer/cputimer: Add {systimer,cputimer}_intr_enable()
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
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-06-30 Sascha WildnerUse the actual function name in the message.
2007-06-24 Sascha WildnerFix typo in a diagnostic message.
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-06-08 Matthew DillonAdd an option, DEBUG_PCTRACK, which will record the...
2006-06-01 Matthew DillonIf the scheduler clock cannot call bsd4_resetpriority...
2006-03-24 Matthew DillonAdd missing commit for the VM load heuristic and page...
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-13 Matthew DillonMove the polling systimer initialization code out of...
2005-10-12 Sepherosa Ziehau- Make device polling use seperate SYSTIMER instead...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-06-29 Matthew DillonYet more scheduler work. Revamp the batch detection...
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-04-27 Hiten PandyaChange CPU time statistics (cputime) to be accounted...
2005-04-26 Matthew DillonCorrect a bug in the last two commits. The time_second...
2005-04-24 Matthew DillonFix the structural type for kern.boottime and kern...
2005-04-23 Matthew DillonMake access to basetime MP safe and interrupt-race...
2005-04-20 Joerg Sonnenbergerbasetime should be static, all access done via PKI.
2005-04-20 Joerg SonnenbergerCorrect a bug in the positive 32bit overflow handling...
2005-04-14 Joerg Sonnenbergerleap second, not leaf second. fix totally stupid, but...
2005-04-14 Joerg Sonnenbergerwether ==> whether
2005-04-14 Joerg SonnenbergerSimplified NTP kernel interface:
2005-03-13 Matthew DillonAdd a function that returns an approximate time_t for...
2005-01-31 Joerg SonnenbergerFix warning by adding explicit () around addition.
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
2004-12-04 Matthew DillonFix the boottime calculation when the time of day is...
2004-11-20 Matthew DillonAdd code to the BIOS VM86 emulator to detect writes...
2004-11-12 Matthew DillonForced commit, correct comment for last commit. 1...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-09-17 Matthew DillonMove all the softclock/callout initialization out of...
2004-08-02 Matthew DillonMake doubly sure that timer2 is not used for speaker...
2004-08-02 Matthew DillonAdd a global, clocks_running, which tells us when timeo...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-06-28 David RhodusUpdate some copyright notices to become more legal...
2004-04-03 Matthew DillonIn the sysclock commit I tried to make 'boottime' a...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-20 Matthew DillonFix p_pctcpu and p_estcpu (addendum). Add a ESTCPUFREQ...
2004-02-11 Matthew Dillonactivate any tick-delayed software interrupts in the...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-07 Matthew DillonAdd necessary critical sections to microtime() and...
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2003-10-17 Matthew DillonCleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL...
2003-08-26 Robert Garrett__P() removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-12 Matthew Dillonpartially fix pctcpu and userland rescheduling. We...
2003-07-11 Matthew DillonCleanup hardclock() and statclock(), making them work...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-06-29 Matthew DillonMisc interrupts/LWKT 1/2: interlock the idle thread...
2003-06-29 Matthew DillonImplement interrupt thread preemption + minor cleanup.
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: