aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)Author
2013-06-20x86: Fix trigger_all_cpu_backtrace() implementationMichel Lespinasse
2013-02-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-20x86/apic: Fix parsing of the 'lapic' cmdline optionMathias Krause
2013-02-19Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-11x86, uv, uv3: Update x2apic Support for SGI UV3Mike Travis
2013-02-11x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systemsStoney Wang
2013-01-28x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel
2013-01-28x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel
2013-01-28x86, irq: Introduce setup_remapped_irq()Joerg Roedel
2013-01-28x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel
2013-01-28x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()Joerg Roedel
2013-01-28x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel
2013-01-28x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pinJoerg Roedel
2013-01-28x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel
2013-01-28x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel
2013-01-28x86, io_apic: Introduce set_affinity function pointerJoerg Roedel
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel
2013-01-28x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resumeJoerg Roedel
2013-01-28x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel
2013-01-25Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin
2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev
2013-01-24x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-12-11Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-12-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-12-07x86/PCI: Add NumaChip remote PCI supportDaniel J Blueman
2012-11-26x86, apic: Cleanup cfg->domain setup for legacy interruptsSuresh Siddha
2012-11-16x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.hAlexander Duyck
2012-11-14x86, hotplug: Handle retrigger irq by the first available CPUFenghua Yu
2012-11-02x86: hpet: Fix inverted return value check in arch_setup_hpet_msi()Jan Beulich
2012-11-02x86: apic: Use tsc deadline for oneshot when availableSuresh Siddha
2012-10-24x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter...Dimitri Sivanich
2012-10-06sections: fix section conflicts in arch/x86Andi Kleen
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin
2012-08-14x86, apic: fix broken legacy interrupts in the logical apic modeSuresh Siddha
2012-08-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-07-26x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqsTomoki Sekiyama
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-07-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-07-16apic: add apic_set_eoi_write for PV useMichael S. Tsirkin
2012-07-06x86/apic/x2apic: Use multiple cluster members for the irq destination only wi...Suresh Siddha
2012-07-06x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha
2012-07-06x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha
2012-06-20Merge commit 'v3.5-rc3' into x86/debugIngo Molnar