kernel - SMP - "Fix AP #%d (PHY# %d) failed" issues
[dragonfly.git] / sys / platform / pc32 / apic / mpapic.c
2010-02-10 Matthew Dillonkernel - SMP - "Fix AP #%d (PHY# %d) failed" issues
2009-12-13 Alexander Polakovi386: sync identcpu with FreeBSD
2009-11-08 Alexander PolakovACPI: comment-out not-yet-ready code and remove extra...
2009-11-08 Alexander PolakovUnhide debug message while trying to make it work.
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-07-14 Sepherosa Ziehaulapic_init() -> lapic_map()
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_imen
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_pin_trigger
2009-06-27 Sepherosa ZiehauIntroduce lapic enumerators, which is used to probe...
2009-06-27 Sepherosa ZiehauMove lapic_init() into apic/mpapic.c
2009-05-21 Sepherosa Ziehauioapic: Allow user to specify irq's destination CPU
2009-05-21 Sepherosa Ziehauioapic: Fix destination setting.
2009-05-17 Sepherosa ZiehauAdd interrupt cputimer interface.
2009-05-14 Sepherosa ZiehauEnable lapic timer by default.
2009-05-14 Sepherosa ZiehauRemove lapic_timer_test
2009-05-03 Sepherosa ZiehauAllow one shot timer to be switched on a running system...
2009-05-02 Sepherosa Ziehaulapic timer: Correct AMD C1E handling
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 Ziehaulapic timer: Add lapic timer interrupt delivery testing
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer interru...
2009-05-02 Sepherosa Ziehaulapic timer: Setup AP lapic timer's divisor
2009-05-01 Sepherosa Ziehaulapic timer: Reimplement set_apic_timer using lapic_tim...
2009-05-01 Sepherosa ZiehauRemove dead apic timer code.
2009-05-01 Sepherosa Ziehaulapic timer: Disable C1 Enhanced mode on AMD K8 Family...
2009-05-01 Sepherosa Ziehaulapic timer: Save lapic timer frequency
2009-05-01 Sepherosa Ziehaulapic timer: Add lapic timer calibration code.
2009-05-01 Sepherosa ZiehauFix comment
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2007-04-30 Matthew DillonReorder cpu interrupt enablement, do it in the code...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
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...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-05 Matthew DillonMake sure that the apic error, performance counter...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-04 Matthew DillonDisplay warnings for any configured IO APIC pins that...
2005-11-04 Matthew DillonICU/APIC cleanup part 10/many. Be a lot more careful...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-03 Matthew DillonAdd more documentation for the APIC registers and renam...
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-15 Matthew DillonDisplay all IOAPIC pin assignments when bootverbose...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-07-11 Matthew DillonMP Implmentation 4/4: Final cleanup for this stage...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-04 Matthew DillonGeneric MP rollup work.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: