MachIntr: Add two methods to find IRQ
[dragonfly.git] / sys / platform / pc64 / x86_64 / mptable.c
2012-08-28 Sepherosa ZiehauMachIntr: Add two methods to find IRQ
2012-07-29 Alex Hornungmptable - use the table's cpu_flags
2012-07-29 Alex Hornungx86_64 mptable - maximum lapic id is 64
2012-07-20 Sepherosa Ziehaulapic: Allow lapic enumeration to fail
2012-07-20 Sepherosa Ziehauapic: APIC ID should not be 255, which is used for...
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-01-12 Sepherosa Ziehauioapic_abi: More consistent function name w/ legacy...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-08-31 Sepherosa Ziehauintr/x86_64: Define ISA_IRQ_CNT; use it consistently...
2011-06-08 Sepherosa Ziehaux86_64/mptable: Always dump MPTABLE PCI interrupt routi...
2011-06-08 Sepherosa Ziehaux86_64/lapic: lapic_map() should take vm_paddr_t instea...
2011-06-01 Sascha Wildnerkernel: Use cpu_vendor_id instead of strcmp(cpu_vendor...
2011-05-27 Sepherosa Ziehaux86_64: Move mp_naps from mp_machdep.c to machdep.c
2011-05-25 Sepherosa Ziehaux86_64: Move imcr_present from mp_machdep.c to machdep.c
2011-05-25 Sepherosa Ziehaux86_64: Split out machine/mptable.h from machine/smp.h
2011-05-15 Sepherosa Ziehaux86_64: Fix AP count after LAPIC enumeration
2011-05-14 Sepherosa Ziehaux86_64: Cleanup APIC ID to CPU ID mapping macros
2011-05-14 Sepherosa Ziehaux86_64: Move mp_set_cpuids() from mp_machdep.c to lapic.c
2011-05-04 Sepherosa Ziehaux86_64: Split out mptable.c from mp_machdep.c