MachIntr: Add two methods to find IRQ
[dragonfly.git] / sys / platform / pc64 / isa / clock.c
2012-08-28 Sepherosa ZiehauMachIntr: Add two methods to find IRQ
2012-01-12 Sepherosa Ziehauioapic_abi: More consistent function name w/ legacy...
2011-12-15 Sepherosa Ziehauintr: Per-cpu MI interrupt information array
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-10-28 Sepherosa Ziehauintr: Pass cpuid to register_int and unregister_int
2011-10-26 Matthew Dillonkernel - callout_init() -> callout_init_mp() in selecte...
2011-09-18 Sepherosa Ziehauclock: register_int and unregister_int will enable...
2011-09-14 Sepherosa ZiehauMachIntrABI: Field rename; no functional changes
2011-06-03 Sepherosa Ziehaux86_64: Allow UP kernel to use LAPIC timer and I/O...
2011-05-23 Sepherosa Ziehauioapic: Move ioapic_enable from machdep.c to apic/ioapic.c
2011-05-22 Sepherosa Ziehauioapic: apic_io_enable -> ioapic_enable
2011-04-27 Sepherosa Ziehaux86_64: Remove old IOAPIC code
2011-04-14 Sepherosa Ziehausystimer: Fix statclock() intr% counting for i8254...
2011-03-25 Sepherosa Ziehau8254: Don't setup 8254 interrupt, if it is not selected...
2011-03-21 Sepherosa Ziehau8254: Setup interrupt properly for new I/O APIC code
2011-03-21 Sepherosa Ziehau8254: apic_8254_intr does not need to be global variable
2011-03-19 Sepherosa Ziehauclock: Use irq number; More consistent with the above...
2011-03-14 Sepherosa Ziehauioapic: Add tunable hw.ioapic_use_old
2011-02-01 Sepherosa Ziehaupc64: 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-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
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 Neumannx86_64 - 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-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-05-19 Sepherosa Ziehauamd64: Sync isa/clock.c with i386's
2009-05-17 Sepherosa ZiehauDuplicate platform/pc32/isa/clock.c to platform/pc64...
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 Ziehausystimer/cputimer: Add {systimer,cputimer}_intr_enable()
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-08-29 Matthew DillonAMD64 - Sync AMD64 support from Jordan Gordeev's svn...