ioapic: By default, disable I/O APIC if we are booting on a virtual machine
[dragonfly.git] / sys / platform / pc64 / apic / ioapic.c
2012-03-14 Sepherosa Ziehauioapic: By default, disable I/O APIC if we are booting...
2012-01-12 Sepherosa Ziehauioapic_abi: More consistent function name w/ legacy...
2011-12-13 Sascha Wildnerioapic/x86_64: Fix x86_64 buildkernel with gcc41 (syncs...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-03 Sepherosa Ziehauioapic/x86_64: Add missing imen_lock/unlock
2011-10-29 Sepherosa Ziehaux86_64/ioapic: Allow GSI's target CPU to be configured
2011-08-31 Sepherosa Ziehauintr/x86_64: Define ISA_IRQ_CNT; use it consistently...
2011-07-22 Sepherosa Ziehauioapic: Disable unused GSI instead of leaving it in...
2011-07-22 Sepherosa Ziehauioapic: Don't do the default IRQ configure, if it is...
2011-06-14 Sepherosa Ziehaux86_64: Unbreak UP kernel building by moving NAPICID...
2011-06-13 Sepherosa Ziehaux86_64: Unbreak UP kernel building by moving NAPICID...
2011-06-09 Sepherosa Ziehaux86_64/ioapic: Staticize ioapic_config()
2011-06-09 Sepherosa Ziehaux86_64/ioapic: Cleanup header inclusion
2011-06-03 Sepherosa Ziehaux86_64: Split mp_enable() into multiple SYSINITs
2011-05-23 Sepherosa Ziehauioapic: Move ioapic_enable from machdep.c to apic/ioapic.c
2011-05-15 Sepherosa Ziehaux86_64: Handle I/O APIC probing failure
2011-05-14 Sepherosa Ziehaux86_64: Cleanup APIC ID to CPU ID mapping macros
2011-05-14 Sepherosa Ziehaux86_64: Move ioapic_map() from mp_machdep.c to ioapic.c
2011-05-04 Sepherosa Ziehaux86_64: Move ioapic function declarations from smp...
2011-05-04 Sepherosa Ziehaux86_64: apic/mpapic.h -> apic/lapic.h
2011-05-04 Sepherosa Ziehaux86_64: Split mpapic.c into lapic.c and ioapic.c