nexus/intr: Properly assert cpuid for interrupt resources
[dragonfly.git] / sys / platform / pc32 / i386 / nexus.c
2011-12-18 Sepherosa Ziehaunexus/intr: Properly assert cpuid for interrupt resources
2011-12-16 Sepherosa Ziehaunexus_alloc_resource: Add missing rman_set_rid()
2011-12-16 Sepherosa Ziehaunexus/intr: Change the wrong cpuid backtrace to assertion
2011-12-13 Sepherosa Ziehaui386/icu: Implement rman_setup MachIntrABI method
2011-12-13 Sepherosa Ziehaui386/ioapic_abi: Implement MachIntrABI.rman_setup
2011-12-11 Sepherosa Ziehaui386/nexus: Per-cpu IRQ rman
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-10-28 Sepherosa Ziehauintr: Pass cpuid to register_int and unregister_int
2011-10-10 Sepherosa Ziehaunexus: Log invalid target CPUID for interrupt resource
2011-10-09 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-09 Sepherosa Ziehaurman: Record owner CPUID during initialization
2011-10-04 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-03 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-08-21 Sepherosa Ziehauintr/i386: Define IDT_HWI_VECTORS
2011-06-24 Sascha Wildnerkernel: Remove some Micro Channel and EISA remains.
2011-06-24 Sascha Wildnerkernel: Use NULL for DRIVER_MODULE()'s evh ...
2011-06-06 Sepherosa Ziehaui386: Allow UP kernel to use LAPIC timer and I/O APIC
2011-05-30 Sepherosa Ziehaui386: Move int_to_apicintpin from mp_machdep.c to apic...
2011-05-23 Sepherosa Ziehauioapic: Move ioapic_enable from machdep.c to apic/ioapic.c
2011-05-22 Sepherosa Ziehauioapic: apic_io_enable -> ioapic_enable
2011-05-04 Sepherosa Ziehaui386: apic/mpapic.h -> apic/lapic.h
2011-03-18 Sepherosa Ziehaunexus: Implement bus_config_intr bus method
2011-02-01 Sepherosa Ziehaupc32: Split out isa_intr.h and move isa/intr_machdep...
2011-01-30 Sepherosa Ziehauicu: Split out icu/icu.c
2011-01-27 Sepherosa Ziehauintr: Remove wrongly-coded nexus_config_intr()
2010-11-07 Michael Neumanni386 - Get completely rid of APIC_IO
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2009-11-08 Alexander PolakovACPI: comment-out not-yet-ready code and remove extra...
2009-11-08 Alexander PolakovACPI: Faking interrupt routing.
2009-11-08 Alexander Polakovacpi_pcib: Remove APIC case, moving into nexus.
2009-11-08 Alexander PolakovBUS_CONFIG_INTR takes 2 devices now: parent and child
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-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-09-05 Matthew DillonMove the code that eats certain PNP IDs into a ISA...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-11 Sascha WildnerDispose of support for IBM's Micro Channel architecture...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-23 Matthew DillonAdd NEWBUS infrastructure for interrupt enablement...
2005-02-27 Sascha WildnerRemove PC98 support. Leave the machdep.ispc98 sysctl...
2004-10-14 Matthew DillonDo not use non-blocking malloc()'s in the busdma suppor...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-23 Matthew DillonMake nexus understand the new INTR_ flags, mainly INTR_...
2004-02-21 Joerg SonnenbergerINTR_TYPE_AV is used by FreeBSD 5 code and was defined...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-01-14 Joerg SonnenbergerAdd black hole device for system PnP IDs
2004-01-13 Joerg SonnenbergerAdd rman_get_device and rman_get_size, use macros in...
2004-01-13 Joerg SonnenbergerAdd PCIBUS to nexus
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: