x86_64: Move ioapic function declarations from smp.h to apic/ioapic.h
[dragonfly.git] / sys / platform / pc64 / include / smp.h
2011-05-04 Sepherosa Ziehaux86_64: Move ioapic function declarations from smp...
2011-05-04 Sepherosa Ziehaux86_64: Move lapic function declarations from smp.h...
2011-05-04 Sepherosa Ziehaux86_64: apic/mpapic.h -> apic/lapic.h
2011-04-27 Sepherosa Ziehaux86_64/mpapic.c: Remove unused code
2011-04-27 Sepherosa Ziehaux86_64: Remove more old IOAPIC code
2011-04-27 Sepherosa Ziehaux86_64: 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 Ziehauioapic: Support upto 192 IDT entries
2011-01-16 Sepherosa Ziehauioapic: Use shll in APIC_INTR{DIS,EN}
2011-01-16 Sepherosa Ziehauioapic: macro renaming
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-11-07 Michael Neumannx86_64 - Get completely rid of APIC_IO
2010-10-13 Michael Neumannredirindex accessed as 32-bit. Make it 32-bits wide.
2010-10-13 Michael NeumannIO APIC: Get rid of apic_imen
2010-10-13 Michael NeumannIO APIC: Get rid of apic_pin_trigger
2010-10-13 Michael NeumannIntroduce lapic enumerators, which is used to probe...
2010-10-11 Michael NeumannAdd lapic_init() to map local apic
2010-10-04 Michael NeumannStaticize mp_nbusses
2010-10-04 Michael NeumannRemove bsp_apic_ready
2010-10-03 Michael NeumannMADT MP probe: Rework cpuid mapping, and cpuid to apici...
2010-10-03 Michael NeumannAdd mp_set_cpuids(), which links CPU's logical id to...
2010-10-03 Michael NeumannImplement ACPI MADT parsing
2010-10-02 Michael NeumannGet rid of global variable 'boot_cpu_id'
2010-10-02 Michael Neumannmp_probe() -> mptable_probe()
2010-02-10 Matthew Dillonkernel - SMP - "Fix AP #%d (PHY# %d) failed" issues
2009-09-03 Simon Schubertamd64: declare initializecpu outside of SMP
2009-08-25 Matthew DillonAMD64 - Fix format conversions and other warnings.
2009-07-01 Jordan Gordeevamd64: Big batch of SMP changes.
2007-09-23 Yonghong YanMore headers for pc64 platform kernel build/linking