aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-16rename io_apic_64.c and io_apic_32.c to io_apic.cYinghai Lu1-3913/+0
2008-10-16x86: make io_apic_32.c the same as io_apic_64.cIngo Molnar1-377/+1064
2008-10-16x86: make io_apic_64.c and io_apic_32.c the sameYinghai Lu1-14/+199
2008-10-16x86: make headers files the same in io_apic_xx.cYinghai Lu1-3/+12
2008-10-16x86: order variables in io_apic_xx.cYinghai Lu1-42/+37
2008-10-16x86: ordering functions in io_apic_32.cYinghai Lu1-84/+94
2008-10-16x86, io-apic: remove union about dest for log/phyYinghai Lu1-11/+7
2008-10-16x86: add debug info for 32bit sparse_irqYinghai Lu1-2/+6
2008-10-16x86: make 32bit support per_cpu vectorYinghai Lu1-260/+459
2008-10-16x86: make 32 bit to use sparse_irqYinghai Lu1-20/+43
2008-10-16x86: make 32bit to use irq_2_pin in irq_cfgYinghai Lu1-35/+117
2008-10-16x86: make 32bit use irq_cfg_alloc, etcYinghai Lu1-20/+160
2008-10-16x86: add irq_cfg for 32bitYinghai Lu1-25/+46
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu1-402/+0
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-1/+1
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-12/+34
2008-10-16x86: use dyn_array in io_apic_xx.cYinghai Lu1-11/+43
2008-10-16x86: use nr_irqsYinghai Lu1-12/+14
2008-08-14Merge branch 'x86/apic' into x86/coreIngo Molnar1-10/+19
2008-08-14Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/coreIngo Molnar1-4/+4
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar1-5/+1
2008-08-11x86: Restore proper vector locking during cpu hotplugEric W. Biederman1-5/+1
2008-07-31x86_32: use apic_ops at print_local_APIC()Hiroshi Shimamoto1-4/+4
2008-07-26x86: add setup_ioapic_ids for numaq in x86_quirksYinghai Lu1-3/+2
2008-07-24x86: PIC, L-APIC and I/O APIC debug informationMaciej W. Rozycki1-10/+19
2008-07-18Merge branch 'x86/apic' into x86/x2apicIngo Molnar1-24/+29
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar1-11/+1
2008-07-18x86: I/O APIC: Always report how the timer has been set upMaciej W. Rozycki1-17/+22
2008-07-18x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki1-7/+7
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-13x86: I/O APIC: remove an IRQ2-mask hackMaciej W. Rozycki1-10/+0
2008-07-12x86: make read_apic_id return final apicidYinghai Lu1-3/+2
2008-07-11x86: I/O APIC: Never configure IRQ2Maciej W. Rozycki1-9/+16
2008-07-11x86: L-APIC: Always fully configure IRQ0Maciej W. Rozycki1-4/+11
2008-07-11x86: L-APIC: Set IRQ0 as edge-triggeredMaciej W. Rozycki1-3/+3
2008-07-09x86: fix C1E && nx6325 stability problemRafael J. Wysocki1-0/+10
2008-07-08x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu1-0/+32
2008-07-08x86: change __setup_vector_irq with setup_vector_irqGlauber Costa1-0/+5
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-60/+67
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar1-10/+2
2008-07-08Merge branch 'x86/irq' into x86/develIngo Molnar1-2/+2
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar1-239/+235
2008-07-08x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memsetChristophe Jaillet1-6/+3
2008-07-08x86: coding style fixes to arch/x86/kernel/io_apic_32.cPaolo Ciarrocchi1-175/+173
2008-07-08x86, io-apic: use predefined names instead of numeric constantsCyrill Gorcunov1-4/+6
2008-07-08x86: IO-APIC - use NMI_NONE instead of numeric constantCyrill Gorcunov1-1/+1
2008-07-08x86: I/O APIC: timer through 8259A second-chanceMaciej W. Rozycki1-10/+28
2008-07-08x86: I/O APIC: keep the timer IRQ masked during set-upMaciej W. Rozycki1-1/+1
2008-07-08x86: I/O APIC: unmask the second-chance timer interruptMaciej W. Rozycki1-0/+1
2008-07-08x86: I/O APIC: rename setup_ExtINT_IRQ0_pin()Maciej W. Rozycki1-4/+5