summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86, ioapic: Document another case when level irq is seen as an edgeSuresh Siddha2009-12-021-1/+20
* x86, ioapic: Fix the EOI register detection mechanismSuresh Siddha2009-12-021-54/+61
* x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrati...Maciej W. Rozycki2009-12-021-14/+14
* x86: Re-get cfg_new in case reuse/move irq_descYinghai Lu2009-11-231-0/+1
* x86: io-apic: IO-APIC MMIO should not fail on resource insertionCyrill Gorcunov2009-11-161-6/+5
* x86: apic: Do not use stacked physid_mask_tCyrill Gorcunov2009-11-101-7/+7
* x86, ioapic: Use snrpintf while set names for IO-APIC resoursesCyrill Gorcunov2009-11-081-1/+1
* x86, apic: Use PAGE_SIZE instead of numbersCyrill Gorcunov2009-11-081-1/+1
* x86: Use EOI register in io-apic on intel platformsSuresh Siddha2009-11-021-27/+54
* x86: Force irq complete move during cpu offlineSuresh Siddha2009-11-021-3/+15
* x86: Remove move_cleanup_count from irq_cfgSuresh Siddha2009-11-021-8/+1
* x86, apic: Move SGI UV functionality out of generic IO-APIC codeDimitri Sivanich2009-10-141-135/+5
* x86: SGI UV: Fix irq affinity for hub based interruptsDimitri Sivanich2009-10-141-4/+45
* x86, apic: Limit apic dumping, introduce new show_lapic= setup optionCyrill Gorcunov2009-10-141-15/+32
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-5/+2
* Merge branch 'linus' into x86/urgentIngo Molnar2009-09-201-19/+33
|\
| * Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-19/+33
| |\
| | * x86: Distangle ioapic and i8259Thomas Gleixner2009-08-311-12/+29
| | * x86: Move ioapic_ids_setup to x86_init_opsThomas Gleixner2009-08-271-7/+4
* | | x86, apic: Fix missed handling of discrete apicsCyrill Gorcunov2009-09-201-2/+2
|/ /
* | Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...Ingo Molnar2009-08-291-14/+100
|\ \
| * | ACPI, x86: expose some IO-APIC routines when CONFIG_ACPI=nFeng Tang2009-08-281-6/+97
| |/
| * x86, UV: Complete IRQ interrupt migration in arch_enable_uv_irq()Jack Steiner2009-08-041-0/+3
| * x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu2009-07-101-11/+3
* | x86, ioapic: Get rid of needless check and simplify ioapic_setup_resources()Cyrill Gorcunov2009-08-261-15/+11
* | x86, ioapic: Panic on irq-pin binding only if neededCyrill Gorcunov2009-08-081-5/+18
* | x86, ioapic: Throw BUG instead of NULL dereferenceCyrill Gorcunov2009-08-051-0/+4
* | x86, ioapic: Introduce for_each_irq_pin() helperCyrill Gorcunov2009-08-051-28/+15
* | x86: Remove superfluous NULL pointer check in destroy_irq()Bartlomiej Zolnierkiewicz2009-08-021-2/+1
* | x86/ioapic.c: unify ioapic_retrigger_irq()Jeremy Fitzhardinge2009-07-141-9/+0
* | x86/ioapic.c: convert __target_IO_APIC_irq to conventional for() loopJeremy Fitzhardinge2009-07-141-8/+1
* | x86/ioapic.c: clean up replace_pin_at_irq_node logic and commentsJeremy Fitzhardinge2009-07-141-8/+5
* | x86/ioapic.c: convert replace_pin_at_irq_node to conventional for() loopJeremy Fitzhardinge2009-07-141-3/+2
* | x86/ioapic.c: simplify add_pin_to_irq_node()Jeremy Fitzhardinge2009-07-141-20/+8
* | x86/ioapic.c: convert io_apic_level_ack_pending loop to normal for() loopJeremy Fitzhardinge2009-07-141-7/+1
* | x86/ioapic.c: move lost comment to what seems like appropriate placeJeremy Fitzhardinge2009-07-141-7/+5
* | x86/ioapic.c: remove redundant declaration of irq_pin_listJeremy Fitzhardinge2009-07-141-2/+0
* | x86/ioapic.c: remove #ifdef for 82093AA workaroundJeremy Fitzhardinge2009-07-141-28/+19
* | x86/ioapic.c: unify __mask_IO_APIC_irq()Jeremy Fitzhardinge2009-07-141-6/+1
* | x86/ioapic.c: ioapic_modify_irq is too large to inlineJeremy Fitzhardinge2009-07-141-3/+3
|/
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+0
* x86: Fix printk call in print_local_apic()Ingo Molnar2009-07-021-18/+13
* Intel-IOMMU, intr-remap: source-id checkingWeidong Han2009-06-231-0/+6
* x86, ioapic: Don't call disconnect_bsp_APIC if no APIC presentCyrill Gorcunov2009-06-171-1/+3
* x86: apic/io_apic.c: dmar_msi_type should be staticJaswinder Singh Rajput2009-06-171-1/+1
* x86, io_apic.c: Work around compiler warningFigo.zhang2009-06-171-1/+2
* x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu2009-06-111-2/+2
* irq/cpumask: make memoryless node zero happyYinghai Lu2009-06-111-2/+4
* x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-111-2/+2
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-101-0/+1
|\