pc32: Split out isa_intr.h and move isa/intr_machdep.h to include/
[dragonfly.git] / sys / platform / pc32 / isa / clock.c
2011-02-01 Sepherosa Ziehaupc32: Split out isa_intr.h and move isa/intr_machdep...
2011-01-30 Sepherosa Ziehauicu: Split out icu/icu.c
2011-01-26 Sascha Wildnerkernel: Remove some no longer used stuff in clock.c.
2011-01-24 Sepherosa Ziehauclock: Remove no longer used statclock_disable and...
2010-11-14 Matthew Dillonkernel - add kern.sysbeep_enable feature
2010-11-13 Sascha Wildnerkernel: Silence some warnings that crept up with the...
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael Neumanni386 - Get completely rid of APIC_IO
2010-11-01 Matthew Dillonkernel - Implement CHECKTIMEOUT() abstraction
2010-08-30 Matthew Dillonkernel - remove spin_lock_rd() and spin_unlock_rd()
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-06-10 Matthew Dillonkernel - remove INTR_FAST
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2009-05-19 Sepherosa ZiehauRevert "More clock cleanup:"
2009-05-17 Sepherosa ZiehauMore clock cleanup:
2009-05-17 Sepherosa ZiehauAdd interrupt cputimer interface.
2009-05-14 Sepherosa ZiehauRemove lapic_timer_test
2009-05-04 Sepherosa ZiehauAdd tunable to _not_ register i8254 interrupt if lapic...
2009-05-03 Sepherosa ZiehauAllow one shot timer to be switched on a running system...
2009-05-02 Sepherosa Ziehaulapic timer: Finish the lapic timer support
2009-05-02 Sepherosa Ziehaulapic timer: Improve lapic timer testing
2009-05-02 Sepherosa Ziehausystimer/cputimer: Add {systimer,cputimer}_intr_enable()
2009-05-02 Sepherosa Ziehaulapic timer: Add lapic timer interrupt delivery testing
2009-05-02 Sepherosa ZiehauMove sysbeepstop_ch initialization to the beginning...
2009-05-02 Sepherosa Ziehaui8254: Adjust cpu_initclocks() a little bit.
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2007-06-04 Matthew DillonDo any crash dump operation before the shutdown_post_sy...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-01-25 Matthew DillonThe random number generator was not generating sufficie...
2005-12-24 Sascha Wildner* Ansify function definitions.
2005-12-06 Matthew DillonSynchronize the TSC between all cpus on startup and...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-04 Matthew DillonMark our fine-grained interrupt timer as being INTR_MPS...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 4/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-25 Matthew DillonRemove the dummy IPI messaging routines for UP builds...
2005-10-15 Matthew DillonOnly resynchronize the RTC on shutdown if we had previo...
2005-10-15 Matthew DillonImplement an emergency interrupt polling feature. ...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-09-12 Joerg SonnenbergerCall resettodr on shutdown to ensure that RTC and wall...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-11 Sascha WildnerDispose of support for IBM's Micro Channel architecture...
2005-06-09 Eirik NygaardReplace the hand rolled linked list with a SLIST.
2005-06-03 Matthew DillonRemove spl*() calls from i386, replacing them with...
2005-06-01 Matthew DillonFix a recursive clock_lock() on SMP systems which was...
2005-06-01 Matthew DillonAdd a simple API tha allows the interrupt timer to...
2005-06-01 Matthew DillonMore cleanups, add the API implementation to select...
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-04-04 Joerg SonnenbergerReplace TIMER_USE_1 kernel option with hw.i8254.walltim...
2005-03-27 Matthew DillonFix a bug where the main system clock stops operating...
2004-11-20 Matthew DillonAdd code to the BIOS VM86 emulator to detect writes...
2004-09-27 Matthew DillonMinor cleanups to TIMER_USE_1 (no real fixes or anything).
2004-09-21 Joerg SonnenbergerAdd a new option "TIMER_USE_1", which allows switching...
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-08-02 Matthew DillonMake doubly sure that timer2 is not used for speaker...
2004-07-20 Matthew DillonUnconditionally print startup 8254 and TSC calibrations.
2004-04-04 Matthew DillonSetting the date/time does not always properly write...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-08 Matthew DillonMake the phase synchronization of the hz clock interrup...
2004-01-07 Matthew DillonFix a bug introduced in the last commit. When calculat...
2004-01-07 Matthew DillonCompensate for the frequency error that occurs at highe...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-29 Matthew DillonMisc interrupts/LWKT 1/2: interlock the idle thread...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: