i386: Remove more old IOAPIC code
[dragonfly.git] / sys / platform / pc32 / include / smp.h
2011-04-27 Sepherosa Ziehaui386: Remove more old IOAPIC code
2011-04-27 Sepherosa Ziehaui386: Remove old IOAPIC code
2011-03-25 Sepherosa Ziehauioapic: Allow interrupt trigger mode override in MADT
2011-03-23 Sepherosa Ziehauioapic: Raise MADT I/O APIC enumerator priority
2011-03-21 Sepherosa Ziehau8254: Setup interrupt properly for new I/O APIC code
2011-03-20 Sepherosa Ziehaumptable/ioapic: Properly routing PCI interrupts
2011-03-19 Sepherosa Ziehaulapic: apic_initialize() -> lapic_init()
2011-03-19 Sepherosa Ziehauapic: Centralize IMCR present setting
2011-03-18 Sepherosa Ziehauioapic: Properly setup I/O APIC pin according to the...
2011-03-17 Sepherosa Ziehauioapic: Setup I/O APIC according to the saved informati...
2011-03-17 Sepherosa Ziehauioapic: Save interrupt source override information
2011-03-17 Sepherosa Ziehauioapic: Save I/O APIC information for later configuration
2011-03-14 Sepherosa Ziehauioapic: Add tunable hw.ioapic_use_old
2011-03-09 Sepherosa Ziehauioapic: Function renaming
2011-03-09 Sepherosa Ziehaulapic: Record the max LAPIC APIC ID
2011-02-14 Sepherosa Ziehauioapic: Pass ioapic address to ioapic_{read,write}()
2011-02-14 Sepherosa ZiehauIntroduce ioapic enumerators, which is used to probe...
2011-02-02 Sepherosa Ziehauioapic: Function/variable renaming (apic -> ioapic)
2011-01-27 Sepherosa Ziehauapic: Removed unused apic_eoi()
2011-01-27 Sepherosa Ziehauioapic: Support upto 192 IDT entries
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-11-07 Michael Neumanni386 - Get completely rid of APIC_IO
2010-02-10 Matthew Dillonkernel - SMP - "Fix AP #%d (PHY# %d) failed" issues
2009-07-17 Sepherosa ZiehauAPIC ABI: Support 32 IDT vectors
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_imen
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_pin_trigger
2009-07-11 Sepherosa ZiehauUse genassym to replace magic numbers in pc32/apic_...
2009-06-27 Sepherosa ZiehauIntroduce lapic enumerators, which is used to probe...
2009-06-22 Sepherosa ZiehauAdd lapic_init() to map local apic
2009-06-22 Sepherosa ZiehauStaticize mp_nbusses
2009-06-22 Sepherosa ZiehauRemove bsp_apic_ready
2009-06-14 Sepherosa ZiehauMADT MP probe: Rework cpuid mapping, and cpuid to apici...
2009-06-13 Sepherosa ZiehauAdd mp_set_cpuids(), which links CPU's logical id to...
2009-06-13 Sepherosa ZiehauImplement ACPI MADT parsing
2009-06-13 Sepherosa ZiehauGet rid of global variable 'boot_cpu_id'
2009-06-12 Sepherosa Ziehaump_probe() -> mptable_probe()
2009-05-01 Sepherosa Ziehaulapic timer: Add lapic timer calibration code.
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-09-30 Sascha WildnerAdd missing header for struct pcb.
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-03 Matthew DillonDe-confuse the IO APIC mapping code by creating a helpe...
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-08-29 Matthew DillonGet rid of smp_rendezvous() and all associated support...
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
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-11 Matthew DillonMP Implmentation 3B/4: Remove Xcpuast and Xforward_irq...
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-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: