summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-281-14/+6
* x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-281-27/+30
* x86, irq: Introduce setup_remapped_irq()Joerg Roedel2013-01-281-10/+3
* x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel2013-01-281-2/+2
* x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()Joerg Roedel2013-01-281-6/+2
* x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-281-43/+1
* x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pinJoerg Roedel2013-01-281-3/+0
* x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2013-01-281-4/+2
* x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2013-01-281-9/+5
* x86, io_apic: Introduce set_affinity function pointerJoerg Roedel2013-01-281-10/+7
* x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-281-94/+10
* x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2013-01-281-7/+1
* x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2013-01-281-53/+56
* x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2013-01-281-22/+19
* x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resumeJoerg Roedel2013-01-281-10/+9
* x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel2013-01-281-6/+3
* x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev2013-01-241-32/+133
* x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones2013-01-241-1/+1
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-0/+2
|\
| * x86/PCI: Add NumaChip remote PCI supportDaniel J Blueman2012-12-071-0/+2
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-112-22/+56
|\ \
| * | x86: hpet: Fix inverted return value check in arch_setup_hpet_msi()Jan Beulich2012-11-021-2/+3
| * | x86: apic: Use tsc deadline for oneshot when availableSuresh Siddha2012-11-021-20/+53
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-12-111-20/+6
|\ \
| * | x86, apic: Cleanup cfg->domain setup for legacy interruptsSuresh Siddha2012-11-261-20/+6
* | | x86, hotplug: Handle retrigger irq by the first available CPUFenghua Yu2012-11-141-1/+3
| |/ |/|
* | x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter...Dimitri Sivanich2012-10-241-0/+3
|/
* sections: fix section conflicts in arch/x86Andi Kleen2012-10-061-2/+2
* arch/x86: Remove unecessary semicolonsPeter Senna Tschudin2012-09-191-1/+1
* x86, apic: fix broken legacy interrupts in the logical apic modeSuresh Siddha2012-08-141-0/+10
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-031-2/+2
|\
| * x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqsTomoki Sekiyama2012-07-261-2/+2
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-3/+3
|\ \
| * | x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov2012-06-141-3/+3
* | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-0/+17
|\ \ \ | |_|/ |/| |
| * | apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2012-07-161-0/+17
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-07-2214-524/+317
|\ \ \
| * | | x86/apic/x2apic: Use multiple cluster members for the irq destination only wi...Suresh Siddha2012-07-061-2/+19
| * | | x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha2012-07-063-20/+20
| * | | x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha2012-07-063-11/+10
| * | | Merge branch 'x86/apic' into x86/platformIngo Molnar2012-06-1813-503/+284
| |\ \ \
| | * | | irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...Suresh Siddha2012-06-151-99/+81
| | * | | Merge branch 'x86/cleanups' into x86/apicIngo Molnar2012-06-151-4/+5
| | |\ \ \
| | | * | | x86: Return IRQ_SET_MASK_OK_NOCOPY from irq affinity functionsJiang Liu2012-05-241-4/+5
| | | |/ /
| | * | | x86/apic/es7000: Make apicid of a cluster (not CPU) from a cpumaskAlexander Gordeev2012-06-141-1/+1
| | * | | x86/apic/es7000+summit: Always make valid apicid from a cpumaskAlexander Gordeev2012-06-142-0/+4
| | * | | x86/apic/es7000+summit: Fix compile warning in cpu_mask_to_apicid()Alexander Gordeev2012-06-142-2/+2
| | * | | x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and()Alexander Gordeev2012-06-144-10/+10
| | * | | x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-1413-79/+16
| | * | | x86/x2apic/cluster: Vector_allocation_domain() should return a valueAlexander Gordeev2012-06-141-1/+2
OpenPOWER on IntegriCloud