aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27/ip27-irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-12mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-10/+6
2021-06-10MIPS: Add missing linux/irqdomain.h includesMarc Zyngier1-0/+1
2020-01-09MIPS: SGI-IP27: Only reserve interrupts used in LinuxThomas Bogendoerfer1-3/+1
2020-01-09MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuffThomas Bogendoerfer1-1/+0
2019-11-22MIPS: SGI-IP27: Fix crash, when CPUs are disabled via nr_cpus parameterThomas Bogendoerfer1-0/+4
2019-10-07MIPS: SGI-IP27: get rid of compact node idsThomas Bogendoerfer1-2/+2
2019-05-09MIPS: SGI-IP27: abstract chipset irq from bridgeThomas Bogendoerfer1-107/+84
2019-02-19MIPS: SGI-IP27: rework HUB interruptsThomas Bogendoerfer1-117/+240
2019-02-19MIPS: SGI-IP27: get rid of volatile and hubreg_tThomas Bogendoerfer1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith1-2/+6
2013-06-21MIPS: IP27: Fix build errors with CONFIG_PCI disabled.Ralf Baechle1-214/+0
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-3/+3
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2012-01-11Merge branch 'next/generic' into mips-for-linux-nextRalf Baechle1-1/+1
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-12-07MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle1-2/+2
2011-10-20MIPS: IP27: Sort out section mismatch.Ralf Baechle1-2/+2
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-1/+1
2011-03-25MIPS: IP27: Convert to new irq_chip functionsThomas Gleixner1-20/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2007-10-18[MIPS] IP27: Convert to clock_event_device.Ralf Baechle1-3/+2
2007-08-27[MIPS] IP27: intr_sconnect_level: don't disable interrupts.Ralf Baechle1-3/+0
2007-08-27[MIPS] IP27: startup_bridge_irq: connect interrupt.Ralf Baechle1-0/+2
2007-08-27[MIPS] IP27: shutdown_bridge_irq: don't free irq.Ralf Baechle1-3/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-06[MIPS] use name instead of typename for each irq_chipAtsushi Nemoto1-1/+1
2006-12-06[MIPS] Compile __do_IRQ() when really neededFranck Bui-Huu1-8/+0
2006-11-30[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto1-1/+1
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-12/+5
2006-11-06[MIPS] Make irq number allocator generally available for fixing EV64120.Ralf Baechle1-23/+0
2006-10-09[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Ralf Baechle1-1/+0
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle1-13/+13
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle1-1/+1
2006-07-13[MIPS] IP27: Don't destroy interrupt routing information on shutdown irq.Ralf Baechle1-2/+0
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-1/+1
2006-06-19[MIPS] IP27: Fix collision with hardcoded interrupt number.Ralf Baechle1-1/+1
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle1-5/+22
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-4/+1
2005-10-29Use pr_debug instead of homegrown debug print macros.Ralf Baechle1-9/+6
2005-10-29Arrested for multiple offences of header file inclusion.Ralf Baechle1-1/+0
2005-10-29HUB interrupts are allocated per node, not per slice. Make manipulationRalf Baechle1-23/+27
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+457