Age | Commit message (Expand) | Author | Files | Lines |
2008-10-16 | rename io_apic_64.c and io_apic_32.c to io_apic.c | Yinghai Lu | 1 | -3913/+0 |
2008-10-16 | x86: make io_apic_32.c the same as io_apic_64.c | Ingo Molnar | 1 | -377/+1064 |
2008-10-16 | x86: make io_apic_64.c and io_apic_32.c the same | Yinghai Lu | 1 | -14/+199 |
2008-10-16 | x86: make headers files the same in io_apic_xx.c | Yinghai Lu | 1 | -3/+12 |
2008-10-16 | x86: order variables in io_apic_xx.c | Yinghai Lu | 1 | -42/+37 |
2008-10-16 | x86: ordering functions in io_apic_32.c | Yinghai Lu | 1 | -84/+94 |
2008-10-16 | x86, io-apic: remove union about dest for log/phy | Yinghai Lu | 1 | -11/+7 |
2008-10-16 | x86: add debug info for 32bit sparse_irq | Yinghai Lu | 1 | -2/+6 |
2008-10-16 | x86: make 32bit support per_cpu vector | Yinghai Lu | 1 | -260/+459 |
2008-10-16 | x86: make 32 bit to use sparse_irq | Yinghai Lu | 1 | -20/+43 |
2008-10-16 | x86: make 32bit to use irq_2_pin in irq_cfg | Yinghai Lu | 1 | -35/+117 |
2008-10-16 | x86: make 32bit use irq_cfg_alloc, etc | Yinghai Lu | 1 | -20/+160 |
2008-10-16 | x86: add irq_cfg for 32bit | Yinghai Lu | 1 | -25/+46 |
2008-10-16 | x86: remove irqbalance in kernel for 32 bit | Yinghai Lu | 1 | -402/+0 |
2008-10-16 | x86: move kstat_irqs from kstat to irq_desc | Yinghai Lu | 1 | -1/+1 |
2008-10-16 | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 1 | -12/+34 |
2008-10-16 | x86: use dyn_array in io_apic_xx.c | Yinghai Lu | 1 | -11/+43 |
2008-10-16 | x86: use nr_irqs | Yinghai Lu | 1 | -12/+14 |
2008-08-14 | Merge branch 'x86/apic' into x86/core | Ingo Molnar | 1 | -10/+19 |
2008-08-14 | Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core | Ingo Molnar | 1 | -4/+4 |
2008-08-14 | Merge branch 'linus' into x86/core | Ingo Molnar | 1 | -5/+1 |
2008-08-11 | x86: Restore proper vector locking during cpu hotplug | Eric W. Biederman | 1 | -5/+1 |
2008-07-31 | x86_32: use apic_ops at print_local_APIC() | Hiroshi Shimamoto | 1 | -4/+4 |
2008-07-26 | x86: add setup_ioapic_ids for numaq in x86_quirks | Yinghai Lu | 1 | -3/+2 |
2008-07-24 | x86: PIC, L-APIC and I/O APIC debug information | Maciej W. Rozycki | 1 | -10/+19 |
2008-07-18 | Merge branch 'x86/apic' into x86/x2apic | Ingo Molnar | 1 | -24/+29 |
2008-07-18 | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 1 | -11/+1 |
2008-07-18 | x86: I/O APIC: Always report how the timer has been set up | Maciej W. Rozycki | 1 | -17/+22 |
2008-07-18 | x86: APIC: remove apic_write_around(); use alternatives | Maciej W. Rozycki | 1 | -7/+7 |
2008-07-15 | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 1 | -1/+1 |
2008-07-13 | x86: I/O APIC: remove an IRQ2-mask hack | Maciej W. Rozycki | 1 | -10/+0 |
2008-07-12 | x86: make read_apic_id return final apicid | Yinghai Lu | 1 | -3/+2 |
2008-07-11 | x86: I/O APIC: Never configure IRQ2 | Maciej W. Rozycki | 1 | -9/+16 |
2008-07-11 | x86: L-APIC: Always fully configure IRQ0 | Maciej W. Rozycki | 1 | -4/+11 |
2008-07-11 | x86: L-APIC: Set IRQ0 as edge-triggered | Maciej W. Rozycki | 1 | -3/+3 |
2008-07-09 | x86: fix C1E && nx6325 stability problem | Rafael J. Wysocki | 1 | -0/+10 |
2008-07-08 | x86: let setup_arch call init_apic_mappings for 32bit | Yinghai Lu | 1 | -0/+32 |
2008-07-08 | x86: change __setup_vector_irq with setup_vector_irq | Glauber Costa | 1 | -0/+5 |
2008-07-08 | Merge branch 'x86/mpparse' into x86/devel | Ingo Molnar | 1 | -60/+67 |
2008-07-08 | Merge branch 'linus' into tmp.x86.mpparse.new | Ingo Molnar | 1 | -10/+2 |
2008-07-08 | Merge branch 'x86/irq' into x86/devel | Ingo Molnar | 1 | -2/+2 |
2008-07-08 | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 1 | -239/+235 |
2008-07-08 | x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memset | Christophe Jaillet | 1 | -6/+3 |
2008-07-08 | x86: coding style fixes to arch/x86/kernel/io_apic_32.c | Paolo Ciarrocchi | 1 | -175/+173 |
2008-07-08 | x86, io-apic: use predefined names instead of numeric constants | Cyrill Gorcunov | 1 | -4/+6 |
2008-07-08 | x86: IO-APIC - use NMI_NONE instead of numeric constant | Cyrill Gorcunov | 1 | -1/+1 |
2008-07-08 | x86: I/O APIC: timer through 8259A second-chance | Maciej W. Rozycki | 1 | -10/+28 |
2008-07-08 | x86: I/O APIC: keep the timer IRQ masked during set-up | Maciej W. Rozycki | 1 | -1/+1 |
2008-07-08 | x86: I/O APIC: unmask the second-chance timer interrupt | Maciej W. Rozycki | 1 | -0/+1 |
2008-07-08 | x86: I/O APIC: rename setup_ExtINT_IRQ0_pin() | Maciej W. Rozycki | 1 | -4/+5 |